unit_test_common/include.go (11 lines of code) (raw):
package unit_test_common
const (
TestUrl = "mongodb://100.81.164.181:18201,100.81.164.181:18202,100.81.164.181:18203"
TestUrl4_4 = "100.81.164.181:35309"
TestUrlServerless = "mongodb://100.81.164.181:19031"
TestUrlConfigServer = "mongodb://100.81.164.181:19021"
TestUrlServerlessTenant = "mongodb://100.81.164.181:19031" // sharding mongos with tenant
TestUrlSharding = "mongodb://100.81.164.181:19031"
TestUrlSsl = "mongodb://100.81.164.181:18101,100.81.164.181:18102,100.81.164.181:18103"
TestUrl5_0 = "mongodb://100.81.164.181:18301,100.81.164.181:18302,100.81.164.181:18303"
)