configprofiles: deflake TestDataDriven#104501
Conversation
This test was experiencing a failure due to a race condition. The root cause is described in issue cockroachdb#104500 and will be addressed separately. This change ensures that the test does not encounter the code path at all. Release note: None
|
TFYR bors r=itsbilal |
|
Build failed (retrying...): |
|
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"Changes must be made through a pull request.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
|
bors r=itsbilal |
|
Build succeeded: |
|
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error setting reviewers, but backport branch blathers/backport-release-23.1-104501 is ready: POST https://api.github.com/repos/cockroachdb/cockroach/pulls/104541/requested_reviewers: 422 Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the cockroachdb/cockroach repository. [] Backport to branch 23.1.x failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
Informs #104500.
Fixes #102408.
This test was experiencing a failure due to a race condition. The root cause is described in issue #104500 and will be addressed separately. This change ensures that the test does not encounter the code path at all.
Release note: None