mumrah commented on PR #17121:
URL: https://github.com/apache/kafka/pull/17121#issuecomment-2334840543

   I have tested the timeout case on mumrah/kafka here 
https://github.com/mumrah/kafka/actions/runs/10745303070/job/29804106047?pr=13#step:6:71
   
   This is a perfect example since we do actually see some test reports being 
processed
   
   ```
   Did not find done file 'build/junit-xml/done'. These are partial results!
   1057 tests cases run in 31s. 1057 PASSED ✅, 0 FAILED ❌, 0 FLAKY ⚠️ , 0 
SKIPPED 🙈, and 0 errors.
   Failing this step because done file was missing.
   ```
   
   The timeout error is coalesced into the Parse JUnit Tests step:
   
   <img width="296" alt="image" 
src="https://github.com/user-attachments/assets/98ca2888-10e6-4941-98bf-d6c65e82222a";>
   
   And, most importantly, the link from the PR takes us to the JUnit summary 
instead of the actual Test step. This is important because the Test step 
usually has 10s of thousands of log lines and often gets truncated in the UI. 
Linking to the summary step is much more user friendly. 
   
   
   
https://github.com/user-attachments/assets/44d18d7e-57ee-4ee5-8f32-90e4560fa85d
   
   
   
   
   


-- 
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