microsoft / microsoft/codecoverage
Enable Command Execution Across Containers/Network
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 125
- Forks
- 17
- Avg merge
- 1h 17m
- Merged PRs (30d)
- 2
Description
Hi!
This is probably an enhancement request, but my current issue is:
Consider a CI/CD pipeline @integration-tests stage.
container-a:
-./dotnet-coverage collect "Service.Api" --session-id integration-tests
container-b:
-dotnet tests IntegrationTests ... (against container A)
-dotnet-coverage shutdown integration-tests (unable to do it)
I want to be able to execute a gracefull shutdown (or snapshot) of container-a via container-b. How to do it?
A possible enhancement could involve setting something like --address container-a-hostname
Thanks in advance
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the dotnet-coverage collect and shutdown entry points and the container-a/container-b CI/CD scenario described here. Define done as allowing container-b to trigger a graceful shutdown or snapshot of the session running in container-a, including how the proposed --address hostname would be used.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devops, testing-qa
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100