Commit Graph

6 Commits

Author SHA1 Message Date
Denis Barbaron
6b2f434acb upgrade node to latest version v17.9.0 (#500)
* upgrade node to latest version v17.9.0

Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>

* remove useless comments in karma configuration file

Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>
2022-04-12 17:03:43 +02:00
Rick van Hattem
d371e733d2 Fix for stdout race condition in stf doctor
Sometimes the process exits before the data is read from stdout. The result is that the `call` method exits before it has it's output.

Example bug: https://github.com/openstf/stf/issues/1091
2019-11-06 12:26:31 +01:00
Simo Kinnunen
2b836f6382 Make sure that check actually catches and handles errors, even if synchronous. 2017-04-29 12:55:46 +09:00
Simo Kinnunen
6bf300e29d Require zmq in directly the test so that it being broken (due to e.g. missing bindings) won't prevent other tests from running. 2017-04-29 12:54:18 +09:00
Simo Kinnunen
6f1025e8ff Refactor doctor to be more resilient to unexpected errors, which made our life even harder especially on Ubuntu where the RethinkDB version contains more things in it. 2017-04-23 01:17:44 +09:00
Simo Kinnunen
cc736ba0ac Ported CLI from commander to yargs because yargs suits our large CLI better and is easier to develop with. Split commands into separate files since the file was getting annoyingly long. 2016-12-22 05:32:03 +09:00