-
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
release-23.2: streamingccl: reduce scan interval for testing #112853
Conversation
dc24db6
to
86d49e5
Compare
df10279
to
25c44ac
Compare
Thanks for opening a backport. Please check the backport criteria before merging:
If some of the basic criteria cannot be satisfied, ensure that the exceptional criteria are satisfied within.
Add a brief release justification to the body of your PR to justify this backport. Some other things to consider:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this! Mind unskipping the test line 1172, and bumping the checkLocalities timeouts to 3 min 45 seconds so the 23.2 test reflects whats on master?
I think we should backport and merge those commits from master, rather than pushing them in this commit. |
works for me |
Reduce the replica scanner min interval from 1s, to 10ms for test clusters. This speeds up tests which rely on replica changes either on the source, or host cluster. ``` dev test pkg/ccl/streamingccl/streamingest \ -f TestStreamingRegionalConstraint -v --stress ... Stats over 1000 runs: max = 51.9s, min = 21.6s, avg = 38.3s, dev = 4.6s ``` Resolves: #112541 Release note: None
Rebased. |
25c44ac
to
8dd448d
Compare
cherry-picked this locally on 23.2 and confirmed the test builds and passes. merging. |
Backport 1/1 commits from #112735 on behalf of @kvoli.
/cc @cockroachdb/release
Reduce the replica scanner min interval from 1s, to 10ms for test
clusters. This speeds up tests which rely on replica changes either on
the source, or host cluster.
Resolves: #112541
Release note: None
Release justification: Test only.