-
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.
Simulated Crucible agent should be stricter (#4049)
There's a few more info messages here that will aid debugging, plus a few ways the simulated Crucible agent is now stricter: - it should be impossible to create a snapshot of a region in a bad state. - it should be an error to try to delete a snapshot for a non-existent region (the real sled agent would return a 404) - it should be an error to attempt creating a running snapshot for a snapshot that does not exist The actual Crucible agent reuses freed ports, so the simulated one should too.
- Loading branch information
Showing
3 changed files
with
406 additions
and
76 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
Oops, something went wrong.