-
Notifications
You must be signed in to change notification settings - Fork 125
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
Fix bug that tremor run would always ever run for exactly 150s #1582
Conversation
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.
🤦 lets merge this quickly, so no one sees it.
63521b1
to
1fb7787
Compare
Codecov Report
@@ Coverage Diff @@
## main #1582 +/- ##
==========================================
+ Coverage 85.74% 87.28% +1.54%
==========================================
Files 232 254 +22
Lines 47188 50159 +2971
==========================================
+ Hits 40461 43781 +3320
+ Misses 6727 6378 -349
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
1fb7787
to
28626e2
Compare
I think in this case the Would you mind adding a test for the |
Should we add a coverage exclude for |
idk that feels a bit "wrong" I want to try to see if we can use a wrapper to include more of the integration tests, that'd be really handy. |
908254e
to
9faebb8
Compare
Okay I got it working but cargo-llvm-cov has a limitation that prevents us from using it: taiki-e/cargo-llvm-cov#160 |
5fd57d8
to
55992a6
Compare
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
and enable tests for tremor-cli. Signed-off-by: Matthias Wahl <matthiaswahl@m7w3.de> Signed-off-by: Heinz N. Gies <heinz@licenser.net>
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
55992a6
to
98c5147
Compare
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
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.
At least now we know that the tests in tremor-cli have been successful at one point in time.
Pull request
Description
Tremor run had originally a timeout running for exactly 150s, this makes no sense of all, so we join world and let the runtime decide when to stop.
Checklist
Performance
no runtime changes