Skip to content

Unmute BWC tests FullClusterRestartIT #118038

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

Merged
merged 3 commits into from
Dec 5, 2024
Merged

Unmute BWC tests FullClusterRestartIT #118038

merged 3 commits into from
Dec 5, 2024

Conversation

samxbr
Copy link
Contributor

@samxbr samxbr commented Dec 5, 2024

BWC tests execute in phases where the OLD phase indexes data to an older version cluster and the UPGRADED phase upgrades the cluster and checks the existence of previously indexed data.

These UPGRADED phase tests were failing because the OLD phase tests were muted, resulting in not data found in the upgraded cluster. The failing OLD phase tests were fixed in PR#111456. The UPGRADED phase tests can be unmuted now.

Closes #111434
Closes #111448

@samxbr samxbr added the v8.18.0 label Dec 5, 2024
@samxbr samxbr changed the title Unmute test FullClusterRestartIT::testSingleDoc Unmute tests for FullClusterRestartIT Dec 5, 2024
@samxbr samxbr changed the title Unmute tests for FullClusterRestartIT Unmute BWC tests FullClusterRestartIT Dec 5, 2024
@samxbr samxbr added >test Issues or PRs that are addressing/adding tests :Data Management/Data streams Data streams and their lifecycles auto-backport Automatically create backport pull requests when merged labels Dec 5, 2024
@samxbr samxbr marked this pull request as ready for review December 5, 2024 18:19
@elasticsearchmachine elasticsearchmachine added the Team:Data Management Meta label for data/management team label Dec 5, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

Copy link
Contributor

@mattc58 mattc58 left a comment

Choose a reason for hiding this comment

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

LGTM

@samxbr samxbr merged commit fd81c51 into elastic:main Dec 5, 2024
16 checks passed
@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
8.x Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 118038

samxbr added a commit to samxbr/elasticsearch that referenced this pull request Dec 6, 2024
(cherry picked from commit fd81c51)

# Conflicts:
#	muted-tests.yml
@samxbr
Copy link
Contributor Author

samxbr commented Dec 6, 2024

💚 All backports created successfully

Status Branch Result
8.x

Questions ?

Please refer to the Backport tool documentation

elasticsearchmachine pushed a commit that referenced this pull request Dec 9, 2024
(cherry picked from commit fd81c51)

# Conflicts:
#	muted-tests.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Automatically create backport pull requests when merged :Data Management/Data streams Data streams and their lifecycles Team:Data Management Meta label for data/management team >test Issues or PRs that are addressing/adding tests v8.18.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] FullClusterRestartIT testDataStreams {cluster=UPGRADED} failing [CI] FullClusterRestartIT testSingleDoc {cluster=UPGRADED} failing
3 participants