release-24.3: sql/schemachanger: deflake TestPause.*#161893
release-24.3: sql/schemachanger: deflake TestPause.*#161893fqazi merged 1 commit intocockroachdb:release-24.3from
Conversation
Previously, these tests could timeout, because they had a short time interval to wait for schema changes to complete (the default of 45 seconds). This patch makes the pause tests wait for completion before checking the final status. Fixes: cockroachdb#161743 Fixes: cockroachdb#161742 Fixes: cockroachdb#161693 Fixes: cockroachdb#161456 Release note: None
098e141 to
0832746
Compare
|
Thanks for opening a backport. Before merging, please confirm that it falls into one of the following categories (select one):
Add a brief release justification to the PR description explaining your selection. Also, confirm that the change does not break backward compatibility and complies with all aspects of the backport policy. All backports must be reviewed by the TL and EM for the owning area. |
|
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
|
✅ PR #161893 is compliant with backport policy Confidence: high 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
Backport 1/1 commits from #161884 on behalf of @fqazi.
Previously, these tests could timeout, because they had a short time interval to wait for schema changes to complete (the default of 45 seconds). This patch makes the pause tests wait for completion before checking the final status.
Fixes: #161743
Fixes: #161742
Fixes: #161693
Fixes: #161456
Release note: None
Release justification: test only change