[Reporting] Plugin lifecycle setup step needs to be synchronous #68292
Labels
Feature:Reporting:Framework
Reporting issues pertaining to the overall framework
needs-team
Issues missing a team label
Kibana version: 7.9
Describe the bug:
Currently the setup step of the Reporting lifecycle must wait for browsers to be installed. This is an asynchronous step that could involve waiting for the zip files of our browser build to download.
In legacy, this was fine because setup time wasn't limited. We were able to make the choice to initialize
HeadlessChromiumDriverFactory
at setup.This is blocking Kibana developers that don't have the browser zip files cached in their local workspace. The blocker is lifted if the download eventually happens to complete before the
setup
timeout.The text was updated successfully, but these errors were encountered: