mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 19:13:14 -04:00
## Summary This PR addresses two points: - First it introduces the project information logging (not any sensitive data like pwd etc) for better troubleshooting. This will allow teams to be able to get the project ID and the organisation ID in order to search for project logs etc in the overview consoles. - Explore test issue: A specific spec file was crashing causing Buildkite timeout which was taking 5 hours to be reached. Something seems to be going wrong with the order of the tests within the specific spec suite, **specifically in CI**. Potentially the configuration of the machines where the test run. After a lot of investigation the order is changed and the `Copy value` test was moved to the top of the spec file. This allows the proper execution of all the tests. Pending further investigation. Me and @MadameSheema tested this locally and it always passes without any issues. Also I tried to increase the resources of the agent assigned in Buildkite to run the tests but this still does not seem to be resolving the issue. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
api_configs.json | ||
index.js | ||
mki_api_ftr_execution.ts | ||
mki_start_api_ftr_execution.js |