Skip to content

Replace RunFunctionalTests-Dev.bat with .ps1 for better process management#1918

Closed
tyrielv wants to merge 1 commit intomicrosoft:masterfrom
tyrielv:tyrielv/func-test-ps1
Closed

Replace RunFunctionalTests-Dev.bat with .ps1 for better process management#1918
tyrielv wants to merge 1 commit intomicrosoft:masterfrom
tyrielv:tyrielv/func-test-ps1

Conversation

@tyrielv
Copy link
Contributor

@tyrielv tyrielv commented Mar 20, 2026

The .bat version left orphaned test service processes running. The .ps1 version adds:

  • Version consistency validation before running tests
  • Orphaned GVFS process cleanup after test completion
  • Structured test result output

Arguments are passed through to GVFS.FunctionalTests.exe, matching the .bat behavior (e.g. Debug --test=Namespace.Class.Method).

…ement

The .bat version left orphaned test service processes running. The .ps1
version adds:
- Version consistency validation before running tests
- Orphaned GVFS process cleanup after test completion
- Structured test result output

Arguments are passed through to GVFS.FunctionalTests.exe, matching the
.bat behavior (e.g. Debug --test=Namespace.Class.Method).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@tyrielv tyrielv requested a review from KeithIsSleeping March 20, 2026 21:03
@tyrielv tyrielv enabled auto-merge March 20, 2026 21:03
@tyrielv tyrielv disabled auto-merge March 20, 2026 21:27
@tyrielv tyrielv closed this Mar 20, 2026
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.

1 participant