Skip to content
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

functionaltests: add 8.17 tests #15310

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

functionaltests: add 8.17 tests #15310

wants to merge 12 commits into from

Conversation

endorama
Copy link
Member

@endorama endorama commented Jan 21, 2025

Motivation/summary

Add 8.17 tests to functional tests:

  1. a plain upgrade from 8.16 to 8.17
  2. an upgrade using the reroute processor
  3. an upgrade fromr 8.14, from the APM integration to the apm-data plugin.

Tests will be executed in parallel to keep the timeout to 30 minutes. This introduces code duplication in the Terraform code that will be addressed later on.

Checklist

How to test these changes

GitHub workflow functionaltests should be green.

Initial test run https://github.com/elastic/apm-server/actions/runs/12889138214 (failed)

Related issues

#14100

@endorama endorama requested a review from a team as a code owner January 21, 2025 14:29
Copy link
Contributor

mergify bot commented Jan 21, 2025

This pull request does not have a backport label. Could you fix it @endorama? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-7.17 is the label to automatically backport to the 7.17 branch.
  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • backport-8.x is the label to automatically backport to the 8.x branch.

Copy link
Contributor

mergify bot commented Jan 21, 2025

backport-8.x has been added to help with the transition to the new branch 8.x.
If you don't need it please use backport-skip label.

@mergify mergify bot added the backport-8.x Automated backport to the 8.x branch with mergify label Jan 21, 2025
@endorama endorama marked this pull request as draft January 21, 2025 15:25
@endorama
Copy link
Member Author

Include also a prefer ILM value to be checked in assertion.
This is necessary to keep test duration within the 30 minutes
timeout.
The logic in assertDocCount was allowing an edge case where none
of the expected data streams were found. This is now amended by
checking that the retrieved docCounts map contains all the
expected data streams.
Copy link
Contributor

mergify bot commented Jan 29, 2025

This pull request is now in conflicts. Could you fix it @endorama? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b 817functests upstream/817functests
git merge upstream/main
git push upstream 817functests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-8.x Automated backport to the 8.x branch with mergify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant