multipass-test:lxd-add-state-op-timeout

Last commit made on 2020-10-30
Get this branch:
git clone -b lxd-add-state-op-timeout https://git.launchpad.net/multipass-test

Branch merges

Branch information

Name:
lxd-add-state-op-timeout
Repository:
lp:multipass-test

Recent commits

a76ca22... by Christopher Townsend

[lxd] Add 60 seconds timeout for state operations

If no timeout is set, LXD uses a hardcoded 30 second timeout when waiting on
operations to complete and if the wait timeout occurs, it can lead to incorrect
behavior in the LXD backend.

Fixes #1777

ccfdaaf... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #1807

1807: [snapcraft] use buildd images for core18 and core20 r=townsend2010 a=Saviq

Co-authored-by: Michał Sawicz <email address hidden>

cbdd1c1... by Michał Sawicz

[platform] test that lxd remotes are supported correctly

b2a6a00... by Michał Sawicz

[lxd] disable the snapcraft: remote altogether

Rather than leaving it crippled.

09ae67d... by Michał Sawicz

[lxd] disable snapcraft:core{18,20} images

They don't have working UEFI.

ada0d8d... by Michał Sawicz

[custom] drop "core16" alias

`base: core` != `base: core16`.

25558a2... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #1819

1819: [default_image_vault] Fix regression for file-based launches r=luis4a0 a=townsend2010

Check the instance_image_records map if an image is not found in the prepared_image_records map.

Fixes #1818

Co-authored-by: Chris Townsend <email address hidden>

3cf9cc1... by Christopher Townsend

[tests] Add tests for DefaultImageVault file-based queries

914b261... by Christopher Townsend

[tests] Fix ImageVault.minimum_image_size_throws_when_not_cached

Change error string matcher.

878b737... by Christopher Townsend

[default_image_vault] Look up instance images for minimum disk size

When determining the minimum disk size, if an image is not found in the prepared_image_records map,
then try to find it in the instance_image_records map.

Fixes #1818