~snappy-dev/snapd/+git/snapd-pawel:fix-retry-strategies

Last commit made on 2020-10-20
Get this branch:
git clone -b fix-retry-strategies https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
fix-retry-strategies
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

72450d3... by Paweł Stołowski

Fix retry strategies to use factory functions, not package-level variables. Retry strategies have some internal state (in particular LimitTime, which depends on time.Now() at creation time) and having them initialized once and then reused is incorrect and may have unexpected effects.

746a262... by Maciej Borzecki

Merge pull request #9468 from stolowski/lxd-smoke-test

tests: lxd smoke test

0f0ba23... by Zygmunt Krynicki

Merge pull request #9499 from zyga/feature/fsck-tests

tests: add tests for fsck; cmd/s-b/initramfs-mounts: fsck ubuntu-seed too

8011f69... by Paweł Stołowski

Add extra comment.

08c261d... by Paweł Stołowski

Add comments to the test.

b1ac9c8... by Paweł Stołowski

Fix typo.

1f261cc... by Zygmunt Krynicki

tests: fix broken merge conflict resolution

Signed-off-by: Zygmunt Krynicki <email address hidden>

6dcbfcc... by Paweł Stołowski

Cleanups.

f6395e4... by Zygmunt Krynicki

Merge remote-tracking branch 'zyga/feature/fsck-tests' into feature/fsck-tests

4bc5071... by Zygmunt Krynicki

tests: rely on automatic test cleanup

Signed-off-by: Zygmunt Krynicki <email address hidden>