From db397d62c5ea3bfda09b436d1aa13993de46868e Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Fri, 1 Oct 2021 11:28:26 -0700 Subject: [PATCH] Add 1.15 versions to too old list --- agent/xds/envoy_versioning_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/agent/xds/envoy_versioning_test.go b/agent/xds/envoy_versioning_test.go index dc1e2bcc49..1efd10da3b 100644 --- a/agent/xds/envoy_versioning_test.go +++ b/agent/xds/envoy_versioning_test.go @@ -106,6 +106,12 @@ func TestDetermineSupportedProxyFeaturesFromString(t *testing.T) { "1.14.5": {expectErr: "Envoy 1.14.5 " + errTooOld}, "1.14.6": {expectErr: "Envoy 1.14.6 " + errTooOld}, "1.14.7": {expectErr: "Envoy 1.14.7 " + errTooOld}, + "1.15.0": {expectErr: "Envoy 1.15.0 " + errTooOld}, + "1.15.1": {expectErr: "Envoy 1.15.1 " + errTooOld}, + "1.15.2": {expectErr: "Envoy 1.15.2 " + errTooOld}, + "1.15.3": {expectErr: "Envoy 1.15.3 " + errTooOld}, + "1.15.4": {expectErr: "Envoy 1.15.4 " + errTooOld}, + "1.15.5": {expectErr: "Envoy 1.15.5 " + errTooOld}, } // Insert a bunch of valid versions.