-
Notifications
You must be signed in to change notification settings - Fork 119
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
feat: Add printing total run duration #1773
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
f9979bc
to
c12b915
Compare
@flank-it |
Integration tests failed ❌ |
Timestamp: 2021-04-08 17:30:58 |
Windows failed as for others |
@flank-it |
Integration tests failed ❌ |
c12b915
to
9e94019
Compare
Windows failed as for others jobs |
@asadsalman please check if it works as expected 😃 |
9e94019
to
de6d1cb
Compare
This looks really good, thank you! |
what is the difference between running tests and executing matrices? Is test running a subset of the matrix execution? |
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.
Minor comments
test_runner/src/test/kotlin/ftl/run/status/TestMatrixStatusPrinterTest.kt
Show resolved
Hide resolved
Running tests stage if for preparing matrix to run (creating context, matrices, uploading files) |
de6d1cb
to
2a59e6a
Compare
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.
LGTM
85bfde7
to
6a16a4f
Compare
@flank-it |
Integration tests failed ❌ |
32b8f46
to
aac4179
Compare
Fixes #1666
Test Plan
Total run duration is printed after Flank run with detailed log level set.
Checklist