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

feat: deprecate autoincrement primary key in hydra_client #2784

Merged
merged 7 commits into from
Oct 11, 2021

Conversation

grantzvolsky
Copy link
Contributor

This patch deprecates the hydra_client.pk autoincrement primary key in favour of a new UUID primary key column. The values of the new column are generated in application code instead of being generated in the database.

This is the first step towards resolving #2781. The issue will be resolved when we remove the deprecated column.

CAUTION: The patch includes a database migration that must be applied offline while simultaneously updating all hydra instances to the latest version.

Related issue(s)

#2781
@aeneasr

Checklist

  • I have read the contributing guidelines.
  • I am following the
    contributing code guidelines.
  • I have read the security policy.
  • I confirm that this pull request does not address a security
    vulnerability. If this pull request addresses a security. vulnerability, I
    confirm that I got green light (please contact
    security@ory.sh) from the maintainers to push
    the changes.
  • [Tests already existed] I have added tests that prove my fix is effective or that my feature
    works.
  • [Nothing to document other than an entry in the changelog] I have added or changed the documentation.

Further Comments

This is the first step towards resolving ory#2781. The issue will be resolved when
we remove the deprecated column.
Copy link
Member

@aeneasr aeneasr left a comment

Choose a reason for hiding this comment

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

Looking good :)

client/client.go Outdated Show resolved Hide resolved
persistence/sql/migratest/exptected_data.go Outdated Show resolved Hide resolved
@aeneasr
Copy link
Member

aeneasr commented Oct 8, 2021

Are the test passing for you locally?

@aeneasr
Copy link
Member

aeneasr commented Oct 8, 2021

If you need help with the DB tests LMK

@grantzvolsky
Copy link
Contributor Author

Are the test passing for you locally?

The tests are passing most of the time, but I randomly get this[1] error with ~5% probability. Is this test randomly failing a known issue?

[1]:
Test: TestManagers/package=consent/janitor=mysql/case=flush-consent-request-limit/case=limit/step=validate
Erro: An error is expected but got nil.
https://app.circleci.com/pipelines/github/ory/hydra/2992/workflows/4fef669c-6357-4031-9902-38594d68b5a3/jobs/33318

@grantzvolsky
Copy link
Contributor Author

grantzvolsky commented Oct 8, 2021

If you need help with the DB tests LMK

I've just added this1 test to make sure that the migrations result in a table with the correct columns. Should I add more tests, e.g. to make sure that the backfilled UUIDs are valid UUIDv4?

@codecov
Copy link

codecov bot commented Oct 8, 2021

Codecov Report

❗ No coverage uploaded for pull request base (v2.x@8373bba). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             v2.x    #2784   +/-   ##
=======================================
  Coverage        ?   52.87%           
=======================================
  Files           ?      236           
  Lines           ?    14185           
  Branches        ?        0           
=======================================
  Hits            ?     7500           
  Misses          ?     6053           
  Partials        ?      632           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8373bba...1d20c54. Read the comment docs.

@aeneasr
Copy link
Member

aeneasr commented Oct 8, 2021

to make sure that the backfilled UUIDs are valid UUIDv4?

I think that would make sense! It would also be good to ensure that new client creations use the new UUID key format. You could test this by just creating a client and also fetching it.

The tests are passing most of the time, but I randomly get this[1] error with ~5% probability. Is this test randomly failing a known issue?

Test: TestManagers/package=consent/janitor=mysql/case=flush-consent-request-limit/case=limit/step=validate

Yes, this is a known issue /cc @Benehiko @flavioleggio

@grantzvolsky grantzvolsky marked this pull request as ready for review October 8, 2021 12:43
@aeneasr aeneasr changed the base branch from master to v2.x October 11, 2021 14:01
Copy link
Member

@aeneasr aeneasr left a comment

Choose a reason for hiding this comment

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

LGTM :)

@aeneasr
Copy link
Member

aeneasr commented Oct 11, 2021

@grantzvolsky I changed base to v2.x which we will use to have all these migration changes so that we can still do releases in case of bug fixes and maintenances :)

@aeneasr aeneasr merged commit 09ac91b into ory:v2.x Oct 11, 2021
grantzvolsky added a commit to grantzvolsky/hydra that referenced this pull request Feb 7, 2022
grantzvolsky added a commit to grantzvolsky/hydra that referenced this pull request Mar 8, 2022
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.

2 participants