-
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/streamingccl/streamproducer: TestStreamPartition failed #100414
Comments
This panic occurs when I wasn't able to reproduce this under stress and race on 23.1 and master, though I'll patch this test so we can get a more descriptive error next time. |
Previously, the replicationFeed test helper had methods that would swallow errors, making it impossible to debug certain test failures. This patch cleans up the internals of this test helper and prevents error swallowing. Fixes cockroachdb#100414 Release note: None
100731: c2c: clean up ReplicationFeed error handling r=lidorcarmel a=msbutler Previously, the replicationFeed test helper had methods that would swallow errors, making it impossible to debug certain test failures. This patch cleans up the internals of this test helper and prevents error swallowing. Fixes #100414 Release note: None 101860: util/parquet: add support for arrays r=miretskiy a=jayshrivastava This change extends and refactors the util/parquet library to be able to read and write arrays. Release note: None Informs: #99028 Epic: https://cockroachlabs.atlassian.net/browse/CRDB-15071 101936: kv: deflake and unskip TestStoreResolveMetrics r=arulajmani a=nvanbenschoten Fixes #98404. The test had begun flaking after #98044 because we now perform more async intent resolution operations when starting a cluster. Specifically, we perform additional async intent resolution operations in service of jobs updates. These updates perform SELECT FOR UPDATE queries over the new `system.job_info` table, but then perform a 1-phase commit. To deflake the test, we clear the intent resolution metrics after server startup. Release note: None Co-authored-by: Michael Butler <[email protected]> Co-authored-by: Jayant Shrivastava <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]>
Previously, the replicationFeed test helper had methods that would swallow errors, making it impossible to debug certain test failures. This patch cleans up the internals of this test helper and prevents error swallowing. Fixes #100414 Release note: None
ccl/streamingccl/streamproducer.TestStreamPartition failed with artifacts on release-23.1 @ 63b683eab3e0ebfff812bb54fdac936c101d9383:
Fatal error:
Stack:
Log preceding fatal error
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-26421
The text was updated successfully, but these errors were encountered: