-
Notifications
You must be signed in to change notification settings - Fork 214
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
Integration tests: logging is shut down when CLI finished #944
Conversation
, block0H | ||
] | ||
let process = proc' (commandName @t) args | ||
(out, _) <- collectStreams (10, 0) process |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rvl. Are you able to say a little bit about where 10
and 0
came from here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are the number of output lines to collect before finishing the test.
The collectStreams
function is a bit fishy actually.
0d4aad4
to
6021a59
Compare
6021a59
to
a7e29d0
Compare
rebased against master |
bors r+ |
944: Integration tests: logging is shut down when CLI finished r=paweljakubas a=rvl Relates to #851. # Overview Adds integration test case for clean logging shutdown. Co-authored-by: Rodney Lorrimar <[email protected]>
Build failed |
a7e29d0
to
de6b2d8
Compare
bors r+ |
944: Integration tests: logging is shut down when CLI finished r=paweljakubas a=rvl Relates to #851. # Overview Adds integration test case for clean logging shutdown. Co-authored-by: Rodney Lorrimar <[email protected]>
Build failed |
interesting : https://hydra.iohk.io/build/1303898/nixlog/31 |
This is a similar/the same error #931 that occurred on Buildkite and caused the Bors build to fail. |
Will try again 🤞 bors r+ |
944: Integration tests: logging is shut down when CLI finished r=rvl a=rvl Relates to #851. # Overview Adds integration test case for clean logging shutdown. Co-authored-by: Rodney Lorrimar <[email protected]>
Build succeeded |
Relates to #851.
Overview
Adds integration test case for clean logging shutdown.