Add missing shutdown state from combinations

This commit is contained in:
2023-12-27 13:32:44 -05:00
parent 572596c575
commit 3346ce9bb0
2 changed files with 57 additions and 71 deletions

View File

@ -53,6 +53,10 @@ node_state_combinations = [
"init,flush",
"init,flushed",
"init,unflush",
"shutdown,ready",
"shutdown,flush",
"shutdown,flushed",
"shutdown,unflush",
"stop,ready",
"stop,flush",
"stop,flushed",