Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print statistics/progress on signal SIGUSR1 (Linux) / SIGINFO (macOS) #620

Open
Janiczek opened this issue Nov 2, 2022 · 1 comment
Open

Comments

@Janiczek
Copy link
Contributor

Janiczek commented Nov 2, 2022

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.

@avh4
Copy link
Collaborator

avh4 commented Nov 2, 2022

imo this would be a pretty obscure UI for most users. The goal seems to be giving interactive users a way to know what's happening when a test run is long. For that goal, imo the alternative #169 would be better.

Adding a comment there: #169 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants