Yunyung opened a new pull request, #17612:
URL: https://github.com/apache/kafka/pull/17612

   Jira: https://issues.apache.org/jira/browse/KAFKA-17883
   
   Add a helper function, fix_opts_for_new_jvm,  to ConsumerPerformanceService, 
EndToEndLatencyService and ProducerPerformanceService.
   
   Command:
   `$ 
TC_PATHS="kafka/tests/kafkatest/sanity_checks/test_performance_services.py" 
bash tests/docker/run_tests.sh`
   
   Before:
   ```
   
================================================================================
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.12.0
   session_id:       2024-10-27--014
   run time:         3 minutes 17.806 seconds
   tests run:        7
   passed:           6
   flaky:            0
   failed:           1
   ignored:          0
   
================================================================================
   ```
   
   After:
   ```
   
================================================================================
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.12.0
   session_id:       2024-10-27--001
   run time:         3 minutes 16.096 seconds
   tests run:        7
   passed:           7
   flaky:            0
   failed:           0
   ignored:          0
   
================================================================================
   ```
   
   As we can see, the failed test has been fixed.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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