|
28 | 28 | <parent>
|
29 | 29 | <groupId>org.exist-db</groupId>
|
30 | 30 | <artifactId>exist-parent</artifactId>
|
31 |
| - <version>6.3.0-SNAPSHOT</version> |
| 31 | + <version>6.4.0-SNAPSHOT</version> |
32 | 32 | <relativePath>../exist-parent</relativePath>
|
33 | 33 | </parent>
|
34 | 34 |
|
@@ -1103,7 +1103,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
|
1103 | 1103 | </dependency>
|
1104 | 1104 | </dependencies>
|
1105 | 1105 | <configuration>
|
1106 |
| - <argLine>@{jacocoArgLine} -Dfile.encoding=${project.build.sourceEncoding}</argLine> |
| 1106 | + <argLine>@{jacocoArgLine} -Dfile.encoding=${project.build.sourceEncoding} -Dexist.recovery.progressbar.hide=true</argLine> |
1107 | 1107 | <systemPropertyVariables>
|
1108 | 1108 | <jetty.home>${project.basedir}/../exist-jetty-config/target/classes/org/exist/jetty</jetty.home>
|
1109 | 1109 | <exist.configurationFile>${project.build.testOutputDirectory}/conf.xml</exist.configurationFile>
|
@@ -1139,18 +1139,17 @@ The BaseX Team. The original license statement is also included below.]]></pream
|
1139 | 1139 | <profiles>
|
1140 | 1140 | <profile>
|
1141 | 1141 | <!--
|
1142 |
| - Disable parallel tests on Windows. |
1143 |
| - When running multiple tests in parallel, Quartz seems to stop eXist-db from shutting down |
1144 |
| - on AppVeyor Windows CI, see: https://github.com/quartz-scheduler/quartz/issues/448 |
| 1142 | + Disable parallel tests on Windows in CI, seems to cause an occasional issue with |
| 1143 | + Surefire that produces the Maven error: 'Corrupted channel by directly writing to native stream in forked JVM'. |
1145 | 1144 | -->
|
1146 |
| - <id>windows-disable-parallel-testing</id> |
| 1145 | + <id>windows-disable-parallel-ci-testing</id> |
1147 | 1146 | <activation>
|
1148 | 1147 | <os>
|
1149 | 1148 | <family>windows</family>
|
1150 | 1149 | </os>
|
1151 | 1150 | <property>
|
1152 |
| - <name>env.APPVEYOR</name> |
1153 |
| - <value>True</value> |
| 1151 | + <name>env.GITHUB_ACTIONS</name> |
| 1152 | + <value>true</value> |
1154 | 1153 | </property>
|
1155 | 1154 | </activation>
|
1156 | 1155 | <build>
|
@@ -1179,16 +1178,16 @@ The BaseX Team. The original license statement is also included below.]]></pream
|
1179 | 1178 | <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" />
|
1180 | 1179 | <forkCount>1C</forkCount>
|
1181 | 1180 | <reuseForks>false</reuseForks>
|
1182 |
| - <argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine> |
| 1181 | + <argLine>-Dfile.encoding=${project.build.sourceEncoding} -Dexist.recovery.progressbar.hide=true</argLine> |
1183 | 1182 | <systemPropertyVariables>
|
1184 | 1183 | <jetty.home>${project.basedir}/../exist-jetty-config/target/classes/org/exist/jetty</jetty.home>
|
1185 | 1184 | <exist.configurationFile>${project.build.testOutputDirectory}/conf.xml</exist.configurationFile>
|
1186 | 1185 | <exist.jetty.standalone.webapp.dir>${project.build.testOutputDirectory}/standalone-webapp</exist.jetty.standalone.webapp.dir>
|
1187 | 1186 | <log4j.configurationFile>${project.build.testOutputDirectory}/log4j2.xml</log4j.configurationFile>
|
1188 | 1187 | </systemPropertyVariables>
|
1189 | 1188 | <excludes>
|
1190 |
| - <!-- NOTE: this test fails on AppVeyor Windows CI with Oracle JDK 11, |
1191 |
| - but not on some other windows systems :-/ --> |
| 1189 | + <!-- NOTE: this test occasionally fails on Windows CI |
| 1190 | + but not on some other Windows systems :-/ --> |
1192 | 1191 | <exclude>org.exist.storage.lock.CollectionLocksTest</exclude>
|
1193 | 1192 |
|
1194 | 1193 | <!-- NOTE: these can still exhibit deadlocks -->
|
|
0 commit comments