Hi.
I have strange error while building main branch in github CI.
I can't reproduce it locally.
> ERROR: org/h2/test/scripts/functions/numeric/random-uuid.sql
> ------------------------------
> 15:34:31 00:10.261 org.h2.test.scripts.TestScript FAIL java.lang.Exception: errors in script found
> ERROR: FAIL () java.lang.Exception: errors in script found java.lang.Exception: errors in script found ------------------------------
> java.lang.Exception: errors in script found
> at org.h2.test.scripts.TestScript.test(TestScript.java:245)
> at org.h2.test.TestBase.runTest(TestBase.java:145)
> at org.h2.test.TestAll.addTest(TestAll.java:994)
> at org.h2.test.TestAll.test(TestAll.java:711)
> at org.h2.test.TestAll.runTests(TestAll.java:626)
> at org.h2.test.TestAll.testAll(TestAll.java:551)
> at org.h2.test.TestAll.run(TestAll.java:492)
>
at org.h2.test.TestAll.main(TestAll.java:436)