From 9f0db868c94ece59970b23f4a73590f8fdc02b35 Mon Sep 17 00:00:00 2001 From: Juri Leino Date: Wed, 19 Aug 2026 13:35:40 +0200 Subject: [PATCH] [ci] Update exist-xqts-runner to 2.0.0-RC4 RC4 includes the fix for eXist-db/exist-xqts-runner#74: the runner now serializes each test set's JUnit output exactly once, after all of its test cases have completed. RC3 could rewrite result files mid-run and record a nondeterministic subset of test cases (~40 tests of variance between identical runs), which showed up as noise in the XQTS comparison and triggered its recording-drift warning. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01XqsCRdPehXB5zK1xcNFKEo --- exist-xqts/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exist-xqts/pom.xml b/exist-xqts/pom.xml index b15655f5662..cff722a618b 100644 --- a/exist-xqts/pom.xml +++ b/exist-xqts/pom.xml @@ -61,7 +61,7 @@ org.exist-db exist-xqts-runner_2.13 - 2.0.0-RC3 + 2.0.0-RC4