-
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/changefeedccl: TestChangefeedRandomExpressions failed #96052
Comments
Weird, the test output here is for a successful test: it ends with |
dev stress perhaps to run this many times? |
I can't deterministically repro this, but running under stress+race is turning up some errors in rpc JSON encoding that are maybe somehow the root cause here? 1:
2:
|
These stack traces look like they're specific to race builds so possibly unrelated. But surprising to see a panic deep into a standard library. |
ccl/changefeedccl.TestChangefeedRandomExpressions failed with artifacts on master @ 639decf058c78f0afe0dba613d60670628c92e81:
|
96279: ui: add CPU column on Insights r=maryliag a=maryliag Part Of #87213 Adds CPU Time column on Statement and Transaction Insights pages and their respective details pages. Transaction Overview <img width="1398" alt="Screen Shot 2023-01-31 at 12 37 20 PM" src="https://user-images.githubusercontent.com/1017486/215839478-c5d999f3-4322-49bf-9467-8ee60d5ceb85.png"> Transaction Details <img width="769" alt="Screen Shot 2023-01-31 at 12 37 52 PM" src="https://user-images.githubusercontent.com/1017486/215839559-c3893236-c22b-4b24-8186-098cc6e809af.png"> Statements Overview <img width="757" alt="Screen Shot 2023-01-31 at 12 37 36 PM" src="https://user-images.githubusercontent.com/1017486/215839496-81b409e8-21c0-4d04-9bd2-8a1b94858304.png"> Statement Details <img width="774" alt="Screen Shot 2023-01-31 at 12 37 43 PM" src="https://user-images.githubusercontent.com/1017486/215839518-0161df45-627c-4eed-9653-583de391c55e.png"> Release note (ui change): Add CPU Time to Statement and Transaction Insights. 96348: multiregionccl: add another missing log scope r=ajwerner a=ajwerner The test output files for this package were huge because of this. Epic: none Release note: None 96384: changefeedccl: shorten random expressions test and remove npe r=HonoreDB a=HonoreDB This test is mysteriously being marked failed occasionally, which I suspect is somehow a result of the needless null pointer exception being thrown if a changefeed errors on create. This fixes that, and also reduces the test size by 90% to ensure no timeouts--I'll bump that up again later. Fixes #96052 Release note: None Co-authored-by: maryliag <[email protected]> Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: Aaron Zinger <[email protected]>
ccl/changefeedccl.TestChangefeedRandomExpressions failed with artifacts on master @ 1d901eeca5c187f9d80fb52f985c1224de57762d:
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-23906
Epic CRDB-11732
The text was updated successfully, but these errors were encountered: