You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket is primarily intended as a record of the behaviour for future reference; it's not impossible that the problem is truly a genuine concurrent/non-deterministic issue in Saxon.
The text was updated successfully, but these errors were encountered:
Describe the bug
Some number of tests in this test set fail (fn-matches.re) when the suite is run as a whole.
Expected behavior
All tests should pass.
To Reproduce
The entry in my VSCode launch.json
{
"type": "scala",
"request": "launch",
"name": "XQTS fn:matches.re",
"mainClass": "org.exist.xqts.runner.XQTSRunner",
"args": ["--xqts-version", "HEAD", "--test-set", "fn-matches.re"],
"jvmOptions": [],
"env": {}
},
For clarity I have been testing against the code at eXist-db/exist#4900, but the behaviour does not seem
dependent on the change.
All (intermittently failing) tests succeed when run individually:
(note that re00063 is one that often fails in this context)
Context (please always complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: