Hi Ralph,

On Mon, 30 May 2022 at 00:26, Ralph Goers <[email protected]>
wrote:

> FWIW, the h2 upgrade broke the build. I am in the process of reverting the
> version change.
>
> Ralph
>

I would really like the H2 upgrade to be included in 2.18.0, so that pages
like this:

https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core/2.17.2

don't have any red notices.

As I explained in another e-mail, the failure of the test is due to the
fact that the test leaves garbage in the temporary directory. When you
switch from H2 1.x to H2 2.x the test tries to load the leftovers of the
previous execution of the test and fails.

After 2.18.0 I can find all tests to pinpoint those that leave files in the
filesystem. Since Surefire runs each test in a separate JVM, I believe that
by correcting the misbehaving tests, we will be able to run tests in
parallel.

Piotr

Reply via email to