aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2022-08-21 00:21:22 -0400
committerTheodore Ts'o <tytso@mit.edu>2022-08-21 23:54:38 -0400
commit9be6cfa930c28e5063d18ce3e9a6d3fdf851f332 (patch)
tree72a86e70df388a206ada49190f307fc8860e0127
parentf6433b4ec4e28441c7dd33cddddb38f4ea3e504f (diff)
downloadxfstests-bld-9be6cfa930c28e5063d18ce3e9a6d3fdf851f332.tar.gz
test-appliance: exclude ext4/059 from the nojournal and logdev configs
The resize2fs program will hang in some kind of permanent interruptible sleep in these configs. This should get debugged, but for now, exclude these tests so we can make forward progress. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--test-appliance/files/root/fs/ext4/cfg/logdev.exclude5
-rw-r--r--test-appliance/files/root/fs/ext4/cfg/nojournal.exclude4
2 files changed, 9 insertions, 0 deletions
diff --git a/test-appliance/files/root/fs/ext4/cfg/logdev.exclude b/test-appliance/files/root/fs/ext4/cfg/logdev.exclude
new file mode 100644
index 00000000..53e5dc16
--- /dev/null
+++ b/test-appliance/files/root/fs/ext4/cfg/logdev.exclude
@@ -0,0 +1,5 @@
+// exclude file for ext4/logdev
+
+// ext4/059 causes resize2fs to hang (interruptibly) forever
+// need to debug -- only in djwong-wtf test run
+ext4/059
diff --git a/test-appliance/files/root/fs/ext4/cfg/nojournal.exclude b/test-appliance/files/root/fs/ext4/cfg/nojournal.exclude
index 702a09a2..4a69e205 100644
--- a/test-appliance/files/root/fs/ext4/cfg/nojournal.exclude
+++ b/test-appliance/files/root/fs/ext4/cfg/nojournal.exclude
@@ -1,5 +1,9 @@
// exclude file for ext4/nojournal
+// ext4/059 causes resize2fs to hang (interruptibly) forever
+// need to debug
+ext4/059
+
// Without a journal, tests for log state won't pass
generic/050
generic/052