Skip to content

Commit e2621b8

Browse files
committed
debug ci
1 parent df4e34f commit e2621b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tcp_integration_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ func (suite *integrationTestSuite) TestE2EWriteInBatches() {
5454

5555
questdbC, err := setupQuestDB(ctx, noAuth)
5656
assert.NoError(suite.T(), err)
57+
if questdbC == nil {
58+
assert.Fail(suite.T(), "fail to start QuestDB")
59+
}
5760
defer questdbC.Stop(ctx)
5861

5962
sender, err := qdb.NewLineSender(ctx, qdb.WithTcp(), qdb.WithAddress(questdbC.ilpAddress))

0 commit comments

Comments
 (0)