Skip to content

functionaltests: Add test for 7x to 8x to 9x #16582

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ericywl
Copy link
Contributor

@ericywl ericywl commented Apr 9, 2025

Motivation/summary

Add 7.x to 8.x to 9.x test, for standalone to managed.

  • 7.x standalone -> 8.x standalone -> 9.x standalone -> 9.x managed
  • 7.x standalone -> 7.x managed -> 8.x managed -> 9.x managed

Closes #16199. Requires all other functionaltests PR to be merged first.

How to test these changes

Run functionaltest workflow with this branch: https://github.com/elastic/apm-server/actions/runs/14465245943.

@ericywl ericywl requested a review from a team as a code owner April 9, 2025 05:24
@ericywl ericywl marked this pull request as draft April 9, 2025 05:24
Copy link
Contributor

mergify bot commented Apr 9, 2025

This pull request is now in conflicts. Could you fix it @ericywl? 🙏
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 functionaltests-789 upstream/functionaltests-789
git merge upstream/main
git push upstream functionaltests-789

Copy link
Contributor

mergify bot commented Apr 9, 2025

This pull request does not have a backport label. Could you fix it @ericywl? 🙏
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-9./d is the label to automatically backport to the 9./d branch. /d is the digit.
  • backport-8.x is the label to automatically backport to the 8.x branch.
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

@ericywl ericywl force-pushed the functionaltests-789 branch 2 times, most recently from 2858af8 to 6d025be Compare April 9, 2025 06:57
@ericywl ericywl self-assigned this Apr 9, 2025
@ericywl ericywl added the backport-skip Skip notification from the automated backport with mergify label Apr 9, 2025
@ericywl ericywl force-pushed the functionaltests-789 branch 2 times, most recently from 6c67628 to 2e7a3d4 Compare April 10, 2025 03:45
@ericywl ericywl changed the base branch from main to functionaltests-7to8 April 10, 2025 03:45
@ericywl ericywl marked this pull request as ready for review April 10, 2025 03:45
@ericywl ericywl force-pushed the functionaltests-789 branch 2 times, most recently from a68f85f to 7bf9397 Compare April 10, 2025 06:25
@ericywl ericywl requested a review from endorama April 10, 2025 07:39
Copy link
Contributor

mergify bot commented Apr 14, 2025

This pull request is now in conflicts. Could you fix it @ericywl? 🙏
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 functionaltests-789 upstream/functionaltests-789
git merge upstream/functionaltests-7to8
git push upstream functionaltests-789

Base automatically changed from functionaltests-7to8 to main April 14, 2025 10:32
@ericywl ericywl force-pushed the functionaltests-789 branch from 63f7e39 to 03d413d Compare April 14, 2025 10:42
@ericywl ericywl force-pushed the functionaltests-789 branch from 03d413d to f2881cf Compare April 14, 2025 10:45
@ericywl
Copy link
Contributor Author

ericywl commented Apr 14, 2025

Running new workflow after rebasing: https://github.com/elastic/apm-server/actions/runs/14465245943.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-skip Skip notification from the automated backport with mergify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

functionaltests: 7.x standalone -> 8.x standalone -> 9.x standalone -> 9.x managed
1 participant