Skip to content

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

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

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

Conversation

@kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 9.2:

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 requested a review from a team as a code owner October 14, 2025 14:45
@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 e54fd69 into elastic:9.2 Oct 14, 2025
16 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

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