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
Jan Tattermusch
1ab1ab995e
change default instance used as windows interop server
10 years ago
Craig Tiller
7a29098b71
Send RST_STREAM when closing from the server without getting a client half-close first
10 years ago
Jan Tattermusch
15514b557c
upgrade protobuf latest version containing objectiveC and csharp
10 years ago
Nicolas "Pixel" Noble
b98188e826
Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d.
10 years ago
Craig Tiller
7a317e5c77
Add crashing client test
10 years ago
Jan Tattermusch
bf09428920
grpc_docker.sh support for running C# server on Windows
10 years ago
Craig Tiller
eadd9a3b8c
Add testing for GRPC_TRACE
10 years ago
Craig Tiller
de91fc1d67
Run qps smoke tests on Travis
10 years ago
Craig Tiller
fff495e908
Fix test, readd it to build
10 years ago
Craig Tiller
fbac5f17b7
Crash handling test
10 years ago
Xudong Ma
fc70e3946a
Rename to grpc_java_android
10 years ago
Xudong Ma
64f92900d1
Android Dockerfile for integration test
10 years ago
Donna Dionne
79d68d550b
To allow local private changes to be build into private
...
docker images to do interop testing before submitting code
c++ and java are done previously, adding ruby and node.
see script tools/gce_setup/private_build_and_test.sh
10 years ago
Stanley Cheung
d3b1aa67f2
add php jwt_token_creds test command
10 years ago
Nicolas "Pixel" Noble
cbd9c8bf9b
Changing run_tests to simplify the ruby build.
10 years ago
Donna Dionne
16bd7f3649
Modifying test result and log storage for better keeping of test history.
10 years ago
murgatroid99
ef2d707cc5
Re-doubling Node timeout to fix #1539
10 years ago
Craig Tiller
8302025770
Set shortname for Python tests
...
This avoids all tests showing up as run_python.sh.
10 years ago
Craig Tiller
60f15e6eb9
Allow specifying all for languages
10 years ago
Jan Tattermusch
46f39c0e76
added ability to run auth interop test clients on windows
10 years ago
Nicolas "Pixel" Noble
99768acc51
Prevents run_tests from spamming.
10 years ago
Nicolas Noble
e144536852
Various Win32 fixes and improvements.
...
-) Properly setting up the endpoint pair.
-) Beancounting on socket shutdown to properly add references.
-) Only proceed to clear out data when called from the IOCP thread.
-) Enabling ALL the tests.
-) Fixing run_tests.py to properly invoke them.
10 years ago
Craig Tiller
810725cf1c
Allow running ASAN without leak checking
10 years ago
Craig Tiller
8421678ed0
Make runtests print logs on timed out tests
10 years ago
Craig Tiller
6efa6eb5b3
Allow running ASAN without leak checking
10 years ago
Craig Tiller
59b195f864
Make runtests print logs on timed out tests
10 years ago
Donna Dionne
9508c6c743
Adding 2 new test runner scripts to help to separate tests into smaller runs and
...
getting faster results.
10 years ago
Jan Tattermusch
f319be0a88
make windows host configurable
10 years ago
Jan Tattermusch
63bf8502e5
added interop and cloud to prod runner scripts for windows interop clients
10 years ago