-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Open
Labels
Team:OperationsKibana-Operations TeamKibana-Operations Teamimpact:needs-assessmentProduct and/or Engineering needs to evaluate the impact of the change.Product and/or Engineering needs to evaluate the impact of the change.
Description
FTR runs functional tests with --no-base-path option.
Line 43 in 5bc233f
| '--no-base-path', |
That is a source of many regressions during migration:
#54687
#56409
#57301
#62016
#63417 (review)
We would like to have reliable function tests to prevent such problems in the future.
Probably @elastic/kibana-operations can provide more information about the requirement to run FTR without a base path. As I can see this setting was on since the kbn-test package was introduced in #18568
I'm not sure we could and should enable configurable base-path for all the tests. Probably, we can start with moving the platform tests to a separate test config that runs tests with and without the base-path option.
Metadata
Metadata
Assignees
Labels
Team:OperationsKibana-Operations TeamKibana-Operations Teamimpact:needs-assessmentProduct and/or Engineering needs to evaluate the impact of the change.Product and/or Engineering needs to evaluate the impact of the change.