-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fix pgcmp workflow #1545
Fix pgcmp workflow #1545
Conversation
e505c73
to
a852137
Compare
a852137
to
af12a78
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks correct to me now, I agree with the change in compareDatabasesUp.sh & I'm surprised it didn't complain about the incorrect path before. Approved pending expected failure of the workflow to validate the broken migration.
This PR didn't run the https://github.com/NASA-AMMOS/aerie/actions/runs/10710079763 This is the failure we expected to see, indicating this is 👍 to merge. |
af12a78
to
95e4328
Compare
95e4328
to
07bf79a
Compare
This is what the files are called when the artifacts are downloaded outside of the workflow.
07bf79a
to
08bbcb3
Compare
Description
Our db comparison workflow is failing to catch errors it should. Testing the
pgcmp
tool against the dumps manually, however, revealed that the issue is likely in the workflow itself rather than the tool, as the tool is correctly spotting the errors locally.Workflow run proving the up is now working
Verification
The workflow failing with the correct comparison failure will be a success, as currently
develop
has an inconsitency in migration 9 (fix PR for that is here)