Skip to content

Commit 26d9033

Browse files
committed
fix: re-ordered error messages to match output
library-go has been updated to sort errors for consistent output during testing updating order to make use of it Signed-off-by: ehila <ehila@redhat.com>
1 parent ca163e0 commit 26d9033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-data/apply-configuration/overall/minimal-cluster/expected-output/Management/ApplyStatus/cluster-scoped-resources/operator.openshift.io/authentications/4dff-body-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ status:
66
conditions:
77
- lastTransitionTime: "2024-10-14T22:38:20Z"
88
message: |-
9-
endpoints/host-etcd-2 in the openshift-etcd namespace: not found
109
configmap openshift-etcd/etcd-endpoints not found, and fallback observer failed
10+
endpoints/host-etcd-2 in the openshift-etcd namespace: not found
1111
oauth.config.openshift.io "cluster" not found
1212
reason: Error
1313
status: "True"

test-data/apply-configuration/overall/minimal-cluster/expected-output/controller-results.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ controllerResults:
5555
- controllerName: TODO-other-configObserver
5656
errors:
5757
- message: |-
58-
endpoints/host-etcd-2 in the openshift-etcd namespace: not found
5958
configmap openshift-etcd/etcd-endpoints not found, and fallback observer failed
59+
endpoints/host-etcd-2 in the openshift-etcd namespace: not found
6060
oauth.config.openshift.io "cluster" not found
6161
status: Failed
6262
- controllerName: TODO-payloadConfigController

0 commit comments

Comments
 (0)