-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2/n] [reconfigurator] handle empty zones/disks use cases within Exam…
…pleSystem (#6768) Currently, we build example systems and then mutate the inputs in various ways, usually to empty out zones and disks. With this PR, more of these cases are handled within the example system via a builder pattern. This simplifies upcoming work to improve `ExampleSystem` instances for more robust tests. This also makes a change to `ExampleSystem` to not carry around the blueprint -- logically, the blueprint evolves separately from the underlying system. This change also simplifies some upcoming work around making the collection and input behave correctly.
- Loading branch information
1 parent
8e5ef40
commit 13d411f
Showing
9 changed files
with
270 additions
and
177 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
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
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
Oops, something went wrong.