roachtest: add v10.TestBigColumn to gopg blocklist#172197
roachtest: add v10.TestBigColumn to gopg blocklist#172197abhishek-dalbanjan wants to merge 1 commit into
Conversation
|
Thank you for contributing to CockroachDB. Please ensure you have followed the guidelines for creating a PR. Before a member of our team reviews your PR, I have some potential action items for you:
I was unable to automatically find a reviewer. You can try CCing one of the following members:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
|
|
f9bf578 to
1f368ad
Compare
|
Thank you for updating your pull request. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. I was unable to automatically find a reviewer. You can try CCing one of the following members:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
This commit adds the unexpectedly failing test v10.TestBigColumn to the gopgBlockList. The test was failing on the release branch, blocking the release pipeline. Blocklisting it allows CI to pass while the root cause is investigated separately. Fixes cockroachdb#172196 Release note: None
1f368ad to
bc6b220
Compare
This PR adds the unexpectedly failing test
v10.TestBigColumnto thegopgBlockListinsidepkg/cmd/roachtest/tests/gopg_blocklist.go.The test was reported to be failing unexpectedly on the release branch, blocking releases. By adding it to the known failures blocklist, we allow CI to pass and unblock the release pipeline while the root cause is investigated.
Fixes #172196
Release note: None