Jan Tattermusch
14a301ddab
fix coreclr linux build
9 years ago
Jan Tattermusch
b6960d068f
switch CoreCLR to preview2
9 years ago
murgatroid99
014675652c
Fix bug with override_server flag in run_interop_tests.py
9 years ago
Craig Tiller
cea0004a53
Annotate error.c for timing, remove broken test
9 years ago
Craig Tiller
8d4ea7969c
\o/ Python
9 years ago
Jan Tattermusch
5d6d278791
fix building ruby package
9 years ago
Craig Tiller
34226af8a0
Fix sanity
9 years ago
Jorge Canizales
efcc51beba
Investigate C++ flake in the old 0.14 branch
...
This fixes Jenkins for that branch, as a backwards-incompatible change
was made in the script that runs the tests for all branches.
The lines added are exactly the same as those now in master, so that the
subsequent merge of 0.14 into master doesn’t conflict.
9 years ago
Craig Tiller
ddf02c1c3f
Fix bad indentation
9 years ago
murgatroid99
f519df8147
Update version to 0.15.0
9 years ago
murgatroid99
d29a3bf004
Update master branch to 0.16.0-dev
9 years ago
Jan Tattermusch
33b767a770
fix build node package
9 years ago
Craig Tiller
2e1a1fe56f
Fixes
9 years ago
Craig Tiller
eb5e43762b
Fix ruby tests
9 years ago
Craig Tiller
74189cd94b
Remove caching of results by run_tests
...
SIGNIFICANTLY increases the performance of actually running tests...
9 years ago
Yuchen Zeng
d139da8b9a
Remove unnecessary changes
9 years ago
Ken Payson
c9b7ad0c0a
Updated grpcio c extension build for windows to use mingw.
...
The default compiler for Python c extensions is VS2008
or VS2010 depending on the Python version. Since c-core
moved onto the c99 standard, these compilers are not
compatible.
9 years ago
Jan Tattermusch
9fc079fddd
enable client compression interop tests for C#
9 years ago
Yuchen Zeng
82393efe0c
Fix run_test.py
9 years ago
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
David Garcia Quintas
9d393a5d3c
slightly fancier output
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
David Garcia Quintas
74ea91d552
use qps_json_driver for latency profiling
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
Jan Tattermusch
39ec1cbd7a
add csharp CoreCLR docker image
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
thinkerou
f3bc3b62a7
Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback
9 years ago
Vijay Pai
8b79fdef7a
Disable ccache for clang-3.4 on Ubuntu 14.04 as this is not currently working.
...
Disabling it allows clang-3.4 to run C/C++ on docker
9 years ago
Vijay Pai
a9e62c2ddb
no ccache
9 years ago
murgatroid99
9f6a805977
Allow disabling traces, add trace variables for pluck and timeout events
9 years ago