From a981e7cc12bb89304e8736d857f23f3a394512d0 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 7 Jun 2019 13:55:12 +0530 Subject: 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 --- tests/basic/quick-read-with-upcall.t | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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 -- cgit