Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consistency fixes for test_executor_sequential (#566)
A few things here: 1. Use a real Job object like the other test. The sequential executor doesn't seem to need it to have a 'identifier' property, but other executors do and we should be consistent. 2. Move stuff out of the try/finally block for the os.kill thread to reduce the likelihood of secondary exceptions. 3. Clear the global job accumulation variable even though we don't use check it (which is another conversation entirely).
- Loading branch information