mirror of https://github.com/linkerd/linkerd2.git
* Fix auto-injecting pods and integration tests reporting When creating an Event when auto-injection occurs (#3316) we try to fetch the parent object to associate the event to it. If the parent doesn't exist (like in the case of stand-alone pods) the event isn't created. I had missed dealing with one part where that parent was expected. This also adds a new integration test that I verified fails before this fix. Finally, I removed from `_test-run.sh` some `|| exit_code=$?` that was preventing the whole suite to report failure whenever one of the tests in `/tests` failed. Signed-off-by: Alejandro Pedraza <alejandro@buoyant.io> |
||
---|---|---|
.. | ||
doc.go | ||
kubernetes_helper.go | ||
stream.go | ||
test_helper.go |