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

Sporadic test failures #1180

Closed
lukasfrank opened this issue Dec 9, 2024 · 0 comments · Fixed by #1223
Closed

Sporadic test failures #1180

lukasfrank opened this issue Dec 9, 2024 · 0 comments · Fixed by #1223
Assignees
Labels
bug Something isn't working

Comments

@lukasfrank
Copy link
Member

lukasfrank commented Dec 9, 2024

Describe the bug
The tests in IronCore are failing here and there:
https://github.com/ironcore-dev/ironcore/actions/runs/12231062783/job/34113407551?pr=1165

  [FAILED] Unexpected error:
      <*fmt.wrapError | 0xc0000d2160>: 
      error patching network to be owned by network interface: error patching object to be controlled: networks.networking.ironcore.dev "net-6fdfb85b7c-pq4gb" not found
      {
          msg: "error patching network to be owned by network interface: error patching object to be controlled: networks.networking.ironcore.dev \"net-6fdfb85b7c-pq4gb\" not found",
          err: <*fmt.wrapError | 0xc0000d2140>{
              msg: "error patching object to be controlled: networks.networking.ironcore.dev \"net-6fdfb85b7c-pq4gb\" not found",
              err: <*errors.StatusError | 0xc000546320>{
                  ErrStatus: {
                      TypeMeta: {Kind: "", APIVersion: ""},
                      ListMeta: {
                          SelfLink: "",
                          ResourceVersion: "",
                          Continue: "",
                          RemainingItemCount: nil,
                      },
                      Status: "Failure",
                      Message: "networks.networking.ironcore.dev \"net-6fdfb85b7c-pq4gb\" not found",
                      Reason: "NotFound",
                      Details: {
                          Name: "net-6fdfb85b7c-pq4gb",
                          Group: "networking.ironcore.dev",
                          Kind: "networks",
                          UID: "",
                          Causes: nil,
                          RetryAfterSeconds: 0,
                      },
                      Code: 404,
                  },
              },
          },
      }
  occurred
  In [It] at: /home/runner/work/ironcore/ironcore/broker/machinebroker/server/machine_networkinterface_attach_test.go:169 @ 12/09/24 07:43:56.834

or

  [FAILED] Unexpected error:
      <*fmt.wrapError | 0xc0000756c0>: 
      error getting ironcore volume 233604757774fa5a2b2daf7af3311782f06f3bf9db543d0fe065feef9d868ae: failed to get restmapping: no matches for kind "Volume" in group "storage.ironcore.dev"
      {
          msg: "error getting ironcore volume 233604757774fa5a2b2daf7af3311782f06f3bf9db543d0fe065feef9d868ae: failed to get restmapping: no matches for kind \"Volume\" in group \"storage.ironcore.dev\"",
          err: <*fmt.wrapError | 0xc0000756a0>{
              msg: "failed to get restmapping: no matches for kind \"Volume\" in group \"storage.ironcore.dev\"",
              err: <*meta.NoKindMatchError | 0xc00017c980>{
                  GroupKind: {
                      Group: "storage.ironcore.dev",
                      Kind: "Volume",
                  },
                  SearchedVersions: nil,
              },
          },
      }
  occurred
  In [It] at: /home/runner/work/ironcore/ironcore/broker/volumebroker/server/volume_expand_test.go:71 @ 12/09/24 09:16:20.422
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants