ctdb-tests: Stop cat command failure from causing test failure
commit78a6cce9c7949be2d5be640b66fd43fa0a45d73e
authorMartin Schwenke <martin@meltin.net>
Mon, 6 Jul 2020 04:02:49 +0000 (6 14:02 +1000)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 Aug 2020 09:52:08 +0000 (12 09:52 +0000)
tree68c60e0a7e3fdc88ecf30559499eec2703cb815e
parentbb49e891025bdb71bacb8ed084c286d9d4da2cad
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>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
(cherry picked from commit 3ff8765d04c0fb950b7be4f9a049999aeb08223b)
ctdb/tests/scripts/integration.bash