Closed wayneseymour closed 1 month ago
@elasticmachine merge upstream
@elasticmachine merge upstream
@elasticmachine merge upstream
ā unchanged
cc @wayneseymour
Status | Branch | Result |
---|---|---|
ā | 8.x |
Note: Successful backport PRs will be merged automatically after passing CI.
Please refer to the Backport tool documentation
Summary
Resolves: https://github.com/elastic/kibana/issues/202687
For Reviewers
To test locally, make a test fail, something like
Then run the tests:
TEST_BROWSER_HEADLESS=1 CI=1 node scripts/functional_tests --config=test/functional/apps/console/config.ts --bail
Then run the reporter to see the html file
JOB_NAME=elastic+kibana+7.x node scripts/report_failed_tests --build-url="${BUILDKITE_BUILD_URL}#${BUILDKITE_JOB_ID}" 'target/junit/**/*.xml' --no-github-update --no-index-errors
Lastly, inspect the HTML File
grep elastic target/test_failures/*.html -B 2
Notice the
<pre>elastic/kibana-management</pre>
in the output of grepAlso, you can continue verification of the ownership value, via:
node scripts/get_owners_for_file.js --file test/functional/apps/console/_autocomplete.ts