-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
tests(clustering): fix 01-sync_spec.lua for incremental sync #13833
Conversation
It did not fix 01-sync_spec.lua really, I thiink that we should have a full fix for it then close ticket. |
@@ -802,7 +802,7 @@ skip_inc_sync("CP/DP labels #" .. strategy, function() | |||
end) | |||
end) | |||
|
|||
skip_inc_sync("CP/DP cert details(cluster_mtls = shared) #" .. strategy, function() | |||
pending_inc_sync("CP/DP cert details(cluster_mtls = shared) #" .. strategy, function() |
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.
We must fix it when enabling incremental sync
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.
This PR aims to keep an accurate status of the tests rather than making them a permanent state
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.
If you are not in favor of it please close it
This closes KAG-5551