linkerd2/test/inject/testdata
Alejandro Pedraza 368d16f23c
Fix auto-injecting pods and integration tests reporting (#3335)
* 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>
2019-08-28 15:04:20 -05:00
..
inject_test.yaml Introduce inject integration tests (#2616) 2019-04-05 11:42:49 -07:00
injected_default.golden Fix broken unit and integration tests (#3303) 2019-08-21 18:52:19 -07:00
injected_params.golden Fix broken unit and integration tests (#3303) 2019-08-21 18:52:19 -07:00
pod.yaml Fix auto-injecting pods and integration tests reporting (#3335) 2019-08-28 15:04:20 -05:00