Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Dec 4, 2023
1 parent f782432 commit bd73c11
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions flow/e2e/snowflake/peer_flow_sf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1267,8 +1267,8 @@ func (s *PeerFlowE2ETestSuiteSF) Test_Soft_Delete_Basic() {
}

limits := peerflow.CDCFlowLimits{
TotalSyncFlows: 6,
MaxBatchSize: 100,
ExitAfterRecords: 3,
MaxBatchSize: 100,
}

// in a separate goroutine, wait for PeerFlowStatusQuery to finish setup
Expand Down Expand Up @@ -1347,8 +1347,8 @@ func (s *PeerFlowE2ETestSuiteSF) Test_Soft_Delete_IUD_Same_Batch() {
}

limits := peerflow.CDCFlowLimits{
TotalSyncFlows: 2,
MaxBatchSize: 100,
ExitAfterRecords: 3,
MaxBatchSize: 100,
}

// in a separate goroutine, wait for PeerFlowStatusQuery to finish setup
Expand Down Expand Up @@ -1430,8 +1430,8 @@ func (s *PeerFlowE2ETestSuiteSF) Test_Soft_Delete_UD_Same_Batch() {
}

limits := peerflow.CDCFlowLimits{
TotalSyncFlows: 4,
MaxBatchSize: 100,
ExitAfterRecords: 4,
MaxBatchSize: 100,
}

// in a separate goroutine, wait for PeerFlowStatusQuery to finish setup
Expand Down Expand Up @@ -1516,8 +1516,8 @@ func (s *PeerFlowE2ETestSuiteSF) Test_Soft_Delete_Insert_After_Delete() {
}

limits := peerflow.CDCFlowLimits{
TotalSyncFlows: 6,
MaxBatchSize: 100,
ExitAfterRecords: 3,
MaxBatchSize: 100,
}

// in a separate goroutine, wait for PeerFlowStatusQuery to finish setup
Expand Down

0 comments on commit bd73c11

Please sign in to comment.