-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
server: TestStatusEngineStatsJson failed #99261
Comments
99934: changefeedccl: Remove skipped tests that decayed over time r=miretskiy a=miretskiy Remove Fixes #32232 Remove TestChangefeedNodeShutdown. This test has been disabled since 2018; Other tests exist (e.g. `TestChangefeedHandlesDrainingNodes`) that verify restart behavior. Fixes #51842 Remove BenchmarkChangefeedTicks benchmark. This benchmark has been skipped since 2019. Attempts could be made to revive it; however, this benchmark had a lot of code, which accomplished questionable goals. The benchmark itself was unrepresentative (by using dependency injection), too small to be meaningful (1000 rows), and most likely would be too noise and inconclusive. We have added other micro benchmarks over time; and we conduct large scale testing, including with roachtests. Release note: None 100342: upgrades: remove migration that waits for schema changes r=rafiss a=rafiss We can also remove some skipped tests, since they no longer apply. informs: #96751 Release note: None 100345: upgrades: unskip TestIsAtLeastVersionBuiltin r=rafiss a=rafiss informs: #96751 Release note: None 100484: server,testutils: add some extra logging for TestStatusEngineStatsJson r=abarganier a=knz Informs #99261 Release note: None Epic: None Co-authored-by: Yevgeniy Miretskiy <[email protected]> Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Raphael 'kena' Poss <[email protected]>
server.TestStatusEngineStatsJson failed with artifacts on master @ 568c68a5b2ba48ba08cd69c96876dd8ac25ade3c:
|
server.TestStatusEngineStatsJson failed with artifacts on master @ 3c23346a6d1c91dfe8ed1c5285966f9b9e487601:
|
server.TestStatusEngineStatsJson failed with artifacts on master @ ddc247fd1fa4c7c1d2f212fcdd101ef200b772ff:
|
server.TestStatusEngineStatsJson failed with artifacts on release-23.1 @ 1f41dc622e53e7f2dcf27d80ed808a47605510b8:
|
server.TestStatusEngineStatsJson failed with artifacts on master @ 5d775e992ade315becd6b4fc41ed1fb85d8e35d6:
|
server.TestStatusEngineStatsJson failed with artifacts on master @ 439c515b2a0058648731da73993c409544404da1:
|
server.TestStatusEngineStatsJson failed with artifacts on master @ 09ec0ee7c658bc139adab023fca8a61f1cd6789f:
|
server.TestStatusEngineStatsJson failed with artifacts on master @ 76078816b69ee6d1f8dacd581ef464660fb1b697:
|
Refs: cockroachdb#99261 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None Epic: None
103624: server: skip TestStatusEngineStatsJson r=smg260 a=smg260 Refs: #99261 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None Epic: None Co-authored-by: Miral Gadani <[email protected]>
I've been poking at this test a bit. So far I got to the point where I'm certain that the |
Ah, I see that we are setting up the dialer for grpc-gateway here: cockroach/pkg/server/grpc_gateway.go Lines 80 to 85 in b8518eb
It uses |
server.TestStatusEngineStatsJson failed with artifacts on release-23.1 @ 128261565cccf92b771975db161ceda9340a659a:
|
reopening as the test is still skipped |
server.TestStatusEngineStatsJson failed with artifacts on release-23.1 @ dc054b59d684e421238d7044539463df051186b7:
Help
See also: How To Investigate a Go Test Failure (internal)
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-25791
Epic: CRDB-28893
The text was updated successfully, but these errors were encountered: