-
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): enable rpc sync for correlation-id #14171
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
Jan 15, 2025
lhanjian
commented
Jan 15, 2025
describe("in hybrid mode" .. " rpc_sync=" .. rpc_sync, function() | ||
local route | ||
local plugin_name = "correlation-id" | ||
local bp, db = helpers.get_db_utils(strategy, { "plugins", "workspaces", }) |
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.
copy from LINE34
lhanjian
changed the title
Test/open rpc sync on
tests(clustering): enable rpc sync on test
Jan 15, 2025
lhanjian
force-pushed
the
test/open_rpc_sync_on
branch
from
January 15, 2025 09:20
9808629
to
b28f375
Compare
chronolaw
reviewed
Jan 15, 2025
lazy_setup(function() | ||
-- copy from outer lazy_setup, to avoid database reused. |
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.
Need more words to explain why and how it works.
chronolaw
reviewed
Jan 15, 2025
Co-authored-by: Chrono <[email protected]>
Co-authored-by: Chrono <[email protected]>
lhanjian
force-pushed
the
test/open_rpc_sync_on
branch
from
January 16, 2025 03:03
d55beef
to
b9bde94
Compare
lhanjian
force-pushed
the
test/open_rpc_sync_on
branch
from
January 17, 2025 09:20
76f5bac
to
579a57c
Compare
chronolaw
changed the title
tests(clustering): enable rpc sync on test
tests(clustering): enable rpc sync for correlation-id
Jan 20, 2025
chronolaw
reviewed
Jan 20, 2025
chronolaw
approved these changes
Jan 20, 2025
chobits
approved these changes
Jan 21, 2025
chronolaw
added
the
incomplete-cherry-pick
A cherry-pick was incomplete and needs manual intervention
label
Jan 22, 2025
ADD-SP
removed
the
incomplete-cherry-pick
A cherry-pick was incomplete and needs manual intervention
label
Jan 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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-5561