Skip to content

Commit

Permalink
add wait for equal tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Apr 30, 2024
1 parent 1ce9f72 commit 88d5388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/e2e/bigquery/peer_flow_bq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,7 @@ func (s PeerFlowE2ETestSuiteBQ) Test_Soft_Delete_UD_Same_Batch() {
DELETE FROM %s WHERE id=1`, srcTableName))
e2e.EnvNoError(s.t, env, err)
e2e.EnvNoError(s.t, env, insertTx.Commit(context.Background()))
e2e.EnvWaitForEqualTables(env, s, "normalize ud soft delete", dstName, "id,c1,c2,t")
env.Cancel()
e2e.RequireEnvCanceled(s.t, env)

Expand Down

0 comments on commit 88d5388

Please sign in to comment.