Infra/Refactor docker-based test runner and add linux container tests#173
Merged
alexskr merged 5 commits intoontoportal-lirmm-developmentfrom Feb 12, 2026
Merged
Conversation
- remove custom wait logic; rely on docker compose --wait healthchecks - add linux overrides to run unit tests in a container (useful on macOS) - add no-ports override for containerized runs - update compose mounts and move backend fixtures to test/fixtures - document docker test commands and env vars
- ensure redis host is read from goo_redis (not redis) - update sample config to match
When adding rake tasks for running unit tests in linux containers, unit tests started failing due to unsafe target detection and state leakage. This refactor consolidates safety checks into TestSafety, moves test_reset into test helpers. It also adds a redis key-count guard to abort against non-test instances.
alexskr
added a commit
to ncbo/ontologies_linked_data
that referenced
this pull request
Feb 11, 2026
alexskr
added a commit
to ncbo/ontologies_linked_data
that referenced
this pull request
Feb 12, 2026
…264) CI: refactor docker-based test runner and add linux container tests see ncbo/goo#173
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactor docker-based test runner and add linux container tests
Summary
ontoportal_testtenforce/virtuoso:virtuoso7.2.5to the officialopenlink/virtuoso-opensource-7:7.2.16which supports arm64 architectureDetails
How to Test
bundle exec rake test:docker:fsbundle exec rake test:docker:fs:linuxbundle exec rake test:docker:shellbundle exec rake test:docker:upNotes
gbtogd, i.ebundle exec rake test:docker:gd