-
Notifications
You must be signed in to change notification settings - Fork 57
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(submission): add async submission and unittest #348
Conversation
Signed-off-by: ixsluo <[email protected]>
for more information, see https://pre-commit.ci
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #348 +/- ##
==========================================
+ Coverage 62.60% 62.65% +0.04%
==========================================
Files 27 27
Lines 2939 2948 +9
==========================================
+ Hits 1840 1847 +7
- Misses 1099 1101 +2
☔ View full report in Codecov by Sentry. |
) | ||
) | ||
|
||
def test_async_run_submission(self): |
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.
Please skip the tests in slurm or PBS if they don't work to ensure the CI passes. Also, could you add some comments on this situation?
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.
Ok I will skip the test.
It is weird that, on action triggered by my push and PR, the three slurm test may success. I don't know why and I think it is in the clean
behavior.
Signed-off-by: ixsluo <[email protected]>
Feat #347
check_interval
async_run_submission
methodKnown bugs:
Async submission may fail on pbs/slurm queue system, but success on lazylocal test.