-
Notifications
You must be signed in to change notification settings - Fork 346
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
add io priority e2e test #2646
add io priority e2e test #2646
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2646 +/- ##
=======================================
Coverage 65.40% 65.40%
=======================================
Files 133 133
Lines 16942 16942
=======================================
Hits 11081 11081
Misses 5861 5861 |
0a09bb0
to
6cc43e0
Compare
tests/contest/contest/src/tests/io_priority/io_priority_test.rs
Outdated
Show resolved
Hide resolved
4e27e34
to
72cc081
Compare
/retest |
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.
Thanks! I left some comments.
72cc081
to
85e1eca
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.
Hey, some minor changes, but overall good work! Thanks 🙏
tests/contest/contest/src/tests/io_priority/io_priority_test.rs
Outdated
Show resolved
Hide resolved
dbd63cd
to
3a31383
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.
One small change, otherwise ok 👍
Signed-off-by: lengrongfu <lenronfu@gmail.com>
3a31383
to
10a06f1
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 👍
Thanks!
Fixes: #2639