On 2015-04-07 10:32 PM, Steve Ebersole wrote:
One thing that really hurts, that maybe you have some thoughts on dealing with, is that once I removed MVCC from the connection URL in one place other tests (mainly other subprojects) that still use the connection URL with MVCC start failing thinking I am trying to change the MVCC setting of an already existing database[1]. Really each can use its own database. Do you have any thoughts/suggestions on making sure one database is closed and another is opened around testsuites for a project?
We run a deleteDb() command at the end of every test to make sure there is nothing left lying around to trip up the next test.
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
