Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_change_cluster_resource_profile[balanced] fails during teardown with ResourceLeftoversException #11230

Open
am-agrawa opened this issue Jan 27, 2025 · 1 comment
Assignees

Comments

@am-agrawa
Copy link
Contributor

Failure is seen with ODF 4.17.3

Discussed with @pintojoy failure occurs during teardown as we change the profile during the test and during teardown, test excepts the value to be same as the original value which is not.

E           ocs_ci.ocs.exceptions.ResourceLeftoversException:
E           There are leftovers in the environment after test case:
E           Resources added:
E           - 'pods':
E             - apiVersion: v1
E               kind: Pod
E               metadata:
E                 annotations:
E                   k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.0.19/23"],"mac_address":"0a:58:0a:83:00:13","gateway_ips":["10.131.0.1"],"routes":[{"dest":"10.128.0.0/14","nextHop":"10.131.0.1"},{"dest":"172.30.0.0/16","nextHop":"10.131.0.1"},{"dest":"169.254.0.5/32","nextHop":"10.131.0.1"},{"dest":"100.64.0.0/16","nextHop":"10.131.0.1"}],"ip_address":"10.131.0.19/23","gateway_ip":"10.131.0.1","role":"primary"}}'
E                   k8s.v1.cni.cncf.io/network-status: "[{\n    "name": "ovn-kubernetes",\n
E                     \    "interface": "eth0",\n    "ips": [\n        "10.131.0.19"\n
E                     \    ],\n    "mac": "0a:58:0a:83:00:13",\n    "default": true,\n 
E                     \   "dns": {}\n}]"
E                   openshift.io/scc: rook-ceph
E                 creationTimestamp: '2025-01-17T12:50:32Z'
E                 generateName: rook-ceph-crashcollector-j076vif1cs36t4a-b88jn-worker-0-crqs2-7d66566495-
E                 labels:
E                   app: rook-ceph-crashcollector
E                   ceph-version: 18.2.1-278
E                   ceph_daemon_id: crash
E                   crashcollector: crash
E                   kubernetes.io/hostname: j076vif1cs36t4a-b88jn-worker-0-crqs2
E                   node_name: j076vif1cs36t4a-b88jn-worker-0-crqs2
E                   pod-template-hash: 7d66566495
E                   rook_cluster: openshift-storage
E                 name: rook-ceph-crashcollector-j076vif1cs36t4a-b88jn-worker-0-crsn7fj
E                 namespace: openshift-storage
E                 ownerReferences:
E                 - apiVersion: apps/v1
E                   blockOwnerDeletion: true
E                   controller: true
E                   kind: ReplicaSet
E                   name: rook-ceph-crashcollector-j076vif1cs36t4a-b88jn-worker-0-crqs2-7d66566495
E                   uid: 225854af-3435-45c7-a727-cc34eff64468
E                 resourceVersion: '152359'
E                 uid: 9f0534a1-e242-4775-a255-25f8fd1766e7
@am-agrawa
Copy link
Contributor Author

Same failures are seen in 4.18 runs- https://url.corp.redhat.com/1c9f88f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants