Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-hang-on-close' into fix-hang…
Browse files Browse the repository at this point in the history
…-on-close

# Conflicts:
#	writer_test.go
  • Loading branch information
iamgoroot committed Jul 23, 2024
2 parents a2446dc + 23da334 commit 53d8fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func TestWriter(t *testing.T) {
},
{
scenario: "test no new partition writers after close",
function: TestWriterNoNewPartitionWritersAfterClose,
function: testWriterNoNewPartitionWritersAfterClose,
},
}

Expand Down Expand Up @@ -1034,7 +1034,7 @@ func testWriterOverrideConfigStats(t *testing.T) {
}
}

func TestWriterNoNewPartitionWritersAfterClose(t *testing.T) {
func testWriterNoNewPartitionWritersAfterClose(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()
topic1 := makeTopic()
Expand Down

0 comments on commit 53d8fbf

Please sign in to comment.