cluster-api-provider-bringyourownhost icon indicating copy to clipboard operation
cluster-api-provider-bringyourownhost copied to clipboard

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

Open dharmjit opened this issue 2 years ago • 0 comments

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",
      }

dharmjit avatar Nov 30 '22 04:11 dharmjit