Benjamin Geer
Benjamin Geer
Repeated socket timeouts when trying to connect to GraphDB, e.g. for this query to get default permissions: ```sparql prefix rdf: prefix knora-admin: SELECT ?s ?p ?o FROM WHERE { ?s...
It's almost as if GitHub CI just randomly refuses to allocate any CPU cycles to GraphDB.
Here are some test results on my 2012 iMac, running the following: - `webapi / reStart` in `sbt` (not using Docker) - GraphDB 9.0.0 with `-Xmx5G`, started with the `bin/graphdb`...
@subotic What do you think might explain this error on GitHub CI?  https://github.com/dasch-swiss/knora-api/pull/1602/checks?check_run_id=467290209 I don't think it could be GraphDB's fault. How could GraphDB...
And again:  https://github.com/dasch-swiss/knora-api/pull/1602/checks?check_run_id=470308761
Yes, I think that's a good idea. We would just have to make sure to empty the triplestore and reload the test data before each test. > also to point...
But it wouldn't solve the `BindException` problem in the unit tests. [Here](https://github.com/dasch-swiss/knora-api/issues/1536#issuecomment-591364092) I got it in `JsonLDUtilSpec`.
Why not run the unit tests the same way?
Or would it be possible to run the unit tests the same way?
> I guess, then they are not unit tests ;-) We have a lot of tests that test responders, and these need a triplestore, but they're not E2E tests. I...