-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add workflow for end-to-end test (using Docker) #58
Conversation
Thanks, @hannahbast ! Looking over the Dockerfile, we did not fully understand the additional benefit of spinning up a QLever instance and filling it with the generated TTL. As we understand it, this mainly tests (1) if the generated TTL is valid, and (2) whether a roughly expected number of geometries has been written. But isn't (1) already performed in the |
…oid issues with implementation-dependend initialization
682a577
to
17c6f00
Compare
… -flto compiler-independend
17c6f00
to
daf25fa
Compare
This workflow performs the following end-to-end test using the Docker setup:
Dockerfile
provided by the code