Skip to content

Commit

Permalink
Merge pull request #52582 from foxish/statefulset-upgrade-tests3
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>..

Add statefulset upgrade tests to be run as part of upgrade testing

Statefulset upgrade testing is not running at all in any testsuite. This has caused issues in the past like: #48327
Changing the tag to make it run in existing upgrade test clusters.

@krzyzacy @kubernetes/sig-apps-misc @kubernetes/sig-release-members @kow3ns @enisoc
  • Loading branch information
Kubernetes Submit Queue committed Sep 18, 2017
2 parents 8ca1d9f + 1762bc4 commit 00c1ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/lifecycle/cluster_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ var _ = SIGDescribe("etcd Upgrade [Feature:EtcdUpgrade]", func() {
})
})

var _ = Describe("[sig-apps] stateful Upgrade [Feature:StatefulUpgrade]", func() {
var _ = Describe("[sig-apps] stateful Upgrade [Feature:ClusterUpgrade]", func() {
f := framework.NewDefaultFramework("stateful-upgrade")

// Create the frameworks here because we can only create them
Expand Down

0 comments on commit 00c1ec5

Please sign in to comment.