Skip to content

Commit

Permalink
t.Logf seed
Browse files Browse the repository at this point in the history
Signed-off-by: zeminzhou <[email protected]>
  • Loading branch information
zeminzhou committed Sep 20, 2023
1 parent 0b9b154 commit c80504a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions br/pkg/lightning/mydump/loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,7 @@ func TestSampleParquetDataSize(t *testing.T) {
pwriter.PageSize = 8 * 1024 //8K
pwriter.CompressionType = parquet.CompressionCodec_SNAPPY
seed := time.Now().Unix()
t.Logf("seed: %d", seed)
rand.Seed(seed)
totalRowSize := 0
for i := 0; i < 1000; i++ {
Expand Down

0 comments on commit c80504a

Please sign in to comment.