-
Notifications
You must be signed in to change notification settings - Fork 104
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
Enable multi version tests #3047
base: main
Are you sure you want to change the base?
Enable multi version tests #3047
Conversation
Result of fdb-record-layer-pr on Linux CentOS 7
|
Result of fdb-record-layer-pr on Linux CentOS 7
|
Result of fdb-record-layer-pr on Linux CentOS 7
|
@@ -87,7 +86,6 @@ public String getVersion() { | |||
|
|||
@Override | |||
public void beforeAll(ExtensionContext context) throws Exception { | |||
Assumptions.abort(); // Will be able to re-enable when we have a published external server to use here |
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.
Given the issues with explain changing between versions, I'm not sure that we want to enable this as part of prb yet.
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.
Do you mean in general, or just for the tests that contain explain assertions?
0ce1b86
to
897bcbc
Compare
Result of fdb-record-layer-pr on Linux CentOS 7
|
Result of fdb-record-layer-pr on Linux CentOS 7
|
Enable yaml tests that were disabled before, now that the gaps have been filled.