This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 8795bcb0fe HDDS-10545. Repeated tests stop if fork does not return
(#6393)
8795bcb0fe is described below
commit 8795bcb0fea9bb5705131cabe1ac0ff6abcfc72a
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Apr 22 10:52:47 2024 +0200
HDDS-10545. Repeated tests stop if fork does not return (#6393)
---
hadoop-ozone/dev-support/checks/junit.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-ozone/dev-support/checks/junit.sh
b/hadoop-ozone/dev-support/checks/junit.sh
index 9d2efd8ac6..422de13810 100755
--- a/hadoop-ozone/dev-support/checks/junit.sh
+++ b/hadoop-ozone/dev-support/checks/junit.sh
@@ -77,7 +77,7 @@ for i in $(seq 1 ${ITERATIONS}); do
fi
if [[ ${ITERATIONS} -gt 1 ]]; then
- if ! grep -q "Tests run: [^0]" "${REPORT_DIR}/output.log"; then
+ if ! grep -q "Running .*Test" "${REPORT_DIR}/output.log"; then
echo "No tests were run" >> "${REPORT_DIR}/summary.txt"
irc=1
FAIL_FAST=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]