-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange exception when running tests in CI #19
Comments
Hi Paul, first 2 questions:
In hint for error detextion. The error occur if test extension not no flyway imstande injected. Florian Am 18. März 2015 23:10:18 MEZ, schrieb "Paul A. Trzyna" [email protected]:
|
Hi Paul, my first email contains a error. FlywayTestExecutionListener works not with final ApplicationContext appContext = testContext.getApplicationContext();
One other information for you. Today I have not try to use Florian On Wed, Mar 18, 2015 at 11:10 PM, Paul A. Trzyna [email protected]
|
With the current implementation I can not reproduce this exception. I add a sample Spring Boot application with a normal Spring Boot and a FlywayTest Spring Boot Test. Florian |
Hi,
I'm getting a very strange exception when running tests that use flyway extension in the CI box (bamboo). Tests seem to work perfectly fine locally. It appears that configuration cannot be found.
This is how our tests are annotated. Application.class is the java spring config. We are using spring boot and all of our db settings come from application.properties.
This is the exception we are seeing in the CI box:
Any help would be greatly appreciated.
Thanks,
-Paul
The text was updated successfully, but these errors were encountered: