MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / SetupSuite

Method SetupSuite

test/e2e/e2e_table_test.go:54–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (s *e2eTableTestSuite) SetupSuite() {
55 clusterConfig := client.ClusterConfig{
56 NodeUrls: strings.Split(nodeUrls, ","),
57 UserName: username,
58 Password: password,
59 }
60 session, err := client.NewClusterTableSession(&clusterConfig, false)
61 s.Require().NoError(err)
62 s.session = session
63}
64
65func (s *e2eTableTestSuite) TearDownSuite() {
66 s.session.Close()

Callers

nothing calls this directly

Calls 1

NewClusterTableSessionFunction · 0.92

Tested by

no test coverage detected