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

Use --develop flag for agent install e2e tests #4403

Merged

Conversation

michel-laterman
Copy link
Contributor

What is the problem this PR solves?

It's hard to run e2e tests on a host that has elastic-agent installed.

How does this PR solve the problem?

Use the --develop flag to install an agent in the development namespace

How to test this PR locally

Change version in dev-tools/integration/.env to 9.1-SNAPSHOT

make test-e2e

Design Checklist

  • I have ensured my design is stateless and will work when multiple fleet-server instances are behind a load balancer.
  • I have or intend to scale test my changes, ensuring it will work reliably with 100K+ agents connected.
  • I have included fail safe mechanisms to limit the load on fleet-server: rate limiting, circuit breakers, caching, load shedding, etc.

@michel-laterman michel-laterman added Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team tech debt labels Feb 4, 2025
@michel-laterman michel-laterman requested a review from a team as a code owner February 4, 2025 20:00
Copy link
Contributor

mergify bot commented Feb 4, 2025

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

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

@@ -1,6 +1,6 @@
# If you use change this version without a pinned one, please update
# .ci/bump-elastic-stack-snapshot.yml or .github/workflows/bump-golang.yml
ELASTICSEARCH_VERSION=9.0.0-a38910c2-SNAPSHOT
ELASTICSEARCH_VERSION=9.1.0-ae17f1a1-SNAPSHOT
Copy link
Contributor Author

Choose a reason for hiding this comment

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

When backporting this PR we will need to remove this change

Copy link

@michel-laterman michel-laterman added backport-8.x Automated backport to the 8.x branch with mergify backport-8.17 Automated backport with mergify backport-8.18 Automated backport to the 8.18 branch backport-9.0 Automated backport to the 9.0 branch and removed backport-8.x Automated backport to the 8.x branch with mergify backport-8.17 Automated backport with mergify backport-8.18 Automated backport to the 8.18 branch labels Feb 4, 2025
@michel-laterman michel-laterman merged commit 23bd61a into elastic:main Feb 4, 2025
9 checks passed
@michel-laterman michel-laterman deleted the e2e-agent-install-develop branch February 4, 2025 21:39
mergify bot pushed a commit that referenced this pull request Feb 4, 2025
* Use --develop flag for agent install e2e tests

* Update testing stack version to 9.1.0-SNAPSHOT

(cherry picked from commit 23bd61a)
michel-laterman added a commit that referenced this pull request Feb 4, 2025
…4406)

* Use --develop flag for agent install e2e tests (#4403)

* Use --develop flag for agent install e2e tests

* Update testing stack version to 9.1.0-SNAPSHOT

(cherry picked from commit 23bd61a)

* use 9.0.0-SNAPSHOT version

---------

Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
Co-authored-by: michel-laterman <michel.laterman@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-9.0 Automated backport to the 9.0 branch Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team tech debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants