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
The last log line shows up right after the test output for server shutdown log messages, whereas all other log lines are suppressed.
I've noticed this with two different Spring Boot starters that start servers on random ports during test execution and then stop the server as part of the test shutdown process. The thread name in the log output is extShutdownHook and the message is something like Server shutdown.
Description
The last log line shows up right after the test output for server shutdown log messages, whereas all other log lines are suppressed.
I've noticed this with two different Spring Boot starters that start servers on random ports during test execution and then stop the server as part of the test shutdown process. The thread name in the log output is
extShutdownHook
and the message is something like Server shutdown.One such starter is: https://github.com/yidongnan/grpc-spring-boot-starter.
Versions
Type of test being run
jUnit 5 with Spring Boot
Test logger configuration
The text was updated successfully, but these errors were encountered: