Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use strategy_period in test, instead of custom thread (#3381)
PR #2816 introduced a workaround in the polling API by adding a new thread to call job status poller poll() method more frequently than the JobStatusPoller invokes that method. PR #3246 introduced general configurability of the JobStatusPoller poll period. This PR replaces the thread from #2816 with the configuration option from #3246. This PR removes one thread left running at the end of this test case, in --config local tests.
- Loading branch information