> On May 29, 2022, at 9:12 PM, Piotr P. Karwasz <piotr.karw...@gmail.com> wrote:
>
> Hi Ralph,
>
> On Mon, 30 May 2022 at 00:14, Ralph Goers <ralph.go...@dslextreme.com>
> wrote:
>
>> Running the test individually shows
>>
>> Caused by: org.h2.mvstore.MVStoreException: The write format 1 is smaller
>> than the supported format 2 [2.1.212/5]
>>
>> So the h2 dependency upgrade apparently wasn’t tested.
>>
>
> You need to clean the temporary directory on the machine running the tests:
> some H2 tests write a temporary database there and fail just after the
> upgrade.
>
I always run mvn clean install. If there is something else that needs to be
cleaned up
the test should be taking care of it.
Ralph