The Samba-Bugzilla – Attachment 16142 Details for
Bug 14446
Testcase INTEGRATION/simple/debug.003.dumpmemory.sh fails on CentOS 8 virtual cluster
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 4.13, 4.12
BZ14446.patch (text/plain), 1.19 KB, created by
Martin Schwenke
on 2020-07-28 08:04:47 UTC
(
hide
)
Description:
Patch for 4.13, 4.12
Filename:
MIME Type:
Creator:
Martin Schwenke
Created:
2020-07-28 08:04:47 UTC
Size:
1.19 KB
patch
obsolete
>From c9d7e489c880999285ec8db1198fcf93c71afcac Mon Sep 17 00:00:00 2001 >From: Martin Schwenke <martin@meltin.net> >Date: Mon, 6 Jul 2020 14:02:49 +1000 >Subject: [PATCH] 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 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/ctdb/tests/scripts/integration.bash b/ctdb/tests/scripts/integration.bash >index 31f4387a404..39c4e8b8167 100644 >--- a/ctdb/tests/scripts/integration.bash >+++ b/ctdb/tests/scripts/integration.bash >@@ -164,7 +164,7 @@ try_command_on_node () > > if $verbose ; then > echo "Output of \"$cmd\":" >- cat "$outfile" >+ cat "$outfile" || true > fi > } > >-- >2.27.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
amitay
:
review+
Actions:
View
Attachments on
bug 14446
: 16142