-
Notifications
You must be signed in to change notification settings - Fork 135
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
Integration test regression on LXD 4.0 #590
Comments
simondeziel
added a commit
to simondeziel/lxd-ci
that referenced
this issue
Jul 3, 2024
canonical/pylxd#590 Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
simondeziel
added a commit
to simondeziel/lxd-ci
that referenced
this issue
Jul 3, 2024
canonical/pylxd#590 Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
simondeziel
added a commit
to simondeziel/lxd-ci
that referenced
this issue
Jul 3, 2024
canonical/pylxd#590 Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
simondeziel
added a commit
to simondeziel/lxd-ci
that referenced
this issue
Jul 3, 2024
canonical/pylxd#590 Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
hamistao
pushed a commit
to hamistao/lxd-ci
that referenced
this issue
Jul 4, 2024
canonical/pylxd#590 Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
simondeziel
added a commit
to simondeziel/lxd-ci
that referenced
this issue
Oct 10, 2024
canonical/pylxd#590 is fixed. Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
simondeziel
added a commit
to simondeziel/lxd-ci
that referenced
this issue
Oct 11, 2024
canonical/pylxd#590 is fixed. Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
simondeziel
added a commit
to simondeziel/lxd-ci
that referenced
this issue
Oct 11, 2024
canonical/pylxd#590 is fixed. Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
simondeziel
added a commit
to simondeziel/lxd-ci
that referenced
this issue
Oct 15, 2024
canonical/pylxd#590 is fixed. Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
hamistao
pushed a commit
to hamistao/lxd-ci
that referenced
this issue
Nov 25, 2024
canonical/pylxd#590 is fixed. Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#584 introduced support for custom volume snapshot management and added additional tests. One of the additional tests now fails on LXD 4.0:
An easy way to reproduce this is with
./integration/run-integration-tests-in-lxd focal
.The issue seems to be that LXD 4.0's operation data looks like this:
While with a newer LXD, it looks like this:
Unfortunately, I couldn't trace any specific API extension related to the addition of the
storage_volume_snapshots
key.The text was updated successfully, but these errors were encountered: