summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2019-06-07 13:55:12 +0530
committerAmar Tumballi <amarts@redhat.com>2019-06-07 08:49:09 +0000
commita981e7cc12bb89304e8736d857f23f3a394512d0 (patch)
treebdffe5e4b30d17264928dc4a4ca8ee6b2a742f54 /tests
parentedc2910a8ab3a7d9cfbb19e3f20179c0799c0c1b (diff)
tests/quick-read-upcall: mark it bad
Frequent intermittent failures observed. ``` 08:59:24 ok 11 [ 10/ 3] < 36> 'write_to /mnt/glusterfs/0/test.txt test-message1' 08:59:24 ok 12 [ 10/ 6] < 37> 'test-message1 cat /mnt/glusterfs/0/test.txt' 08:59:24 ok 13 [ 10/ 4] < 38> 'test-message0 cat /mnt/glusterfs/1/test.txt' 08:59:24 not ok 14 [ 3715/ 6] < 45> 'test-message1 cat /mnt/glusterfs/1/test.txt' -> 'Got "test-message0" instead of "test-message1"' 08:59:24 ok 15 [ 10/ 162] < 47> 'gluster --mode=script --wignore volume set patchy features.cache-invalidation on' 08:59:24 ok 16 [ 10/ 148] < 48> 'gluster --mode=script --wignore volume set patchy performance.qr-cache-timeout 15' ``` updates: bz#1718191 Change-Id: Ieb9e5a9a428995ff178f77bc4a5155b8298d3fa0 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/basic/quick-read-with-upcall.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/basic/quick-read-with-upcall.t b/tests/basic/quick-read-with-upcall.t
index 4e5df25c65e..0eab8e1a9f6 100644
--- a/tests/basic/quick-read-with-upcall.t
+++ b/tests/basic/quick-read-with-upcall.t
@@ -42,6 +42,7 @@ EXPECT "$D0" cat $M1/test.txt
# less, there is a possibility of not getting a lookup on the same inode.
sleep 3.7
+# TODO: This line normally fails
EXPECT "$D1" cat $M1/test.txt
TEST $CLI volume set $V0 features.cache-invalidation on
@@ -71,3 +72,7 @@ EXPECT "$D0" cat $M1/test2.txt
TEST write_to "$M0/test2.txt" "$D1"
EXPECT "$D1" cat $M0/test2.txt
EXPECT "$D1" cat $M1/test2.txt
+
+
+#G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=1718191
+#G_TESTDEF_TEST_STATUS_NETBSD7=BAD_TEST,BUG=1718191