kibana/packages/kbn-dev-utils
Spencer 14cfade0b4
[dev-utils/procRunner] wrap stop and close promises in timeouts (#17320)
In an attempt to debug random stalls we are seeing in CI, the proc runner will now send SIGKILL if a process does not exit after receiving the standard exit signal it receives (usually SIGTERM). Additionally, if the child process object never emits "close" or "exit" another timeout will trigger an error
2018-03-21 16:17:51 -07:00
..
src [dev-utils/procRunner] wrap stop and close promises in timeouts (#17320) 2018-03-21 16:17:51 -07:00
.babelrc Move proc_runner from x-pack-kibana into kibana (#17120) 2018-03-14 19:55:50 -05:00
package.json Move proc_runner from x-pack-kibana into kibana (#17120) 2018-03-14 19:55:50 -05:00
README.md Move proc_runner from x-pack-kibana into kibana (#17120) 2018-03-14 19:55:50 -05:00
yarn.lock Move proc_runner from x-pack-kibana into kibana (#17120) 2018-03-14 19:55:50 -05:00

dev utils

proc runner

For running integration tests in Kibana

tooling log