-
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
kv/kvserver/tenantrate: TestDataDriven failed #53590
Comments
(kv/kvserver/tenantrate).TestDataDriven failed on master@2e4df338ecd027f36a4ea9fee78b7398a5f55271:
MoreParameters:
See this test on roachdash |
Must not be waiting for the timers correctly. |
(kv/kvserver/tenantrate).TestDataDriven failed on master@8b91062f9351d18f9104aff567cb152df162021e:
MoreParameters:
See this test on roachdash |
(kv/kvserver/tenantrate).TestDataDriven failed on master@8746e7e347dbbc19be051168225cd4fab0582294:
MoreParameters:
See this test on roachdash |
(kv/kvserver/tenantrate).TestDataDriven failed on master@cd8267ca84f6a0267a898220cfaa6630188b45c5:
MoreParameters:
See this test on roachdash |
Still failing under stress. cc @tbg @nvanbenschoten for triage. |
53661: kvserver/tenantrate: fix flakey test r=nvanbenschoten a=ajwerner This test was broken in #53510 which augmented the limiter machinery to deal with read and write requests independently. The problem is that the timer machinery works to synchronize the first blocked request but not subsequent requests. That leaves the test-writer with no fundamental means to ensure that subsequent blocked commands synchronize with a metrics command. This lack of synchronization on metrics was a pain-point when writing the original tests and led to excessive use of timers as synchronization. Rather than trying to add excess synchronization, this commit just adds a succeeds soon around the metrics. This works well. Fixes #53590 Release justification: non-production code changes Release note: None Co-authored-by: Andrew Werner <[email protected]>
(kv/kvserver/tenantrate).TestDataDriven failed on master@2e4df338ecd027f36a4ea9fee78b7398a5f55271:
More
Parameters:
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: