Esun Kim
|
e7b9404dc0
|
Added grpc_stacktrace_minloglevel
|
4 years ago |
Esun Kim
|
4563ff9780
|
Enable Abseil crash handler on Windows
|
4 years ago |
Esun Kim
|
f3e75c1fa9
|
Add stack-tracer to gRPC
|
4 years ago |
Esun Kim
|
ef3ca7a90d
|
Workaround for Windows
|
4 years ago |
Esun Kim
|
1408523429
|
Add examine_stack to test util
|
4 years ago |
Esun Kim
|
91ca04cf6f
|
Add TestGrpcScope
|
4 years ago |
Alisha Nanda
|
a4eedc1510
|
Revert "Merge branch 'master' of https://github.com/ananda1066/grpc"
This reverts commit 35e0e96b09 , reversing
changes made to b78bc85185 .
|
4 years ago |
Alisha Nanda
|
88d99b4603
|
Add timeout flag to gRPC cli
Signed-off-by: Alisha Nanda <alishananda@google.com>
|
4 years ago |
Jan Tattermusch
|
ed97c209f1
|
clang format code
|
4 years ago |
Jan Tattermusch
|
7d7435d1c4
|
make win stacktrace buildable on both cmake x86 and bazel 64bit
|
4 years ago |
Esun Kim
|
3cdd6ccb26
|
Add MSAN workaround to TestEnvironment
|
4 years ago |
Jan Tattermusch
|
bc9e99e635
|
clang format code
|
4 years ago |
Jan Tattermusch
|
8cbd5550ef
|
address comments
|
4 years ago |
Jan Tattermusch
|
f1975a09ff
|
include line numbers in win abort handler
|
4 years ago |
Esun Kim
|
62ac3f075a
|
Added call to grpc::testing::TestEnvironment in tests
|
4 years ago |
yang-g
|
88e43d9901
|
Adjust wait timeout according to test slowdown factor
|
5 years ago |
Esun Kim
|
74d2fb842e
|
Timeout for shutdown!
|
5 years ago |
Vijay Pai
|
7aa662b97b
|
Remove unused-parameter warnings, round 2 (18 of 19)
|
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 |
Vijay Pai
|
65eb9c9ddb
|
Revert "Test message size of 100MB"
|
5 years ago |
Juanli Shen
|
d34f366337
|
Test message size of 100MB
|
5 years ago |
Esun Kim
|
90fbdc92f5
|
Roll-forward "Config migration"
This reverts commit 236ae12bb1 .
|
6 years ago |
Alexander Polcyn
|
236ae12bb1
|
Revert "Config migration"
This reverts commit 87905ae5ea .
|
6 years ago |
Esun Kim
|
87905ae5ea
|
Config migration
|
6 years ago |
Yash Tibrewal
|
abcd5861eb
|
Nuking the poll-cv polling engine
|
6 years ago |
yang-g
|
456f748b2f
|
Revert "Merge pull request #18146 from grpc/revert-17308-shutdown"
This reverts commit 9079e98dfc , reversing
changes made to 76a38bfcc2 .
|
6 years ago |
Yang Gao
|
4bc2ca4de6
|
Revert "Move grpc_shutdown internals to a detached thread"
|
6 years ago |
yang-g
|
545c555d31
|
Rename new public API
|
6 years ago |
yang-g
|
684643ff0a
|
Test fixing php
|
6 years ago |
yang-g
|
bd5d86935f
|
revert the sample
|
6 years ago |
yang-g
|
e00ca0371a
|
Promote gpr_test_util to part of grpc_test_util, add a sample to show it works, build.yaml change first
|
6 years ago |
yang-g
|
e1f573a58b
|
clang-format
|
6 years ago |
yang-g
|
b4565f1b19
|
Wait for shutdown to finish in TestEnv
|
6 years ago |
yang-g
|
19b3ca5689
|
Clang-format
|
6 years ago |
yang-g
|
2a938b0006
|
Add a class to wrap grpc_test_init
|
6 years ago |
Muxi Yan
|
4b37fb0e4c
|
Stop including inttypes.h in gRPC core public header in Apple platforms
|
7 years ago |
Noah Eisen
|
4d20a66685
|
Run clang fmt
|
7 years ago |
Noah Eisen
|
be82e64b3d
|
Autofix c casts to c++ casts
|
7 years ago |
Vijay Pai
|
d4d0a30c6f
|
Privatize useful.h and avl.h
|
7 years ago |
Mark D. Roth
|
dbdf495f61
|
Split lib/support into lib/gpr and lib/gpr++.
|
7 years ago |
Craig Tiller
|
be98d24841
|
clang-format after nullptr changes
|
7 years ago |
Craig Tiller
|
4ac2b8e585
|
Enable clang-tidy as a sanity check, fix up all known failures
|
7 years ago |
Yash Tibrewal
|
f8a6c8297c
|
Changes to build other platforms
|
7 years ago |
Yash Tibrewal
|
34a57d0346
|
rename all test core files to cc and a lot of C++ style conversions
|
7 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Alexander Polcyn
|
f5521c33f9
|
Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1a , reversing
changes made to dc36f4df6a .
|
8 years ago |
Craig Tiller
|
25149249ec
|
Slow down timers for ubsan builds
|
8 years ago |
murgatroid99
|
0c73a1ad8e
|
Clang format
|
8 years ago |
murgatroid99
|
1191b7202d
|
Improve Node and libuv testing and test coverage
Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
|
8 years ago |
Robbie Shade
|
ca7effcdff
|
Replace timeout/scaling macros with functions.
|
8 years ago |