10338 Commits (749b50d938ab3f1892d015db3efd2c65838bc043)

Author SHA1 Message Date
Matthew Stevenson 10a39b77c6 Implemented changes outlined in addendum to design doc. 5 years ago
Hope Casey-Allen 673e0cec33 Fix 5 years ago
Ashitha Santhosh 8695c464dc Expose max protected frame size value for testing. 5 years ago
Hope Casey-Allen 0f116eb282 Fix 5 years ago
Vijay Pai 5d7e4bb301 Stop using deprecated gtest macros 5 years ago
yang-g 49b796eeb1 Clean up the test 5 years ago
yang-g 76308c0c9a Fix sanity_check and add a test 5 years ago
Jan Tattermusch 6ebc1c616f set uses_polling=False for some bazel tests 5 years ago
Na-Na Pang 493d996e97 Fix bug in system time and user time calculation 5 years ago
Matthew Stevenson 5639867c2b Clang changes. 5 years ago
Matthew Stevenson 8e09d8745d Implementing further comments by Yang. 5 years ago
Hope Casey-Allen 2af922e8c3 Skip service config tests for gcc4.8 and below 5 years ago
Matthew Stevenson 0a054cc6ea Implementing Yang's secound round of comments. 5 years ago
Matthew Stevenson 96c24347f7 Refactored the configs, per Yang's suggestions. 5 years ago
Lidi Zheng 781b12023a Fix import failure due to 'visibility = ["//visibility:public"]' 5 years ago
Juanli Shen 40c0519ad0 Move xds protos to testing/ 5 years ago
Matthew Stevenson 282aef6031 Minor fixes revealed from developping the end-to-end tests. 5 years ago
Juanli Shen 7be5d098cf Tune xds test 5 years ago
Soheil Hassas Yeganeh 9b9764cb2a Fix build error in SSL fuzzer. 5 years ago
Soheil Hassas Yeganeh 35e2760ffa Add a fast path to allocate slices in the resource quota. 5 years ago
Mark D. Roth 01eeec72c6 Change RR to consider a subchannel in TF if it has failed since it was READY. 5 years ago
Yash Tibrewal a4cf948b2f Experimental method to get a debugging only view into credentials 5 years ago
Yash Tibrewal aa84ceb38e Add another test for when the credentials were previously set 5 years ago
Soheil Hassas Yeganeh 05901eaaa3 Fix filter_latency.cc 5 years ago
Esun Kim c965ca1494 Pull out configuration from ssl_utils 5 years ago
Soheil Hassas Yeganeh c9376b4e0b Use cycle clock instead of clock monotonic to measure call latency. 5 years ago
Yash Tibrewal 361a902262 Reviewer comments 5 years ago
Arjun Roy 0b06676c9e hpack encoder optimizations. 5 years ago
Yash Tibrewal 97f1f57dab Allow call credentials to be set even after the call is created but before initial metadata is sent 5 years ago
Prashant Jaikumar 9f02fc7f91 Enable end2end C++ tests on iOS. 5 years ago
Mark D. Roth 51d18ecc63 Convert mpscq API from C to C++. 5 years ago
Vijay Pai fd9bdd9922 Avoid duplicate initialization of SSL (from within grpc and from test) 5 years ago
Mark D. Roth d3f50ace39 Use mutex instead of combiner in client channel data plane. 5 years ago
Jan Tattermusch ece5fbdcb0 partially revert alpine distribtest attempts 5 years ago
Jan Tattermusch 9171646713 fix dependencies for classic .csproj 5 years ago
Jan Tattermusch aeb04913ad improved C# distribtest 5 years ago
Jan Tattermusch 504c4ace80 remove legacy c# testcodegen 5 years ago
Jan Tattermusch 21104ec1ee remove BOM 5 years ago
Jan Tattermusch 0040bb9353 attempt to add alpine C# distribtest 5 years ago
Juanli Shen c831a28dbd Organize test cases for xds test 5 years ago
Brian Zhao 8274502af8 Windows's STACKFRAME Frame Addr should be RBP, the base pointer, not RSP, the stack pointer. This is documented here: https://docs.microsoft.com/en-us/windows/win32/api/dbghelp/ns-dbghelp-stackframe with the comment "AddrFrame x64: The frame pointer is RBP or RDI." Note that this is also what StackWalker uses: https://github.com/JochenKalmbach/StackWalker#initializing-the-stackframe64 and what Chromium uses: https://codesearch.chromium.org/chromium/src/v8/src/base/debug/stack_trace_win.cc?l=200&rcl=69d20d247f62a3378d15ce0956ed8bf9665e6a44 release notes: no 5 years ago
Esun Kim 3c6bb96a1f Add test for static elements 5 years ago
Prashant Jaikumar b436758b14 Added documentation for C++ tests on iOS 5 years ago
Prashant Jaikumar 2e1cb0d91a Don't run time_jump_test under sanitizers 5 years ago
Vijay Pai 65eb9c9ddb
Revert "Test message size of 100MB" 5 years ago
Prashant Jaikumar d2b5fd75f0 Added test for time jumps 5 years ago
Hope Casey-Allen 32801fb5eb Remove build target for microbenchmark 5 years ago
Vijay Pai 1077b3435c Use range-based for on state rather than state.KeepRunning when possible 5 years ago
Juanli Shen d34f366337 Test message size of 100MB 5 years ago
Prashant Jaikumar 4dfa808e75 Add test for timer expiry racing with cancelation 5 years ago