-
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
roachtest: update pgjdbc blocklists #57081
Conversation
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.
lgtm! just a small note about removing the 19.1 stuff
also, just FYI, i believe this will need to backported to each release branch once it is merged. #51897 changed which roachtest binary is used in nightlies
"org.postgresql.test.core.LogServerMessagePropertyTest.testWithExplicitlyEnabled": "expected fail - checks error message", | ||
"org.postgresql.test.core.LogServerMessagePropertyTest.testWithLogServerErrorDetailDisabled": "expected fail - checks error message", | ||
} | ||
var pgjdbcIgnoreList19_2 = pgjdbcIgnoreList19_1 | ||
|
||
var pgjdbcIgnoreList19_1 = blocklist{ |
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.
we can remove 19.1 here and just keep the blocklist for 19.2 and up
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.
Done. I got rid of all the <19.2 lists.
I made the following updates to the pgjdbc blocklists: - Removed tests which are now passing due to user-defined schema support. - Removed testUpdateSelectOnly since we now support this syntax as a no-op. - Updated some failure reasons to "unknown" for tests which are still failing even though the referenced issue was closed. - Added many BatchExecuteTest.* tests to the ignore list. These tests are flaky due to a combination of cockroachdb#54477 and the fact that the tests do not run in a deterministic order. - Removed lists for versions earlier than v19.2. Fixes cockroachdb#53467 Fixes cockroachdb#53738 Fixes cockroachdb#54106 Release note: None
3d8e39a
to
4f071aa
Compare
Thanks for the heads up about backports! |
bors r+ |
Build succeeded: |
I made the following updates to the pgjdbc blocklists:
support.
no-op.
failing even though the referenced issue was closed.
are flaky due to a combination of sql: cannot perform schema change in transaction after write #54477 and the fact that the tests
do not run in a deterministic order.
Fixes #53467
Fixes #53738
Fixes #54106
Release note: None