Skip to content

Commit 21e47e2

Browse files
committed
Speed up integration test
1 parent 788eb0b commit 21e47e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integration_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,13 @@ func (suite *integrationTestSuite) TestE2EValidWrites() {
591591
}
592592
senderVersion := qdb.ProtocolVersion(sender)
593593
if senderVersion < 2 && tc.name == "double array" {
594+
sender.Close(ctx)
595+
questdbC.Stop(ctx)
594596
return
595597
}
596598
if senderVersion < 3 && strings.Contains(tc.name, "decimal") {
599+
sender.Close(ctx)
600+
questdbC.Stop(ctx)
597601
return
598602
}
599603

0 commit comments

Comments
 (0)