Conversation
59c7467 to
2531fff
Compare
|
Integration test results for 2531fff: fail 😕 |
2531fff to
a66735e
Compare
|
Integration test results for a66735e: success 🎉 |
The integration tests were not exercising proxy auto inject. Introduce a `--proxy-auto-inject` flag to `install_test.go`, which now exercises install, check, and smoke test deploy for both manual and auto injected use cases. Part of #2569 Signed-off-by: Andrew Seigner <[email protected]>
a66735e to
807e73d
Compare
|
Integration test results for 807e73d: fail 😕 |
Signed-off-by: Andrew Seigner <[email protected]>
|
Integration test results for 5d58400: success 🎉 |
alpeb
left a comment
There was a problem hiding this comment.
Changes looks great, and works perfectly, thanks! 🚢
👕
Running test [install_test.go] --proxy-auto-inject
=== RUN TestVersionPreInstall
--- PASS: TestVersionPreInstall (0.04s)
=== RUN TestCheckPreInstall
--- PASS: TestCheckPreInstall (0.10s)
=== RUN TestInstall
--- PASS: TestInstall (35.35s)
=== RUN TestVersionPostInstall
--- PASS: TestVersionPostInstall (0.03s)
=== RUN TestInstallSP
--- PASS: TestInstallSP (0.16s)
=== RUN TestCheckPostInstall
--- PASS: TestCheckPostInstall (0.11s)
=== RUN TestDashboard
--- PASS: TestDashboard (0.56s)
=== RUN TestInject
--- PASS: TestInject (12.23s)
=== RUN TestServiceProfileDeploy
--- PASS: TestServiceProfileDeploy (0.58s)
=== RUN TestCheckProxy
--- PASS: TestCheckProxy (0.13s)
=== RUN TestLogs
--- PASS: TestLogs (30.02s)
=== RUN TestRestarts
--- PASS: TestRestarts (0.08s)
PASS
ok command-line-arguments 79.419s
The integration tests were not exercising proxy auto inject. Introduce a `--proxy-auto-inject` flag to `install_test.go`, which now exercises install, check, and smoke test deploy for both manual and auto injected use cases. Part of linkerd#2569 Signed-off-by: Andrew Seigner <[email protected]> Signed-off-by: [email protected] <[email protected]>
The integration tests were not exercising proxy auto inject. Introduce a `--proxy-auto-inject` flag to `install_test.go`, which now exercises install, check, and smoke test deploy for both manual and auto injected use cases. Part of linkerd#2569 Signed-off-by: Andrew Seigner <[email protected]> Signed-off-by: [email protected] <[email protected]>
The integration tests were not exercising proxy auto inject.
Introduce a
--proxy-auto-injectflag toinstall_test.go, whichexercises install, check, and app deploy (via smoke test) for both
manual and auto injected use cases.
Part of #2569
Signed-off-by: Andrew Seigner [email protected]