-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Flake: C++ bins/opt/end2end_test --gtest_filter=ProxyEnd2end/ProxyEnd2endTest.RpcDeadlineExpires/2 #12917
Copy link
Copy link
Closed
Labels
area/testdisposition/BUILDNURSEFor all buildnurse related build/test failures and flakesFor all buildnurse related build/test failures and flakeskind/buglang/c++priority/P1
Description
Please answer these questions before submitting your issue.
Should this be an issue in the gRPC issue tracker?
Yes
What version of gRPC and what language are you using?
Master, C++
What operating system (Linux, Windows, …) and version?
Linux
What runtime / compiler are you using (e.g. python version or version of gcc)
Kokoro tests with dbg
What did you do?
What did you expect to see?
Tests pass for unrelated PR #12914
What did you see instead?
Possibly a reincarnation of #9086
Note: Google Test filter = ProxyEnd2end/ProxyEnd2endTest.RpcDeadlineExpires/2
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from ProxyEnd2end/ProxyEnd2endTest
[ RUN ] ProxyEnd2end/ProxyEnd2endTest.RpcDeadlineExpires/2
D1009 19:45:19.327866841 5639 end2end_test.cc:215] TestScenario{use_proxy=false, inproc=false, credentials='INSECURE_CREDENTIALS'}
I1009 19:45:19.327926729 5639 ev_epoll1_linux.cc:93] grpc epoll fd: 3
D1009 19:45:19.327939789 5639 ev_posix.cc:107] Using polling engine: epoll1
D1009 19:45:19.327947914 5639 dns_resolver.cc:306] Using native dns resolver
I1009 19:45:19.329288483 5639 ev_epoll1_linux.cc:93] grpc epoll fd: 3
D1009 19:45:19.329307190 5639 ev_posix.cc:107] Using polling engine: epoll1
D1009 19:45:19.329319043 5639 dns_resolver.cc:306] Using native dns resolver
I1009 19:45:19.329356113 5639 server_builder.cc:269] Synchronous server. Num CQs: 4, Min pollers: 1, Max Pollers: 2, CQ timeout (msec): 10
test/cpp/end2end/end2end_test.cc:1289: Failure
Expected: StatusCode::DEADLINE_EXCEEDED
Which is: 4
To be equal to: s.error_code()
Which is: 0
[ FAILED ] ProxyEnd2end/ProxyEnd2endTest.RpcDeadlineExpires/2, where GetParam() = TestScenario{use_proxy=false, inproc=false, credentials='INSECURE_CREDENTIALS'} (13 ms)
[----------] 1 test from ProxyEnd2end/ProxyEnd2endTest (13 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (13 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] ProxyEnd2end/ProxyEnd2endTest.RpcDeadlineExpires/2, where GetParam() = TestScenario{use_proxy=false, inproc=false, credentials='INSECURE_CREDENTIALS'}
1 FAILED TEST
Anything else we should know about your project / environment?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/testdisposition/BUILDNURSEFor all buildnurse related build/test failures and flakesFor all buildnurse related build/test failures and flakeskind/buglang/c++priority/P1