test/system: Silence some problems pointed out by ShellCheck #1347
Conversation
Otherwise https://www.shellcheck.net/ would complain: Line 218: source <(echo "$output") ^---------------^ SC1090 (warning): ShellCheck can't follow non-constant source. Use a directive to specify location. See: https://www.shellcheck.net/wiki/SC1090 containers#1347
Otherwise https://www.shellcheck.net/ would complain Line 110: for ((i = ${num_of_retries}; i > 0; i--)); do ^---------------^ SC2004 (style): $/${} is unnecessary on arithmetic variables. See: https://www.shellcheck.net/wiki/SC2004 containers#1347
|
Build failed. ❌ unit-test NODE_FAILURE Node request 200-0006279613 failed in 0s |
|
recheck |
|
Build failed. ❌ unit-test RETRY_LIMIT in 33s |
|
The tests run on Fedora Rawhide nodes are failing because of the same reasons as in #1344 and #1331 , and the root cause appears to be rsync: https://bugzilla.redhat.com/show_bug.cgi?id=2229654 So, I am going to temporarily ignore these test failures on Fedora Rawhide. |
0b78fb3 to
a055e78
Compare
|
Build failed. ❌ unit-test RETRY_LIMIT in 36s |
|
I have no idea why |
No description provided.