Nicolas "Pixel" Noble
4cc8c8abf4
Adding a check to find NPN-capable OpenSSL.
10 years ago
Siddharth Rakesh
df77c580dc
Added support for passing a tag with the test
10 years ago
Abhishek Kumar
eb6b216004
Rename Status -> EchoStatus to avoid conflict
10 years ago
yang-g
b1bbc8764d
proper init const char *
10 years ago
David Garcia Quintas
d16af0ea52
Redesign of compression algorithm propagation based on metadata
10 years ago
Yang Gao
89c5a56233
Add const to ByteBuffer methods and add tests
10 years ago
Craig Tiller
0960875b06
Remove spammy line (this is obfuscating testing logs)
10 years ago
sidrakesh93
ca241639c6
Update perf_db_client.cc
10 years ago
Craig Tiller
8cca4694ee
Fix flaky test
...
Assertation could be false if the server responds quickly enough (it's
unlikely to). Removing the assert does not change the nature of the
test.
10 years ago
Siddharth Rakesh
a4de070c69
Further corrections to syntax
10 years ago
Siddharth Rakesh
60111c0df8
updated syntax based errors
10 years ago
Craig Tiller
aeedff1ef8
Use a character literal instead of grpc::string
10 years ago
Siddharth Rakesh
4364546668
Applied required modifications
10 years ago
Siddharth Rakesh
373ad4d0d0
edited report
10 years ago
Craig Tiller
7552f0f958
Ensure tests are built during run_tests runs
...
The issue remains that we don't test our tools, but at least we test
that they compile.
10 years ago
Siddharth Rakesh
c3cd4780df
minor commented code removal
10 years ago
Siddharth Rakesh
64967d4fac
removed dependency on python_gflags, using argparse instead
10 years ago
Abhishek Kumar
747cdbf9c0
Fixed bug : int -> int32
10 years ago
Abhishek Kumar
905a65b2d0
Expanded testing protocol
10 years ago
Siddharth Rakesh
31014d26aa
flags handled using python_gflags
10 years ago
David Garcia Quintas
5927aec9b7
Added generated configs
10 years ago
Siddharth Rakesh
12c65b1a7e
slightly updated tool script
10 years ago
David Garcia Quintas
96e12defaf
Removed const-ness from Reporter interface methods
10 years ago
David Garcia Quintas
f74a49ed14
WIP. Need to merge and add more tests.
10 years ago
Siddharth Rakesh
cc5857b624
Fixed hanging client declaration, server address can be passed now
10 years ago
sidrakesh93
e74a458813
Update report.cc
10 years ago
Siddharth Rakesh
bfa67ddbd4
changed access tokens folder position
10 years ago
Siddharth Rakesh
929191b4be
edited test script
10 years ago
Julien Boeuf
a701ade70a
Fixing ssl auth context.
10 years ago
David Garcia Quintas
3df5c44c84
Introduced function to create byte buffers from the output of a byte buffer reader.
10 years ago
Craig Tiller
d53d21428c
Make tcp trace more readable
10 years ago
Siddharth Rakesh
e2902dee31
commented
10 years ago
Craig Tiller
9a57633233
clang-format affected files
10 years ago
Craig Tiller
dc8567dab3
Fix flag settings on this test
10 years ago
Craig Tiller
9194426110
Migrate new test to new api
10 years ago
Yang Gao
45bd28e0d3
One more thing...
10 years ago
Craig Tiller
b327c56bfb
Compile fix
10 years ago
Jan Tattermusch
d1eb527f78
fix indentation
10 years ago
Yang Gao
c1a2c314fb
Update the Status API
10 years ago
Yang Gao
102eccb632
Support sending and showing received metadata in grpc_cli
10 years ago
Jan Tattermusch
bc745a5f4e
fix json_rewrite_test CRLF handling
10 years ago
Siddharth Rakesh
08e8bab4b8
removed data script
10 years ago
Siddharth Rakesh
d0010ae439
added comments
10 years ago
Jan Tattermusch
4b3f9522ec
make buildtests on windows pass
10 years ago
David Garcia Quintas
c367a09759
Added missing changes to fix bad_hostname C test
10 years ago
David Garcia Quintas
1d5aca5de0
Added flags support to grpc_op.
...
Which includes its propagation to grpc_ioreq and validation mechanisms for checking that only known bits are set ot in).
Also added an internal flag (GRPC_WRITE_INTERNAL_COMPRESS) mask for its use in signaling compressed messages.
10 years ago
Siddharth Rakesh
7b55362e0f
updated auth script
10 years ago
Craig Tiller
aea081ffb5
Flush pending incoming messages when writing status
...
As a bonus, correctly report was_cancelled when the server writes error
10 years ago
Nathaniel Manista
5ee11a8e12
Stability fixes for python_plugin_test
...
The "normal" timeout is eliminated. The "short" timeout is changed to
be the length used in tests that will time out as part of their
execution and the "long" timeout is changed to be a ridiculously high
value that will have no bearing on passing tests.
The "pause" behavior of _ServicerMethods is changed to use a
threading.Condition's wait/notify methods rather than busy-sleeping.
Tests that used servicer delay to verify that asynchronous calls are
not affected by server delay are changed to use servicer pause to
verify that asynchronous calls return while the servicer is paused.
Busy-sleeping in testHalfDuplexCallWedged is replaced with use of a
threading.Condition's wait/notify methods.
Fixes https://github.com/grpc/grpc/issues/1900 .
10 years ago
Siddharth Rakesh
b2b5b9a069
removed data adding script
10 years ago