Skip to content

Commit 1b199ce

Browse files
committed
tests/ostree.sync: tag with "reprovision"
There is a race condition for `ostree.sync` and `kdump.crash.nfs` to bind port 2049, according to #4117 (comment), add tag `reprovision` to force it to run serially now.
1 parent 82410e1 commit 1b199ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mantle/kola/tests/ostree/sync.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,14 @@ systemd:
7373
func init() {
7474
register.RegisterTest(&register.Test{
7575
// See https://github.com/ostreedev/ostree/pull/2968
76+
// Add tag "reprovision" to run serially to avoid NFS port conflicts.
77+
// See https://github.com/coreos/coreos-assembler/issues/4117#issuecomment-3495048106
7678
Run: ostreeSyncTest,
7779
ClusterSize: 0,
7880
Name: "ostree.sync",
7981
Description: "Verify ostree can sync the filesystem with disconnected the NFS volume.",
8082
Distros: []string{"rhcos"},
81-
Tags: []string{"ostree", kola.SkipBaseChecksTag, kola.NeedsInternetTag},
83+
Tags: []string{"ostree", kola.SkipBaseChecksTag, kola.NeedsInternetTag, "reprovision"},
8284
})
8385
}
8486

0 commit comments

Comments
 (0)