Skip to content

Commit aa9583c

Browse files
committed
util/conn: more detail for flaky test
1 parent ab2a990 commit aa9583c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/conn/manager_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func TestManager(t *testing.T) {
4040
// First takes should fail.
4141
for i := 0; i < 10; i++ {
4242
if conn = mgr.Take(); conn != nil {
43-
t.Fatalf("want nil conn, got real conn")
43+
t.Fatalf("iteration %d: want nil conn, got real conn", i)
4444
}
4545
}
4646

0 commit comments

Comments
 (0)