-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] error running specs using sbt "run" #14
Comments
This looks like an API mismatch. Which revision of eXist-db 5.3.0-SNAPSHOT are you testing against? |
Against the PR eXist-db/exist@8e52a85 |
Can you rebase your PR atop the HEAD of develop and try again? |
After rebasing the first error (of many) changed to:
|
Oh, the other one still is thrown, just later
|
Same happens for the current revision of develop eXist-db/exist@9ad24bd |
@adamretter I can still run individual tests like fn-analyze-string, but I tried running the full suite via |
@adamretter Are you building and running this from within IDEA or using a terminal. |
(FWIW, I install sbt, as well as maven and bell-sw/liberica/liberica-jdk8-full, via homebrew. I perform all building and execution of the project via command line - i.e., macOS Terminal with zsh.) |
Does sbt have to use the same Java version as existdb was built with? |
@line-o I don't think so. See @adamretter's comments here, including the version he's using: #11 (comment). |
@joewiz try |
🎉 Completed XQTS in (701819 ms) |
@line-o Oh right, I forgot that I'd been running it that way before! I'll try too. |
@line-o You just ran |
yup |
Okay @line-o and @joewiz , so I built a completely new and clean VM to ensure no problems. I then installed the following:
I then performed the following steps:
From there I then ran the assembly using the command:
The I did not see any of the errors that @line-o that look like: The full XQTS test run ran to completion. I captured the console output and have attached the log for your reference - |
The readme needs to change, yes. It is frustrating to go through the above process and disenfranchises developers to run the XQTS themselves and regularly. |
@line-o Okay, so does that mean you will send a PR? |
TL;DR: use the assembled JAR
sbt clean assemble
target/scala-2.13/exist-xqts-runner-assembly-1.0.0.jar -x HEAD
running the command
sbt "run -es XQ31"
orsbt "run"
A fatal error was thrown starting the test runner for the first time
Below a stack trace polluted by other log output
The text was updated successfully, but these errors were encountered: