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

Feature/dependencies accept remote driver #1144

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zhenyu-ms
Copy link
Contributor

@zhenyu-ms zhenyu-ms commented Oct 31, 2024

Bug / Requirement Description

RemoteDriver can be added to Test's driver dependency graph.

Solution description

update type checking, can it be tested in gh ci?

Checklist:

  • Test
  • Example (both test_plan.py and .rst)
  • Documentation (API)
  • News fragment present for release notes
  • MS info leakage check
  • For new driver: driver index page
  • For new assertion: ui/pdf/std renderers, documentation
  • For new cmdline arg: documentation

@zhenyu-ms zhenyu-ms requested a review from a team as a code owner October 31, 2024 03:40
@@ -573,9 +573,7 @@ def add_remote_service(self, remote_service: RemoteService):
remote_service.start()

def _stop_remote_services(self):

for name, rmt_svc in self.remote_services.items():
self.logger.info("Stopping Remote Server %s", name)
Copy link
Contributor

Choose a reason for hiding this comment

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

why remove this logging


for name, rmt_svc in self.remote_services.items():
self.logger.info("Stopping Remote Server %s", name)
for _, rmt_svc in self.remote_services.items():
Copy link
Contributor

Choose a reason for hiding this comment

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

self.remote_services.values() ?

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.

3 participants