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

Add test for ccr sync relay create table #220

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

wyxxxcat
Copy link
Contributor

@wyxxxcat wyxxxcat commented Nov 6, 2024

No description provided.

@wyxxxcat wyxxxcat force-pushed the ccr_tb_to_tb branch 5 times, most recently from 5437452 to f669e29 Compare November 9, 2024 06:00
@@ -67,8 +67,8 @@ class Helper {
return gson.toJson(body)
}

void ccrJobDelete(table = "") {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

For ccr tasks, it should be able to specify the table and db to perform the operation e.g. create pause

@@ -56,7 +56,7 @@ class Helper {
destSpec.put("table", table)

Map<String, Object> body = Maps.newHashMap()
String name = context.suiteName
Copy link
Contributor Author

Choose a reason for hiding this comment

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

For db-level synchronization tasks, they should be distinguished by dbname

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.

1 participant