-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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/streamingest: TestTenantStreamingUnavailableStreamAddress failed #112917
Comments
FYI: This test failure was before #112827, so this may be just a late-coming flake. |
ccl/streamingccl/streamingest.TestTenantStreamingUnavailableStreamAddress failed on master @ f3c7285d89afd63b2f7cae762638b86f237c1d72:
Parameters: |
@rickystewart do we expect a test, like this one, with a
|
Yes, it will run multiple times. Looking at the code:
You can see the failure under EngFlow is not a timeout, i.e., the problem you're claiming to solve with |
If you want this test to be set up with a new BTW: This issue is tagged |
Thanks for the explanation! This test has been plagued by flakiness, most likely because cpu contention leads us to timeout on a condition that we expect to achieve in 45 seconds. I'll huddle with my team on next steps here. I think there's a general sentiment that multinode tests just flake -- and this one is particularly bad because it has two virtual clusters (8 sql servers, and 4 kv servers). |
ccl/streamingccl/streamingest.TestTenantStreamingUnavailableStreamAddress failed on master @ 8315a4bc997fb8b8d679079e14d6d7ca94d53bc6:
Parameters: |
112992: kvclient: draining not started SQL r=JeffSwenson a=andrewbaptist Previously a drain would assume the SQL instance had been started on a node prior to draining. This would result in a failure if the node attempting to drain had never started SQL. Epic: none Release note: None 112995: backupccl: deflake TestCleanupIntentsDuringBackupPerformanceRegression r=msbutler a=miraradeva The test was counting batches of pushes for the entire duration of the test, not just the back itself. This patch resets the counters to do a more targeted assertion. Fixes: #112812 Release note: None 113038: c2c: remove TestTenantStreamingUnavailableAddress r=stevendanna a=msbutler All this test does is flake and essentially tests that dsp.PartitionsSpans() excludes the shutdown node. We already have coverage for this in our roachtest -- if dsp.PartitionsSpans() did include a shutdown node, our shutdown tests would never complete. Fixes #112917 Release note: none Co-authored-by: Andrew Baptist <[email protected]> Co-authored-by: Mira Radeva <[email protected]> Co-authored-by: Michael Butler <[email protected]>
ccl/streamingccl/streamingest.TestTenantStreamingUnavailableStreamAddress failed on master @ bf9a22dc85683966ee65e84d3eeadf2b44185127:
Parameters:
attempt=1
,run=21
,shard=9
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-32679
The text was updated successfully, but these errors were encountered: