We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520cd98 commit 7e19065Copy full SHA for 7e19065
test/e2e/e2e_test.go
@@ -45,7 +45,7 @@ func TestE2ETestSuite(t *testing.T) {
45
46
func (s *e2eTestSuite) SetupSuite() {
47
clusterConfig := client.ClusterConfig{
48
- NodeUrls: strings.Split("127.0.0.1:6667", ","),
+ NodeUrls: strings.Split("iotdb:6668,iotdb:6667,iotdb:6669", ","),
49
UserName: "root",
50
Password: "root",
51
}
0 commit comments