summaryrefslogtreecommitdiff
path: root/tests/parallelize_itest.py
AgeCommit message (Collapse)Author
2022-02-03Make the parallelize intergration test short enough to run atScott Gasch
checkin time and enable it.
2022-01-30Fix a recent bug in executors. Thread executor needs to returnScott
its future.
2022-01-23Clean up the remote executor stuff and create a dedicated heartbeatScott
thread. Fix the parallelize integration test. Other changes that depended on these fixes.
2021-09-09Update tests / test harness.Scott Gasch