cunicu / gont

A Go testing framework for distributed applications
http://gont.cunicu.li/
Apache License 2.0
77 stars 5 forks source link

Don't create files in /etc/iproute2 out of thin air #165

Open Infinoid opened 4 months ago

Infinoid commented 4 months ago

Fixes: #164

Infinoid commented 4 months ago

I was not able to run your unit tests; I get a timeout after 10 minutes. Please let me know if it breaks anything else.

I tested this using one of my own tests; it worked for me.

Before patch:

After patch:

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 50.64%. Comparing base (1f3a281) to head (7cd1773).

Files Patch % Lines
pkg/exec.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #165 +/- ## ========================================== + Coverage 50.48% 50.64% +0.15% ========================================== Files 67 67 Lines 3207 3197 -10 ========================================== Hits 1619 1619 + Misses 1362 1352 -10 Partials 226 226 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.