You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We didn't change anything in our code or configuration, other than upgrading versions.
We can run the service locally, and can run the tests individually. But when we try to run the tests together, we get the port error.
We were already on Spring 6.1.0 and Spring Boot 3.1.5, so this should have been a small upgrade.
We're using the latest version of JUnit, and are not running the tests in parallel.
The tests fail with the port error whether virtual threads are enabled or disabled.
Is there some new cleanup/finalization we need to add? We looked at the release notes for both Spring and Spring Boot and didn't see anything relevant.
jakoubektom, kevinm416, erikpetzold, PeterRaber, berry120 and 1 more