Skip to content

Commit 53d8fbf

Browse files
committed
Merge remote-tracking branch 'origin/fix-hang-on-close' into fix-hang-on-close
# Conflicts: # writer_test.go
2 parents a2446dc + 23da334 commit 53d8fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

writer_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func TestWriter(t *testing.T) {
193193
},
194194
{
195195
scenario: "test no new partition writers after close",
196-
function: TestWriterNoNewPartitionWritersAfterClose,
196+
function: testWriterNoNewPartitionWritersAfterClose,
197197
},
198198
}
199199

@@ -1034,7 +1034,7 @@ func testWriterOverrideConfigStats(t *testing.T) {
10341034
}
10351035
}
10361036

1037-
func TestWriterNoNewPartitionWritersAfterClose(t *testing.T) {
1037+
func testWriterNoNewPartitionWritersAfterClose(t *testing.T) {
10381038
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
10391039
defer cancel()
10401040
topic1 := makeTopic()

0 commit comments

Comments
 (0)