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

(1.16) [FAIL] Check read only [It] can run a read only check #10060

Open
bewebi opened this issue Sep 17, 2024 · 2 comments
Open

(1.16) [FAIL] Check read only [It] can run a read only check #10060

bewebi opened this issue Sep 17, 2024 · 2 comments
Labels
Type: Bug Something isn't working Type: CI Test Flake A non-deterministic test that slows down development

Comments

@bewebi
Copy link
Contributor

bewebi commented Sep 17, 2024

Which tests failed?

[FAIL] Check read only [It] can run a read only check

Initial Investigation

https://github.com/solo-io/gloo/actions/runs/10879064457/job/30183059394#step:3:959

Looks like pods were healthy but the test did not expect there to be "Note" text prior to OK
It's not clear whether the solution should be for the test to be more flexible (ie allow there to be additional text between Checking pods... and OK) or for glooctl not to include the "Note" text in output

Check read only [It] can run a read only check
/home/runner/work/gloo/gloo/test/kube2e/glooctl/check_test.go:235

  Timeline >>
  Checking deployments... OK
  Checking pods... Note: Unhandled pod condition PodReadyToStartContainersNote: Unhandled pod condition PodReadyToStartContainersNote: Unhandled pod condition PodReadyToStartContainersNote: Unhandled pod condition PodReadyToStartContainersNote: Unhandled pod condition PodReadyToStartContainersNote: Unhandled pod condition PodReadyToStartContainersNote: Unhandled pod condition PodReadyToStartContainersOK
  Checking upstreams... OK
  Checking upstream groups... OK
  Checking auth configs... OK
  Checking rate limit configs... OK
  Checking VirtualHostOptions... OK
  Checking RouteOptions... OK
  Checking secrets... OK
  Checking virtual services... OK
  Checking gateways... OK
  Checking proxies... OK
  Warning: checking proxies with port forwarding is disabled
  Warning: checking xds with port forwarding is disabled
  No problems detected.
  Skipping Gloo Instance check -- Gloo Federation not detected
  [FAILED] in [It] - /home/runner/work/gloo/gloo/test/kube2e/glooctl/check_test.go:240 @ 09/16/24 07:19:58.775
  << Timeline

  [FAILED] Expected
      <string>: Checking deployments... OK
      Checking pods... Note: Unhandled pod condition PodReadyToStartContainersNote: Unhandled pod condition PodReadyToStartContainersNote: Unhandled pod condition PodReadyToStartContainersNote: Unhandled pod condition PodReadyToStartContainersNote: Unhandled pod condition PodReadyToStartContainersNote: Unhandled pod condition PodReadyToStartContainersNote: Unhandled pod condition PodReadyToStartContainersOK
      Checking upstreams... OK
      Checking upstream groups... OK
      Checking auth configs... OK
      Checking rate limit configs... OK
      Checking VirtualHostOptions... OK
      Checking RouteOptions... OK
      Checking secrets... OK
      Checking virtual services... OK
      Checking gateways... OK
      Checking proxies... OK
      Warning: checking proxies with port forwarding is disabled
      Warning: checking xds with port forwarding is disabled
      No problems detected.
      Skipping Gloo Instance check -- Gloo Federation not detected
      
  to contain substring
      <string>: Checking pods... OK
  In [It] at: /home/runner/work/gloo/gloo/test/kube2e/glooctl/check_test.go:240 @ 09/16/24 07:19:58.775

  Full Stack Trace
    github.com/solo-io/gloo/test/kube2e/glooctl_test.glob..func2.3.2()
    	/home/runner/work/gloo/gloo/test/kube2e/glooctl/check_test.go:240 +0x2aa

Additional Information

No response

@bewebi bewebi added Type: Bug Something isn't working Type: CI Test Flake A non-deterministic test that slows down development labels Sep 17, 2024
@inFocus7
Copy link
Contributor

@jenshu
Copy link
Contributor

jenshu commented Oct 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working Type: CI Test Flake A non-deterministic test that slows down development
Projects
None yet
Development

No branches or pull requests

3 participants