Skip to content
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

Brewtils Plugin requires #500

Merged
merged 17 commits into from
Aug 21, 2024
Merged

Brewtils Plugin requires #500

merged 17 commits into from
Aug 21, 2024

Conversation

1maple1
Copy link
Contributor

@1maple1 1maple1 commented Aug 20, 2024

No description provided.

@1maple1 1maple1 marked this pull request as ready for review August 20, 2024 11:19
@1maple1 1maple1 requested a review from TheBurchLog August 20, 2024 11:19
def get_system_dependency(self, require, timeout=300):
wait_time = 0.1
while timeout > 0:
system = self._ez_client.find_unique_system(name=require)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have to check, but if we have access to the Garden name of the local plugin, we should pass that forward as a filter criteria.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

local=True seems to be ok

and any("RUNNING" == instance.status for instance in system.instances)
):
return system
self._wait()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't give it the wait time

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now using the wait time

@1maple1 1maple1 merged commit e2f73e8 into develop Aug 21, 2024
6 checks passed
@1maple1 1maple1 deleted the plugin-requires branch August 21, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants