unbridled-41 commented on PR #4754:
URL: 
https://github.com/apache/rocketmq-dashboard/pull/4754#issuecomment-5759635686

   ### Full-suite baseline comparison (added after the fact)
   
   Ran the whole server suite twice in this environment — once on a clean 
`cd448e17` worktree and once on this branch — to separate my change from the 
sandbox's known failures:
   
   ```
   clean cd448e17   : Tests run: 3074, Failures: 0, Errors: 17, Skipped: 0   (9 
error classes)
   this branch      : Tests run: 3075, Failures: 0, Errors: 17, Skipped: 0   
(same 9 classes)
   ```
   
   The difference is exactly the one regression test added here. Every error in 
both runs is a `*IntegrationTest`/`StudioApplicationTest` context that needs 
MySQL (`IllegalState: Failed to load ApplicationContext` → 
`CannotGetJdbcConnectionException: Failed to obtain JDBC Connection` → 
`Communications link failure`), which this sandbox has no instance of; the 
failing class set is identical in both runs.
   


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