14 fail, 6 skipped, 82 pass in 4h 29m 12s
Annotations
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
1 out of 5 runs failed: TestBlueGreenSuite/TestBlueGreenPreviewReplicaCount (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.26)/junit.xml [took 2m 2s]
Raw output
Failed
=== RUN TestBlueGreenSuite/TestBlueGreenPreviewReplicaCount
time="2023-09-28T19:15:11Z" level=info msg="Deleting e2e-test-name=TestBlueGreenPreviewReplicaCount"
time="2023-09-28T19:15:11Z" level=info msg="service/bluegreen-preview-replicas-active created\n" rollout=bluegreen-preview-replicas
time="2023-09-28T19:15:11Z" level=info msg="service/bluegreen-preview-replicas-preview created\n" rollout=bluegreen-preview-replicas
time="2023-09-28T19:15:12Z" level=info msg="rollout.argoproj.io/bluegreen-preview-replicas created\n" rollout=bluegreen-preview-replicas
time="2023-09-28T19:15:12Z" level=info msg="Waiting for condition: status=Healthy" rollout=bluegreen-preview-replicas
time="2023-09-28T19:15:13Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=bluegreen-preview-replicas
time="2023-09-28T19:15:13Z" level=info msg="Updated rollout pod spec: 2023-09-28T19:15:13.595370979Z" rollout=bluegreen-preview-replicas
time="2023-09-28T19:15:13Z" level=info msg="Waiting for condition: status=Paused" rollout=bluegreen-preview-replicas
when.go:443: timeout after 2m0s waiting for condition status=Paused
Name: bluegreen-preview-replicas
Namespace: default
Status: �[94m◌�[0m Progressing
Message: waiting for rollout spec update to be observed
Strategy: BlueGreen
Images: nginx:1.19-alpine (�[32mstable�[0m, �[32mactive�[0m)
Replicas:
Desired: 2
Current: 2
Updated: 2
Ready: 2
Available: 2
NAME KIND STATUS AGE INFO
⟳ bluegreen-preview-replicas Rollout �[94m◌�[0m Progressing 2m1s
└──# revision:1
└──⧉ �[32m�[32mbluegreen-preview-replicas-66b7c555c5�[0m�[0m ReplicaSet �[32m✔�[0m Healthy 2m1s �[32mstable�[0m,�[32mactive�[0m
├──□ bluegreen-preview-replicas-66b7c555c5-hzqzl Pod �[32m✔�[0m Running 2m1s ready:1/1
└──□ bluegreen-preview-replicas-66b7c555c5-mjmrb Pod �[32m✔�[0m Running 2m1s ready:1/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "1"
creationTimestamp: "2023-09-28T19:15:12Z"
generation: 2
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestBlueGreenPreviewReplicaCount
name: bluegreen-preview-replicas
namespace: default
resourceVersion: "5574"
uid: 5d5a9939-439a-4753-85cb-bdaadb27cabc
spec:
replicas: 2
selector:
matchLabels:
app: bluegreen-preview-replicas
strategy:
blueGreen:
activeService: bluegreen-preview-replicas-active
autoPromotionEnabled: false
previewReplicaCount: 1
previewService: bluegreen-preview-replicas-preview
scaleDownDelaySeconds: 5
template:
metadata:
annotations:
update: "2023-09-28T19:15:13.595370979Z"
creationTimestamp: null
labels:
app: bluegreen-preview-replicas
spec:
containers:
- image: nginx:1.19-alpine
name: bluegreen-preview-replicas
resources:
requests:
cpu: 1m
memory: 16Mi
status:
HPAReplicas: 2
availableReplicas: 2
blueGreen:
activeSelector: 66b7c555c5
previewSelector: 66b7c555c5
canary: {}
conditions:
- lastTransitionTime: "2023-09-28T19:15:12Z"
lastUpdateTime: "2023-09-28T19:15:12Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "True"
type: Completed
- lastTransitionTime: "2023-09-28T19:15:13Z"
lastUpdateTime: "2023-09-28T19:15:13Z"
message: Rollout is healthy
reason: RolloutHealthy
status: "True"
type: Healthy
- lastTransitionTime: "2023-09-28T19:15:12Z"
lastUpdateTime: "2023-09-28T19:15:13Z"
message: ReplicaSet "bluegreen-preview-replicas-66b7c555c5" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2023-09-28T19:15:13Z"
lastUpdateTime: "2023-09-28T19:15:13Z"
message: Rollout has minimum availability
reason: AvailableReason
status: "True"
type: Available
currentPodHash: 66b7c555c5
observedGeneration: "1"
phase: Healthy
readyReplicas: 2
replicas: 2
selector: app=bluegreen-preview-replicas,rollouts-pod-template-hash=66b7c555c5
stableRS: 66b7c555c5
updatedReplicas: 2
2023-09-28T19:15:12Z Normal RolloutAddedToInformer Rollout resource added to informer: default/bluegreen-preview-replicas
2023-09-28T19:15:12Z Normal RolloutUpdated Rollout updated to revision 1
2023-09-28T19:15:12Z Normal NewReplicaSetCreated Created ReplicaSet bluegreen-preview-replicas-66b7c555c5 (revision 1)
2023-09-28T19:15:12Z Normal SwitchService Switched selector for service 'bluegreen-preview-replicas-preview' from '' to '66b7c555c5'
2023-09-28T19:15:12Z Normal ScalingReplicaSet Scaled up ReplicaSet bluegreen-preview-replicas-66b7c555c5 (revision 1) from 0 to 2
2023-09-28T19:15:12Z Normal RolloutCompleted Rollout completed update to revision 1 (66b7c555c5): Initial deploy
2023-09-28T19:15:13Z Normal SwitchService Switched selector for service 'bluegreen-preview-replicas-active' from '' to '66b7c555c5'
time="2023-09-28T19:17:13Z" level=info msg="Deleting e2e-test-name=TestBlueGreenPreviewReplicaCount"
--- FAIL: TestBlueGreenSuite/TestBlueGreenPreviewReplicaCount (122.79s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
1 out of 5 runs failed: TestBlueGreenSuite (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.26)/junit.xml [took 4m 15s]
Raw output
Failed
=== RUN TestBlueGreenSuite
--- FAIL: TestBlueGreenSuite (255.68s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
3 out of 7 runs failed: TestAWSSuite/TestALBExperimentStepNoSetWeight (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.24)/junit.xml [took 14s]
artifacts/E2E Test Results (k8s 1.25)/junit.xml [took 15s]
Raw output
Failed
=== RUN TestAWSSuite/TestALBExperimentStepNoSetWeight
time="2023-09-28T19:15:02Z" level=info msg="Deleting e2e-test-name=TestALBExperimentStepNoSetWeight"
W0928 19:15:02.862829 19405 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:15:02.866540 19405 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-09-28T19:15:03Z" level=info msg="service/alb-rollout-root created\n" rollout=alb-rollout
time="2023-09-28T19:15:03Z" level=info msg="service/alb-rollout-canary created\n" rollout=alb-rollout
time="2023-09-28T19:15:04Z" level=info msg="service/alb-rollout-stable created\n" rollout=alb-rollout
time="2023-09-28T19:15:04Z" level=info msg="ingress.networking.k8s.io/alb-rollout-ingress created\n" rollout=alb-rollout
time="2023-09-28T19:15:05Z" level=info msg="rollout.argoproj.io/alb-rollout created\n" rollout=alb-rollout
time="2023-09-28T19:15:05Z" level=info msg="Waiting for condition: status=Healthy" rollout=alb-rollout
time="2023-09-28T19:15:06Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=alb-rollout
time="2023-09-28T19:15:06Z" level=info msg="Experiment expectation 'experiment count == 0' met" rollout=alb-rollout
time="2023-09-28T19:15:06Z" level=info msg="Updated rollout pod spec: 2023-09-28T19:15:06.179726459Z" rollout=alb-rollout
time="2023-09-28T19:15:06Z" level=info msg="Sleeping 10s" rollout=alb-rollout
require.go:72:
Error Trace: /home/runner/go/pkg/mod/github.com/tj/[email protected]/require.go:72
/home/runner/work/argo-rollouts/argo-rollouts/test/e2e/aws_test.go:264
/home/runner/work/argo-rollouts/argo-rollouts/test/fixtures/then.go:28
/home/runner/work/argo-rollouts/argo-rollouts/test/e2e/aws_test.go:254
Error: Not equal:
expected: "{\"Type\":\"forward\",\"ForwardConfig\":{\"TargetGroups\":[{\"ServiceName\":\"alb-rollout-canary\",\"ServicePort\":\"80\",\"Weight\":0},{\"ServiceName\":\"\",\"ServicePort\":\"80\",\"Weight\":20},{\"ServiceName\":\"\",\"ServicePort\":\"80\",\"Weight\":20},{\"ServiceName\":\"alb-rollout-stable\",\"ServicePort\":\"80\",\"Weight\":60}]}}"
actual : "{\"Type\":\"forward\",\"ForwardConfig\":{\"TargetGroups\":[{\"ServiceName\":\"alb-rollout-canary\",\"ServicePort\":\"80\",\"Weight\":0},{\"ServicePort\":\"80\",\"Weight\":20},{\"ServicePort\":\"80\",\"Weight\":20},{\"ServiceName\":\"alb-rollout-stable\",\"ServicePort\":\"80\",\"Weight\":60}]}}"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-{"Type":"forward","ForwardConfig":{"TargetGroups":[{"ServiceName":"alb-rollout-canary","ServicePort":"80","Weight":0},{"ServiceName":"","ServicePort":"80","Weight":20},{"ServiceName":"","ServicePort":"80","Weight":20},{"ServiceName":"alb-rollout-stable","ServicePort":"80","Weight":60}]}}
+{"Type":"forward","ForwardConfig":{"TargetGroups":[{"ServiceName":"alb-rollout-canary","ServicePort":"80","Weight":0},{"ServicePort":"80","Weight":20},{"ServicePort":"80","Weight":20},{"ServiceName":"alb-rollout-stable","ServicePort":"80","Weight":60}]}}
Test: TestAWSSuite/TestALBExperimentStepNoSetWeight
Name: alb-rollout
Namespace: default
Status: �[94m◌�[0m Progressing
Message: more replicas need to be updated
Strategy: Canary
Step: 0/1
SetWeight: 0
ActualWeight: 0
Images: nginx:1.19-alpine (�[32mstable�[0m, �[0mΣ:experiment-alb-canary�[0m, �[0mΣ:experiment-alb-stable�[0m)
Replicas:
Desired: 1
Current: 1
Updated: 0
Ready: 1
Available: 1
NAME KIND STATUS AGE INFO
⟳ alb-rollout Rollout �[94m◌�[0m Progressing 11s
├──# revision:2
│ ├──⧉ �[33malb-rollout-7996cbcf46�[0m ReplicaSet �[0m•�[0m ScaledDown 10s �[33mcanary�[0m
│ └──Σ �[94malb-rollout-7996cbcf46-2-0�[0m Experiment �[94m◌�[0m Running 10s
│ ├──⧉ alb-rollout-7996cbcf46-2-0-experiment-alb-canary ReplicaSet �[32m✔�[0m Healthy 10s
│ │ └──□ alb-rollout-7996cbcf46-2-0-experiment-alb-canary-8zrhq Pod �[32m✔�[0m Running 10s ready:1/1
│ └──⧉ alb-rollout-7996cbcf46-2-0-experiment-alb-stable ReplicaSet �[32m✔�[0m Healthy 10s
│ └──□ alb-rollout-7996cbcf46-2-0-experiment-alb-stable-p65dm Pod �[32m✔�[0m Running 10s ready:1/1
└──# revision:1
└──⧉ �[32malb-rollout-d6f4fdcdc�[0m ReplicaSet �[32m✔�[0m Healthy 11s �[32mstable�[0m
└──□ alb-rollout-d6f4fdcdc-qmkn6 Pod �[32m✔�[0m Running 11s ready:1/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "2"
creationTimestamp: "2023-09-28T19:15:05Z"
generation: 3
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestALBExperimentStepNoSetWeight
name: alb-rollout
namespace: default
resourceVersion: "3996"
uid: 0e584aba-6368-4ad8-a077-cb2bebbe4b63
spec:
replicas: 1
selector:
matchLabels:
app: alb-rollout
strategy:
canary:
canaryService: alb-rollout-canary
stableService: alb-rollout-stable
steps:
- experiment:
duration: 15s
templates:
- metadata: {}
name: experiment-alb-canary
specRef: canary
weight: 20
- metadata: {}
name: experiment-alb-stable
specRef: stable
weight: 20
trafficRouting:
alb:
ingress: alb-rollout-ingress
rootService: alb-rollout-root
servicePort: 80
template:
metadata:
annotations:
update: "2023-09-28T19:15:06.179726459Z"
creationTimestamp: null
labels:
app: alb-rollout
spec:
containers:
- image: nginx:1.19-alpine
name: alb-rollout
ports:
- containerPort: 80
name: http
protocol: TCP
resources:
requests:
cpu: 5m
memory: 16Mi
status:
HPAReplicas: 1
availableReplicas: 1
blueGreen: {}
canary:
currentExperiment: alb-rollout-7996cbcf46-2-0
weights:
additional:
- weight: 20
- weight: 20
canary:
podTemplateHash: 7996cbcf46
serviceName: alb-rollout-canary
weight: 0
stable:
podTemplateHash: d6f4fdcdc
serviceName: alb-rollout-stable
weight: 60
conditions:
- lastTransitionTime: "2023-09-28T19:15:06Z"
lastUpdateTime: "2023-09-28T19:15:06Z"
message: Rollout has minimum availability
reason: AvailableReason
status: "True"
type: Available
- lastTransitionTime: "2023-09-28T19:15:06Z"
lastUpdateTime: "2023-09-28T19:15:06Z"
message: Rollout is not healthy
reason: RolloutHealthy
status: "False"
type: Healthy
- lastTransitionTime: "2023-09-28T19:15:06Z"
lastUpdateTime: "2023-09-28T19:15:06Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "False"
type: Completed
- lastTransitionTime: "2023-09-28T19:15:05Z"
lastUpdateTime: "2023-09-28T19:15:06Z"
message: Created new replica set "alb-rollout-7996cbcf46"
reason: NewReplicaSetCreated
status: "True"
type: Progressing
currentPodHash: 7996cbcf46
currentStepHash: 558cc8bf4d
currentStepIndex: 0
message: more replicas need to be updated
observedGeneration: "3"
phase: Progressing
readyReplicas: 1
replicas: 1
selector: app=alb-rollout
stableRS: d6f4fdcdc
2023-09-28T19:15:05Z Normal RolloutAddedToInformer Rollout resource added to informer: default/alb-rollout
2023-09-28T19:15:05Z Normal RolloutNotCompleted Rollout not completed, started update to revision 1 (d6f4fdcdc)
2023-09-28T19:15:05Z Normal RolloutUpdated Rollout updated to revision 1
2023-09-28T19:15:05Z Normal NewReplicaSetCreated Created ReplicaSet alb-rollout-d6f4fdcdc (revision 1)
2023-09-28T19:15:05Z (x2) Normal TrafficWeightUpdated Traffic weight updated to 0
2023-09-28T19:15:05Z Normal ScalingReplicaSet Scaled up ReplicaSet alb-rollout-d6f4fdcdc (revision 1) from 0 to 1
2023-09-28T19:15:05Z Normal RolloutCompleted Rollout completed update to revision 1 (d6f4fdcdc): Initial deploy
2023-09-28T19:15:06Z Normal SwitchService Switched selector for service 'alb-rollout-stable' from '' to 'd6f4fdcdc'
2023-09-28T19:15:06Z Normal SwitchService Switched selector for service 'alb-rollout-canary' from '' to 'd6f4fdcdc'
2023-09-28T19:15:06Z Normal RolloutNotCompleted Rollout not completed, started update to revision 2 (7996cbcf46)
2023-09-28T19:15:06Z Normal RolloutUpdated Rollout updated to revision 2
2023-09-28T19:15:06Z Normal NewReplicaSetCreated Created ReplicaSet alb-rollout-7996cbcf46 (revision 2)
2023-09-28T19:15:06Z (x2) Normal TrafficWeightUpdated Traffic weight updated
2023-09-28T19:15:06Z Normal ExperimentCreated Created Experiment 'alb-rollout-7996cbcf46-2-0'
2023-09-28T19:15:08Z (x2) Normal PatchingALBIngress Updating Ingress `alb-rollout-ingress` to desiredWeight '0'
2023-09-28T19:15:08Z Normal TrafficWeightUpdated Traffic weight updated additional: [{20 } {20 }]
time="2023-09-28T19:15:16Z" level=info msg="Deleting e2e-test-name=TestALBExperimentStepNoSetWeight"
W0928 19:15:16.885128 19405 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:15:16.892267 19405 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
--- FAIL: TestAWSSuite/TestALBExperimentStepNoSetWeight (14.18s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
3 out of 7 runs failed: TestAWSSuite (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.24)/junit.xml [took 14s]
artifacts/E2E Test Results (k8s 1.25)/junit.xml [took 2m 43s]
Raw output
Failed
=== RUN TestAWSSuite
--- FAIL: TestAWSSuite (145.21s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
2 out of 6 runs failed: TestCanarySuite/TestCanaryDynamicStableScale (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.23)/junit.xml [took 19s]
artifacts/E2E Test Results (k8s 1.25)/junit.xml [took 19s]
Raw output
Failed
=== RUN TestCanarySuite/TestCanaryDynamicStableScale
time="2023-09-28T19:19:02Z" level=info msg="Deleting e2e-test-name=TestCanaryDynamicStableScale"
W0928 19:19:02.543581 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:19:02.548613 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-09-28T19:19:03Z" level=info msg="service/dynamic-stable-scale-root created\n" rollout=dynamic-stable-scale
time="2023-09-28T19:19:03Z" level=info msg="service/dynamic-stable-scale-canary created\n" rollout=dynamic-stable-scale
time="2023-09-28T19:19:03Z" level=info msg="service/dynamic-stable-scale-stable created\n" rollout=dynamic-stable-scale
time="2023-09-28T19:19:04Z" level=info msg="ingress.networking.k8s.io/dynamic-stable-scale-ingress created\n" rollout=dynamic-stable-scale
time="2023-09-28T19:19:04Z" level=info msg="rollout.argoproj.io/dynamic-stable-scale created\n" rollout=dynamic-stable-scale
time="2023-09-28T19:19:05Z" level=info msg="Marked 4 revision 1 pods as ready" rollout=dynamic-stable-scale
time="2023-09-28T19:19:05Z" level=info msg="Waiting for condition: status=Healthy" rollout=dynamic-stable-scale
time="2023-09-28T19:19:08Z" level=info msg="Condition 'status=Healthy' met after 2s" rollout=dynamic-stable-scale
time="2023-09-28T19:19:08Z" level=info msg="Updated rollout pod spec: 2023-09-28T19:19:08.032217695Z" rollout=dynamic-stable-scale
time="2023-09-28T19:19:09Z" level=info msg="Marked 1 revision 2 pods as ready" rollout=dynamic-stable-scale
time="2023-09-28T19:19:09Z" level=info msg="Waiting for condition: status=Paused" rollout=dynamic-stable-scale
time="2023-09-28T19:19:09Z" level=info msg="Condition 'status=Paused' met after 0s" rollout=dynamic-stable-scale
time="2023-09-28T19:19:09Z" level=info msg="Sleeping 2s" rollout=dynamic-stable-scale
time="2023-09-28T19:19:11Z" level=info msg="Pod expectation 'revision:1 pod count == 3' met" rollout=dynamic-stable-scale
time="2023-09-28T19:19:11Z" level=info msg="Pod expectation 'revision:2 pod count == 1' met" rollout=dynamic-stable-scale
time="2023-09-28T19:19:11Z" level=info msg="Promoted rollout" rollout=dynamic-stable-scale
time="2023-09-28T19:19:12Z" level=info msg="Marked 2 revision 2 pods as ready" rollout=dynamic-stable-scale
time="2023-09-28T19:19:12Z" level=info msg="Waiting for condition: status.currentStepIndex=3" rollout=dynamic-stable-scale
time="2023-09-28T19:19:14Z" level=info msg="Condition 'status.currentStepIndex=3' met after 1s" rollout=dynamic-stable-scale
time="2023-09-28T19:19:14Z" level=info msg="Sleeping 2s" rollout=dynamic-stable-scale
time="2023-09-28T19:19:16Z" level=info msg="Pod expectation 'revision:1 pod count == 1' met" rollout=dynamic-stable-scale
time="2023-09-28T19:19:16Z" level=info msg="Pod expectation 'revision:2 pod count == 3' met" rollout=dynamic-stable-scale
time="2023-09-28T19:19:16Z" level=info msg="Aborted rollout" rollout=dynamic-stable-scale
time="2023-09-28T19:19:17Z" level=info msg="Marked 2 revision 1 pods as ready" rollout=dynamic-stable-scale
time="2023-09-28T19:19:17Z" level=info msg="Waiting for condition: rev=2 podcount=1" rollout=dynamic-stable-scale
time="2023-09-28T19:19:19Z" level=info msg="Condition 'rev=2 podcount=1' met after 2s" rollout=dynamic-stable-scale
time="2023-09-28T19:19:19Z" level=info msg="Pod expectation 'revision:1 pod count == 4' met" rollout=dynamic-stable-scale
time="2023-09-28T19:19:20Z" level=info msg="Marked 1 revision 1 pods as ready" rollout=dynamic-stable-scale
time="2023-09-28T19:19:20Z" level=info msg="Waiting for condition: rev=2 podcount=0" rollout=dynamic-stable-scale
time="2023-09-28T19:19:20Z" level=info msg="Condition 'rev=2 podcount=0' met after 0s" rollout=dynamic-stable-scale
canary_test.go:620: Expected dynamic-stable-scale-canary selector: map[app:dynamic-stable-scale rollouts-pod-template-hash:868d98995b]. Actual: map[app:dynamic-stable-scale rollouts-pod-template-hash:56fdf59c98]
Name: dynamic-stable-scale
Namespace: default
Status: �[31m✖�[0m Degraded
Message: RolloutAborted: Rollout aborted update to revision 2
Strategy: Canary
Step: 0/4
SetWeight: 0
ActualWeight: 0
Images: nginx:1.19-alpine (�[32mstable�[0m)
Replicas:
Desired: 4
Current: 4
Updated: 0
Ready: 4
Available: 4
NAME KIND STATUS AGE INFO
⟳ dynamic-stable-scale Rollout �[31m✖�[0m Degraded 17s
├──# revision:2
│ └──⧉ �[33mdynamic-stable-scale-56fdf59c98�[0m ReplicaSet �[0m•�[0m ScaledDown 13s �[33mcanary�[0m
│ └──□ dynamic-stable-scale-56fdf59c98-npmgj Pod �[94m◌�[0m Terminating 13s ready:1/1
└──# revision:1
└──⧉ �[32mdynamic-stable-scale-868d98995b�[0m ReplicaSet �[32m✔�[0m Healthy 17s �[32mstable�[0m
├──□ dynamic-stable-scale-868d98995b-bd49f Pod �[32m✔�[0m Running 17s ready:1/1
├──□ dynamic-stable-scale-868d98995b-2lzr5 Pod �[32m✔�[0m Running 5s ready:1/1
├──□ dynamic-stable-scale-868d98995b-78d6r Pod �[32m✔�[0m Running 5s ready:1/1
└──□ dynamic-stable-scale-868d98995b-m67t6 Pod �[32m✔�[0m Running 5s ready:1/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "2"
creationTimestamp: "2023-09-28T19:19:04Z"
generation: 2
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestCanaryDynamicStableScale
name: dynamic-stable-scale
namespace: default
resourceVersion: "6626"
uid: a179968d-0369-4cf5-b821-54fb19418b0a
spec:
replicas: 4
selector:
matchLabels:
app: dynamic-stable-scale
strategy:
canary:
canaryService: dynamic-stable-scale-canary
dynamicStableScale: true
stableService: dynamic-stable-scale-stable
steps:
- setWeight: 25
- pause: {}
- setWeight: 75
- pause: {}
trafficRouting:
alb:
ingress: dynamic-stable-scale-ingress
rootService: dynamic-stable-scale-root
servicePort: 80
template:
metadata:
annotations:
update: "2023-09-28T19:19:08.032217695Z"
creationTimestamp: null
labels:
app: dynamic-stable-scale
spec:
containers:
- image: nginx:1.19-alpine
name: dynamic-stable-scale
ports:
- containerPort: 80
name: http
protocol: TCP
resources:
requests:
cpu: 5m
memory: 16Mi
readinessGates:
- conditionType: argoproj.io/e2e-readiness
status:
HPAReplicas: 5
abort: true
abortedAt: "2023-09-28T19:19:16Z"
availableReplicas: 5
blueGreen: {}
canary:
weights:
canary:
podTemplateHash: 56fdf59c98
serviceName: dynamic-stable-scale-canary
weight: 0
stable:
podTemplateHash: 868d98995b
serviceName: dynamic-stable-scale-stable
weight: 100
conditions:
- lastTransitionTime: "2023-09-28T19:19:08Z"
lastUpdateTime: "2023-09-28T19:19:08Z"
message: Rollout has minimum availability
reason: AvailableReason
status: "True"
type: Available
- lastTransitionTime: "2023-09-28T19:19:08Z"
lastUpdateTime: "2023-09-28T19:19:08Z"
message: Rollout is not healthy
reason: RolloutHealthy
status: "False"
type: Healthy
- lastTransitionTime: "2023-09-28T19:19:08Z"
lastUpdateTime: "2023-09-28T19:19:08Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "False"
type: Completed
- lastTransitionTime: "2023-09-28T19:19:14Z"
lastUpdateTime: "2023-09-28T19:19:14Z"
message: Rollout is paused
reason: RolloutPaused
status: "True"
type: Paused
- lastTransitionTime: "2023-09-28T19:19:16Z"
lastUpdateTime: "2023-09-28T19:19:16Z"
message: Rollout aborted update to revision 2
reason: RolloutAborted
status: "False"
type: Progressing
currentPodHash: 56fdf59c98
currentStepHash: 7c5b668566
currentStepIndex: 0
message: 'RolloutAborted: Rollout aborted update to revision 2'
observedGeneration: "2"
phase: Degraded
readyReplicas: 5
replicas: 5
selector: app=dynamic-stable-scale
stableRS: 868d98995b
updatedReplicas: 1
2023-09-28T19:19:04Z Normal RolloutAddedToInformer Rollout resource added to informer: default/dynamic-stable-scale
2023-09-28T19:19:04Z Normal RolloutNotCompleted Rollout not completed, started update to revision 1 (868d98995b)
2023-09-28T19:19:04Z Normal RolloutUpdated Rollout updated to revision 1
2023-09-28T19:19:04Z Normal NewReplicaSetCreated Created ReplicaSet dynamic-stable-scale-868d98995b (revision 1)
2023-09-28T19:19:04Z Normal PatchingALBIngress Updating Ingress `dynamic-stable-scale-ingress` to desiredWeight '0'
2023-09-28T19:19:04Z (x2) Normal TrafficWeightUpdated Traffic weight updated to 0
2023-09-28T19:19:04Z Normal ScalingReplicaSet Scaled up ReplicaSet dynamic-stable-scale-868d98995b (revision 1) from 0 to 4
2023-09-28T19:19:04Z Normal RolloutCompleted Rollout completed update to revision 1 (868d98995b): Initial deploy
2023-09-28T19:19:07Z Normal SwitchService Switched selector for service 'dynamic-stable-scale-stable' from '' to '868d98995b'
2023-09-28T19:19:08Z Normal SwitchService Switched selector for service 'dynamic-stable-scale-canary' from '' to '868d98995b'
2023-09-28T19:19:08Z Normal RolloutNotCompleted Rollout not completed, started update to revision 2 (56fdf59c98)
2023-09-28T19:19:08Z Normal RolloutUpdated Rollout updated to revision 2
2023-09-28T19:19:08Z Normal NewReplicaSetCreated Created ReplicaSet dynamic-stable-scale-56fdf59c98 (revision 2)
2023-09-28T19:19:08Z (x3) Normal TrafficWeightUpdated Traffic weight updated
2023-09-28T19:19:08Z Normal ScalingReplicaSet Scaled up ReplicaSet dynamic-stable-scale-56fdf59c98 (revision 2) from 0 to 1
2023-09-28T19:19:09Z Normal SwitchService Switched selector for service 'dynamic-stable-scale-canary' from '868d98995b' to '56fdf59c98'
2023-09-28T19:19:09Z Normal PatchingALBIngress Updating Ingress `dynamic-stable-scale-ingress` to desiredWeight '25'
2023-09-28T19:19:09Z Normal TrafficWeightUpdated Traffic weight updated from 0 to 25
2023-09-28T19:19:09Z Normal RolloutStepCompleted Rollout step 1/4 completed (setWeight: 25)
2023-09-28T19:19:09Z Normal ScalingReplicaSet Scaled down ReplicaSet dynamic-stable-scale-868d98995b (revision 1) from 4 to 3
2023-09-28T19:19:09Z Normal RolloutPaused Rollout is paused (CanaryPauseStep)
2023-09-28T19:19:11Z Normal RolloutStepCompleted Rollout step 2/4 completed (pause)
time="2023-09-28T19:19:21Z" level=info msg="Deleting e2e-test-name=TestCanaryDynamicStableScale"
W0928 19:19:21.925767 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:19:21.934054 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
--- FAIL: TestCanarySuite/TestCanaryDynamicStableScale (19.56s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
2 out of 6 runs failed: TestCanarySuite (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.23)/junit.xml [took 4m 12s]
artifacts/E2E Test Results (k8s 1.25)/junit.xml [took 4m 7s]
Raw output
Failed
=== RUN TestCanarySuite
time="2023-09-28T19:19:02Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
--- FAIL: TestCanarySuite (252.59s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
2 out of 6 runs failed: TestExperimentSuite/TestExperimentWithDryRunMetrics (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.23)/junit.xml [took 35s]
Raw output
Failed
=== RUN TestExperimentSuite/TestExperimentWithDryRunMetrics
time="2023-09-28T19:23:33Z" level=info msg="Deleting e2e-test-name=TestExperimentWithDryRunMetrics"
W0928 19:23:33.778876 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:23:33.785527 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-09-28T19:23:34Z" level=info msg="analysistemplate.argoproj.io/dry-run-job created\n"
time="2023-09-28T19:23:34Z" level=info msg="experiment.argoproj.io/experiment-with-dry-run created\n"
time="2023-09-28T19:23:34Z" level=info msg="Waiting for Experiment experiment-with-dry-run condition: phase=Successful"
time="2023-09-28T19:24:11Z" level=info msg="Condition 'phase=Successful' met after 36s"
time="2023-09-28T19:24:11Z" level=info msg="Sleeping 3s"
time="2023-09-28T19:24:14Z" level=info msg="Expected Dry-Run Summary: Count=1, Successful=0, Failed=1, Error=0, Inconclusive=0"
time="2023-09-28T19:24:14Z" level=info msg="Analysis Dry-Run Summary: Count=1, Successful=1, Failed=0, Error=0, Inconclusive=0"
time="2023-09-28T19:24:14Z" level=error msg="Dry-Run Summary of AnalysisRun: 'experiment-with-dry-run-dry-run-job' doesn't match the expectations"
Name: experiment-with-dry-run
Namespace: default
Status: �[32m✔�[0m Successful
Images: nginx:1.19-alpine (�[0mΣ:baseline�[0m)
NAME KIND STATUS AGE INFO
Σ �[0mexperiment-with-dry-run�[0m Experiment �[32m✔�[0m Successful 40s
├──⧉ experiment-with-dry-run-baseline ReplicaSet �[32m✔�[0m Healthy 40s delay:26s
│ └──□ experiment-with-dry-run-baseline-znt5z Pod �[32m✔�[0m Running 40s ready:1/1
└──α �[0mexperiment-with-dry-run-dry-run-job�[0m AnalysisRun �[32m✔�[0m Successful 33s �[32m✔�[0m 1
└──⊞ �[0m23c8808f-ada6-4a9c-b00e-47211653af8f.test-1.1�[0m Job �[32m✔�[0m Successful 33s
---
apiVersion: argoproj.io/v1alpha1
kind: Experiment
metadata:
creationTimestamp: "2023-09-28T19:23:34Z"
generation: 9
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestExperimentWithDryRunMetrics
name: experiment-with-dry-run
namespace: default
resourceVersion: "9535"
uid: 5e1b3aee-ce74-480e-9d77-ce4ac07f4422
spec:
analyses:
- name: dry-run-job
templateName: dry-run-job
dryRun:
- metricName: test.*
duration: 30s
progressDeadlineSeconds: 30
templates:
- name: baseline
replicas: 1
selector:
matchLabels:
app: experiment-with-dry-run
service: {}
template:
metadata:
creationTimestamp: null
labels:
app: experiment-with-dry-run
spec:
containers:
- image: nginx:1.19-alpine
name: experiment-with-dry-run
resources:
requests:
cpu: 1m
memory: 16Mi
status:
analysisRuns:
- analysisRun: experiment-with-dry-run-dry-run-job
name: dry-run-job
phase: Running
availableAt: "2023-09-28T19:23:41Z"
conditions:
- lastTransitionTime: "2023-09-28T19:24:11Z"
lastUpdateTime: "2023-09-28T19:24:11Z"
message: Experiment "experiment-with-dry-run" has successfully ran and completed.
reason: ExperimentCompleted
status: "False"
type: Progressing
phase: Successful
templateStatuses:
- availableReplicas: 1
lastTransitionTime: "2023-09-28T19:24:11Z"
name: baseline
readyReplicas: 1
replicas: 1
status: Successful
updatedReplicas: 1
2023-09-28T19:23:34Z Normal TemplateProgressing Template 'baseline' transitioned from -> Progressing
2023-09-28T19:23:34Z Normal ExperimentPending Experiment transitioned from -> Pending
2023-09-28T19:23:34Z Normal ScalingReplicaSet Scaled up ReplicaSet experiment-with-dry-run-baseline from 0 to 1
2023-09-28T19:23:41Z Normal TemplateRunning Template 'baseline' transitioned from Progressing -> Running
2023-09-28T19:23:41Z Normal ExperimentRunning Experiment transitioned from Pending -> Running
2023-09-28T19:23:41Z Normal AnalysisRunPending AnalysisRun 'dry-run-job' transitioned from -> Pending
2023-09-28T19:23:41Z Normal AnalysisRunRunning AnalysisRun 'dry-run-job' transitioned from -> Running
2023-09-28T19:24:11Z Normal TemplateSuccessful Template 'baseline' transitioned from Running -> Successful
2023-09-28T19:24:11Z Normal ExperimentSuccessful Experiment transitioned from Running -> Successful
2023-09-28T19:24:11Z Normal AnalysisRunTerminating Terminating dry-run-job (experiment-with-dry-run-dry-run-job)
time="2023-09-28T19:24:14Z" level=info msg="Deleting e2e-test-name=TestExperimentWithDryRunMetrics"
W0928 19:24:14.318471 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:24:14.323351 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
--- FAIL: TestExperimentSuite/TestExperimentWithDryRunMetrics (40.70s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
2 out of 6 runs failed: TestExperimentSuite (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.23)/junit.xml [took 35s]
Raw output
Failed
=== RUN TestExperimentSuite
--- FAIL: TestExperimentSuite (125.06s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
3 out of 7 runs failed: TestFunctionalSuite/TestCompleteRolloutRestart (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.23)/junit.xml [took 1m 16s]
Raw output
Failed
=== RUN TestFunctionalSuite/TestCompleteRolloutRestart
time="2023-09-28T19:28:27Z" level=info msg="Deleting e2e-test-name=TestCompleteRolloutRestart"
W0928 19:28:27.317604 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:28:27.322249 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-09-28T19:28:27Z" level=info msg="rollout.argoproj.io/rollout-restart created\n" rollout=rollout-restart
time="2023-09-28T19:28:27Z" level=info msg="Waiting for condition: status=Healthy" rollout=rollout-restart
time="2023-09-28T19:28:35Z" level=info msg="Condition 'status=Healthy' met after 8s" rollout=rollout-restart
time="2023-09-28T19:28:36Z" level=info msg="expected status Healthy" rollout=rollout-restart
time="2023-09-28T19:28:36Z" level=info msg="Sleeping 16s" rollout=rollout-restart
time="2023-09-28T19:28:52Z" level=info msg="Restarted rollout" rollout=rollout-restart
when.go:356: unexpected status Degraded
Name: rollout-restart
Namespace: default
Status: �[31m✖�[0m Degraded
Message: ProgressDeadlineExceeded: ReplicaSet "rollout-restart-56587cffbb" has timed out progressing.
Strategy: Canary
Step: 1/1
SetWeight: 0
ActualWeight: 100
Images: nginx:1.19-alpine (�[32mstable�[0m)
Replicas:
Desired: 2
Current: 2
Updated: 2
Ready: 1
Available: 1
NAME KIND STATUS AGE INFO
⟳ rollout-restart Rollout �[31m✖�[0m Degraded 41s
└──# revision:1
└──⧉ �[32mrollout-restart-56587cffbb�[0m ReplicaSet �[94m◌�[0m Progressing 41s �[32mstable�[0m
├──□ rollout-restart-56587cffbb-jj4mz Pod �[32m✔�[0m Running 41s ready:1/1
└──□ rollout-restart-56587cffbb-ng94p Pod �[31m⚠�[0m ErrImagePull 16s ready:0/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "1"
creationTimestamp: "2023-09-28T19:28:27Z"
generation: 3
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestCompleteRolloutRestart
name: rollout-restart
namespace: default
resourceVersion: "11513"
uid: 98043881-39c8-4bd5-83a1-e38584794ec2
spec:
progressDeadlineAbort: true
progressDeadlineSeconds: 15
replicas: 2
restartAt: "2023-09-28T19:28:52Z"
selector:
matchLabels:
app: ollout-restart
strategy:
canary:
steps:
- setWeight: 20
template:
metadata:
creationTimestamp: null
labels:
app: ollout-restart
spec:
containers:
- image: nginx:1.19-alpine
imagePullPolicy: Always
name: ollout-restart
resources: {}
status:
HPAReplicas: 2
abort: true
abortedAt: "2023-09-28T19:29:08Z"
availableReplicas: 1
blueGreen: {}
canary: {}
conditions:
- lastTransitionTime: "2023-09-28T19:28:27Z"
lastUpdateTime: "2023-09-28T19:28:27Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "True"
type: Completed
- lastTransitionTime: "2023-09-28T19:28:52Z"
lastUpdateTime: "2023-09-28T19:28:52Z"
message: Rollout is not healthy
reason: RolloutHealthy
status: "False"
type: Healthy
- lastTransitionTime: "2023-09-28T19:28:52Z"
lastUpdateTime: "2023-09-28T19:28:52Z"
message: Rollout does not have minimum availability
reason: AvailableReason
status: "False"
type: Available
- lastTransitionTime: "2023-09-28T19:29:08Z"
lastUpdateTime: "2023-09-28T19:29:08Z"
message: ReplicaSet "rollout-restart-56587cffbb" has timed out progressing.
reason: ProgressDeadlineExceeded
status: "False"
type: Progressing
currentPodHash: 56587cffbb
currentStepHash: 656598f7c
currentStepIndex: 1
message: 'ProgressDeadlineExceeded: ReplicaSet "rollout-restart-56587cffbb" has
timed out progressing.'
observedGeneration: "3"
phase: Degraded
readyReplicas: 1
replicas: 2
selector: app=ollout-restart
stableRS: 56587cffbb
updatedReplicas: 2
2023-09-28T19:28:27Z Normal RolloutAddedToInformer Rollout resource added to informer: default/rollout-restart
2023-09-28T19:28:27Z Normal RolloutNotCompleted Rollout not completed, started update to revision 1 (56587cffbb)
2023-09-28T19:28:27Z Normal RolloutUpdated Rollout updated to revision 1
2023-09-28T19:28:27Z Normal NewReplicaSetCreated Created ReplicaSet rollout-restart-56587cffbb (revision 1)
2023-09-28T19:28:27Z Normal ScalingReplicaSet Scaled up ReplicaSet rollout-restart-56587cffbb (revision 1) from 0 to 2
2023-09-28T19:28:27Z Normal RolloutCompleted Rollout completed update to revision 1 (56587cffbb): Initial deploy
2023-09-28T19:29:08Z (x2) Warning RolloutAborted ReplicaSet "rollout-restart-56587cffbb" has timed out progressing.
time="2023-09-28T19:29:08Z" level=info msg="Deleting e2e-test-name=TestCompleteRolloutRestart"
W0928 19:29:08.384776 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:29:08.399654 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
--- FAIL: TestFunctionalSuite/TestCompleteRolloutRestart (41.22s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
1 out of 5 runs failed: TestFunctionalSuite/TestKubectlWaitForCompleted (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.24)/junit.xml [took 42s]
Raw output
Failed
=== RUN TestFunctionalSuite/TestKubectlWaitForCompleted
time="2023-09-28T19:28:53Z" level=info msg="Deleting e2e-test-name=TestKubectlWaitForCompleted"
W0928 19:28:53.682911 19405 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:28:53.687401 19405 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-09-28T19:28:54Z" level=info msg="service/kubectl-wait-healthy created\n" rollout=kubectl-wait-healthy
time="2023-09-28T19:28:54Z" level=info msg="rollout.argoproj.io/kubectl-wait-healthy created\n" rollout=kubectl-wait-healthy
time="2023-09-28T19:28:54Z" level=info msg="Waiting for condition: status=Healthy" rollout=kubectl-wait-healthy
time="2023-09-28T19:29:05Z" level=info msg="Condition 'status=Healthy' met after 10s" rollout=kubectl-wait-healthy
time="2023-09-28T19:29:05Z" level=info msg="Updated rollout pod spec: 2023-09-28T19:29:05.077658501Z" rollout=kubectl-wait-healthy
time="2023-09-28T19:29:05Z" level=info msg="Rollout expectation 'Healthy=False' met" rollout=kubectl-wait-healthy
time="2023-09-28T19:29:05Z" level=info msg="Rollout expectation status=Progressing met" rollout=kubectl-wait-healthy
time="2023-09-28T19:29:05Z" level=info msg="Expectation: active revision == '1' met" rollout=kubectl-wait-healthy
time="2023-09-28T19:29:35Z" level=error msg="Rollout expectation 'Healthy=True' failed" rollout=kubectl-wait-healthy
Name: kubectl-wait-healthy
Namespace: default
Status: �[94m◌�[0m Progressing
Message: active service cutover pending
Strategy: BlueGreen
Images: nginx:1.19-alpine (�[32mactive�[0m, �[32mstable�[0m)
Replicas:
Desired: 1
Current: 2
Updated: 1
Ready: 1
Available: 1
NAME KIND STATUS AGE INFO
⟳ kubectl-wait-healthy Rollout �[94m◌�[0m Progressing 41s
├──# revision:2
│ └──⧉ kubectl-wait-healthy-6dd9b5cf76 ReplicaSet �[94m◌�[0m Progressing 30s
│ └──□ kubectl-wait-healthy-6dd9b5cf76-k92kj Pod �[31m⚠�[0m ErrImagePull 30s ready:0/1
└──# revision:1
└──⧉ �[32m�[32mkubectl-wait-healthy-7d7684ff5b�[0m�[0m ReplicaSet �[32m✔�[0m Healthy 41s �[32mstable�[0m,�[32mactive�[0m
└──□ kubectl-wait-healthy-7d7684ff5b-c97m4 Pod �[32m✔�[0m Running 41s ready:1/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "2"
creationTimestamp: "2023-09-28T19:28:54Z"
generation: 3
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestKubectlWaitForCompleted
name: kubectl-wait-healthy
namespace: default
resourceVersion: "11530"
uid: 653bb897-8532-4bac-ba91-ea9740fd500d
spec:
replicas: 1
selector:
matchLabels:
app: kubectl-wait-healthy
strategy:
blueGreen:
activeService: kubectl-wait-healthy
autoPromotionEnabled: true
template:
metadata:
annotations:
update: "2023-09-28T19:29:05.077658501Z"
creationTimestamp: null
labels:
app: kubectl-wait-healthy
spec:
containers:
- image: nginx:1.19-alpine
imagePullPolicy: Always
name: kubectl-wait-healthy
ports:
- containerPort: 80
protocol: TCP
readinessProbe:
httpGet:
path: /
port: 80
initialDelaySeconds: 5
periodSeconds: 10
resources: {}
status:
HPAReplicas: 1
availableReplicas: 1
blueGreen:
activeSelector: 7d7684ff5b
canary: {}
conditions:
- lastTransitionTime: "2023-09-28T19:29:05Z"
lastUpdateTime: "2023-09-28T19:29:05Z"
message: Rollout has minimum availability
reason: AvailableReason
status: "True"
type: Available
- lastTransitionTime: "2023-09-28T19:29:05Z"
lastUpdateTime: "2023-09-28T19:29:05Z"
message: Rollout is not healthy
reason: RolloutHealthy
status: "False"
type: Healthy
- lastTransitionTime: "2023-09-28T19:29:05Z"
lastUpdateTime: "2023-09-28T19:29:05Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "False"
type: Completed
- lastTransitionTime: "2023-09-28T19:28:54Z"
lastUpdateTime: "2023-09-28T19:29:05Z"
message: ReplicaSet "kubectl-wait-healthy-6dd9b5cf76" is progressing.
reason: ReplicaSetUpdated
status: "True"
type: Progressing
currentPodHash: 6dd9b5cf76
message: active service cutover pending
observedGeneration: "3"
phase: Progressing
readyReplicas: 1
replicas: 2
selector: app=kubectl-wait-healthy,rollouts-pod-template-hash=7d7684ff5b
stableRS: 7d7684ff5b
updatedReplicas: 1
2023-09-28T19:28:54Z Normal RolloutAddedToInformer Rollout resource added to informer: default/kubectl-wait-healthy
2023-09-28T19:28:54Z Normal RolloutUpdated Rollout updated to revision 1
2023-09-28T19:28:54Z Normal NewReplicaSetCreated Created ReplicaSet kubectl-wait-healthy-7d7684ff5b (revision 1)
2023-09-28T19:28:54Z Normal ScalingReplicaSet Scaled up ReplicaSet kubectl-wait-healthy-7d7684ff5b (revision 1) from 0 to 1
2023-09-28T19:28:54Z Normal RolloutCompleted Rollout completed update to revision 1 (7d7684ff5b): Initial deploy
2023-09-28T19:29:05Z Normal SwitchService Switched selector for service 'kubectl-wait-healthy' from '' to '7d7684ff5b'
2023-09-28T19:29:05Z Normal RolloutUpdated Rollout updated to revision 2
2023-09-28T19:29:05Z Normal NewReplicaSetCreated Created ReplicaSet kubectl-wait-healthy-6dd9b5cf76 (revision 2)
2023-09-28T19:29:05Z Normal RolloutNotCompleted Rollout not completed, started update to revision 3 (6dd9b5cf76)
2023-09-28T19:29:05Z Normal ScalingReplicaSet Scaled up ReplicaSet kubectl-wait-healthy-6dd9b5cf76 (revision 2) from 0 to 1
time="2023-09-28T19:29:35Z" level=info msg="Deleting e2e-test-name=TestKubectlWaitForCompleted"
W0928 19:29:36.114046 19405 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:29:36.119323 19405 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
--- FAIL: TestFunctionalSuite/TestKubectlWaitForCompleted (42.56s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
1 out of 5 runs failed: TestFunctionalSuite/TestMalformedRollout (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.23)/junit.xml [took 2m 0s]
Raw output
Failed
=== RUN TestFunctionalSuite/TestMalformedRollout
time="2023-09-28T19:31:28Z" level=info msg="Deleting e2e-test-name=TestMalformedRollout"
W0928 19:31:28.135960 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:31:28.140829 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
time="2023-09-28T19:31:28Z" level=info msg="rollout.argoproj.io/malformed-rollout created\n" rollout=malformed-rollout
time="2023-09-28T19:31:28Z" level=info msg="Waiting for condition: status=Healthy" rollout=malformed-rollout
W0928 19:31:28.597732 19443 reflector.go:347] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: watch of *v1alpha1.Rollout ended with: an error on the server ("unable to decode an event from the watch stream: unable to decode watch event: quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$'") has prevented the request from succeeding
W0928 19:31:28.597778 19443 reflector.go:347] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: watch of *v1alpha1.Rollout ended with: an error on the server ("unable to decode an event from the watch stream: unable to decode watch event: quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$'") has prevented the request from succeeding
W0928 19:31:28.597790 19443 reflector.go:347] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: watch of *v1alpha1.Rollout ended with: an error on the server ("unable to decode an event from the watch stream: unable to decode watch event: quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$'") has prevented the request from succeeding
when.go:443: timeout after 2m0s waiting for condition status=Healthy
Name: malformed-rollout
Namespace: default
Status: �[94m◌�[0m Progressing
Message: updated replicas are still becoming available
Strategy: Canary
Step:
SetWeight: 100
ActualWeight: 100
Images: argoproj/rollouts-demo:blue (�[32mstable�[0m)
Replicas:
Desired: 1
Current: 1
Updated: 1
Ready: 0
Available: 0
NAME KIND STATUS AGE INFO
⟳ malformed-rollout Rollout �[94m◌�[0m Progressing 2m
└──# revision:1
└──⧉ �[32mmalformed-rollout-b9b4dfd59�[0m ReplicaSet �[94m◌�[0m Progressing 2m �[32mstable�[0m
└──□ malformed-rollout-b9b4dfd59-zrjdx Pod �[31m⚠�[0m ErrImagePull 2m ready:0/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "1"
creationTimestamp: "2023-09-28T19:31:28Z"
generation: 2
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestMalformedRollout
name: malformed-rollout
namespace: default
resourceVersion: "11900"
uid: bebb882e-d2b4-42d0-aaec-853f9bfb1808
spec:
replicas: 1
selector:
matchLabels:
app: malformed-rollout
strategy:
canary: {}
template:
metadata:
creationTimestamp: null
labels:
app: malformed-rollout
spec:
containers:
- image: argoproj/rollouts-demo:blue
name: malformed-rollout
resources: {}
status:
HPAReplicas: 1
blueGreen: {}
canary: {}
conditions:
- lastTransitionTime: "2023-09-28T19:31:28Z"
lastUpdateTime: "2023-09-28T19:31:28Z"
message: Rollout does not have minimum availability
reason: AvailableReason
status: "False"
type: Available
- lastTransitionTime: "2023-09-28T19:31:28Z"
lastUpdateTime: "2023-09-28T19:31:28Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "True"
type: Completed
- lastTransitionTime: "2023-09-28T19:31:28Z"
lastUpdateTime: "2023-09-28T19:31:28Z"
message: ReplicaSet "malformed-rollout-b9b4dfd59" is progressing.
reason: ReplicaSetUpdated
status: "True"
type: Progressing
currentPodHash: b9b4dfd59
currentStepHash: 5ffbfbbd64
message: updated replicas are still becoming available
observedGeneration: "2"
phase: Progressing
replicas: 1
selector: app=malformed-rollout
stableRS: b9b4dfd59
updatedReplicas: 1
2023-09-28T19:31:28Z Normal RolloutNotCompleted Rollout not completed, started update to revision 1 (b9b4dfd59)
2023-09-28T19:31:28Z Normal RolloutUpdated Rollout updated to revision 1
2023-09-28T19:31:28Z Normal NewReplicaSetCreated Created ReplicaSet malformed-rollout-b9b4dfd59 (revision 1)
2023-09-28T19:31:28Z Normal ScalingReplicaSet Scaled up ReplicaSet malformed-rollout-b9b4dfd59 (revision 1) from 0 to 1
2023-09-28T19:31:28Z Normal RolloutCompleted Rollout completed update to revision 1 (b9b4dfd59): Initial deploy
time="2023-09-28T19:33:28Z" level=info msg="Deleting e2e-test-name=TestMalformedRollout"
W0928 19:33:28.908217 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:33:28.917223 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
--- FAIL: TestFunctionalSuite/TestMalformedRollout (120.91s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
1 out of 5 runs failed: TestFunctionalSuite/TestMalformedRolloutEphemeralCtr (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.23)/junit.xml [took 2m 0s]
Raw output
Failed
=== RUN TestFunctionalSuite/TestMalformedRolloutEphemeralCtr
time="2023-09-28T19:33:28Z" level=info msg="Deleting e2e-test-name=TestMalformedRolloutEphemeralCtr"
W0928 19:33:29.036831 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:33:29.041103 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:33:29.411995 19443 reflector.go:347] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: watch of *v1alpha1.Rollout ended with: an error on the server ("unable to decode an event from the watch stream: unable to decode watch event: quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$'") has prevented the request from succeeding
W0928 19:33:29.414385 19443 reflector.go:347] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: watch of *v1alpha1.Rollout ended with: an error on the server ("unable to decode an event from the watch stream: unable to decode watch event: quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$'") has prevented the request from succeeding
time="2023-09-28T19:33:29Z" level=info msg="rollout.argoproj.io/malformed-rollout-ephemeral created\n" rollout=malformed-rollout-ephemeral
time="2023-09-28T19:33:29Z" level=info msg="Waiting for condition: status=Healthy" rollout=malformed-rollout-ephemeral
W0928 19:33:29.415505 19443 reflector.go:347] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: watch of *v1alpha1.Rollout ended with: an error on the server ("unable to decode an event from the watch stream: unable to decode watch event: quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$'") has prevented the request from succeeding
W0928 19:33:29.416238 19443 reflector.go:347] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: watch of *v1alpha1.Rollout ended with: an error on the server ("unable to decode an event from the watch stream: unable to decode watch event: quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$'") has prevented the request from succeeding
when.go:443: timeout after 2m0s waiting for condition status=Healthy
Name: malformed-rollout-ephemeral
Namespace: default
Status: �[94m◌�[0m Progressing
Message: updated replicas are still becoming available
Strategy: Canary
Step:
SetWeight: 100
ActualWeight: 100
Images: argoproj/rollouts-demo:blue (�[32mstable�[0m)
Replicas:
Desired: 1
Current: 1
Updated: 1
Ready: 0
Available: 0
NAME KIND STATUS AGE INFO
⟳ malformed-rollout-ephemeral Rollout �[94m◌�[0m Progressing 2m
└──# revision:1
└──⧉ �[32mmalformed-rollout-ephemeral-854dd6cdf5�[0m ReplicaSet �[94m◌�[0m Progressing 2m �[32mstable�[0m
└──□ malformed-rollout-ephemeral-854dd6cdf5-mf6lx Pod �[31m⚠�[0m ImagePullBackOff 2m ready:0/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "1"
creationTimestamp: "2023-09-28T19:33:29Z"
generation: 2
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestMalformedRolloutEphemeralCtr
name: malformed-rollout-ephemeral
namespace: default
resourceVersion: "12036"
uid: 51261bdb-246a-4d24-a6d5-de3017e2d08d
spec:
replicas: 1
selector:
matchLabels:
app: malformed-rollout-ephemeral
strategy:
canary: {}
template:
metadata:
creationTimestamp: null
labels:
app: malformed-rollout-ephemeral
spec:
containers:
- image: argoproj/rollouts-demo:blue
name: malformed-rollout-ephemeral
resources: {}
status:
HPAReplicas: 1
blueGreen: {}
canary: {}
conditions:
- lastTransitionTime: "2023-09-28T19:33:29Z"
lastUpdateTime: "2023-09-28T19:33:29Z"
message: Rollout does not have minimum availability
reason: AvailableReason
status: "False"
type: Available
- lastTransitionTime: "2023-09-28T19:33:29Z"
lastUpdateTime: "2023-09-28T19:33:29Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "True"
type: Completed
- lastTransitionTime: "2023-09-28T19:33:29Z"
lastUpdateTime: "2023-09-28T19:33:29Z"
message: ReplicaSet "malformed-rollout-ephemeral-854dd6cdf5" is progressing.
reason: ReplicaSetUpdated
status: "True"
type: Progressing
currentPodHash: 854dd6cdf5
currentStepHash: 5ffbfbbd64
message: updated replicas are still becoming available
observedGeneration: "2"
phase: Progressing
replicas: 1
selector: app=malformed-rollout-ephemeral
stableRS: 854dd6cdf5
updatedReplicas: 1
2023-09-28T19:33:29Z Normal RolloutNotCompleted Rollout not completed, started update to revision 1 (854dd6cdf5)
2023-09-28T19:33:29Z Normal RolloutUpdated Rollout updated to revision 1
2023-09-28T19:33:29Z Normal NewReplicaSetCreated Created ReplicaSet malformed-rollout-ephemeral-854dd6cdf5 (revision 1)
2023-09-28T19:33:29Z Normal ScalingReplicaSet Scaled up ReplicaSet malformed-rollout-ephemeral-854dd6cdf5 (revision 1) from 0 to 1
2023-09-28T19:33:29Z Normal RolloutCompleted Rollout completed update to revision 1 (854dd6cdf5): Initial deploy
time="2023-09-28T19:35:29Z" level=info msg="Deleting e2e-test-name=TestMalformedRolloutEphemeralCtr"
W0928 19:35:29.728206 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0928 19:35:29.736846 19443 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
--- FAIL: TestFunctionalSuite/TestMalformedRolloutEphemeralCtr (120.81s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
2 out of 6 runs failed: TestFunctionalSuite/TestWorkloadRef (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.25)/junit.xml [took 2m 1s]
Raw output
Failed
=== RUN TestFunctionalSuite/TestWorkloadRef
time="2023-09-28T19:31:34Z" level=info msg="Deleting e2e-test-name=TestWorkloadRef"
time="2023-09-28T19:31:34Z" level=info msg="service/rollout-bluegreen-active created\n" rollout=rollout-ref-deployment
time="2023-09-28T19:31:34Z" level=info msg="rollout.argoproj.io/rollout-ref-deployment created\n" rollout=rollout-ref-deployment
time="2023-09-28T19:31:34Z" level=info msg="Waiting for condition: status=Degraded" rollout=rollout-ref-deployment
time="2023-09-28T19:31:35Z" level=info msg="Condition 'status=Degraded' met after 0s" rollout=rollout-ref-deployment
time="2023-09-28T19:31:35Z" level=info msg="Expectation rollout-bluegreen-active selector: map[app:rollout-ref-deployment] met" rollout=rollout-ref-deployment
time="2023-09-28T19:31:35Z" level=info msg="deployment.apps/rollout-ref-deployment created\n" rollout=rollout-ref-deployment
time="2023-09-28T19:31:35Z" level=info msg="Waiting for condition: status=Healthy" rollout=rollout-ref-deployment
when.go:443: timeout after 2m0s waiting for condition status=Healthy
Name: rollout-ref-deployment
Namespace: default
Status: �[31m✖�[0m Degraded
Message: ProgressDeadlineExceeded: ReplicaSet "rollout-ref-deployment-6d6d5f59f9" has timed out progressing.
Strategy: BlueGreen
Images: argoproj/rollouts-demo:green (�[32mstable�[0m)
Replicas:
Desired: 1
Current: 1
Updated: 1
Ready: 0
Available: 0
NAME KIND STATUS AGE INFO
⟳ rollout-ref-deployment Rollout �[31m✖�[0m Degraded 2m1s
└──# revision:1
└──⧉ �[32mrollout-ref-deployment-6d6d5f59f9�[0m ReplicaSet �[94m◌�[0m Progressing 2m �[32mstable�[0m
└──□ rollout-ref-deployment-6d6d5f59f9-vrhnq Pod �[31m⚠�[0m ErrImagePull 119s ready:0/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "1"
rollout.argoproj.io/workload-generation: "1"
creationTimestamp: "2023-09-28T19:31:34Z"
generation: 1
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestWorkloadRef
name: rollout-ref-deployment
namespace: default
resourceVersion: "13446"
uid: 49a01abb-644f-433f-a502-81de7efbf8ed
spec:
progressDeadlineSeconds: 5
replicas: 1
revisionHistoryLimit: 2
selector: null
strategy:
blueGreen:
activeService: rollout-bluegreen-active
template:
metadata:
creationTimestamp: null
spec:
containers: null
workloadRef:
apiVersion: apps/v1
kind: Deployment
name: rollout-ref-deployment
status:
HPAReplicas: 1
blueGreen: {}
canary: {}
conditions:
- lastTransitionTime: "2023-09-28T19:31:36Z"
lastUpdateTime: "2023-09-28T19:31:36Z"
message: Rollout does not have minimum availability
reason: AvailableReason
status: "False"
type: Available
- lastTransitionTime: "2023-09-28T19:31:36Z"
lastUpdateTime: "2023-09-28T19:31:36Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "True"
type: Completed
- lastTransitionTime: "2023-09-28T19:31:42Z"
lastUpdateTime: "2023-09-28T19:31:42Z"
message: ReplicaSet "rollout-ref-deployment-6d6d5f59f9" has timed out progressing.
reason: ProgressDeadlineExceeded
status: "False"
type: Progressing
currentPodHash: 6d6d5f59f9
message: 'ProgressDeadlineExceeded: ReplicaSet "rollout-ref-deployment-6d6d5f59f9"
has timed out progressing.'
observedGeneration: "1"
phase: Degraded
replicas: 1
selector: app=rollout-ref-deployment
stableRS: 6d6d5f59f9
updatedReplicas: 1
workloadObservedGeneration: "1"
2023-09-28T19:31:34Z Normal RolloutAddedToInformer Rollout resource added to informer: default/rollout-ref-deployment
2023-09-28T19:31:35Z Normal RolloutUpdated Rollout updated to revision 1
2023-09-28T19:31:35Z Normal NewReplicaSetCreated Created ReplicaSet rollout-ref-deployment-6d6d5f59f9 (revision 1)
2023-09-28T19:31:36Z Normal ScalingReplicaSet Scaled up ReplicaSet rollout-ref-deployment-6d6d5f59f9 (revision 1) from 0 to 1
2023-09-28T19:31:36Z Normal RolloutCompleted Rollout completed update to revision 1 (6d6d5f59f9): Initial deploy
time="2023-09-28T19:33:35Z" level=info msg="Deleting e2e-test-name=TestWorkloadRef"
--- FAIL: TestFunctionalSuite/TestWorkloadRef (121.45s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / E2E Tests Published Test Results
6 out of 12 runs failed: TestFunctionalSuite (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.23)/junit.xml [took 1m 16s]
artifacts/E2E Test Results (k8s 1.24)/junit.xml [took 8m 40s]
artifacts/E2E Test Results (k8s 1.25)/junit.xml [took 2m 1s]
Raw output
Failed
=== RUN TestFunctionalSuite
time="2023-09-28T19:25:47Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
--- FAIL: TestFunctionalSuite (903.93s)
Check notice on line 0 in .github
github-actions / E2E Tests Published Test Results
6 skipped tests found
There are 6 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBBlueGreenUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBCanaryUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBCanaryUpdateMultiIngress
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAppMeshSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestSMIIngressSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestSMISuite
Check notice on line 0 in .github
github-actions / E2E Tests Published Test Results
102 tests found
There are 102 tests, see "Raw output" for the full list of tests.
Raw output
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAPISIXSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAPISIXSuite/TestAPISIXCanarySetHeaderStep
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAPISIXSuite/TestAPISIXCanaryStep
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBBlueGreenUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBCanaryUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBCanaryUpdateMultiIngress
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBExperimentStep
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBExperimentStepMultiIngress
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBExperimentStepNoSetWeight
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBExperimentStepNoSetWeightMultiIngress
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBPingPongUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestALBPingPongUpdateMultiIngress
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestAlbHeaderRoute
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAWSSuite/TestAlbHeaderRouteMultiIngress
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestAnalysisWithArgs
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestAnalysisWithSecret
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestBackgroundAnalysisWithArgs
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestBlueGreenAbortAndUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestBlueGreenAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestBlueGreenKitchenSink
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestBlueGreenPostPromotionFail
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestBlueGreenPrePromotionFail
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestCanaryBackgroundAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestCanaryFailInlineMultipleAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestCanaryInlineAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestCanaryInlineMultipleAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAnalysisSuite/TestMultipleAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestAppMeshSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestBlueGreenSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestBlueGreenSuite/TestBlueGreenPreviewReplicaCount
github.com/argoproj/argo-rollouts/test/e2e ‑ TestBlueGreenSuite/TestBlueGreenProgressDeadlineExceededWithPause
github.com/argoproj/argo-rollouts/test/e2e ‑ TestBlueGreenSuite/TestBlueGreenProgressDeadlineExceededWithoutPause
github.com/argoproj/argo-rollouts/test/e2e ‑ TestBlueGreenSuite/TestEphemeralMetadata
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryDynamicStableScale
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryProgressDeadlineExceededWithPause
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryScaleDownDelay
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryScaleDownOnAbort
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryScaleDownOnAbortNoTrafficRouting
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanarySetCanaryScale
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestCanaryUnScaleDownOnAbort
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestEphemeralMetadata
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestReduceWeightAndHonorMaxUnavailable
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestRolloutScalingDuringUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestRolloutScalingWhenPaused
github.com/argoproj/argo-rollouts/test/e2e ‑ TestCanarySuite/TestRolloutWithMaxSurgeScalingDuringUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite/TestExperimentWithDryRunMetrics
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite/TestExperimentWithMeasurementRetentionMetrics
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite/TestExperimentWithMultiportServiceAndScaleDownDelay
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite/TestExperimentWithServiceAndScaleDownDelay
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite/TestExperimentWithServiceNameAndScaleDownDelay
github.com/argoproj/argo-rollouts/test/e2e ‑ TestExperimentSuite/TestRolloutWithExperimentAndAnalysis
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenExceedProgressDeadlineAbort
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenPreviewReplicaCountPromoteFull
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenPromoteFull
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenScaleDownDelay
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenScaleDownOnAbort
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenToCanary
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestBlueGreenUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestCanaryPromoteFull
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestCompleteRolloutRestart
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestContainerResourceFormats
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestControllerMetrics
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestFixInvalidSpec
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestKubectlWaitForCompleted
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestKubectlWaitForPaused
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestMalformedRollout
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestMalformedRolloutEphemeralCtr
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutAbortRetryPromote
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutBadToBadUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutBadToGoodSetWeightUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutBadToGoodUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutGoodToBadUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutPDBRestart
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutPauseDurationGreaterThanProgressDeadlineSeconds
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutPodVolumesItemsSpec
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestRolloutRestart
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestWorkloadRef
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestWorkloadRefTemplate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestHeaderRoutingSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestHeaderRoutingSuite/TestIstioHostHeaderRoute
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioAbortUpdate
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioAbortUpdateDeleteAllCanaryPods
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioHostSplit
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioHostSplitExperimentStep
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioHostSplitOnlyTls
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioSubsetSplit
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioSubsetSplitExperimentStep
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioSubsetSplitSingleRoute
github.com/argoproj/argo-rollouts/test/e2e ‑ TestIstioSuite/TestIstioUpdateInMiddleZeroCanaryReplicas
github.com/argoproj/argo-rollouts/test/e2e ‑ TestMirrorRouteSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestMirrorRouteSuite/TestIstioHostMirrorRoute
github.com/argoproj/argo-rollouts/test/e2e ‑ TestRollbackSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestRollbackSuite/TestRollbackAnalysisOutsideWindow
github.com/argoproj/argo-rollouts/test/e2e ‑ TestRollbackSuite/TestRollbackAnalysisWithinWindow
github.com/argoproj/argo-rollouts/test/e2e ‑ TestSMIIngressSuite
github.com/argoproj/argo-rollouts/test/e2e ‑ TestSMISuite