From 5eaa90344929f77a3188c1ae9c49cb29bc702edb Mon Sep 17 00:00:00 2001 From: Charles de Beauchesne Date: Wed, 16 Oct 2024 15:22:05 +0200 Subject: [PATCH 1/2] [golang] Flag Test_HeaderTags_Colon_Trailing failing for AIT-8571 --- manifests/golang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/golang.yml b/manifests/golang.yml index 330186de99..df10fe1fc7 100644 --- a/manifests/golang.yml +++ b/manifests/golang.yml @@ -524,7 +524,7 @@ tests/: test_library_conf.py: Test_HeaderTags: v1.53.0 Test_HeaderTags_Colon_Leading: v1.53.0 - Test_HeaderTags_Colon_Trailing: v1.69.0 + Test_HeaderTags_Colon_Trailing: bug (AIT-8571) Test_HeaderTags_Long: v1.53.0 Test_HeaderTags_Short: v1.53.0 Test_HeaderTags_Whitespace_Header: v1.53.0 From 02740b75c1ab8af3c004124d4e16e517a6273712 Mon Sep 17 00:00:00 2001 From: Charles de Beauchesne Date: Wed, 16 Oct 2024 15:33:38 +0200 Subject: [PATCH 2/2] Skip Test_Config_HttpServerErrorStatuses_FeatureFlagCustom for echo --- manifests/golang.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifests/golang.yml b/manifests/golang.yml index df10fe1fc7..557b2792d7 100644 --- a/manifests/golang.yml +++ b/manifests/golang.yml @@ -506,7 +506,10 @@ tests/: Test_Config_HttpClientErrorStatuses_Default: v1.69.0 Test_Config_HttpClientErrorStatuses_FeatureFlagCustom: v1.69.0 Test_Config_HttpServerErrorStatuses_Default: v1.67.0 - Test_Config_HttpServerErrorStatuses_FeatureFlagCustom: v1.69.0 + Test_Config_HttpServerErrorStatuses_FeatureFlagCustom: + "*": v1.69.0 + echo: missing_feature + uds-echo: missing_feature Test_Config_IntegrationEnabled_False: irrelevant (not applicable to Go because of how they do auto instrumentation) Test_Config_IntegrationEnabled_True: irrelevant (not applicable to Go because of how they do auto instrumentation) Test_Config_ObfuscationQueryStringRegexp_Configured: v1.67.0