Skip to content

Commit

Permalink
setup xmin state same as cmd/handler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Dec 5, 2023
1 parent 88b9008 commit 80ba2d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/e2e/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ func RunQrepFlowWorkflow(env *testsuite.TestWorkflowEnvironment, config *protos.

func RunXminFlowWorkflow(env *testsuite.TestWorkflowEnvironment, config *protos.QRepConfig) {
state := peerflow.NewQRepFlowState()
state.LastPartition.PartitionId = uuid.New().String()
time.Sleep(5 * time.Second)
env.ExecuteWorkflow(peerflow.XminFlowWorkflow, config, state)
}
Expand Down

0 comments on commit 80ba2d9

Please sign in to comment.