Skip to content

Commit

Permalink
Flush out some more staging_required tests (by setting storage_access…
Browse files Browse the repository at this point in the history
…=[] in local htex test...)
  • Loading branch information
benclifford committed Jun 10, 2024
1 parent fb1733e commit 73b3e1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions htex_k8s_kind.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def fresh_config():
executors=[
HighThroughputExecutor(
label="executorname",
storage_access=[],
worker_debug=True,
cores_per_worker=1,
encrypted=False, # needs certificate fs to be mounted in same place...
Expand Down
1 change: 1 addition & 0 deletions parsl/tests/test_staging/test_docs_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def convert(inputs=[], outputs=[]):


@pytest.mark.cleannet
@pytest.mark.staging_required
def test():
# create an remote Parsl file
inp = File('ftp://ftp.iana.org/pub/mirror/rirstats/arin/ARIN-STATS-FORMAT-CHANGE.txt')
Expand Down
1 change: 1 addition & 0 deletions parsl/tests/test_staging/test_staging_ftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def sort_strings(inputs=[], outputs=[]):


@pytest.mark.cleannet
@pytest.mark.staging_required
def test_staging_ftp():
"""Test staging for an ftp file
Expand Down

0 comments on commit 73b3e1d

Please sign in to comment.