-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Disable auto detect schema activity bits #20615
Disable auto detect schema activity bits #20615
Conversation
@@ -255,6 +256,7 @@ void testReplicationFailure() { | |||
} | |||
|
|||
@Test | |||
@Disabled |
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.
do we need to disable all these? I think we can just remove verifyShouldRefreshSchema and verifyRefreshSchema
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.
@alovew You are correct. We figured that out after doing the blanket disable. I believe that we only ended up disabling one test and just commented out the references to those verifications in the others.
/approve-and-merge reason="Fix to allow data planes to run without requiring direct database connectivity, which was the intended behavior" |
What
How
ConfigFetchActivity