kinow commented on issue #1754:
URL: https://github.com/apache/jena/issues/1754#issuecomment-1427144787
>Replicate:
Strange, `main` passes for me after connecting with `ssh -x`. Also tried
`export DISPLAY=`, and `unset DISPLAY`, and `DISPLAY= mvn clean install`. All
succeed with no errors.
```
[INFO] [TESTS]
====================================================================================================
[INFO] [TESTS]
[INFO] [TESTS] (Run Finished)
[INFO] [TESTS]
[INFO] [TESTS]
[INFO] [TESTS] Spec
Tests Passing Failing Pending Skipped
[INFO] [TESTS]
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
[INFO] [TESTS] │ ✔ datasets.cy.js 00:29
9 9 - - - │
[INFO] [TESTS]
├────────────────────────────────────────────────────────────────────────────────────────────────┤
[INFO] [TESTS] │ ✔ query.cy.js 00:04
2 2 - - - │
[INFO] [TESTS]
└────────────────────────────────────────────────────────────────────────────────────────────────┘
[INFO] [TESTS] ✔ All specs passed! 00:33
11 11 - - -
[INFO] [TESTS]
[INFO] [TESTS] yarn wait-on http-get://localhost:${PORT}/index.html &&
cypress run ${0} exited with code 0
[INFO] --> Sending SIGTERM to other processes..
[INFO] [SERVER] yarn run serve:fuseki exited with code SIGTERM
[INFO] --> Sending SIGTERM to other processes..
[INFO] [CLIENT] yarn wait-on http://localhost:${FUSEKI_PORT}/ping && yarn
run dev exited with code SIGTERM
[INFO] Done in 45.45s.
```
I did find an issue running `yarn run test:e2e` as I forgot to export the
ports (coverage is doing so), but that doesn't seem to affect this issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]