Skip to content

Commit

Permalink
Merge pull request #707 from cloudfoundry/fixing_upgrade
Browse files Browse the repository at this point in the history
Fixing the ordering of the app startup
  • Loading branch information
KevinJCross authored Jun 27, 2022
2 parents 8b59675 + b666ee9 commit 1487600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acceptance/pre_upgrade/pre_dynamic_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ var _ = Describe("AutoScaler dynamic policy", func() {
JustBeforeEach(func() {
appName = helpers.CreateTestApp(cfg, "nodeapp-cpu", initialInstanceCount)
appGUID = helpers.GetAppGuid(cfg, appName)
helpers.StartApp(appName, cfg.CfPushTimeoutDuration())
_ = helpers.CreatePolicy(cfg, appName, appGUID, policy)
helpers.StartApp(appName, cfg.CfPushTimeoutDuration())
})

Context("when scaling by cpu", func() {
Expand Down

0 comments on commit 1487600

Please sign in to comment.