Skip to content
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

Adding table size checks to hash migration #5310

Merged
merged 3 commits into from
Sep 21, 2024

Conversation

galvana
Copy link
Contributor

@galvana galvana commented Sep 20, 2024

Closes PROD-2793

Description Of Changes

Updating an existing migration to use a table size check before creating the indices. Refer to the corresponding fiesplus PR for the post-migration script.

Code Changes

  • Updated the hash migration to check the table size

Steps to Confirm

Pre-Merge Checklist

  • All CI Pipelines Succeeded
  • Issue Requirements are Met
  • Update CHANGELOG.md
  • If there are any database migrations:
    • Ensure that your downrev is up to date with the latest revision on main
    • Ensure that your downgrade() migration is correct and works

Copy link

vercel bot commented Sep 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
fides-plus-nightly ⬜️ Ignored (Inspect) Visit Preview Sep 20, 2024 11:10pm

@galvana galvana marked this pull request as ready for review September 20, 2024 20:59
Copy link

cypress bot commented Sep 20, 2024

fides    Run #10041

Run Properties:  status check passed Passed #10041  •  git commit 91dd7fa407 ℹ️: Merge 60638180bf62f9d69df54ffafe0d1f8f083c421f into 257cf72f543f0e2d65da671513f8...
Project fides
Branch Review refs/pull/5310/merge
Run status status check passed Passed #10041
Run duration 00m 39s
Commit git commit 91dd7fa407 ℹ️: Merge 60638180bf62f9d69df54ffafe0d1f8f083c421f into 257cf72f543f0e2d65da671513f8...
Committer Adrian Galvan
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.
View all changes introduced in this branch ↗︎

Copy link
Contributor

@pattisdr pattisdr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Changelog too!, or could be added alongside release process

@Kelsey-Ethyca Kelsey-Ethyca merged commit b4e014f into main Sep 21, 2024
37 checks passed
@Kelsey-Ethyca Kelsey-Ethyca deleted the PROD-2793-update-hash-migration-to-be-conditional branch September 21, 2024 00:21
Copy link

cypress bot commented Sep 21, 2024

fides    Run #10042

Run Properties:  status check passed Passed #10042  •  git commit b4e014f200: Adding table size checks to hash migration (#5310)
Project fides
Branch Review main
Run status status check passed Passed #10042
Run duration 00m 40s
Commit git commit b4e014f200: Adding table size checks to hash migration (#5310)
Committer Adrian Galvan
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.
View all changes introduced in this branch ↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants