Print statistics/progress on signal SIGUSR1 (Linux) / SIGINFO (macOS) #620
Open
Description
There's this idea of printing out progress to the user if a signal is sent to the running process (eg. with Ctrl+T
on macOS or with kill -USR1 $PID
on Linux)
For long-running elm-test instances, it might be nice to be able to get some progress info (eg. which tests are still running, how many fuzz iterations are left for each, how many failures has it already found, ...) mid-run.
Metadata
Assignees
Labels
No labels