ctdb-tests: Stop cat command failure from causing test failure
commit5707781ccf682d95a5a05a7c3e00a43003dbe62e
authorMartin Schwenke <martin@meltin.net>
Mon, 6 Jul 2020 04:02:49 +0000 (6 14:02 +1000)
committerAmitay Isaacs <amitay@samba.org>
Wed, 22 Jul 2020 04:10:47 +0000 (22 04:10 +0000)
treeae020054b9b312e01e22e3ec535625908f5ce3b2
parentd2f8cd835da39784f2d99231f9a1067ae56ede7a
ctdb-tests: Stop cat command failure from causing test failure

In certain circumstance, which aren't obvious, cat(1) can fail when
attempting to write a lot of data.  This is due to something (probably
write(2)) returning EAGAIN.

Given that the -v option should only really be used for test
debugging, ignore the failure instead of spending time debugging it.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14446
Signed-off-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Wed Jul 22 04:10:47 UTC 2020 on sn-devel-184
ctdb/tests/scripts/integration.bash