linkerd2/test
Alejandro Pedraza f78bef4ffd
Address external_issuer_test.go flakiness (#4018)
From time to time we get this CI error when testing the external issuer
mechanism:
```
Test script: [external_issuer_test.go] Params:
[--linkerd-namespace=l5d-integration-external-issuer
--external-issuer=true]
--- FAIL: TestExternalIssuer (33.61s)
    external_issuer_test.go:89: Received error while ensuring test app
    works (before cert rotation): Error stripping header and trailing
    newline; full output:
    FAIL
```
https://github.com/alpeb/linkerd2/runs/428273855?check_suite_focus=true#step:6:526

This is caused by the "backend" pod not receiving traffic from
"slow-cooker" in a timely manner.
After those pods are deployed we're only checking that "backend" is
ready, but not "slow-cooker", so this change adds that check.

I'm also removing the `TestHelper.CheckDeployment` call because it's
redundant, since the preceeding `TestHelper.CheckPods` is already checking
that the deployment has all the specified replicas ready.
2020-02-07 19:33:32 -05:00
..
edges Add integration test for external issuer and cert rotation flows (#3709) 2019-11-14 06:58:32 +02:00
egress Temporarily fix flaky integration test (#3968) 2020-01-24 10:32:10 -08:00
endpoints Remove destination container from controller (#3661) 2019-11-08 14:40:25 -08:00
externalissuer Address external_issuer_test.go flakiness (#4018) 2020-02-07 19:33:32 -05:00
get Don't hide stderr in integration tests (#3855) 2019-12-20 09:27:18 -05:00
inject Fix inject integration tests failing due to wrong golden files (#3923) 2020-01-14 12:47:16 -05:00
routes Don't hide stderr in integration tests (#3855) 2019-12-20 09:27:18 -05:00
serviceprofiles Add integration test for external issuer and cert rotation flows (#3709) 2019-11-14 06:58:32 +02:00
stat Disable TestCliStatForLinkerdNamespace integration test (#3727) 2019-11-14 13:13:10 -08:00
tap proxy: v2.83.0-experimental (#3897) 2020-01-09 14:12:46 -08:00
testdata Added check for TapAPI service (#3689) 2020-01-27 20:07:07 +02:00
tracing Add distributed tracing integration test (#3920) 2020-01-16 10:57:15 -08:00
trafficsplit Don't hide stderr in integration tests (#3855) 2019-12-20 09:27:18 -05:00
install_test.go Update helm overrides to match stable ones (#4025) 2020-02-07 09:37:18 -05:00