zettadb / cloudnative

Apache License 2.0
0 stars 1 forks source link

Testing the connector via mysql_port #82

Open jd-zhang opened 2 years ago

jd-zhang commented 2 years ago

Issue migrated from trac ticket # 843 www.kunlunbase.com

component: Testing | priority: major

2022-06-21 16:29:07: zhangjindong@zettadb.com created the issue


computing node add a new mysql_port to accept incoming connection using mysql protcol, we need to test it against various connectors. The connector is in the page of [wiki:kunlun.test.current_task#Driver%E6%B5%8B%E8%AF%95 Driver测试]

currently, we need to port the smoke test to run via mysql_port as well.

jd-zhang commented 2 years ago

2022-07-07 17:13:22: charles@zettadb.com

jd-zhang commented 2 years ago

2022-07-07 17:13:22: charles@zettadb.com commented


ticket: #884 运行smoketest测试: git clone https://github.com/zettadb/cloudnative.git cd cloudnative/smoke/smokeTest-mysql c#: cd c# && bash ./start.sh port host(如:bash ./start.sh 192.168.0.113 1321)

-* jdbc: ** cd java && bash ./start.sh port host(如:bash ./start.sh 192.168.0.113 1321)

-* rust: ** cd rust-mysql && bash ./start.sh port host(如:bash ./start.sh 192.168.0.113 1321)