Skip to content

Commit 152f82f

Browse files
committed
testsuite: workaround issue4333 in tests
Problem: As detailed in issue #4333, when the kvs module is reloaded, the kvs-watch module has to be reloaded at the moment. This was not done in issues/t4222-kvs-assume-empty-dir.sh. This lead to potential problems in follow on tests. Solution: Remove / reload the kvs-watch module as well as the kvs module in t4222-kvs-assume-empty-dir.sh.
1 parent 0dd60d1 commit 152f82f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/issues/t4222-kvs-assume-empty-dir.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash -e
22

3+
flux module remove kvs-watch
34
flux module remove kvs
45

56
flux dump --checkpoint issue4222.tar
@@ -16,6 +17,7 @@ flux module load content-sqlite
1617
flux restore --checkpoint issue4222.tar
1718

1819
flux module load kvs
20+
flux module load kvs-watch
1921

2022
flux kvs namespace create issue4222ns
2123
flux kvs put --namespace=issue4222ns a=1

0 commit comments

Comments
 (0)