Daniel Riehm

Results 7 issues of Daniel Riehm

This should hopefully prevent the random CI failures due to failing to download tarballs from their original sources.

Currently it is possible for our temporary filename creator to yield a filename that already exists, possibly in use by another test program running in parallel in CTest. This happens...

KWIVER applets called on the command line cannot be interrupted by pressing Ctrl-C. This should be the default behavior, so we must be catching `SIGINT` somewhere. Tested on Ubuntu 20.04.

Copy of #1701 rebased on current master.

I encountered test failures on Windows when running `ctest -j12`, and traced them back to `temp_file_name()` giving the same temporary filename to multiple tests. This PR makes the function more...

Following up removing `ICING_DETECTED` from vital metadata, this PR removes nine wind-, pressure- and temperature-related vital tags that are not generally useful for computer vision algorithms.

Occasionally otherwise-successful sprokit tests will run into this 5 second barrier, resulting in random test "failures" which can mess up CI flows. Seems like this number could just be higher....