test: add unitest for sdb

This commit is contained in:
Shengliang Guan 2022-04-27 17:25:06 +08:00
parent c72a1f9f67
commit 4bdd90880c
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ TAOS* taos_connect_internal(const char* ip, const char* user, const char* pass,
if (port) { if (port) {
epSet.epSet.eps[0].port = port; epSet.epSet.eps[0].port = port;
epSet.epSet.eps[1].port = port;
} }
char* key = getClusterKey(user, secretEncrypt, ip, port); char* key = getClusterKey(user, secretEncrypt, ip, port);