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

Dont bind Vitess scale checks if not using Vitess #891

Closed
wants to merge 1 commit into from

Conversation

dhanji
Copy link
Collaborator

@dhanji dhanji commented Apr 1, 2019

No description provided.

@@ -50,7 +51,7 @@ class HibernateTestingModule(
qualifier = qualifier,
config = configProvider.get(),
transacterProvider = transacterProvider,
checks = checks,
checks = if (useVitessChecks) checks else null,
Copy link
Contributor

Choose a reason for hiding this comment

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

checks is a confusing name for something that's vitess specific. Could we rename this to the full vitessScaleSafetyChecks?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@dhanji dhanji force-pushed the dhanji/dont-bind-vitess-checks branch from b24d30c to 0cbe172 Compare April 1, 2019 23:34
@chris-ryan-square
Copy link
Collaborator

If this PR is still relevant, then please fix conflicts, rebase and get a green CI build.
If the PR is no longer relevant please close.

This PR will be closed at the end of January 2021 otherwise.

@chris-ryan-square
Copy link
Collaborator

Closing request as per previous announcement.

@dhanji dhanji deleted the dhanji/dont-bind-vitess-checks branch May 9, 2021 22:09
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.

None yet

4 participants