-
Notifications
You must be signed in to change notification settings - Fork 124
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
WIP Green sirenia or bust! #6976
Draft
dlpierce
wants to merge
13
commits into
main
Choose a base branch
from
green-sirenia-or-bust
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
Ldp::Gone is the error raised by the fedora adapter when the resource is a tombstone after being deleted.
The valkyrie fedora adapter does not convert RDF Date causing comparison failures. In real use the embargo transaction converts to a datetime, but this factory sets the value directly, so let's make it match real use.
This fixes file_set_indexer_spec which has a bunch of odd setup and mocking, likely from before our factories were equipped to handle building work/file_set/file_metadata stacks. However, it feels right to include here and be treated as an ObjectNotFoundError.
- All 3 test apps use the same container image. - dassie stays in hyrax-webapp, koppie/sirenia live in hyrax-koppie. - db_migrate service moved to dev-entrypoint in web service. - Worker waits to start until rails app is up, should reduce bundle install racing. - hyrax-engine-dev target now based on hyrax-worker-base. - Chrome is still a pain and randomly stops responding.
dlpierce
added
notes-bugfix
Release Notes: Fixed a bug
notes-container
Release Notes: Docker, Helm, etc
notes-tests
Release Notes: Spec or CI changes
labels
Nov 22, 2024
Test Results 10 files - 7 10 suites - 7 1h 21m 0s ⏱️ - 55m 31s For more details on these failures, see this check. Results for commit 9706493. ± Comparison against base commit abd5955. This pull request removes 1683 and adds 218 tests. Note that renamed tests count towards both.
This pull request skips 7 tests.
♻️ This comment has been updated with latest results. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
notes-bugfix
Release Notes: Fixed a bug
notes-container
Release Notes: Docker, Helm, etc
notes-tests
Release Notes: Spec or CI changes
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.
Fixes #6894
Summary
Get Sirenia specs passing and add to test matrix
Detailed Description
Many fixes for specs broken in sirenia (fedora 6/valkyrie). See individual commmit messages.
Docker compose files have been reworked to use the same image.
Currently needs valkyrie main branch until a new release is cut.
Known issues: