-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[FTR] add custom runner and config to run load tests #88409
Conversation
@elasticmachine merge upstream |
I don't see anything in these files for a basic license. Wouldn't we typically use a trial license so all features are enabled? |
My bad, it is actually a trial license. The same that we use in x-pack functional tests |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
* add custom runner and config for load testing * add full maven command * add jenkins script * run tests against build * run kibana with no-base-path flag Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* add custom runner and config for load testing * add full maven command * add jenkins script * run tests against build * run kibana with no-base-path flag Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Summary
In order to run kibana--load-testing project agaist custom kibana branch, I'm adding simple runner and config to start kibana with
basictrial license and run load scenario maven command via functiona-test-runner.PR that runs this change: elastic/kibana-load-testing/pull/29
Data is ingested into Kibana stats, doc sample:
In order to run load scenario for your branch, change STACK_VERSION job parameter with <github_username>/<kibana_repo_name>:<your_branch>:
If you checkout kibana-load-testing repo next to the main kibana repo, you can run load scenario against your local build: