-
Notifications
You must be signed in to change notification settings - Fork 10.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout: c++_linux_dbg_native.bins/dbg/json_run_localhost --scenarios_json '{"scenarios": [{"name": "cpp_protobuf_sync_streaming_from_server_qps_unconstrained_secure" ... #12510
Comments
This seems to be one of the causes why sanitizers and C++ tests are taking too long. Two things need to be done:
this is a high priority issue and needs to be addressed ASAP. |
Fails 100% of the time. See dashboard for details. |
One reason for the increase in failures in this test recent is probably related to #12419. As seen from the logs,
this test no longer runs exclusively and is likely running with 15 other tests concurrently. I'm not sure if it's a resource issue or the test expects to be run exclusively, but if it's the former, I'm planning on upgrading the VMs today or tomorrow and that might help. |
@jtattermusch / @dgquintas : Suggesting removing priority on this issue since current dashboard indicates 0.11% failure for streaming_from_server tests |
SGTM |
scenario timeout in https://sponge.corp.google.com/target?id=59f1c0ba-d1b3-47a2-adeb-f2d44e2d2c8a&target=github/grpc/c%2B%2B_linux_tsan_native&searchFor=&show=ALL&sortBy=STATUS |
Asan failure |
Not seen since 2018-01-23. |
It looks like the test gets stuck waiting for benchmark to start before timing out.
The text was updated successfully, but these errors were encountered: