chedeti
7e024be839
fix multilevel inheritence codegen
8 years ago
siddharthshukla
9eedb4ffd7
Switch init/shutdown: lib-wide -> per-object
...
Incremental changes towards PyPy support.
8 years ago
Nicolas "Pixel" Noble
ba02ee1adc
Using the interop dependencies instead.
8 years ago
Nicolas "Pixel" Noble
fb1a318b6f
Hopefully fixing #7639 .
8 years ago
Vijay Pai
d02988d6b5
clang-format
8 years ago
Vijay Pai
25128f1adf
Better ending for open-loop tests: never wait more than 1 second
...
if we are in termination mode
8 years ago
Alexander Polcyn
b561102794
change location of nuget back to normal
8 years ago
Vijay Pai
773ecd62dd
Dramatically reduce time required to complete sync test when running
...
with lots of threads (by parallelizing shutdown of course)
8 years ago
Vijay Pai
4f17395b81
Properly use unique_ptr rather than explicitly
...
deleting server context wrappers in QPS test
8 years ago
chedeti
d07c17e343
fix Dockerfile
8 years ago
Jorge Canizales
31871df58f
@pgrosu’s fix of Go’s docker build
8 years ago
Jorge Canizales
6801b225a8
Repeat of commit f808eee
for interop tests
...
Trying to fix:
+ cd grpc
+ tools/jenkins/run_interop.sh
++ dirname tools/jenkins/run_interop.sh
+ cd tools/jenkins/../..
+ tools/run_tests/run_interop_tests.py -l all -s all --cloud_to_prod \
—cloud_to_prod_auth --use_docker --http2_interop -t -j 12
START: Building interop docker images.
START: build_docker_php7
Traceback (most recent call last):
File "tools/run_tests/run_interop_tests.py", line 738, in <module>
build_jobs, newline_on_success=True, maxjobs=args.jobs)
File "tools/run_tests/jobset.py", line 456, in run
if not js.start(cmdline):
File "tools/run_tests/jobset.py", line 369, in start
self._add_env)
File "tools/run_tests/jobset.py", line 218, in __init__
self.start()
File "tools/run_tests/jobset.py", line 228, in start
env = sanitized_environment(env)
File "tools/run_tests/jobset.py", line 53, in sanitized_environment
sanitized[str(key).encode()] = str(value).encode()
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 20:
ordinal not in range(128)
8 years ago
chedeti
a7ee93864a
remove const in Deserialize
8 years ago
Nicolas Noble
ffbfd01049
Merge pull request #7447 from nicolasnoble/interop_server_split
...
Splitting out interop's server helper.
8 years ago
siddharthshukla
2135a1b557
add PyPy to testing toolchain
8 years ago
chedeti
76db7f9a7c
use boost::make_shared
8 years ago
Mark D. Roth
a3e7bd85c0
clang-format
8 years ago
Mark D. Roth
28ee43b9c8
Updated tests.
8 years ago
Mark D. Roth
7d9f276ea2
Change handshaker API to use a read buffer to pass leftover bytes read
...
between handshakers.
8 years ago
Ken Payson
5b4d3625eb
Update ruby examples to use new _pb protobuf format
8 years ago
Alex Polcyn
c6446bf3d8
add csharp hello world that uses dotnet cli
8 years ago
Muxi Yan
f808eee33a
Fix Jenkins test error
8 years ago
Muxi Yan
6b59ac8da5
Fix Jenkins test error
8 years ago
chedeti
2e698457f3
sanity check for thrift
8 years ago
chedeti
82afcaa009
rename class variables to snake_case
8 years ago
Jorge Canizales
cc3ecd104f
Point out what to do if the sanity check fails
8 years ago
Jorge Canizales
e8f088e522
Remove obsolete template notices in podspecs
8 years ago
Nicolas "Pixel" Noble
5af33e925a
Forgot one file
8 years ago
Nicolas "Pixel" Noble
ca1558753a
Merge branch 'master' of https://github.com/grpc/grpc into interop_server_split
8 years ago
kpayson64
8ebb2a9594
Merge pull request #7613 from kpayson64/py_protobuf_upgrade
...
Bump python protobuf dependency to 3.0.0
8 years ago
Nicolas Noble
f14effb6e4
Merge pull request #7626 from nicolasnoble/manual-upmerge-after-version-bump
...
Manual upmerge after version bump.
8 years ago
siddharthshukla
de84d566b8
Fix the ThreadPoolExecutor: max_workers can't be 0
...
Add a RecordingThreadPool that inherits from Executor, contains a
ThreadPoolExecutor and has an extra method 'was_used' to indicate if
submit method was ever called i.e. if the thread pool was ever used.
8 years ago
Ken Payson
e5fd01a389
Bump python protobuf dependency to 3.0.0
8 years ago
Nicolas "Pixel" Noble
229b1619f0
Merge branch 'v1.0.x' of https://github.com/grpc/grpc
...
Conflicts:
CMakeLists.txt
Makefile
build.yaml
package.json
src/core/lib/surface/version.c
src/csharp/Grpc.Auth/project.json
src/csharp/Grpc.Core/VersionInfo.cs
src/csharp/Grpc.Core/project.json
src/csharp/Grpc.HealthCheck/project.json
src/csharp/build_packages.bat
src/node/health_check/package.json
src/node/tools/package.json
src/python/grpcio/grpc_version.py
src/python/grpcio_health_checking/grpc_version.py
src/python/grpcio_tests/grpc_version.py
src/ruby/lib/grpc/version.rb
src/ruby/tools/version.rb
tools/distrib/python/grpcio_tools/grpc_version.py
tools/doxygen/Doxyfile.c++
tools/doxygen/Doxyfile.c++.internal
tools/doxygen/Doxyfile.core
tools/doxygen/Doxyfile.core.internal
8 years ago
Mark D. Roth
00e9c3bb3b
clang-format
8 years ago
Jorge Canizales
3df9bdf880
Update generated files with new protobuf version
...
Also make the script fetch protoc from the usual place.
8 years ago
Nicolas Noble
eedc335580
Merge pull request #5803 from nicolasnoble/what-the-fuzz
...
Fixing json parsing issues detected by libfuzz.
8 years ago
Jorge Canizales
86ea627270
Merge pull request #7572 from jcanizales/p0-4MB-should-be-more-than-enough-for-everybody
...
Let override default response size limit
8 years ago
kpayson64
1e6e21b745
Merge pull request #7619 from dgquintas/fix_grpclbtest
...
deflake grpclb_test
8 years ago
Alexander Polcyn
2717aea387
using temporary nuget location on windows
8 years ago
David Garcia Quintas
5d96056293
regenerated projects
8 years ago
Alexander Polcyn
2feec72c87
removed blank line
8 years ago
Alex Polcyn
d0729dba7a
move solution dependencies to Grpc.Core.Test dependencies
8 years ago
Alexander Polcyn
86e40c6e35
update templates to not include runtime sections in project.json
8 years ago
Alexander Polcyn
84f0f791e9
removed runtime nodes from project.json libraries
8 years ago
Alex Polcyn
77008b0338
updated hint path to updated library in csproj files
8 years ago
Alexander Polcyn
809292a7af
ran script to update actual docker files
8 years ago
Alexander Polcyn
82fd31ac35
update nuget after installing in docker
8 years ago
Alexander Polcyn
b205338467
changed ix-async dependencies to System.Interactive.Async version 3.0.0
8 years ago
David Garcia Quintas
e60ae9c967
deflake grpclb_test
8 years ago