Heinz Knutzen

Results 4 issues of Heinz Knutzen

Two test case have the same name "from root, integration mode": https://github.com/go-gremlins/gremlins/blob/ec07e489fffbb98f5ca74109b3e680fb1c5a04a9/internal/coverage/coverage_test.go#L61-L72 I think the second test should have name "from folder, integration mode".

good first issue
c/refactoring

In https://github.com/go-gremlins/gremlins/blob/ec07e489fffbb98f5ca74109b3e680fb1c5a04a9/internal/coverage/coverage_test.go#L77 the value for flag "-tag" is given as "tag1 tag2". But according to documentation, this should be written as "tag1,tag2". From `go help build`: > -tags tag,list >...

t/to-triage

## 🐞Bug Report ### Bug Description The mutation conditionals-negation is only applied to "==" and "!=" but not to ">", "

c/bug

When is a "bind_nat = x" useless? 1. bind_nat is applied to an unmanaged device and 2. the area where this bind_nat is applicable, has no managed device and 3....

Feature
Low prio