[test](regression) support ccr regression (#20818)
add CI base conf to support ccr regression
This commit is contained in:
@ -21,9 +21,15 @@
|
||||
defaultDb = "regression_test"
|
||||
|
||||
jdbcUrl = "jdbc:mysql://172.19.0.2:9131/?useLocalSessionState=true&allowLoadLocalInfile=true"
|
||||
targetJdbcUrl = "jdbc:mysql://172.19.0.2:9131/?useLocalSessionState=true&allowLoadLocalInfile=true"
|
||||
jdbcUser = "root"
|
||||
jdbcPassword = ""
|
||||
|
||||
feSourceThriftAddress = "127.0.0.1:9020"
|
||||
feTargetThriftAddress = "127.0.0.1:9020"
|
||||
feSyncerUser = "root"
|
||||
feSyncerPassword = ""
|
||||
|
||||
feHttpAddress = "172.19.0.2:8131"
|
||||
feHttpUser = "root"
|
||||
feHttpPassword = ""
|
||||
|
||||
@ -21,9 +21,15 @@
|
||||
defaultDb = "regression_test"
|
||||
|
||||
jdbcUrl = "jdbc:mysql://172.19.0.2:9132/?useLocalSessionState=true&allowLoadLocalInfile=true"
|
||||
targetJdbcUrl = "jdbc:mysql://172.19.0.2:9132/?useLocalSessionState=true&allowLoadLocalInfile=true"
|
||||
jdbcUser = "root"
|
||||
jdbcPassword = ""
|
||||
|
||||
feSourceThriftAddress = "127.0.0.1:9020"
|
||||
feTargetThriftAddress = "127.0.0.1:9020"
|
||||
feSyncerUser = "root"
|
||||
feSyncerPassword = ""
|
||||
|
||||
feHttpAddress = "172.19.0.2:8132"
|
||||
feHttpUser = "root"
|
||||
feHttpPassword = ""
|
||||
|
||||
Reference in New Issue
Block a user