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

Flaky test - [It] should set host platform info from byohost to byomachine #752

Open
dharmjit opened this issue Nov 30, 2022 · 0 comments
Open

Comments

@dharmjit
Copy link
Contributor

The test [It] should set host platform info from byohost to byomachine seems flaky and fails sometimes. GitHub Actions test stage[here] output below

Controllers/ByomachineController When cluster infrastructure is ready When a single BYO Host is available When ByoMachine is attached to a host [It] should set host platform info from byohost to byomachine 
/home/runner/work/cluster-api-provider-bringyourownhost/cluster-api-provider-bringyourownhost/controllers/infrastructure/byomachine_controller_test.go:346

  Expected
      <v1beta1.HostInfo>: {OSName: "", OSImage: "", Architecture: ""}
  to equal
      <v1beta1.HostInfo>: {
          OSName: "linux",
          OSImage: "Ubuntu 20.04.4 LTS",
          Architecture: "arm64",
      }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant