We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2446dc + 23da334 commit 53d8fbfCopy full SHA for 53d8fbf
writer_test.go
@@ -193,7 +193,7 @@ func TestWriter(t *testing.T) {
193
},
194
{
195
scenario: "test no new partition writers after close",
196
- function: TestWriterNoNewPartitionWritersAfterClose,
+ function: testWriterNoNewPartitionWritersAfterClose,
197
198
}
199
@@ -1034,7 +1034,7 @@ func testWriterOverrideConfigStats(t *testing.T) {
1034
1035
1036
1037
-func TestWriterNoNewPartitionWritersAfterClose(t *testing.T) {
+func testWriterNoNewPartitionWritersAfterClose(t *testing.T) {
1038
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
1039
defer cancel()
1040
topic1 := makeTopic()
0 commit comments