@@ -1228,18 +1228,17 @@ The BaseX Team. The original license statement is also included below.]]></pream
1228
1228
<profiles >
1229
1229
<profile >
1230
1230
<!--
1231
- Disable parallel tests on Windows.
1232
- When running multiple tests in parallel, Quartz seems to stop eXist-db from shutting down
1233
- on AppVeyor Windows CI, see: https://github.com/quartz-scheduler/quartz/issues/448
1231
+ Disable parallel tests on Windows in CI, seems to cause an occasional issue with
1232
+ Surefire that produces the Maven error: 'Corrupted channel by directly writing to native stream in forked JVM'.
1234
1233
-->
1235
- <id >windows-disable-parallel-testing</id >
1234
+ <id >windows-disable-parallel-ci- testing</id >
1236
1235
<activation >
1237
1236
<os >
1238
1237
<family >windows</family >
1239
1238
</os >
1240
1239
<property >
1241
- <name >env.APPVEYOR </name >
1242
- <value >True </value >
1240
+ <name >env.GITHUB_ACTIONS </name >
1241
+ <value >true </value >
1243
1242
</property >
1244
1243
</activation >
1245
1244
<build >
@@ -1268,16 +1267,16 @@ The BaseX Team. The original license statement is also included below.]]></pream
1268
1267
<forkNode implementation =" org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" />
1269
1268
<forkCount >1C</forkCount >
1270
1269
<reuseForks >false</reuseForks >
1271
- <argLine >-Dfile.encoding=${project.build.sourceEncoding} </argLine >
1270
+ <argLine >-Dfile.encoding=${project.build.sourceEncoding} -Dexist.recovery.progressbar.hide=true </argLine >
1272
1271
<systemPropertyVariables >
1273
1272
<jetty .home>${project.basedir} /../exist-jetty-config/target/classes/org/exist/jetty</jetty .home>
1274
1273
<exist .configurationFile>${project.build.testOutputDirectory} /conf.xml</exist .configurationFile>
1275
1274
<exist .jetty.standalone.webapp.dir>${project.build.testOutputDirectory} /standalone-webapp</exist .jetty.standalone.webapp.dir>
1276
1275
<log4j .configurationFile>${project.build.testOutputDirectory} /log4j2.xml</log4j .configurationFile>
1277
1276
</systemPropertyVariables >
1278
1277
<excludes >
1279
- <!-- NOTE: this test fails on AppVeyor Windows CI with Oracle JDK 11,
1280
- but not on some other windows systems :-/ -->
1278
+ <!-- NOTE: this test occasionally fails on Windows CI
1279
+ but not on some other Windows systems :-/ -->
1281
1280
<exclude >org.exist.storage.lock.CollectionLocksTest</exclude >
1282
1281
1283
1282
<!-- NOTE: these can still exhibit deadlocks -->
0 commit comments