Skip to content

Commit

Permalink
debug print pt.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Dec 9, 2024
1 parent 399eb82 commit f3d60ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/e2e/clickhouse/peer_flow_ch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ func (s ClickHouseSuite) Test_Types_CH() {
e2e.EnvWaitFor(s.t, env, 2*time.Minute, "waiting on cdc", func() bool {
rows, err := s.GetRows(dstTableName, "id")
require.NoError(s.t, err)
fmt.Println(rows.Records)

Check failure on line 742 in flow/e2e/clickhouse/peer_flow_ch_test.go

View workflow job for this annotation

GitHub Actions / lint

use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
return len(rows.Records) == 2
})

Expand Down

0 comments on commit f3d60ee

Please sign in to comment.