We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2621b8 commit 061b169Copy full SHA for 061b169
tcp_integration_test.go
@@ -56,6 +56,7 @@ func (suite *integrationTestSuite) TestE2EWriteInBatches() {
56
assert.NoError(suite.T(), err)
57
if questdbC == nil {
58
assert.Fail(suite.T(), "fail to start QuestDB")
59
+ return
60
}
61
defer questdbC.Stop(ctx)
62
0 commit comments