Skip to content

Commit

Permalink
failed to get non-staging tests working, made a note in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Sep 5, 2024
1 parent 3ba7e12 commit 084d797
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,13 @@
source /venv/bin/activate

pytest parsl/tests/ --config ./htex_k8s_kind.py -k 'not issue3328 and not staging_required and not shared_fs' -x --random-order
PYTHONPATH=/usr/lib/python3.12/site-packages/ pytest parsl/tests/ --config ./taskvine_k8s_kind.py -k 'not issue3328 and not shared_fs' -x --random-order --log-cli-level=DEBUG


# I tried letting staging_required tests run here but they do not -- a bit confused about this comment in taskvine:
#
# # Absolute paths are assumed to be in shared filesystem, and thus
# # not staged by taskvine.
# which I guess is saying something is making assumptions about the presence of a shared filesystem even when defaulting to shared_fs=False in the taskvine config?


PYTHONPATH=/usr/lib/python3.12/site-packages/ pytest parsl/tests/ --config ./taskvine_k8s_kind.py -k 'not issue3328 and and not staging_required and not shared_fs' -x --random-order --log-cli-level=DEBUG

0 comments on commit 084d797

Please sign in to comment.