-
Notifications
You must be signed in to change notification settings - Fork 110
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
Test that pbs driver ignores qstat flakiness #7414
Conversation
0831ed8
to
4ceb026
Compare
6a88089
to
22f416c
Compare
|
22f416c
to
eb157fa
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7414 +/- ##
==========================================
+ Coverage 84.78% 85.24% +0.46%
==========================================
Files 386 386
Lines 22993 22993
Branches 883 878 -5
==========================================
+ Hits 19495 19601 +106
+ Misses 3384 3278 -106
Partials 114 114 ☔ View full report in Codecov by Sentry. |
82e13a7
to
f7f5226
Compare
636e3b1
to
fc451e3
Compare
@berland Should I squash all commits in this PR, or merge with rebase? |
It looks like the first and the fourth at least should be squashed. You may squash all of them if that is the easiest then. |
You need to rebase @jonathan-eq |
When auto-merging with squash, I would like the squash to be done manually upfront to ensure the commit message is sound. |
This commit: * Moves QSTAT_HEADER stub constants to tests/conftests.py * Adds tests for OpenPBS driver ignoring qstat flakiness * Updates the qstat mocked binary to mimick the qstat wide option * Makes the OpenPBS tests use the common qstat fixture
Issue
Resolves #7357
Approach
Short description of the approach
(Screenshot of new behavior in GUI if applicable)
When applicable