Skip to content

Commit 34ad9e4

Browse files
committed
chore: log when the test server serves a database
1 parent 21d1b2d commit 34ad9e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/testdb/cherrypick.go

+2
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ func NewZipDBCherryPickServer(ecosystems map[string][]string) *httptest.Server {
277277
w.Header().Add("x-goog-hash", "crc32c="+base64.StdEncoding.EncodeToString(binary.BigEndian.AppendUint32([]byte{}, hash)))
278278

279279
_, _ = w.Write(b)
280+
281+
fmt.Printf("(test server) serving %s database\n", eco)
280282
}))
281283

282284
return ts

0 commit comments

Comments
 (0)