-
Task
-
Resolution: Done
-
Major
-
None
ManagedCluster AutoImport RHACM4K-47744: Server Foundation: Test auto-import can work with disable-auto-import annotation [e2e, managedcluster, multiplehubs] /home/ubuntu/workspace/qe-acm-automation-poc/server_foundation_e2e_tests/pkg/test/managedcluster_test.go:746 STEP: Set disable-auto-import annotations to the hive cluster @ 04/07/25 22:51:27.52 STEP: Delete klusterlet CR from the hive cluster @ 04/07/25 22:51:27.746 STEP: Check the klusterlet will not be reconciled even though refresh the import secret @ 04/07/25 22:52:07.942 STEP: Remove disable-auto-import annotations from the hive cluster @ 04/07/25 22:52:11.035 STEP: Check the klusterlet will be immediately reconciled when remove disable-auto-import annotations @ 04/07/25 22:52:11.223 STEP: Wait for the addons become available @ 04/07/25 22:52:14.242 [FAILED] in [It] - /home/ubuntu/workspace/qe-acm-automation-poc/server_foundation_e2e_tests/pkg/test/managedcluster_test.go:851 @ 04/07/25 22:57:14.243 • [FAILED] [346.806 seconds] ManagedCluster AutoImport [It] RHACM4K-47744: Server Foundation: Test auto-import can work with disable-auto-import annotation [e2e, managedcluster, multiplehubs] /home/ubuntu/workspace/qe-acm-automation-poc/server_foundation_e2e_tests/pkg/test/managedcluster_test.go:746 [FAILED] Timed out after 300.000s. Expected <*errors.errorString | 0xc000bb8180>: the addon cluster-proxy status in cluster clc-aws764 is not ready due to the addon cluster-proxy was not health due to Stop creating csr since there are too many csr created already on hub { s: "the addon cluster-proxy status in cluster clc-aws764 is not ready due to the addon cluster-proxy was not health due to Stop creating csr since there are too many csr created already on hub\n", } to be nil In [It] at: /home/ubuntu/workspace/qe-acm-automation-poc/server_foundation_e2e_tests/pkg/test/managedcluster_test.go:851 @ 04/07/25 22:57:14.243
the issue here is due to we delete the klusterlet during the test, the addon will be restarted, and we should make sure the addon start success if there have any csr limit issue.