Skip to content

Commit

Permalink
Misc changes to migration workflow (#2838)
Browse files Browse the repository at this point in the history
Co-authored-by: Manu Srivastava <manu@temporal.io>
  • Loading branch information
meiliang86 and mastermanu committed May 12, 2022
1 parent 2b86009 commit 85978d5
Show file tree
Hide file tree
Showing 6 changed files with 747 additions and 350 deletions.
4 changes: 2 additions & 2 deletions host/xdc/integration_failover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2243,8 +2243,8 @@ func (s *integrationClustersTestSuite) TestLocalNamespaceMigration() {
TaskQueue: sw.DefaultWorkerTaskQueue,
WorkflowRunTimeout: time.Second * 30,
}, "force-replication", migration.ForceReplicationParams{
Namespace: namespace,
RpsPerActivity: 10,
Namespace: namespace,
OverallRps: 10,
})

s.NoError(err)
Expand Down

0 comments on commit 85978d5

Please sign in to comment.