-
Notifications
You must be signed in to change notification settings - Fork 134
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
unknown job state: Improvements of #179 to make tests pass #187
Commits on Jun 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b107e47 - Browse repository at this point
Copy the full SHA b107e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fbb5b6 - Browse repository at this point
Copy the full SHA 6fbb5b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd5ac3f - Browse repository at this point
Copy the full SHA dd5ac3fView commit details
Commits on Jun 25, 2020
-
Rename read_job_state as query_job_status
Avoid confusion with the *_state methods
Configuration menu - View commit details
-
Copy full SHA for afa666b - Browse repository at this point
Copy the full SHA afa666bView commit details -
Replace poll by query_job_status
Calling poll meant we would be running state_isrunning and state_ispending twice.
Configuration menu - View commit details
-
Copy full SHA for ff9ab2a - Browse repository at this point
Copy the full SHA ff9ab2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68be363 - Browse repository at this point
Copy the full SHA 68be363View commit details
Commits on Jul 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8aa71b4 - Browse repository at this point
Copy the full SHA 8aa71b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc522b6 - Browse repository at this point
Copy the full SHA fc522b6View commit details
Commits on Jul 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e6c0a3e - Browse repository at this point
Copy the full SHA e6c0a3eView commit details
Commits on Jul 30, 2020
-
batchspawner/tests/test_spawners: Mark slow tests
- The slow test can now be skipped with `-k-slow` .
Configuration menu - View commit details
-
Copy full SHA for 7dda947 - Browse repository at this point
Copy the full SHA 7dda947View commit details -
batchspawner/batchspawner: .clear_state() if spawning fails
- The query_job_state change meant we don't call .poll() within the .start() method anymore. .poll() would .clear_state() if the job was not found. - So old state was: .clear_state() was called if the spawn failed. - Add in .clear_state() explicitely when spawning fails. - I think that if there are exceptions in unexpected places, then state will still not be cleared. It's no worse than before, so we can leave it is-is for now.
Configuration menu - View commit details
-
Copy full SHA for c81298d - Browse repository at this point
Copy the full SHA c81298dView commit details -
tests: Adjust tests for query_job_state
- Semantics of the status changes slightly, adjust to the new form - Add split the starting test: - job status query fails when it is first submitted - job status query fails after it has started
Configuration menu - View commit details
-
Copy full SHA for 944771d - Browse repository at this point
Copy the full SHA 944771dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc3226 - Browse repository at this point
Copy the full SHA 8bc3226View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87c5eba - Browse repository at this point
Copy the full SHA 87c5ebaView commit details