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
Siddharth Rakesh
f4dafb5654
updated configs sending
10 years ago
Craig Tiller
51f938f169
Make async server use one CQ per server thread
10 years ago
Yang Gao
b6d57e704b
add missed explicit
10 years ago
Nathaniel Manista
26a5bfad2f
Cosmetic tweaks to python_plugin_test.py
...
No behavioral changes. Changes to comments are error correction, not
changes of specification.
10 years ago
vjpai
e78ee18db5
Renumber message fields
10 years ago
David Garcia Quintas
59f905d79a
Changes to byte_buffer based on comments.
10 years ago
Siddharth Rakesh
0acc25ad15
removed shell script
10 years ago
Siddharth Rakesh
ef3ca1b3bf
stable
10 years ago
vjpai
2490d9dc91
Handle all cases properly
10 years ago
Siddharth Rakesh
39824335ea
Newer version
10 years ago
Vijay Pai
d9c7e7e373
Stop worrying about 1 second deadline as a fatal problem
...
Also fix reporter
10 years ago
Vijay Pai
372fd8791b
Revert "Revert "Open loop sync/async multithreaded testing""
10 years ago
David Garcia Quintas
bb7370fc68
Missing required changes from pull req. #1964
10 years ago
Craig Tiller
d55636d813
Revert "Open loop sync/async multithreaded testing"
10 years ago