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

Manager start timeout should be overridable via env for stepping in IDE #175

Open
kaovilai opened this issue Feb 7, 2025 · 0 comments
Open

Comments

@kaovilai
Copy link
Member

kaovilai commented Feb 7, 2025

managerStartTimeout := 10 * time.Second

should be customizable/overridable via env

otherwise following fails when stepping in IDE

gomega.Expect(k8sClient.Get(
ctxTimeout,
types.NamespacedName{
Name: nonAdminObjectName,
Namespace: nonAdminObjectNamespace,
},
nonAdminBackup,
)).To(gomega.Succeed())

  [FAILED] Expected success, but got an error:
      <*fmt.wrapError | 0x1400058bb40>: 
      client rate limiter Wait returned an error: context deadline exceeded
      {
          msg: "client rate limiter Wait returned an error: context deadline exceeded",
          err: <context.deadlineExceededError>{},
      }
  In [It] at: /Users/tiger/git/oadp-non-admin/internal/controller/nonadminbackup_controller_test.go:923 @ 02/06/25 21:18:55.556
@shubham-pampattiwar shubham-pampattiwar moved this to Todo in OADP Feb 15, 2025
@weshayutin weshayutin moved this from Todo to New / Design in OADP Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New / Design
Development

No branches or pull requests

2 participants