Andrei- The test I wrote uses the same connection:
https://github.com/mattrpav/h2-validate/blob/master/h2-common/src/main/java/io/hyte/h2/test/BaseH2ExclusiveModeTest.java On Wednesday, October 16, 2019 at 2:06:57 PM UTC-5, Andrei Tokar wrote: > > Although it is a departure from a previous behavior, this is expected, > because documentation says: > Only the connection that set the exclusive mode can disable it > <http://h2database.com/html/commands.html#set_exclusive> > At the point when test fails, exclusive mode is not set (or rather unset > already), hence the failure. > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/1c6f7fa1-6f90-4b73-9c87-7062bd94639e%40googlegroups.com.
