Skip to content

Commit 73f8b9f

Browse files
committed
LIU-368: Modify expiryTest
1 parent caa26d9 commit 73f8b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daliuge-engine/test/lifecycle/test_dlm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ def run(self):
145145
a = DirectoryContainer(
146146
"a",
147147
"a",
148-
persist=True, # Persist should have no effect on expireAfterUse
149-
expireAfterUse=True,
148+
persist=False,
149+
expireAfterUse=False, # Marking persist as False should lead to expiry regardless of this flag
150150
dirname=tempfile.mkdtemp(),
151151
)
152152
b_dirname = tempfile.mkdtemp()

0 commit comments

Comments
 (0)