-
Notifications
You must be signed in to change notification settings - Fork 11
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
Enable Command Execution Across Containers/Network #103
Comments
At the moment, our support is limited to operations on a single machine. At this time, we do not have plans to introduce this feature. We will keep issue open to see interest. |
@jakubch1 Is there an alternative approach how to retrieve the code coverage after I ran my test agast the running session Azure Pipeline:
Is that server shutdown needed? Should that snapshot not contain already the coverage I needed? Would be great if you could support here. P.S. The test results ( |
Your scenario looks good and should be supported. My guess is that k8s pod is missing some coverage dependencies or pdbs are not available. Could you please collect logs in step 1. ? |
Yes, here are the logs from step 1 in Verbose mode. How can I check, if pdbs are not available? I do not have any special configuration like in the docs here. UPDATE (issue solved): |
Hi again, |
It seems like coverage file is corrupt. Can you please share what command lines you are executing? And the coverage file? |
Thanks for the response. |
What is private system firewall defender App's for |
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
The text was updated successfully, but these errors were encountered: