Tamas Berghammer
c82324fa49
Remove some unneccessary dependency from build.yaml
...
This is the copy of the build.yaml changes from the following CL:
https://github.com/grpc/grpc/pull/4124/files#diff-5b123ecec7bf9d216a1323f790a0602a
9 years ago
Yuchen Zeng
c0668c837b
Increase timeout_seconds for build_example_test
9 years ago
Yuchen Zeng
f95a4898ab
Fixed format issues
9 years ago
Yuchen Zeng
caca0a15de
Build objc examples as part of automatic tests
9 years ago
David Garcia Quintas
396f9435d5
added freaking missing comma
9 years ago
David Garcia Quintas
ff32a86482
updated the interop tests driver
9 years ago
Jan Tattermusch
743decdafa
fix C# --use_docker on linux
9 years ago
Jan Tattermusch
6e2f88c9fd
compile 64bit extension for coreclr on windows
9 years ago
Jan Tattermusch
6d082203eb
try making C# tests work on coreclr on mac
9 years ago
Sree Kuchibhotla
39f9ac9b2a
Test polling island merges
9 years ago
Tamas Berghammer
ea74f91577
Remove an unneccessary dependency from grpc++_base
...
Previously grpc++_base was dependning on grpc what caused a transitive
dependency on ssl for grpc++_unsecure. Removing the grpc dependency
shouldn't cause any issue as grpc++_base is a filegroup and all library
using it already depends on grpc directly.
This fixes https://github.com/grpc/grpc/issues/6784
9 years ago
Jan Tattermusch
64c137c4f5
select runtime dir
9 years ago
Jan Tattermusch
bbe601ab7c
add a hack
9 years ago
Jan Tattermusch
bc98af18fa
make run_tests.py support coreclr on windows
9 years ago
Makarand Dharmapurikar
0579cfc334
more files after running build.yaml changes through
9 years ago
Craig Tiller
fa1f74e226
Fix errored streams prematurely terminating, add a test
9 years ago
Craig Tiller
78a73333b7
Fix memory leak upon receiving two RST_STREAMs
9 years ago
Jan Tattermusch
76511a5cb7
attempt for run_tests.py
9 years ago
Craig Tiller
b544c291b0
Adjust cpu_cost of some tests to better reflect reality
9 years ago
Craig Tiller
7cbfc3eba7
Adjust cpu_cost of some tests to better reflect reality
9 years ago
Yuchen Zeng
955a364e34
Add bad_server_response_test
9 years ago
Stanley Cheung
83d8e3740e
php: run advanced interop tests
9 years ago
Jan Tattermusch
2c7caa10f4
update third_party/protobuf to v3.0.0-beta-3.2
9 years ago
Sree Kuchibhotla
2e12db9c31
Test polling island merges
9 years ago
murgatroid99
9f6a805977
Allow disabling traces, add trace variables for pluck and timeout events
9 years ago
murgatroid99
5fe21a11bb
Fix run_interop_tests override_server option
9 years ago
Craig Tiller
123f137728
Allow forcing the use of the default polling strategy [instead of all strategies]
9 years ago
Craig Tiller
edcd4e247d
Disable fuzzed tests on TSAN
9 years ago
murgatroid99
245e997084
Change cleanup step in node package build to account for well known protos
9 years ago
murgatroid99
f66c6d0747
Fix compiler/plugin.proto copying to the wrong place
9 years ago
murgatroid99
43b6373b42
Add well known protos to Node and Ruby tools packages
9 years ago
Sree Kuchibhotla
7ed39a1ef1
PHP stress client in stress test framework
9 years ago
Vijay Pai
488fd0ec31
Add an option --regex_exclude to block certain tests from running
9 years ago
yang-g
ddc3ebb6ea
add missing language tag
9 years ago
Craig Tiller
fb2a5df57e
Corpus
9 years ago
Craig Tiller
a286b040a9
small fixes
9 years ago
Craig Tiller
dbaf05e13d
Add a test of connecting many times in a row
9 years ago
Jan Tattermusch
6d258c59d3
add support for clang3.5, clang3.7 and gcc4.6
9 years ago
Craig Tiller
08f9a9bbf9
fuzzer corpus
9 years ago
Ken Payson
1efb6017ec
Initial Python3 support
...
Notable Changes:
-Convert all str types to byte types at cython layer (ascii encoding)
-Use six for packages that have different names in Python2/Python3
-By default, unit tests are compiled/run in Python2.7 and Python3.4
-Ensure MACOSX_BUILD_TARGET is at least 10.7
9 years ago
Craig Tiller
eca1f715a9
fuzzer corpus
9 years ago
Craig Tiller
1281e7ca2c
fuzzer corpus
9 years ago
Craig Tiller
8da8511762
Expand corpus, make one-shot runners not self-check leaks (to give ASAN a chance)
9 years ago
Craig Tiller
e4e865f0c0
Fix fuzzing detected bug
9 years ago
David Garcia Quintas
74686ce7c4
Completed interop spec, as well as code for c++
9 years ago
David Klempner
e27d189f21
Factor out json seriailzation code and move it into parse_json.
...
This is for the same reasons as ParseJson, that is so that we can limit
the scope of the proto namespace differences between internal and
external.
9 years ago
Yuchen Zeng
eb25a07a48
Add filegroup grpc++_codegen_proto
9 years ago
Masood Malekghassemi
f6d09f2566
Fix command ordering for building Python artifacts
...
Source packages were not getting the necessary C files due to
`make_grpcio_tools.py` not being invoked before `sdist` through
`setup.py`.
9 years ago
Ken Payson
22a65e1a2b
Added python jwt_token_creds interop test
9 years ago
Ken Payson
9a36e6c7cd
Changed Python Sync streaming qps to follow spec
9 years ago