-
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
Fix(tests): enable incremental sync for hybrid case #13746
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
label
Oct 12, 2024
chobits
force-pushed
the
fix/incremental-case-hybrid
branch
2 times, most recently
from
October 14, 2024 07:41
fb66cea
to
8a9e0f2
Compare
chobits
force-pushed
the
fix/incremental-case-hybrid
branch
2 times, most recently
from
October 15, 2024 07:49
88035b3
to
433e7b6
Compare
chronolaw
reviewed
Oct 15, 2024
chronolaw
reviewed
Oct 15, 2024
@@ -73,7 +73,7 @@ end | |||
|
|||
|
|||
-- XXX TODO: enable inc_sync = "on" |
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 we fixed this test, should we remove the TODO
comment?
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.
ok, later i'll clear this pr
chobits
force-pushed
the
fix/incremental-case-hybrid
branch
from
October 15, 2024 09:31
45550cd
to
4924f14
Compare
chronolaw
approved these changes
Oct 15, 2024
chronolaw
force-pushed
the
fix/incremental-case-hybrid
branch
2 times, most recently
from
October 16, 2024 00:27
5d14a93
to
3e25a80
Compare
chronolaw
approved these changes
Oct 16, 2024
chronolaw
force-pushed
the
fix/incremental-case-hybrid
branch
from
October 16, 2024 02:40
bbdea01
to
783fe91
Compare
team-gateway-bot
added
the
author/community
PRs from the open-source community (not Kong Inc)
label
Oct 16, 2024
dndx
pushed a commit
that referenced
this pull request
Oct 16, 2024
* fix(tests): enable inc sync for 01-sync_spec.lua * fix(incremental): dont delete old entity from LMDB if we clear it already * dont modify crud type even though we dont delete old entity from lmdb * localize ns_delta.wipe * localize ns_delta.wipe - part 2 * fix that cp will not init clustering * refactor old_entity logic * cp should always support full sync protocol * Revert "cp should always support full sync protocol" This reverts commit 6803958. * Revert "fix that cp will not init clustering" This reverts commit b84f261. * Revert "fix(tests): enable inc sync for 01-sync_spec.lua" This reverts commit 54d0f54. --------- Co-authored-by: chronolaw <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author/community
PRs from the open-source community (not Kong Inc)
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
core/clustering
size/S
skip-changelog
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix KAG-5551