Re: Thoughts on updating Flyway Gradle dependency in order to isolate state between integration tests?

2019-06-27 Thread Michael Vorburger
Dylan, sorry I'm late to jump on this thread, but I do have some thoughts re. this I wanted to share: Could I suggest that you tackle this in two rounds? A first quick and dirty immediate fix, and then start looking into a more general (and bigger) idea? For the very short term, I would have to

Re: Thoughts on updating Flyway Gradle dependency in order to isolate state between integration tests?

2019-06-22 Thread Vishwas Babu
Dylan, Good job on identifying the root cause :) While upgrading Flyway is definitely a good idea (purely from the perspective of having the latest versions of dependencies), it probably isn't required for the problem you are trying to solve. Restoring the entire database (~350 Migrations)

Re: Thoughts on updating Flyway Gradle dependency in order to isolate state between integration tests?

2019-06-21 Thread dylanrobson
I forgot to mention that I have seen the open PR about upgrading Flyway at https://github.com/apache/fineract/pull/550 With that in mind should I just try to find a way to accomplish this with the current Flyway version?

Thoughts on updating Flyway Gradle dependency in order to isolate state between integration tests?

2019-06-21 Thread dylanrobson
Hello everyone, Recently I have been researching https://issues.apache.org/jira/browse/FINERACT-722 about integration test(s) failing on the first of the month due to an incorrect value of the loan interest due. The most interesting thing