Skip to content

Set QCHECK_MSG_INTERVAL to avoid clutter in CI logs #69

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

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

jmid
Copy link
Contributor

@jmid jmid commented Mar 23, 2023

QCheck by default prints updates to stdout often to give the user a sense of progress.
This works well in a terminal/console, but less well in an append-only CI-log where the many printed lines adds clutter.
By setting the environment variable QCHECK_MSG_INTERVAL to something more sensible, we obtain cleaner CI logs.

(We also use this in multicoretests and domainslib - but it must have been an oversight in lockfree)

@lyrm
Copy link
Collaborator

lyrm commented Mar 23, 2023

Thanks !

@lyrm lyrm merged commit 71c075c into ocaml-multicore:main Mar 23, 2023
@jmid jmid deleted the set-qcheck-msg-interval branch March 23, 2023 17:12
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

Successfully merging this pull request may close these issues.

2 participants