-
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
ccl/multitenantccl/tenantcostclient: TestConsumption failed #94286
Comments
ccl/multitenantccl/tenantcostclient.TestConsumption failed with artifacts on release-22.2 @ 07a53a36601e9ca5fcffcff55f69b43c6dfbf1c1:
Parameters: Same failure on other branches
|
ccl/multitenantccl/tenantcostclient.TestConsumption failed with artifacts on release-22.2 @ f567e817548073868fdb9c0ec942062f4b5007d7:
Parameters: Same failure on other branches
|
I'm not sure why TC bundled this failure together. Last test failure is caused by startup check failure, but previous ones are genuinely different and not KV related. KV failure was caused by same as #102441 |
Looks like it was still in KV, moved to multi-tenant and removed KV. |
ccl/multitenantccl/tenantcostclient.TestConsumption failed with artifacts on release-22.2 @ afe2d46600257f6c022ce89168bebdc0023c8215:
Parameters: Same failure on other branches
|
Issues related by rate consumption are now owned by SQL queries. |
Maybe the problem here is that the test waits for a bucket request, but that isn't necessarily the one triggered by the write in the test when run under stress. If that's the case, |
This patch adds sleeps to the `TestConsumption` test before retrieving the total consumption in order to ensure that a bucket flush has occurred because of the test query, and not because of some background activity. Fixes cockroachdb#94286 Release note: None
This patch adds retries to the `TestConsumption` test for retrieving the total tenant RU consumption in order to ensure that the delta includes the bucket flush that was triggered by the test query, instead of background activity. Fixes cockroachdb#94286 Release note: None
This patch adds retries to the `TestConsumption` test for retrieving the total tenant RU consumption in order to ensure that the delta includes the bucket flush that was triggered by the test query, instead of background activity. Fixes cockroachdb#94286 Release note: None
105552: multitenant: deflake TestConsumption r=yuzefovich a=DrewKimball This patch adds retries to the `TestConsumption` test for retrieving the total tenant RU consumption in order to ensure that the delta includes the bucket flush that was triggered by the test query, instead of background activity. Fixes #94286 Fixes #106572 Release note: None 107719: ui: add latency info to explain plan tab r=maryliag a=maryliag This commit adds columns for latency information (p50, p90, p99, pMax, pMin) on Explain Plan tab under Statement Details page. Fixes #105371 <img width="1707" alt="Screenshot 2023-07-27 at 10 59 41 AM" src="https://github.com/cockroachdb/cockroach/assets/1017486/81a2ce3d-655e-47c1-931b-00e34433b3a1"> Release note (ui change): Add columns for p50, p90, p99 percentiles and latency min and max on Explain Plan tab on Statement Details page. 107732: valueside: use redact type name when can't decode r=yuzefovich a=yuzefovich Informs: #106158 Epic: None Release note: None Co-authored-by: Drew Kimball <[email protected]> Co-authored-by: maryliag <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
ccl/multitenantccl/tenantcostclient.TestConsumption failed with artifacts on release-22.2 @ ea0e966fe05a788fd123a08cec8ef5e935fa5496:
Parameters:
TAGS=bazel,gss,deadlock
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-22797
The text was updated successfully, but these errors were encountered: