Skip to content

[9.1] [FTR] Track process duration + test stats in run-end (#238397)#238923

Merged
kibanamachine merged 1 commit intoelastic:9.1from
kibanamachine:backport/9.1/pr-238397
Oct 14, 2025
Merged

[9.1] [FTR] Track process duration + test stats in run-end (#238397)#238923
kibanamachine merged 1 commit intoelastic:9.1from
kibanamachine:backport/9.1/pr-238397

Conversation

@kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 9.1:

Questions ?

Please refer to the Backport tool documentation

Currently we only measure the root suite duration, which does not
include the time to start Elasticsearch, Kibana (which are started
before Mocha runs) and the docker containers (which are in the
`beforeTests` lifecycle).

With this change, we start tracking A) total process duration which will
capture these phases, B) test stats, so we can see the distribution of
test counts across configs and the relation between test counts and
process/test run duration

(cherry picked from commit 086c290)
@kibanamachine kibanamachine added the backport This PR is a backport of another PR label Oct 14, 2025
@kibanamachine kibanamachine enabled auto-merge (squash) October 14, 2025 14:45
@kibanamachine kibanamachine merged commit 0f2a889 into elastic:9.1 Oct 14, 2025
16 checks passed
@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Metrics [docs]

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
@kbn/scout-reporting 109 111 +2
Unknown metric groups

API count

id before after diff
@kbn/scout-reporting 128 130 +2

cc @dgieselaar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants