Skip to content

Conversation

@pawankartik-elastic
Copy link
Contributor

Fixes #118350.

Solution inline with #119977.

@pawankartik-elastic pawankartik-elastic added >non-issue Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch :Search Foundations/CCS v9.0.0 labels Jan 17, 2025
@pawankartik-elastic pawankartik-elastic changed the title Unmute CrossClusterEsqlRCS1UnavailableRemotesIT.testEsqlRcs1UnavailableRemoteScenarios Fix and unmute CrossClusterEsqlRCS1UnavailableRemotesIT.testEsqlRcs1UnavailableRemoteScenarios Jan 17, 2025
@pawankartik-elastic pawankartik-elastic changed the title Fix and unmute CrossClusterEsqlRCS1UnavailableRemotesIT.testEsqlRcs1UnavailableRemoteScenarios Fix and unmute CrossClusterEsqlRCS1UnavailableRemotesIT tests Jan 17, 2025
@pawankartik-elastic pawankartik-elastic marked this pull request as ready for review January 17, 2025 18:21
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search-foundations (Team:Search Foundations)

assertThat(ex.getMessage(), containsString("connect_transport_exception"));
assertThat(
ex.getMessage(),
anyOf(containsString("connect_transport_exception"), containsString("node_disconnected_exception"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should also have the third variant added we saw in the enrich tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed a commit to fix this.

@quux00
Copy link
Contributor

quux00 commented Jan 17, 2025

Let's add auto-backport to the labels and v8.18.0 after you get the original test backported.

@quux00
Copy link
Contributor

quux00 commented Jan 24, 2025

Did this ever get backported to 8.18?

@pawankartik-elastic
Copy link
Contributor Author

It's a separate PR here: #120802. I believe we can merge these 2 independent of each other without relying on the backport tool?

Copy link
Contributor

@quux00 quux00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pawankartik-elastic pawankartik-elastic merged commit 0551355 into elastic:main Jan 24, 2025
16 checks passed
@pawankartik-elastic pawankartik-elastic deleted the pkar/esql-rcs1-unavail-remotes-unmute branch June 26, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>non-issue :Search Foundations/CCS Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch v9.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] CrossClusterEsqlRCS1UnavailableRemotesIT testEsqlRcs1UnavailableRemoteScenarios failing

3 participants