-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: DPE-6521 Add missing check and wait for pebble calls #571
Conversation
@@ -144,3 +144,5 @@ Makefile | |||
|
|||
# local pyright settings | |||
pyrightconfig.json | |||
|
|||
wt*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
included to ignore worktree dirs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ay ay ay, what a slip up. great catch!
def unit_initialized(self) -> bool: | ||
"""Return whether a unit is started. | ||
|
||
Oveerride parent class method to include container accessibility check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oveerride parent class method to include container accessibility check. | |
Override parent class method to include container accessibility check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue
wait
for the process (call is not executed)Solution
Add said calls.