@@ -207,9 +207,9 @@ func TestIntegration(t *testing.T) {
207207 WithWaitTime (5 * time .Second ).
208208 WithExpectedStatus (
209209 testhelpers .NewStatusBuilder (). // controller won't deploy v5, so it's not registered
210- WithTargetVersion ("v5" , temporaliov1alpha1 .VersionStatusNotRegistered , - 1 , false , false ).
211- WithCurrentVersion ("v4" , true , false ).
212- WithDeprecatedVersions ( // drained but has pollers, so ineligible for deletion
210+ WithTargetVersion ("v5" , temporaliov1alpha1 .VersionStatusNotRegistered , - 1 , false , false ).
211+ WithCurrentVersion ("v4" , true , false ).
212+ WithDeprecatedVersions ( // drained but has pollers, so ineligible for deletion
213213 testhelpers .NewDeprecatedVersionInfo ("v0" , temporaliov1alpha1 .VersionStatusDrained , true , false , true ),
214214 testhelpers .NewDeprecatedVersionInfo ("v1" , temporaliov1alpha1 .VersionStatusDrained , true , false , true ),
215215 testhelpers .NewDeprecatedVersionInfo ("v2" , temporaliov1alpha1 .VersionStatusDrained , true , false , true ),
@@ -405,9 +405,9 @@ func TestIntegration(t *testing.T) {
405405 WithWaitTime (5 * time .Second ).
406406 WithExpectedStatus (
407407 testhelpers .NewStatusBuilder (). // controller won't deploy v5, so it's not registered
408- WithTargetVersion ("v5" , temporaliov1alpha1 .VersionStatusNotRegistered , - 1 , false , false ).
409- WithCurrentVersion ("v4" , true , false ).
410- WithDeprecatedVersions ( // drained but has pollers, so ineligible for deletion
408+ WithTargetVersion ("v5" , temporaliov1alpha1 .VersionStatusNotRegistered , - 1 , false , false ).
409+ WithCurrentVersion ("v4" , true , false ).
410+ WithDeprecatedVersions ( // drained but has pollers, so ineligible for deletion
411411 testhelpers .NewDeprecatedVersionInfo ("v0" , temporaliov1alpha1 .VersionStatusDrained , true , false , true ),
412412 testhelpers .NewDeprecatedVersionInfo ("v1" , temporaliov1alpha1 .VersionStatusDrained , true , false , true ),
413413 testhelpers .NewDeprecatedVersionInfo ("v2" , temporaliov1alpha1 .VersionStatusDrained , true , false , true ),
@@ -630,9 +630,9 @@ func TestIntegration(t *testing.T) {
630630 WithWaitTime (5 * time .Second ).
631631 WithExpectedStatus (
632632 testhelpers .NewStatusBuilder (). // controller won't deploy v5, so it's not registered
633- WithTargetVersion ("v5" , temporaliov1alpha1 .VersionStatusNotRegistered , - 1 , false , false ).
634- WithCurrentVersion ("v4" , true , false ).
635- WithDeprecatedVersions ( // drained but has pollers, so ineligible for deletion
633+ WithTargetVersion ("v5" , temporaliov1alpha1 .VersionStatusNotRegistered , - 1 , false , false ).
634+ WithCurrentVersion ("v4" , true , false ).
635+ WithDeprecatedVersions ( // drained but has pollers, so ineligible for deletion
636636 testhelpers .NewDeprecatedVersionInfo ("v0" , temporaliov1alpha1 .VersionStatusDrained , true , false , true ),
637637 testhelpers .NewDeprecatedVersionInfo ("v1" , temporaliov1alpha1 .VersionStatusDrained , true , false , true ),
638638 testhelpers .NewDeprecatedVersionInfo ("v2" , temporaliov1alpha1 .VersionStatusDrained , true , false , true ),
@@ -947,15 +947,6 @@ func TestIntegration(t *testing.T) {
947947 })
948948 }
949949
950- // Rollout integration tests: progressive auto-promotion, ConnectionSpecHash annotation
951- // repair, gate-blocked rollout unblocked by ConfigMap or Secret creation, and accumulation of
952- // multiple deprecated versions across successive image rollouts.
953- for _ , tc := range rolloutTestCases () {
954- t .Run (tc .name , func (t * testing.T ) {
955- ctx := context .Background ()
956- testTemporalWorkerDeploymentCreation (ctx , t , k8sClient , mgr , ts , tc .builder .BuildWithValues (tc .name , testNamespace .Name , ts .GetDefaultNamespace ()))
957- })
958- }
959950 // Conditions and events tests
960951 runConditionsAndEventsTests (t , k8sClient , mgr , ts , testNamespace .Name )
961952}
0 commit comments