-
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#18503 from jack-w-shaw/JUJU-7157_wire_up_obje…
…ctstore_getter_by_hash juju#18503 Cutover apiserver get charm object handler to be DQLite service backed. This reduced conplexity significantly To make this handler more testable, I have wrapped our application service getter in an interface. Move the existing tests for this handler to a legacy test file, and start moving tests over. The old tests used the deprecated factory methods. ## QA steps ``` $ juju bootstrap lxd lxd $ juju add-model m $ juju deploy ubuntu $ juju add-unit ubuntu ``` Both units should become active-idle
- Loading branch information
Showing
7 changed files
with
745 additions
and
711 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.