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 Jun 1, 2022
1 parent b7562a4 commit aad0f85
Show file tree
Hide file tree
Showing 6 changed files with 747 additions and 349 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 @@ -2242,8 +2242,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
Loading

0 comments on commit aad0f85

Please sign in to comment.