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

Fix/some rework on remote service & remote resource #1182

Merged
merged 7 commits into from
Feb 18, 2025

Conversation

zhenyu-ms
Copy link
Contributor

@zhenyu-ms zhenyu-ms commented Feb 12, 2025

Bug / Requirement Description

TODO

Solution description

  • turn remote service start into steps, thus delay remote driver construction on remote host
  • fix certain remote cmd gen utils
  • explicitly disallow remote resource usage if remote hosts being windows
  • fix empty report check in certain exporters
  • add cleanup for dangling symlink/dir due to workspace imitation on remote host, rearrange some source in remote resource as well
  • fix a bug in driver dep graph type check

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

- turn remote service start into steps, thus delay remote driver
  construction on remote host
- fix certain remote cmd gen utils
- explicitly disallow remote resource usage on windows hosts
- fix empty report check in certain exporters
- add cleanup for dangling symlink due to workspace imitation on remote
  host, rearrange some source in remote resource as well
- fix a bug in driver dep graph type check
@zhenyu-ms zhenyu-ms requested a review from a team as a code owner February 12, 2025 04:21
- fix wrong windows related change
- add detection of dangling fs obj (dir/link) by workspace imitation
self._copy_testplan_package()

exist_on_remote = self._check_workspace()
self._prepare_workspace(exist_on_remote)
Copy link
Contributor

Choose a reason for hiding this comment

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

for user's case, testplan package (when it is a venv) is most likely under workspace

@zhenyu-ms zhenyu-ms merged commit 8a022e9 into morganstanley:main Feb 18, 2025
15 checks passed
@zhenyu-ms zhenyu-ms deleted the re-remote-service branch February 19, 2025 09:13
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