Jan Tattermusch
f44a2b8c0f
make run_jenkins runnable
10 years ago
Jan Tattermusch
083466fcf2
experimental jenkins support
10 years ago
Yang Gao
6f4fb3b133
Add ability to override default thread pool
10 years ago
Craig Tiller
71ec6cb332
Fix valgrind
10 years ago
David Garcia Quintas
79e389f431
Improvements to the way we randomize test runs.
10 years ago
Masood Malekghassemi
ee6f1bffc6
Redirect build_python.sh to requirements.txt
10 years ago
Craig Tiller
50e53e27d5
Fix bug with finite runs per test
10 years ago
Donna Dionne
d12029e63c
Adding csharp_dotnet into interop tests
...
Currently the binaries are built manually which will be automatd in the future.
10 years ago
Jan Tattermusch
b00aa67b3c
run_tests.py support for C# on windows
10 years ago
Donna Dionne
555c16a3e7
Adding csharp_dotnet into cloud suite of tests
...
Currently the build is manual but will be automated over time
10 years ago
David Garcia Quintas
583b9a689a
Addressed comments: fixed memory leak introduced by changes.
10 years ago
Eric Anderson
798d36ee94
Don't build codegen in grpc/java dockerfile
...
We commit the codegen into Git, so it is already available. Travis-CI is
testing the codegen, so we don't need to test it as part of interop
tests.
This means we no longer need a C compiler installed, so we stop using
grpc/base.
10 years ago
David Garcia Quintas
e90cd37a1d
Added "inf" as a valid option to run_test.py's -n flag.
...
Especially useful in combination with -f.
10 years ago
Julien Boeuf
8a8c1b2ed2
fixing doxygen files after merge.
10 years ago
Nicolas "Pixel" Noble
2ae2982324
Tagging 0.9.1 on master.
10 years ago
Craig Tiller
6c4ae607fe
Add doxygen setups for internal documentation
10 years ago
Xudong Ma
8cbc2506d5
Enable service_account_creds test and compute_engine_creds for gRpc-java.
10 years ago
Craig Tiller
1a6f755c1f
Make it possible to run with poll() instead of epoll()
...
Mostly to facilitate testing, but maybe in the future we want to work on
Linux systems with broken epoll support?
10 years ago
Masood Malekghassemi
a2918d2e04
Move batch API exposure to Python layer
...
Exposes the C core batch API to the Python layers. Provides a shim to
enable the old Python API to remain the same (for now).
10 years ago
Craig Tiller
6fbdd49875
Enable LSAN report_objects by default
10 years ago
Craig Tiller
d4b1362308
Enable LSAN report_objects by default
10 years ago
Craig Tiller
533b1a22b4
Add fast stop
...
Allows run_tests to early out as soon as a test fails.
Plays well with -f.
10 years ago
Craig Tiller
cd43da82f8
Add fast stop
...
Allows run_tests to early out as soon as a test fails.
Plays well with -f.
10 years ago
Masood Malekghassemi
19b1478f14
Update protobuf to release v3.0.0-alpha-3
...
Fixes #1759 .
10 years ago
Craig Tiller
06e3f446ee
Eliminate bashisms
10 years ago
Craig Tiller
b8933b3878
Add copyrights
10 years ago
Craig Tiller
a5b517fa15
Factor out extra json generation
...
This logic needs to be reusable in some other scripts
10 years ago
Craig Tiller
10c763ac62
Update doxygen
10 years ago
Craig Tiller
7a1b415237
Re-enable some tests
10 years ago
Donna Dionne
241563b003
Adding 2 helper build scripts to allow docker images to be built
...
from local repositories.
Framework is already set up in private_build_and_test.sh; helper build script
is needed for each langauge.
10 years ago
Jan Tattermusch
8ed4c3e267
provide VS solution for building protoc plugins
10 years ago
Craig Tiller
2d8b52bdc7
Mark tests not flaky
10 years ago
Nicolas "Pixel" Noble
d5066b725d
Updating our protobuf submodule to alpha3
10 years ago
Alistair Veitch
9686dabd04
Initial refactoring and context API changes
10 years ago
Craig Tiller
ba3c3cd36c
Add testing of bad client behavior
...
This test will become a suite over coming weeks.
Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.
10 years ago
Craig Tiller
ce192ed4f3
Fix 4.4 build
10 years ago
Craig Tiller
c82a866c99
Fix typo
10 years ago
Craig Tiller
af7cf54e51
Build shared libraries for wrapped languages too
10 years ago
Craig Tiller
7c05bd216b
Get GRPC_FINAL, GRPC_OVERRIDE treated right
10 years ago
Craig Tiller
543205ba4f
Merge latest
10 years ago
Craig Tiller
c9b3e5811e
Add C++
10 years ago
Craig Tiller
2fa7af5767
Initial Doxyfile generation
10 years ago
Craig Tiller
234b6e79c0
Add antagonist processes to run_tests.py arsenal
...
These are processes consume CPU for the purpose of slowing down tests, allowing more timing related issues to be exposed.
10 years ago
Craig Tiller
83762ac78d
Make -j on run_tests work as expected
10 years ago
Xudong Ma
12ef17cbcd
Add two more AVD for api level 21 and 19.
...
Change the target to Google-Api, since gms only exist in Google-Api targets for api level 19 and older.
10 years ago
Masood Malekghassemi
d86576f2e5
Fix MacOS Python test linker paths
10 years ago
Craig Tiller
d4db33dcab
Add missing copyright notices
10 years ago
Craig Tiller
4fc900343c
Force GRPC_TRACE=surface,batch for wrapped languages
...
Trying to make all bugs become clearer
10 years ago
Julien Boeuf
84d964a8df
API for auth context and server-side secure transport only impl.
...
Still TODO:
- a way to plug a metadata processing (somewhat elsewhere but did not
one to overload this already large PR).
- plug-in the auth context on the client side.
- Better end to end testing.
10 years ago
Craig Tiller
d0ffe14317
Include pid in failures
10 years ago