-
Notifications
You must be signed in to change notification settings - Fork 0
[automated] Unquarantine Aspire.Cli.Tests.CliOrphanDetectorTests.CliOrphanDetectorContinuesRunningWhenProcessAliveWithCorrectStartTime #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
base: main
Are you sure you want to change the base?
Conversation
Supports commands: - /quarantine-test <test-name(s)> <issue-url> - adds [QuarantinedTest] attribute - /unquarantine-test <test-name(s)> - removes [QuarantinedTest] attribute - /disable-test <test-name(s)> <issue-url> - adds [ActiveIssue] attribute - /enable-test <test-name(s)> - removes [ActiveIssue] attribute Features: - Requires write permission (like backport) - Works on both issues and PRs - Supports multiple test names in one command - Validates test name format and URL - Creates PR against main branch with [automated] prefix - Posts progress comments on the triggering issue/PR
…rphanDetectorContinuesRunningWhenProcessAliveWithCorrectStartTime
|
/quarantine-test Aspire.Cli.Tests.CliOrphanDetectorTests.CliOrphanDetectorCompletesWhenNoPidEnvironmentVariablePresent https://foo.com/ |
|
⏳ Started quarantine operation for |
…hanDetectorCompletesWhenNoPidEnvironmentVariablePresent
|
/unquarantine-test Aspire.Cli.Tests.CliOrphanDetectorTests.CliOrphanDetectorCompletesWhenNoPidEnvironmentVariablePresent |
|
⏳ Started unquarantine operation for |
|
ℹ️ No changes were needed. The test(s) may already be in the desired state. |
|
/unquarantine-test Aspire.Cli.Tests.CliOrphanDetectorTests.CliOrphanDetectorCompletesWhenNoPidEnvironmentVariablePresent |
|
⏳ Started unquarantine operation for |
…rphanDetectorCompletesWhenNoPidEnvironmentVariablePresent
|
/disable-test Aspire.Cli.Tests.CliOrphanDetectorTests.CliOrphanDetectorCompletesWhenNoPidEnvironmentVariablePresent |
|
❌ Operation failed. Error: /disable-test requires at least one test name and an issue URL. See the workflow run for full details. |
|
/disable-test Aspire.Cli.Tests.CliOrphanDetectorTests.CliOrphanDetectorCompletesWhenNoPidEnvironmentVariablePresent foo |
|
❌ Operation failed. Error: Invalid issue URL: "foo". Must be a valid http/https URL. See the workflow run for full details. |
|
/disable-test Aspire.Cli.Tests.CliOrphanDetectorTests.CliOrphanDetectorCompletesWhenNoPidEnvironmentVariablePresent https://google |
|
⏳ Started disable operation for |
…DetectorCompletesWhenNoPidEnvironmentVariablePresent
|
/foo |
77cc627 to
85006a8
Compare
c6e74da to
5382599
Compare
Unquarantine Test(s)
This PR was automatically generated to unquarantine the following test(s) using the
QuarantinedTestattribute:Aspire.Cli.Tests.CliOrphanDetectorTests.CliOrphanDetectorContinuesRunningWhenProcessAliveWithCorrectStartTimeTriggered by: #16 (comment by @radical)