10 fail, 6 skipped, 95 pass in 3h 30m 58s
4 files 4 suites 3h 30m 58s ⏱️
111 tests 95 ✅ 6 💤 10 ❌
460 runs 421 ✅ 24 💤 15 ❌
Results for commit 3bd5f26.
Annotations
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / Published E2E Test Results
1 out of 5 runs failed: TestAnalysisSuite/TestCanaryFailInlineMultipleAnalysis (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.29)/junit-e2e-test.xml [took 3s]
Raw output
Failed
=== RUN TestAnalysisSuite/TestCanaryFailInlineMultipleAnalysis
time="2024-07-29T22:18:30Z" level=info msg="Deleting e2e-test-name=TestCanaryFailInlineMultipleAnalysis"
time="2024-07-29T22:18:30Z" level=info msg="rollout.argoproj.io/rollout-inline-analysis created\n" rollout=rollout-inline-analysis
time="2024-07-29T22:18:30Z" level=info msg="Waiting for condition: status=Healthy" rollout=rollout-inline-analysis
time="2024-07-29T22:18:31Z" level=info msg="Condition 'status=Healthy' met after 0s" rollout=rollout-inline-analysis
time="2024-07-29T22:18:31Z" level=info msg="AnalysisRun expectation 'analysisrun count == 0' met" rollout=rollout-inline-analysis
time="2024-07-29T22:18:31Z" level=info msg="Updated rollout pod spec: 2024-07-29T22:18:31.450309133Z" rollout=rollout-inline-analysis
time="2024-07-29T22:18:31Z" level=info msg="Waiting for condition: status=Paused" rollout=rollout-inline-analysis
time="2024-07-29T22:18:32Z" level=info msg="Condition 'status=Paused' met after 1s" rollout=rollout-inline-analysis
time="2024-07-29T22:18:32Z" level=info msg="Promoted rollout" rollout=rollout-inline-analysis
time="2024-07-29T22:18:32Z" level=info msg="Sleeping 1s" rollout=rollout-inline-analysis
time="2024-07-29T22:18:33Z" level=info msg="Rollout expectation status=Progressing met" rollout=rollout-inline-analysis
time="2024-07-29T22:18:33Z" level=error msg="Inline AnalysisRun not found" rollout=rollout-inline-analysis
Name: rollout-inline-analysis
Namespace: default
Status: �[94m◌�[0m Progressing
Message: waiting for rollout to unpause
Strategy: Canary
Step: 1/3
SetWeight: 10
ActualWeight: 50
Images: nginx:1.19-alpine (�[33mcanary�[0m, �[32mstable�[0m)
Replicas:
Desired: 1
Current: 2
Updated: 1
Ready: 2
Available: 2
NAME KIND STATUS AGE INFO
⟳ rollout-inline-analysis Rollout �[94m◌�[0m Progressing 3s
├──# revision:2
│ └──⧉ �[33mrollout-inline-analysis-5c6694d95c�[0m ReplicaSet �[32m✔�[0m Healthy 2s �[33mcanary�[0m
│ └──□ rollout-inline-analysis-5c6694d95c-dnfht Pod �[32m✔�[0m Running 2s ready:1/1
└──# revision:1
└──⧉ �[32mrollout-inline-analysis-5b9ffdfd5�[0m ReplicaSet �[32m✔�[0m Healthy 3s �[32mstable�[0m
└──□ rollout-inline-analysis-5b9ffdfd5-tv5p8 Pod �[32m✔�[0m Running 3s ready:1/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "2"
creationTimestamp: "2024-07-29T22:18:30Z"
generation: 3
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestCanaryFailInlineMultipleAnalysis
name: rollout-inline-analysis
namespace: default
resourceVersion: "2552"
uid: 536a1100-2271-4bde-99f5-29162794f2d1
spec:
replicas: 1
selector:
matchLabels:
app: rollout-inline-analysis
strategy:
canary:
steps:
- setWeight: 10
- pause: {}
- analysis:
analysisRunMetadata: {}
templates:
- templateName: multiple-job-fail
template:
metadata:
annotations:
update: "2024-07-29T22:18:31.450309133Z"
creationTimestamp: null
labels:
app: rollout-inline-analysis
spec:
containers:
- image: nginx:1.19-alpine
name: rollouts-demo
resources:
requests:
cpu: 5m
memory: 16Mi
status:
HPAReplicas: 2
availableReplicas: 2
blueGreen: {}
canary: {}
conditions:
- lastTransitionTime: "2024-07-29T22:18:31Z"
lastUpdateTime: "2024-07-29T22:18:31Z"
message: Rollout has minimum availability
reason: AvailableReason
status: "True"
type: Available
- lastTransitionTime: "2024-07-29T22:18:31Z"
lastUpdateTime: "2024-07-29T22:18:31Z"
message: Rollout is not healthy
reason: RolloutHealthy
status: "False"
type: Healthy
- lastTransitionTime: "2024-07-29T22:18:31Z"
lastUpdateTime: "2024-07-29T22:18:31Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "False"
type: Completed
- lastTransitionTime: "2024-07-29T22:18:32Z"
lastUpdateTime: "2024-07-29T22:18:32Z"
message: Rollout is paused
reason: RolloutPaused
status: Unknown
type: Progressing
- lastTransitionTime: "2024-07-29T22:18:32Z"
lastUpdateTime: "2024-07-29T22:18:32Z"
message: Rollout is paused
reason: RolloutPaused
status: "True"
type: Paused
controllerPause: true
currentPodHash: 5c6694d95c
currentStepHash: 5d965587f9
currentStepIndex: 1
message: CanaryPauseStep
observedGeneration: "3"
phase: Paused
readyReplicas: 2
replicas: 2
selector: app=rollout-inline-analysis
stableRS: 5b9ffdfd5
updatedReplicas: 1
2024-07-29T22:18:30Z Normal RolloutAddedToInformer Rollout resource added to informer: default/rollout-inline-analysis
2024-07-29T22:18:30Z Normal RolloutNotCompleted Rollout not completed, started update to revision 1 (5b9ffdfd5)
2024-07-29T22:18:30Z Normal RolloutUpdated Rollout updated to revision 1
2024-07-29T22:18:30Z Normal NewReplicaSetCreated Created ReplicaSet rollout-inline-analysis-5b9ffdfd5 (revision 1)
2024-07-29T22:18:30Z Normal ScalingReplicaSet Scaled up ReplicaSet rollout-inline-analysis-5b9ffdfd5 (revision 1) from 0 to 1
2024-07-29T22:18:30Z Normal RolloutCompleted Rollout completed update to revision 1 (5b9ffdfd5): Initial deploy
2024-07-29T22:18:31Z Normal RolloutNotCompleted Rollout not completed, started update to revision 2 (5c6694d95c)
2024-07-29T22:18:31Z Normal RolloutUpdated Rollout updated to revision 2
2024-07-29T22:18:31Z Normal NewReplicaSetCreated Created ReplicaSet rollout-inline-analysis-5c6694d95c (revision 2)
2024-07-29T22:18:31Z Normal ScalingReplicaSet Scaled up ReplicaSet rollout-inline-analysis-5c6694d95c (revision 2) from 0 to 1
2024-07-29T22:18:32Z Normal RolloutStepCompleted Rollout step 1/3 completed (setWeight: 10)
2024-07-29T22:18:32Z Normal RolloutPaused Rollout is paused (CanaryPauseStep)
time="2024-07-29T22:18:33Z" level=info msg="Deleting e2e-test-name=TestCanaryFailInlineMultipleAnalysis"
--- FAIL: TestAnalysisSuite/TestCanaryFailInlineMultipleAnalysis (3.04s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / Published E2E Test Results
1 out of 5 runs failed: TestAnalysisSuite (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.29)/junit-e2e-test.xml [took 3m 54s]
Raw output
Failed
=== RUN TestAnalysisSuite
time="2024-07-29T22:15:07Z" level=info msg="analysistemplate.argoproj.io/web-background created\n"
time="2024-07-29T22:15:07Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
time="2024-07-29T22:15:07Z" level=info msg="analysistemplate.argoproj.io/multiple-job created\n"
time="2024-07-29T22:15:07Z" level=info msg="analysistemplate.argoproj.io/multiple-job-fail created\n"
--- FAIL: TestAnalysisSuite (234.29s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / Published E2E Test Results
2 out of 6 runs failed: TestAWSSuite/TestALBExperimentStepNoSetWeight (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.27)/junit-e2e-test.xml [took 12s]
artifacts/E2E Test Results (k8s 1.29)/junit-e2e-test.xml [took 12s]
Raw output
Failed
=== RUN TestAWSSuite/TestALBExperimentStepNoSetWeight
time="2024-07-29T22:20:41Z" level=info msg="Deleting e2e-test-name=TestALBExperimentStepNoSetWeight"
time="2024-07-29T22:20:42Z" level=info msg="service/alb-rollout-root created\n" rollout=alb-rollout
time="2024-07-29T22:20:42Z" level=info msg="service/alb-rollout-canary created\n" rollout=alb-rollout
time="2024-07-29T22:20:42Z" level=info msg="service/alb-rollout-stable created\n" rollout=alb-rollout
time="2024-07-29T22:20:42Z" level=info msg="Warning: annotation \"kubernetes.io/ingress.class\" is deprecated, please use 'spec.ingressClassName' instead\ningress.networking.k8s.io/alb-rollout-ingress created\n" rollout=alb-rollout
time="2024-07-29T22:20:42Z" level=info msg="rollout.argoproj.io/alb-rollout created\n" rollout=alb-rollout
time="2024-07-29T22:20:42Z" level=info msg="Waiting for condition: status=Healthy" rollout=alb-rollout
time="2024-07-29T22:20:43Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=alb-rollout
time="2024-07-29T22:20:43Z" level=info msg="Experiment expectation 'experiment count == 0' met" rollout=alb-rollout
time="2024-07-29T22:20:43Z" level=info msg="Updated rollout pod spec: 2024-07-29T22:20:43.724660268Z" rollout=alb-rollout
time="2024-07-29T22:20:43Z" 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:330
/home/runner/work/argo-rollouts/argo-rollouts/test/fixtures/then.go:29
/home/runner/work/argo-rollouts/argo-rollouts/test/e2e/aws_test.go:320
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-dc987dd54�[0m ReplicaSet �[0m•�[0m ScaledDown 10s �[33mcanary�[0m
│ └──Σ �[94malb-rollout-dc987dd54-2-0�[0m Experiment �[94m◌�[0m Running 10s
│ ├──⧉ alb-rollout-dc987dd54-2-0-experiment-alb-canary ReplicaSet �[32m✔�[0m Healthy 10s
│ │ └──□ alb-rollout-dc987dd54-2-0-experiment-alb-canary-7vdsf Pod �[32m✔�[0m Running 10s ready:1/1
│ └──⧉ alb-rollout-dc987dd54-2-0-experiment-alb-stable ReplicaSet �[32m✔�[0m Healthy 10s
│ └──□ alb-rollout-dc987dd54-2-0-experiment-alb-stable-h4gmw Pod �[32m✔�[0m Running 10s ready:1/1
└──# revision:1
└──⧉ �[32malb-rollout-d6f4fdcdc�[0m ReplicaSet �[32m✔�[0m Healthy 11s �[32mstable�[0m
└──□ alb-rollout-d6f4fdcdc-ggzt9 Pod �[32m✔�[0m Running 11s ready:1/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "2"
creationTimestamp: "2024-07-29T22:20:42Z"
generation: 3
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestALBExperimentStepNoSetWeight
name: alb-rollout
namespace: default
resourceVersion: "3995"
uid: 5ca8e4cb-b7ef-484e-8a15-857ee58f483b
spec:
replicas: 1
selector:
matchLabels:
app: alb-rollout
strategy:
canary:
canaryService: alb-rollout-canary
stableService: alb-rollout-stable
steps:
- experiment:
analysisRunMetadata: {}
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: "2024-07-29T22:20:43.724660268Z"
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-dc987dd54-2-0
weights:
additional:
- weight: 20
- weight: 20
canary:
podTemplateHash: dc987dd54
serviceName: alb-rollout-canary
weight: 0
stable:
podTemplateHash: d6f4fdcdc
serviceName: alb-rollout-stable
weight: 60
conditions:
- lastTransitionTime: "2024-07-29T22:20:43Z"
lastUpdateTime: "2024-07-29T22:20:43Z"
message: Rollout has minimum availability
reason: AvailableReason
status: "True"
type: Available
- lastTransitionTime: "2024-07-29T22:20:43Z"
lastUpdateTime: "2024-07-29T22:20:43Z"
message: Rollout is not healthy
reason: RolloutHealthy
status: "False"
type: Healthy
- lastTransitionTime: "2024-07-29T22:20:43Z"
lastUpdateTime: "2024-07-29T22:20:43Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "False"
type: Completed
- lastTransitionTime: "2024-07-29T22:20:42Z"
lastUpdateTime: "2024-07-29T22:20:43Z"
message: Created new replica set "alb-rollout-dc987dd54"
reason: NewReplicaSetCreated
status: "True"
type: Progressing
currentPodHash: dc987dd54
currentStepHash: 8b59978
currentStepIndex: 0
message: more replicas need to be updated
observedGeneration: "3"
phase: Progressing
readyReplicas: 1
replicas: 1
selector: app=alb-rollout
stableRS: d6f4fdcdc
2024-07-29T22:20:42Z Normal RolloutAddedToInformer Rollout resource added to informer: default/alb-rollout
2024-07-29T22:20:42Z Normal RolloutNotCompleted Rollout not completed, started update to revision 1 (d6f4fdcdc)
2024-07-29T22:20:42Z Normal RolloutUpdated Rollout updated to revision 1
2024-07-29T22:20:42Z Normal NewReplicaSetCreated Created ReplicaSet alb-rollout-d6f4fdcdc (revision 1)
2024-07-29T22:20:44Z (x2) Normal PatchingALBIngress Updating Ingress `alb-rollout-ingress` to desiredWeight '0'
2024-07-29T22:20:42Z Normal TrafficWeightUpdated Traffic weight updated to 0
2024-07-29T22:20:42Z Normal ScalingReplicaSet Scaled up ReplicaSet alb-rollout-d6f4fdcdc (revision 1) from 0 to 1
2024-07-29T22:20:42Z Normal RolloutCompleted Rollout completed update to revision 1 (d6f4fdcdc): Initial deploy
2024-07-29T22:20:43Z (x2) Normal TrafficWeightUpdated Traffic weight updated
2024-07-29T22:20:43Z Normal SwitchService Switched selector for service 'alb-rollout-stable' from '' to 'd6f4fdcdc'
2024-07-29T22:20:43Z Normal SwitchService Switched selector for service 'alb-rollout-canary' from '' to 'd6f4fdcdc'
2024-07-29T22:20:43Z Normal RolloutNotCompleted Rollout not completed, started update to revision 2 (dc987dd54)
2024-07-29T22:20:43Z Normal RolloutUpdated Rollout updated to revision 2
2024-07-29T22:20:43Z Normal NewReplicaSetCreated Created ReplicaSet alb-rollout-dc987dd54 (revision 2)
2024-07-29T22:20:43Z Normal ExperimentCreated Created Experiment 'alb-rollout-dc987dd54-2-0'
2024-07-29T22:20:44Z Normal TrafficWeightUpdated Traffic weight updated additional: [{20 } {20 }]
time="2024-07-29T22:20:53Z" level=info msg="Deleting e2e-test-name=TestALBExperimentStepNoSetWeight"
--- FAIL: TestAWSSuite/TestALBExperimentStepNoSetWeight (12.17s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / Published E2E Test Results
3 out of 8 runs failed: TestAWSSuite (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.27)/junit-e2e-test.xml [took 12s]
artifacts/E2E Test Results (k8s 1.29)/junit-e2e-test.xml [took 1m 52s]
Raw output
Failed
=== RUN TestAWSSuite
--- FAIL: TestAWSSuite (112.08s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / Published E2E Test Results
2 out of 6 runs failed: TestAWSSuite/TestALBExperimentStepNoSetWeightMultiIngress (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.27)/junit-e2e-test.xml [took 12s]
Raw output
Failed
=== RUN TestAWSSuite/TestALBExperimentStepNoSetWeightMultiIngress
time="2024-07-29T22:20:55Z" level=info msg="Deleting e2e-test-name=TestALBExperimentStepNoSetWeightMultiIngress"
time="2024-07-29T22:20:55Z" level=info msg="service/alb-rollout-root created\n" rollout=alb-rollout
time="2024-07-29T22:20:55Z" level=info msg="service/alb-rollout-canary created\n" rollout=alb-rollout
time="2024-07-29T22:20:55Z" level=info msg="service/alb-rollout-stable created\n" rollout=alb-rollout
time="2024-07-29T22:20:55Z" level=info msg="Warning: annotation \"kubernetes.io/ingress.class\" is deprecated, please use 'spec.ingressClassName' instead\ningress.networking.k8s.io/alb-rollout-multi-ingress-1 created\n" rollout=alb-rollout
time="2024-07-29T22:20:55Z" level=info msg="Warning: annotation \"kubernetes.io/ingress.class\" is deprecated, please use 'spec.ingressClassName' instead\ningress.networking.k8s.io/alb-rollout-multi-ingress-2 created\n" rollout=alb-rollout
time="2024-07-29T22:20:55Z" level=info msg="rollout.argoproj.io/alb-rollout created\n" rollout=alb-rollout
time="2024-07-29T22:20:55Z" level=info msg="Waiting for condition: status=Healthy" rollout=alb-rollout
time="2024-07-29T22:20:56Z" level=info msg="Condition 'status=Healthy' met after 0s" rollout=alb-rollout
time="2024-07-29T22:20:56Z" level=info msg="Experiment expectation 'experiment count == 0' met" rollout=alb-rollout
time="2024-07-29T22:20:56Z" level=info msg="Updated rollout pod spec: 2024-07-29T22:20:56.564608322Z" rollout=alb-rollout
time="2024-07-29T22:20:56Z" 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:365
/home/runner/work/argo-rollouts/argo-rollouts/test/fixtures/then.go:29
/home/runner/work/argo-rollouts/argo-rollouts/test/e2e/aws_test.go:354
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/TestALBExperimentStepNoSetWeightMultiIngress
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-84c485d449�[0m ReplicaSet �[0m•�[0m ScaledDown 10s �[33mcanary�[0m
│ └──Σ �[94malb-rollout-84c485d449-2-0�[0m Experiment �[94m◌�[0m Running 10s
│ ├──⧉ alb-rollout-84c485d449-2-0-experiment-alb-canary ReplicaSet �[32m✔�[0m Healthy 10s
│ │ └──□ alb-rollout-84c485d449-2-0-experiment-alb-canary-gj87g Pod �[32m✔�[0m Running 10s ready:1/1
│ └──⧉ alb-rollout-84c485d449-2-0-experiment-alb-stable ReplicaSet �[32m✔�[0m Healthy 10s
│ └──□ alb-rollout-84c485d449-2-0-experiment-alb-stable-4v5cv Pod �[32m✔�[0m Running 10s ready:1/1
└──# revision:1
└──⧉ �[32malb-rollout-d6f4fdcdc�[0m ReplicaSet �[32m✔�[0m Healthy 11s �[32mstable�[0m
└──□ alb-rollout-d6f4fdcdc-pggpd Pod �[32m✔�[0m Running 11s ready:1/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "2"
creationTimestamp: "2024-07-29T22:20:55Z"
generation: 3
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestALBExperimentStepNoSetWeightMultiIngress
name: alb-rollout
namespace: default
resourceVersion: "4280"
uid: 6be8c2b4-3c89-4818-8181-49c487087e52
spec:
replicas: 1
selector:
matchLabels:
app: alb-rollout
strategy:
canary:
canaryService: alb-rollout-canary
stableService: alb-rollout-stable
steps:
- experiment:
analysisRunMetadata: {}
duration: 15s
templates:
- metadata: {}
name: experiment-alb-canary
specRef: canary
weight: 20
- metadata: {}
name: experiment-alb-stable
specRef: stable
weight: 20
trafficRouting:
alb:
ingresses:
- alb-rollout-multi-ingress-1
- alb-rollout-multi-ingress-2
rootService: alb-rollout-root
servicePort: 80
template:
metadata:
annotations:
update: "2024-07-29T22:20:56.564608322Z"
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-84c485d449-2-0
weights:
additional:
- weight: 20
- weight: 20
canary:
podTemplateHash: 84c485d449
serviceName: alb-rollout-canary
weight: 0
stable:
podTemplateHash: d6f4fdcdc
serviceName: alb-rollout-stable
weight: 60
conditions:
- lastTransitionTime: "2024-07-29T22:20:56Z"
lastUpdateTime: "2024-07-29T22:20:56Z"
message: Rollout has minimum availability
reason: AvailableReason
status: "True"
type: Available
- lastTransitionTime: "2024-07-29T22:20:56Z"
lastUpdateTime: "2024-07-29T22:20:56Z"
message: Rollout is not healthy
reason: RolloutHealthy
status: "False"
type: Healthy
- lastTransitionTime: "2024-07-29T22:20:56Z"
lastUpdateTime: "2024-07-29T22:20:56Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "False"
type: Completed
- lastTransitionTime: "2024-07-29T22:20:55Z"
lastUpdateTime: "2024-07-29T22:20:56Z"
message: Created new replica set "alb-rollout-84c485d449"
reason: NewReplicaSetCreated
status: "True"
type: Progressing
currentPodHash: 84c485d449
currentStepHash: 8b59978
currentStepIndex: 0
message: more replicas need to be updated
observedGeneration: "3"
phase: Progressing
readyReplicas: 1
replicas: 1
selector: app=alb-rollout
stableRS: d6f4fdcdc
2024-07-29T22:20:55Z Normal RolloutAddedToInformer Rollout resource added to informer: default/alb-rollout
2024-07-29T22:20:55Z Normal RolloutNotCompleted Rollout not completed, started update to revision 1 (d6f4fdcdc)
2024-07-29T22:20:55Z Normal RolloutUpdated Rollout updated to revision 1
2024-07-29T22:20:55Z Normal NewReplicaSetCreated Created ReplicaSet alb-rollout-d6f4fdcdc (revision 1)
2024-07-29T22:20:57Z (x2) Normal PatchingALBIngress Updating Ingress `alb-rollout-multi-ingress-1` to desiredWeight '0'
2024-07-29T22:20:57Z (x2) Normal PatchingALBIngress Updating Ingress `alb-rollout-multi-ingress-2` to desiredWeight '0'
2024-07-29T22:20:55Z Normal TrafficWeightUpdated Traffic weight updated to 0
2024-07-29T22:20:55Z Normal ScalingReplicaSet Scaled up ReplicaSet alb-rollout-d6f4fdcdc (revision 1) from 0 to 1
2024-07-29T22:20:55Z Normal RolloutCompleted Rollout completed update to revision 1 (d6f4fdcdc): Initial deploy
2024-07-29T22:20:56Z (x2) Normal TrafficWeightUpdated Traffic weight updated
2024-07-29T22:20:56Z Normal SwitchService Switched selector for service 'alb-rollout-stable' from '' to 'd6f4fdcdc'
2024-07-29T22:20:56Z Normal SwitchService Switched selector for service 'alb-rollout-canary' from '' to 'd6f4fdcdc'
2024-07-29T22:20:56Z Normal RolloutNotCompleted Rollout not completed, started update to revision 2 (84c485d449)
2024-07-29T22:20:56Z Normal RolloutUpdated Rollout updated to revision 2
2024-07-29T22:20:56Z Normal NewReplicaSetCreated Created ReplicaSet alb-rollout-84c485d449 (revision 2)
2024-07-29T22:20:56Z Normal ExperimentCreated Created Experiment 'alb-rollout-84c485d449-2-0'
2024-07-29T22:20:57Z Normal TrafficWeightUpdated Traffic weight updated additional: [{20 } {20 }]
time="2024-07-29T22:21:06Z" level=info msg="Deleting e2e-test-name=TestALBExperimentStepNoSetWeightMultiIngress"
--- FAIL: TestAWSSuite/TestALBExperimentStepNoSetWeightMultiIngress (11.93s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / Published E2E Test Results
1 out of 5 runs failed: TestCanarySuite/TestCanaryDynamicStableScaleRollbackToStable (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.28)/junit-e2e-test.xml [took 1m 40s]
Raw output
Failed
=== RUN TestCanarySuite/TestCanaryDynamicStableScaleRollbackToStable
time="2024-07-29T22:24:41Z" level=info msg="Deleting e2e-test-name=TestCanaryDynamicStableScaleRollbackToStable"
time="2024-07-29T22:24:41Z" level=info msg="service/dynamic-stable-scale-root created\n" rollout=dynamic-stable-scale
time="2024-07-29T22:24:41Z" level=info msg="service/dynamic-stable-scale-canary created\n" rollout=dynamic-stable-scale
time="2024-07-29T22:24:42Z" level=info msg="service/dynamic-stable-scale-stable created\n" rollout=dynamic-stable-scale
time="2024-07-29T22:24:42Z" level=info msg="Warning: annotation \"kubernetes.io/ingress.class\" is deprecated, please use 'spec.ingressClassName' instead\ningress.networking.k8s.io/dynamic-stable-scale-ingress created\n" rollout=dynamic-stable-scale
time="2024-07-29T22:24:42Z" level=info msg="rollout.argoproj.io/dynamic-stable-scale created\n" rollout=dynamic-stable-scale
time="2024-07-29T22:24:43Z" level=info msg="Marked 4 revision 1 pods as ready" rollout=dynamic-stable-scale
time="2024-07-29T22:24:43Z" level=info msg="Waiting for condition: status=Healthy" rollout=dynamic-stable-scale
time="2024-07-29T22:24:44Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=dynamic-stable-scale
time="2024-07-29T22:24:44Z" level=info msg="Updated rollout pod spec: 2024-07-29T22:24:44.322511176Z" rollout=dynamic-stable-scale
time="2024-07-29T22:24:45Z" level=info msg="Marked 1 revision 2 pods as ready" rollout=dynamic-stable-scale
time="2024-07-29T22:24:45Z" level=info msg="Waiting for condition: status=Paused" rollout=dynamic-stable-scale
time="2024-07-29T22:24:46Z" level=info msg="Condition 'status=Paused' met after 0s" rollout=dynamic-stable-scale
time="2024-07-29T22:24:46Z" level=info msg="Sleeping 2s" rollout=dynamic-stable-scale
time="2024-07-29T22:24:48Z" level=info msg="Pod expectation 'revision:1 pod count == 3' met" rollout=dynamic-stable-scale
time="2024-07-29T22:24:48Z" level=info msg="Pod expectation 'revision:2 pod count == 1' met" rollout=dynamic-stable-scale
W0729 22:24:48.299965 26799 warnings.go:70] unknown field "spec.template.metadata.creationTimestamp"
time="2024-07-29T22:24:48Z" level=info msg="Undo rollout to 1" rollout=dynamic-stable-scale
time="2024-07-29T22:24:48Z" level=info msg="Sleeping 2s" rollout=dynamic-stable-scale
time="2024-07-29T22:24:50Z" level=info msg="Pod expectation 'revision:3 pod count == 4' met" rollout=dynamic-stable-scale
time="2024-07-29T22:24:50Z" level=info msg="Pod expectation 'revision:2 pod count == 1' met" rollout=dynamic-stable-scale
time="2024-07-29T22:24:51Z" level=info msg="Marked 1 revision 3 pods as ready" rollout=dynamic-stable-scale
time="2024-07-29T22:24:51Z" level=info msg="Waiting for condition: rev=2 podcount=0" rollout=dynamic-stable-scale
when.go:455: timeout after 1m30s waiting for condition rev=2 podcount=0
Name: dynamic-stable-scale
Namespace: default
Status: �[32m✔�[0m Healthy
Strategy: Canary
Step: 4/4
SetWeight: 100
ActualWeight: 100
Images: nginx:1.19-alpine (�[32mstable�[0m)
Replicas:
Desired: 4
Current: 5
Updated: 4
Ready: 5
Available: 5
NAME KIND STATUS AGE INFO
⟳ dynamic-stable-scale Rollout �[32m✔�[0m Healthy 99s
├──# revision:3
│ └──⧉ �[32mdynamic-stable-scale-868d98995b�[0m ReplicaSet �[32m✔�[0m Healthy 99s �[32mstable�[0m
│ ├──□ dynamic-stable-scale-868d98995b-67nmk Pod �[32m✔�[0m Running 99s ready:1/1
│ ├──□ dynamic-stable-scale-868d98995b-mzdkj Pod �[32m✔�[0m Running 99s ready:1/1
│ ├──□ dynamic-stable-scale-868d98995b-pv54p Pod �[32m✔�[0m Running 99s ready:1/1
│ └──□ dynamic-stable-scale-868d98995b-zlzwd Pod �[32m✔�[0m Running 93s ready:1/1
└──# revision:2
└──⧉ dynamic-stable-scale-6cfcd6c975 ReplicaSet �[0m•�[0m ScaledDown 97s
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "3"
creationTimestamp: "2024-07-29T22:24:42Z"
generation: 3
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestCanaryDynamicStableScaleRollbackToStable
name: dynamic-stable-scale
namespace: default
resourceVersion: "7235"
uid: e709fba5-8eae-4836-986d-32b6c07841aa
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:
creationTimestamp: null
labels:
app: dynamic-stable-scale
spec:
containers:
- image: nginx:1.19-alpine
imagePullPolicy: IfNotPresent
name: dynamic-stable-scale
ports:
- containerPort: 80
name: http
protocol: TCP
resources:
requests:
cpu: 5m
memory: 16Mi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
readinessGates:
- conditionType: argoproj.io/e2e-readiness
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
HPAReplicas: 5
availableReplicas: 5
blueGreen: {}
canary:
weights:
canary:
podTemplateHash: 868d98995b
serviceName: dynamic-stable-scale-canary
weight: 0
stable:
podTemplateHash: 868d98995b
serviceName: dynamic-stable-scale-stable
weight: 100
conditions:
- lastTransitionTime: "2024-07-29T22:24:44Z"
lastUpdateTime: "2024-07-29T22:24:44Z"
message: Rollout has minimum availability
reason: AvailableReason
status: "True"
type: Available
- lastTransitionTime: "2024-07-29T22:24:44Z"
lastUpdateTime: "2024-07-29T22:24:44Z"
message: Rollout is not healthy
reason: RolloutHealthy
status: "False"
type: Healthy
- lastTransitionTime: "2024-07-29T22:24:48Z"
lastUpdateTime: "2024-07-29T22:24:48Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "True"
type: Completed
- lastTransitionTime: "2024-07-29T22:24:48Z"
lastUpdateTime: "2024-07-29T22:24:48Z"
message: Rollout is paused
reason: RolloutPaused
status: "False"
type: Paused
- lastTransitionTime: "2024-07-29T22:24:48Z"
lastUpdateTime: "2024-07-29T22:24:51Z"
message: ReplicaSet "dynamic-stable-scale-868d98995b" is progressing.
reason: ReplicaSetUpdated
status: "True"
type: Progressing
currentPodHash: 868d98995b
currentStepHash: 7c5b668566
currentStepIndex: 4
observedGeneration: "3"
phase: Healthy
readyReplicas: 5
replicas: 5
selector: app=dynamic-stable-scale
stableRS: 868d98995b
updatedReplicas: 4
2024-07-29T22:24:42Z Normal RolloutAddedToInformer Rollout resource added to informer: default/dynamic-stable-scale
2024-07-29T22:24:42Z Normal RolloutNotCompleted Rollout not completed, started update to revision 1 (868d98995b)
2024-07-29T22:24:42Z Normal RolloutUpdated Rollout updated to revision 1
2024-07-29T22:24:42Z Normal NewReplicaSetCreated Created ReplicaSet dynamic-stable-scale-868d98995b (revision 1)
2024-07-29T22:24:42Z Normal PatchingALBIngress Updating Ingress `dynamic-stable-scale-ingress` to desiredWeight '0'
2024-07-29T22:24:42Z Normal TrafficWeightUpdated Traffic weight updated to 0
2024-07-29T22:24:42Z Normal ScalingReplicaSet Scaled up ReplicaSet dynamic-stable-scale-868d98995b (revision 1) from 0 to 4
2024-07-29T22:24:42Z Normal RolloutCompleted Rollout completed update to revision 1 (868d98995b): Initial deploy
2024-07-29T22:24:44Z (x2) Normal TrafficWeightUpdated Traffic weight updated
2024-07-29T22:24:44Z Normal SwitchService Switched selector for service 'dynamic-stable-scale-stable' from '' to '868d98995b'
2024-07-29T22:24:44Z Normal SwitchService Switched selector for service 'dynamic-stable-scale-canary' from '' to '868d98995b'
2024-07-29T22:24:44Z Normal RolloutNotCompleted Rollout not completed, started update to revision 2 (6cfcd6c975)
2024-07-29T22:24:44Z Normal RolloutUpdated Rollout updated to revision 2
2024-07-29T22:24:44Z Normal NewReplicaSetCreated Created ReplicaSet dynamic-stable-scale-6cfcd6c975 (revision 2)
2024-07-29T22:24:44Z Normal ScalingReplicaSet Scaled up ReplicaSet dynamic-stable-scale-6cfcd6c975 (revision 2) from 0 to 1
2024-07-29T22:24:46Z Normal SwitchService Switched selector for service 'dynamic-stable-scale-canary' from '868d98995b' to '6cfcd6c975'
2024-07-29T22:24:46Z Normal PatchingALBIngress Updating Ingress `dynamic-stable-scale-ingress` to desiredWeight '25'
2024-07-29T22:24:46Z Normal TrafficWeightUpdated Traffic weight updated from 0 to 25
2024-07-29T22:24:46Z Normal RolloutStepCompleted Rollout step 1/4 completed (setWeight: 25)
2024-07-29T22:24:46Z Normal ScalingReplicaSet Scaled down ReplicaSet dynamic-stable-scale-868d98995b (revision 1) from 4 to 3
2024-07-29T22:24:46Z Normal RolloutPaused Rollout is paused (CanaryPauseStep)
2024-07-29T22:24:48Z Normal RolloutUpdated Rollout updated to revision 3
2024-07-29T22:24:48Z Normal SkipSteps Rollback to stable ReplicaSets
2024-07-29T22:24:48Z Normal RolloutResumed Rollout is resumed
time="2024-07-29T22:26:21Z" level=info msg="Deleting e2e-test-name=TestCanaryDynamicStableScaleRollbackToStable"
--- FAIL: TestCanarySuite/TestCanaryDynamicStableScaleRollbackToStable (100.08s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / Published E2E Test Results
1 out of 5 runs failed: TestCanarySuite (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.28)/junit-e2e-test.xml [took 6m 53s]
Raw output
Failed
=== RUN TestCanarySuite
time="2024-07-29T22:24:24Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
--- FAIL: TestCanarySuite (413.46s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / Published E2E Test Results
1 out of 5 runs failed: TestFunctionalSuite/TestBlueGreenUpdate (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.26)/junit-e2e-test.xml [took 9s]
Raw output
Failed
=== RUN TestFunctionalSuite/TestBlueGreenUpdate
time="2024-07-29T22:34:23Z" level=info msg="Deleting e2e-test-name=TestBlueGreenUpdate"
time="2024-07-29T22:34:23Z" level=info msg="Event watcher started"
time="2024-07-29T22:34:23Z" level=info msg="service/bluegreen created\n" rollout=bluegreen
time="2024-07-29T22:34:23Z" level=info msg="rollout.argoproj.io/bluegreen created\n" rollout=bluegreen
time="2024-07-29T22:34:23Z" level=info msg="Waiting for condition: status=Healthy" rollout=bluegreen
time="2024-07-29T22:34:27Z" level=info msg="Condition 'status=Healthy' met after 4s" rollout=bluegreen
time="2024-07-29T22:34:27Z" level=info msg="Replica count expectation met (desired:3, current:3, updated:3, ready:3, available:3)" rollout=bluegreen
time="2024-07-29T22:34:27Z" level=info msg="Updated rollout pod spec: 2024-07-29T22:34:27.936021662Z" rollout=bluegreen
time="2024-07-29T22:34:27Z" level=info msg="Waiting for condition: status=Progressing" rollout=bluegreen
time="2024-07-29T22:34:27Z" level=info msg="Condition 'status=Progressing' met after 0s" rollout=bluegreen
time="2024-07-29T22:34:28Z" level=info msg="Waiting for condition: active revision=2" rollout=bluegreen
time="2024-07-29T22:34:31Z" level=info msg="Condition 'active revision=2' met after 3s" rollout=bluegreen
time="2024-07-29T22:34:31Z" level=info msg="Replica count expectation met (desired:3, current:6, updated:3, ready:3, available:3)" rollout=bluegreen
time="2024-07-29T22:34:31Z" level=info msg="Waiting for condition: status=Healthy" rollout=bluegreen
time="2024-07-29T22:34:31Z" level=info msg="Condition 'status=Healthy' met after 0s" rollout=bluegreen
time="2024-07-29T22:34:31Z" level=info msg="Replica count expectation met (desired:3, current:6, updated:3, ready:3, available:3)" rollout=bluegreen
functional_test.go:709:
Error Trace: /home/runner/work/argo-rollouts/argo-rollouts/test/fixtures/then.go:493
/home/runner/work/argo-rollouts/argo-rollouts/test/e2e/functional_test.go:709
Error: Not equal:
expected: []string{"RolloutAddedToInformer", "RolloutUpdated", "NewReplicaSetCreated", "ScalingReplicaSet", "RolloutCompleted", "SwitchService", "RolloutUpdated", "NewReplicaSetCreated", "RolloutNotCompleted", "ScalingReplicaSet", "SwitchService", "RolloutCompleted"}
actual : []string{"RolloutAddedToInformer", "RolloutUpdated", "NewReplicaSetCreated", "ScalingReplicaSet", "RolloutCompleted", "SwitchService", "RolloutUpdated", "NewReplicaSetCreated", "RolloutNotCompleted", "ScalingReplicaSet", "ScalingReplicaSet", "SwitchService", "RolloutCompleted"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=12) {
+([]string) (len=13) {
(string) (len=22) "RolloutAddedToInformer",
@@ -11,2 +11,3 @@
(string) (len=17) "ScalingReplicaSet",
+ (string) (len=17) "ScalingReplicaSet",
(string) (len=13) "SwitchService",
Test: TestFunctionalSuite/TestBlueGreenUpdate
time="2024-07-29T22:34:31Z" level=info msg="Event watcher stopped" rollout=bluegreen
Name: bluegreen
Namespace: default
Status: �[32m✔�[0m Healthy
Strategy: BlueGreen
Images: nginx:1.19-alpine (�[32mactive�[0m, �[32mstable�[0m)
Replicas:
Desired: 3
Current: 6
Updated: 3
Ready: 3
Available: 3
NAME KIND STATUS AGE INFO
⟳ bluegreen Rollout �[32m✔�[0m Healthy 9s
├──# revision:2
│ └──⧉ �[32m�[32mbluegreen-7f784db8d5�[0m�[0m ReplicaSet �[32m✔�[0m Healthy 5s �[32mstable�[0m,�[32mactive�[0m
│ ├──□ bluegreen-7f784db8d5-4nbkq Pod �[32m✔�[0m Running 5s ready:1/1
│ ├──□ bluegreen-7f784db8d5-4z8xb Pod �[32m✔�[0m Running 5s ready:1/1
│ └──□ bluegreen-7f784db8d5-j9pcm Pod �[32m✔�[0m Running 5s ready:1/1
└──# revision:1
└──⧉ bluegreen-5976bbf5bf ReplicaSet �[32m✔�[0m Healthy 9s delay:8s
├──□ bluegreen-5976bbf5bf-29q4g Pod �[32m✔�[0m Running 9s ready:1/1
├──□ bluegreen-5976bbf5bf-6c5vn Pod �[32m✔�[0m Running 9s ready:1/1
└──□ bluegreen-5976bbf5bf-j8vqv Pod �[32m✔�[0m Running 9s ready:1/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "2"
creationTimestamp: "2024-07-29T22:34:23Z"
generation: 2
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestBlueGreenUpdate
name: bluegreen
namespace: default
resourceVersion: "12338"
uid: 3294f615-cea6-4a2d-9c41-48e34b4ec9a3
spec:
replicas: 3
selector:
matchLabels:
app: bluegreen
strategy:
blueGreen:
activeService: bluegreen
scaleDownDelaySeconds: 10
template:
metadata:
annotations:
update: "2024-07-29T22:34:27.936021662Z"
creationTimestamp: null
labels:
app: bluegreen
spec:
containers:
- image: nginx:1.19-alpine
name: bluegreen
resources:
requests:
cpu: 1m
memory: 16Mi
status:
HPAReplicas: 3
availableReplicas: 3
blueGreen:
activeSelector: 7f784db8d5
canary: {}
conditions:
- lastTransitionTime: "2024-07-29T22:34:27Z"
lastUpdateTime: "2024-07-29T22:34:27Z"
message: Rollout has minimum availability
reason: AvailableReason
status: "True"
type: Available
- lastTransitionTime: "2024-07-29T22:34:31Z"
lastUpdateTime: "2024-07-29T22:34:31Z"
message: Rollout is healthy
reason: RolloutHealthy
status: "True"
type: Healthy
- lastTransitionTime: "2024-07-29T22:34:23Z"
lastUpdateTime: "2024-07-29T22:34:31Z"
message: ReplicaSet "bluegreen-7f784db8d5" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2024-07-29T22:34:31Z"
lastUpdateTime: "2024-07-29T22:34:31Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "True"
type: Completed
currentPodHash: 7f784db8d5
observedGeneration: "2"
phase: Healthy
readyReplicas: 3
replicas: 6
selector: app=bluegreen,rollouts-pod-template-hash=7f784db8d5
stableRS: 7f784db8d5
updatedReplicas: 3
2024-07-29T22:34:23Z Normal RolloutAddedToInformer Rollout resource added to informer: default/bluegreen
2024-07-29T22:34:23Z Normal RolloutUpdated Rollout updated to revision 1
2024-07-29T22:34:23Z Normal NewReplicaSetCreated Created ReplicaSet bluegreen-5976bbf5bf (revision 1)
2024-07-29T22:34:23Z Normal ScalingReplicaSet Scaled up ReplicaSet bluegreen-5976bbf5bf (revision 1) from 0 to 3
2024-07-29T22:34:23Z Normal RolloutCompleted Rollout completed update to revision 1 (5976bbf5bf): Initial deploy
2024-07-29T22:34:27Z Normal SwitchService Switched selector for service 'bluegreen' from '' to '5976bbf5bf'
2024-07-29T22:34:27Z Normal RolloutUpdated Rollout updated to revision 2
2024-07-29T22:34:27Z Normal NewReplicaSetCreated Created ReplicaSet bluegreen-7f784db8d5 (revision 2)
2024-07-29T22:34:27Z Normal RolloutNotCompleted Rollout not completed, started update to revision 3 (7f784db8d5)
2024-07-29T22:34:28Z (x2) Normal ScalingReplicaSet Scaled up ReplicaSet bluegreen-7f784db8d5 (revision 2) from 0 to 3
2024-07-29T22:34:31Z Normal SwitchService Switched selector for service 'bluegreen' from '5976bbf5bf' to '7f784db8d5'
2024-07-29T22:34:31Z Normal RolloutCompleted Rollout completed update to revision 2 (7f784db8d5): Completed blue-green update
time="2024-07-29T22:34:32Z" level=info msg="Deleting e2e-test-name=TestBlueGreenUpdate"
--- FAIL: TestFunctionalSuite/TestBlueGreenUpdate (9.17s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / Published E2E Test Results
1 out of 5 runs failed: TestFunctionalSuite/TestScaleDownOnSuccess (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.28)/junit-e2e-test.xml [took 1m 2s]
Raw output
Failed
=== RUN TestFunctionalSuite/TestScaleDownOnSuccess
time="2024-07-29T22:38:28Z" level=info msg="Deleting e2e-test-name=TestScaleDownOnSuccess"
time="2024-07-29T22:38:29Z" level=info msg="service/rollout-bluegreen-active created\n" rollout=rollout-ref-deployment
time="2024-07-29T22:38:29Z" level=info msg="rollout.argoproj.io/rollout-ref-deployment created\n" rollout=rollout-ref-deployment
time="2024-07-29T22:38:29Z" level=info msg="deployment.apps/rollout-ref-deployment created\n" rollout=rollout-ref-deployment
time="2024-07-29T22:38:29Z" level=info msg="Waiting for condition: status=Healthy" rollout=rollout-ref-deployment
time="2024-07-29T22:38:30Z" level=info msg="Condition 'status=Healthy' met after 1s" rollout=rollout-ref-deployment
time="2024-07-29T22:38:30Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:38:35Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:38:40Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:38:45Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:38:50Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:38:55Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:39:00Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:39:05Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:39:10Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:39:15Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:39:20Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:39:25Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:39:30Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:39:30Z" level=error msg="Deployment replicas count expectation 'The deployment has been scaled to 0 replicas' failed. Expected: 0, Actual: 2" rollout=rollout-ref-deployment
time="2024-07-29T22:39:30Z" level=error msg="Failed to meet deployment replicas count expectation 'The deployment has been scaled to 0 replicas'" rollout=rollout-ref-deployment
Name: rollout-ref-deployment
Namespace: default
Status: �[32m✔�[0m Healthy
Strategy: BlueGreen
Images: argoproj/rollouts-demo:green (�[32mstable�[0m, �[32mactive�[0m)
Replicas:
Desired: 2
Current: 2
Updated: 2
Ready: 2
Available: 2
NAME KIND STATUS AGE INFO
⟳ rollout-ref-deployment Rollout �[32m✔�[0m Healthy 61s
└──# revision:1
└──⧉ �[32m�[32mrollout-ref-deployment-6d6d5f59f9�[0m�[0m ReplicaSet �[32m✔�[0m Healthy 61s �[32mstable�[0m,�[32mactive�[0m
├──□ rollout-ref-deployment-6d6d5f59f9-2kwqq Pod �[32m✔�[0m Running 61s ready:1/1
└──□ rollout-ref-deployment-6d6d5f59f9-nbgjr Pod �[32m✔�[0m Running 61s ready:1/1
---
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
annotations:
rollout.argoproj.io/revision: "1"
rollout.argoproj.io/workload-generation: "1"
creationTimestamp: "2024-07-29T22:38:29Z"
generation: 1
labels:
argo-rollouts.argoproj.io/controller-instance-id: argo-rollouts-e2e
e2e-test-name: TestScaleDownOnSuccess
name: rollout-ref-deployment
namespace: default
resourceVersion: "15093"
uid: 7cbcf751-a183-4222-9c85-b2485b605b2f
spec:
replicas: 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
scaleDown: onsuccess
status:
HPAReplicas: 2
availableReplicas: 2
blueGreen:
activeSelector: 6d6d5f59f9
canary: {}
conditions:
- lastTransitionTime: "2024-07-29T22:38:29Z"
lastUpdateTime: "2024-07-29T22:38:29Z"
message: RolloutCompleted
reason: RolloutCompleted
status: "True"
type: Completed
- lastTransitionTime: "2024-07-29T22:38:30Z"
lastUpdateTime: "2024-07-29T22:38:30Z"
message: Rollout is healthy
reason: RolloutHealthy
status: "True"
type: Healthy
- lastTransitionTime: "2024-07-29T22:38:29Z"
lastUpdateTime: "2024-07-29T22:38:30Z"
message: ReplicaSet "rollout-ref-deployment-6d6d5f59f9" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2024-07-29T22:38:30Z"
lastUpdateTime: "2024-07-29T22:38:30Z"
message: Rollout has minimum availability
reason: AvailableReason
status: "True"
type: Available
currentPodHash: 6d6d5f59f9
observedGeneration: "1"
phase: Healthy
readyReplicas: 2
replicas: 2
selector: app=rollout-ref-deployment,rollouts-pod-template-hash=6d6d5f59f9
stableRS: 6d6d5f59f9
updatedReplicas: 2
workloadObservedGeneration: "1"
2024-07-29T22:38:29Z Normal RolloutAddedToInformer Rollout resource added to informer: default/rollout-ref-deployment
2024-07-29T22:38:29Z Normal RolloutUpdated Rollout updated to revision 1
2024-07-29T22:38:29Z Normal NewReplicaSetCreated Created ReplicaSet rollout-ref-deployment-6d6d5f59f9 (revision 1)
2024-07-29T22:38:29Z Normal ScalingReplicaSet Scaled up ReplicaSet rollout-ref-deployment-6d6d5f59f9 (revision 1) from 0 to 2
2024-07-29T22:38:29Z Normal RolloutCompleted Rollout completed update to revision 1 (6d6d5f59f9): Initial deploy
2024-07-29T22:38:30Z Normal SwitchService Switched selector for service 'rollout-bluegreen-active' from '' to '6d6d5f59f9'
time="2024-07-29T22:39:31Z" level=info msg="Deleting e2e-test-name=TestScaleDownOnSuccess"
--- FAIL: TestFunctionalSuite/TestScaleDownOnSuccess (62.26s)
Check warning on line 0 in github.com/argoproj/argo-rollouts/test/e2e
github-actions / Published E2E Test Results
2 out of 6 runs failed: TestFunctionalSuite (github.com/argoproj/argo-rollouts/test/e2e)
artifacts/E2E Test Results (k8s 1.26)/junit-e2e-test.xml [took 6m 20s]
artifacts/E2E Test Results (k8s 1.28)/junit-e2e-test.xml [took 6m 22s]
Raw output
Failed
=== RUN TestFunctionalSuite
time="2024-07-29T22:33:25Z" level=info msg="analysistemplate.argoproj.io/sleep-job created\n"
--- FAIL: TestFunctionalSuite (382.91s)
Check notice on line 0 in .github
github-actions / Published E2E 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 / Published E2E Test Results
111 tests found
There are 111 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/TestALBMesh_PingPong_StableCanary_Update
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/TestCanaryDynamicStableScaleRollbackToStable
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/TestCanaryScaleDownDelayWithProgressDeadline
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/TestCanaryWithPausedRollout
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/TestNeverScaleDown
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/TestScaleDownOnSuccess
github.com/argoproj/argo-rollouts/test/e2e ‑ TestFunctionalSuite/TestScaleDownProgressively
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/TestIstioPingPongUpdate
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/TestIstioSubsetSplitInStableDownscaleAfterCanaryAbort
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