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

[BUG] Integration Tests Fail With OpenStack #8

Open
irishgordo opened this issue Oct 27, 2022 · 0 comments
Open

[BUG] Integration Tests Fail With OpenStack #8

irishgordo opened this issue Oct 27, 2022 · 0 comments

Comments

@irishgordo
Copy link

Description

Trying to run integration tests via go test -v ./tests/integration/ - the integration tests fail on OpenStack "Zed".

  Timed out after 120.000s.
  Unexpected error:
      <*errors.StatusError | 0xc0004aa640>: {
          ErrStatus: {
              TypeMeta: {Kind: "", APIVersion: ""},
              ListMeta: {
                  SelfLink: "",
                  ResourceVersion: "",
                  Continue: "",
                  RemainingItemCount: nil,
              },
              Status: "Failure",
              Message: "persistentvolumeclaims \"k3os-zed-openstack-test-0\" not found",
              Reason: "NotFound",
              Details: {
                  Name: "k3os-zed-openstack-test-0",
                  Group: "",
                  Kind: "persistentvolumeclaims",
                  UID: "",
                  Causes: nil,
                  RetryAfterSeconds: 0,
              },
              Code: 404,
          },
      }
      persistentvolumeclaims "k3os-zed-openstack-test-0" not found
  occurred
  In [It] at: /home/mike/Projects/vm-import-controller/tests/integration/openstack_test.go:98

On the Image downloading portion:
Screenshot from 2022-10-26 16-38-41
Screenshot from 2022-10-26 16-37-42

The error message seems to note that it is trying to fetch it over https when it is not really, clicking into the image, you'll see the url is accurate at the http address with port 8080.

cc: @ibrokethecloud

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