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

Implement config store for MySQL #5403

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Conversation

Shaddoll
Copy link
Contributor

@Shaddoll Shaddoll commented Sep 19, 2023

What changed?

  • Implement config store my MySQL
  • Update config store test to use different row types for different tests so that we don't need to truncate the table in every test

Why?

  • To support config store for MySQL

How did you test it?
persistence tests

Potential risks

Release notes

Documentation Changes

@Shaddoll Shaddoll force-pushed the config-store branch 3 times, most recently from e0880e8 to 245a21b Compare September 19, 2023 23:27
if err != nil {
return nil, err
}
row.Version *= -1
Copy link
Contributor

@davidporter-id-au davidporter-id-au Sep 20, 2023

Choose a reason for hiding this comment

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

Are versions being stored in descending order in the CAAS implementation? Why the negative?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, it's descending order in CAAS

@Shaddoll Shaddoll merged commit eb55629 into uber:master Sep 20, 2023
16 checks passed
@Shaddoll Shaddoll deleted the config-store branch September 20, 2023 20:05
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