-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#17052 from SimonRichardson/objectstore-failure
juju#17052 Fixes intermittent failure within the objectstore S3 tests. The changes move the internal state call until we've started up the object store. Otherwise, there is a race between the test code and the implementation around what gets called or not. <!-- Why this change is needed and what it does. --> ## Checklist - [x] Code style: imports ordered, good names, simple structure, etc ## QA steps ```sh $ go test -v ./internal/objectstore -check.v -count=10 ```
- Loading branch information
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters