-
Notifications
You must be signed in to change notification settings - Fork 87
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
Use --develop flag for agent install e2e tests #4403
Conversation
This pull request does not have a backport label. Could you fix it @michel-laterman? 🙏
|
@@ -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 |
There was a problem hiding this comment.
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
|
* Use --develop flag for agent install e2e tests * Update testing stack version to 9.1.0-SNAPSHOT (cherry picked from commit 23bd61a)
…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>
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 namespaceHow to test this PR locally
Change version in
dev-tools/integration/.env
to9.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.