open-cluster-management-io / ocm

Core components in the OCM project. Report here if you found any issues in OCM.
https://open-cluster-management.io
Apache License 2.0
760 stars 94 forks source link

ocm-eks-e2e Test Failure #627

Closed ocm-bot closed 1 month ago

ocm-bot commented 1 month ago

ocm-eks-e2e tests failed! ocm git commit hash: 422c3eebe624addc81b836cd07a32e35c5630677

./e2e.test -test.v -ginkgo.v -nil-executor-validating=true -registration-image=quay.io/open-cluster-management/registration:latest -work-image=quay.io/open-cluster-management/work:latest -singleton-image=quay.io/open-cluster-management/registration-operator:latest -klusterlet-deploy-mode=Default
=== RUN   TestE2E
Running Suite: ocm E2E Suite - /home/centos/workspace/CI-Jobs/ClusterLifecycle/clc_ocm_eks_e2e/ocm
==================================================================================================
Random Seed: 1727003817

Will run 67 of 67 specs
------------------------------
[BeforeSuite] 
/home/centos/workspace/CI-Jobs/ClusterLifecycle/clc_ocm_eks_e2e/ocm/test/e2e/e2e_suite_test.go:85
  STEP: Setup hub @ 09/22/24 11:16:57.343
  STEP: Setup spokeTestHelper @ 09/22/24 11:16:57.345
  STEP: Setup default bootstrap-hub-kubeconfig @ 09/22/24 11:16:57.345
  STEP: Check Hub Ready @ 09/22/24 11:16:57.394
  STEP: Check Klusterlet Operator Ready @ 09/22/24 11:16:57.468
  STEP: Enable Work Feature @ 09/22/24 11:16:57.48
  STEP: Enable ManifestWorkReplicaSet Feature @ 09/22/24 11:16:57.521
  STEP: Create a universal Klusterlet/managedcluster @ 09/22/24 11:17:07.779
I0922 11:17:07.779199   10868 klusterlet.go:91] klusterlet: e2e-universal-klusterlet/,   mode: Default,      agent namespace: open-cluster-management-agent-universal
  [FAILED] in [BeforeSuite] - /home/centos/workspace/CI-Jobs/ClusterLifecycle/clc_ocm_eks_e2e/ocm/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 @ 09/22/24 11:18:42.954
[BeforeSuite] [FAILED] [105.610 seconds]
[BeforeSuite] 
/home/centos/workspace/CI-Jobs/ClusterLifecycle/clc_ocm_eks_e2e/ocm/test/e2e/e2e_suite_test.go:85

  [FAILED] Timed out after 90.001s.
  Expected success, but got an error:
      <*errors.errorString | 0xc00028b6b0>: 
      cluster e2e-universal-managedcluster condtions are not ready: [{HubAcceptedManagedCluster True 0 2024-09-22 11:17:13 +0000 UTC HubClusterAdminAccepted Accepted by hub cluster admin} {ManagedClusterConditionAvailable Unknown 0 2024-09-22 11:17:38 +0000 UTC ManagedClusterLeaseUpdateStopped Registration agent stopped updating its lease.}]
      {
          s: \"cluster e2e-universal-managedcluster condtions are not ready: [{HubAcceptedManagedCluster True 0 2024-09-22 11:17:13 +0000 UTC HubClusterAdminAccepted Accepted by hub cluster admin} {ManagedClusterConditionAvailable Unknown 0 2024-09-22 11:17:38 +0000 UTC ManagedClusterLeaseUpdateStopped Registration agent stopped updating its lease.}]\",
      }
  In [BeforeSuite] at: /home/centos/workspace/CI-Jobs/ClusterLifecycle/clc_ocm_eks_e2e/ocm/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 @ 09/22/24 11:18:42.954
------------------------------
[AfterSuite] 
/home/centos/workspace/CI-Jobs/ClusterLifecycle/clc_ocm_eks_e2e/ocm/test/e2e/e2e_suite_test.go:185
  STEP: clean klusterlet e2e-universal-klusterlet resources after the test case @ 09/22/24 11:18:42.954
I0922 11:18:47.997484   10868 klusterlet.go:228] klusterlet e2e-universal-klusterlet deleted successfully
I0922 11:18:53.043967   10868 klusterlet.go:248] managed cluster e2e-universal-managedcluster deleted successfully
[AfterSuite] PASSED [10.090 seconds]
------------------------------

Summarizing 1 Failure:
  [FAIL] [BeforeSuite] 
  /home/centos/workspace/CI-Jobs/ClusterLifecycle/clc_ocm_eks_e2e/ocm/vendor/github.com/onsi/gomega/internal/async_assertion.go:145

Ran 0 of 67 Specs in 115.700 seconds
FAIL! -- A BeforeSuite node failed so all tests were skipped.
--- FAIL: TestE2E (115.70s)
FAIL
make: *** [test/e2e-test.mk:39: run-e2e] Error 1
mikeshng commented 1 month ago

Closing for now because we are expecting this failure until we have the hub on EKS feature.