kibana/packages/kbn-dev-utils
Spencer 8e3c1c7517
Fix procRunner/x-pack ftr scripts (#18789)
* [x-pack/ftr] call fatalErrorHandler when functional tests fail

* [kbn/dev-tools/withProcRunner] require a log as the first arg

* [kbn/dev-tools/procRunner] use correct promise, convert to getter

* [x-pack/ftr] avoid race condition that prevents success message logging

When starting the kibana server it is possible for log messages to come
after the server is started, so we added a pause that waits for 5
seconds of logging silence before logging the success message. The
observable used fails to complete though if a log message is never
written AFTER the Kibana server starts. To counter this the observable
is started with `null` so it will always start at least one 5 second
timer and always complete even if there is no log data after Kibana
server starts.

* fix typo
2018-05-07 14:50:15 -07:00
..
src Fix procRunner/x-pack ftr scripts (#18789) 2018-05-07 14:50:15 -07:00
.babelrc Move proc_runner from x-pack-kibana into kibana (#17120) 2018-03-14 19:55:50 -05:00
package.json More attempts to fix procRunner hangs in CI (#17325) 2018-03-28 12:26:11 -07:00
README.md Move proc_runner from x-pack-kibana into kibana (#17120) 2018-03-14 19:55:50 -05:00
yarn.lock More attempts to fix procRunner hangs in CI (#17325) 2018-03-28 12:26:11 -07:00

dev utils

proc runner

For running integration tests in Kibana

tooling log