adoroszlai commented on code in PR #1112:
URL: https://github.com/apache/ratis/pull/1112#discussion_r1637570927


##########
dev-support/checks/unit.sh:
##########
@@ -65,6 +65,12 @@ for i in $(seq 1 ${ITERATIONS}); do
   fi
 
   if [[ ${ITERATIONS} -gt 1 ]]; then
+    if ! grep -q "Running .*Test" "${REPORT_DIR}/output.log"; then

Review Comment:
   Thanks @szetszwo for the review.
   
   `Tests run:` is not printed if there is a fork timeout (Ozone used to have a 
similar pattern before HDDS-10545).
   
   ```
   [INFO] Running 
org.apache.hadoop.ozone.client.rpc.TestECKeyOutputStreamWithZeroCopy
   [INFO] 
   [INFO] Results:
   ...
   ... There was a timeout or other error in the fork
   ```
   
   While this workflow allows any test to be run, Ratis limits test naming by:
   
   
https://github.com/apache/ratis/blob/dac27e4fd3df042fcf50ed549404e4d82708ed2b/pom.xml#L647-L649



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to