-
Notifications
You must be signed in to change notification settings - Fork 25.3k
[8.19] Fix MixedClusterEsqlSpecIT 8.11 BWC #129841
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
Conversation
Pinging @elastic/es-analytical-engine (Team:Analytics) |
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.
@@ -151,6 +151,13 @@ protected boolean supportsAsync() { | |||
return clusterHasFeature(ASYNC_QUERY_FEATURE_ID); // the Async API was introduced in 8.13.0 | |||
} | |||
|
|||
@After | |||
public void wipeInferenceEndpoints() throws IOException { | |||
if (supportsAsync()) { |
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.
I suppose those inference endpoints were added between 8.11 and 8.13?
@@ -151,6 +151,13 @@ protected boolean supportsAsync() { | |||
return clusterHasFeature(ASYNC_QUERY_FEATURE_ID); // the Async API was introduced in 8.13.0 | |||
} | |||
|
|||
@After |
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.
Some reason to have it in the @After
now? As it was working before in the @AfterClass
Fix for #129674
Fix for #129596