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 had a case internally where @SpringBootTest was not sufficient to surface some classpath issues. Notably the Spring Boot launcher jar was not on the classpath. The service also had some additional classpath issues that only appeared when launched using bazel run.
@SpringBootTest does not actually use the springboot executable jar, so is not a real test of the deployable unit.
The text was updated successfully, but these errors were encountered:
We had a case internally where @SpringBootTest was not sufficient to surface some classpath issues. Notably the Spring Boot launcher jar was not on the classpath. The service also had some additional classpath issues that only appeared when launched using bazel run.
@SpringBootTest does not actually use the springboot executable jar, so is not a real test of the deployable unit.
The text was updated successfully, but these errors were encountered: