Skip to content

Commit

Permalink
seeing strange timestamps on directories and files in CI, around what…
Browse files Browse the repository at this point in the history
… looks like some race condition. add in some tests here to be more aggressive about this.
  • Loading branch information
benclifford committed Nov 13, 2023
1 parent eca9b9d commit 6303800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ wqex_local_test: $(CCTOOLS_INSTALL) ## run all tests with workqueue_ex config
.PHONY: workqueue_mon_test
workqueue_mon_test: $(WORKQUEUE_INSTALL) ## run all tests with workqueue_ex config
pip3 install ".[monitoring]"
echo "Contents of runinfo:"
date
ls -l runinfo/
PYTHONPATH=.:/tmp/cctools/lib/python3.8/site-packages pytest parsl/tests/ -k "not cleannet and not issue363" --config parsl/tests/configs/workqueue_monitoring_config.py --cov=parsl --cov-append --cov-report= --random-order


Expand Down

0 comments on commit 6303800

Please sign in to comment.