Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/cluster: try to catch an refresh race
In theory the `snap refresh` should have been done but it wasn't: ``` Tue, 26 Nov 2024 12:21:29 GMT + lxc exec cluster-2771-2 -- snap refresh Tue, 26 Nov 2024 12:21:29 GMT All snaps up to date. Tue, 26 Nov 2024 12:21:29 GMT + lxc exec cluster-2771-2 -- snap switch lxd --channel=5.0/edge Tue, 26 Nov 2024 12:21:29 GMT error: snap "lxd" has "refresh-snap" change in progress ``` The snapd team asked to look at `snap changes` around that issue. Signed-off-by: Simon Deziel <[email protected]>
- Loading branch information