fix: osDefaultInit on all platform in testing Init at sut.cpp
This commit is contained in:
parent
cf2b6ccbfb
commit
0cbaa03fcc
|
@ -43,9 +43,7 @@ void Testbase::InitLog(const char* path) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Testbase::Init(const char* path, int16_t port) {
|
void Testbase::Init(const char* path, int16_t port) {
|
||||||
#ifdef _TD_DARWIN_64
|
|
||||||
osDefaultInit();
|
osDefaultInit();
|
||||||
#endif
|
|
||||||
tsServerPort = port;
|
tsServerPort = port;
|
||||||
strcpy(tsLocalFqdn, "localhost");
|
strcpy(tsLocalFqdn, "localhost");
|
||||||
snprintf(tsLocalEp, TSDB_EP_LEN, "%s:%u", tsLocalFqdn, tsServerPort);
|
snprintf(tsLocalEp, TSDB_EP_LEN, "%s:%u", tsLocalFqdn, tsServerPort);
|
||||||
|
|
Loading…
Reference in New Issue