From f5f1bd5eea37c9e4d9e1c049c4abd3a00712e854 Mon Sep 17 00:00:00 2001 From: Aashiq Jacob <122446118+Aashiq-J@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:41:25 +0530 Subject: [PATCH 1/2] test: update the ignoreupdates list --- tests/other_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/other_test.go b/tests/other_test.go index bcd8fb09..266609cf 100644 --- a/tests/other_test.go +++ b/tests/other_test.go @@ -25,7 +25,7 @@ func setupOptions(t *testing.T, prefix string, terraformDir string, ocpVersion s CloudInfoService: sharedInfoSvc, IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check List: []string{ - "module.observability_agents.module.logs_agent[0].helm_release.logs_agent", + "module.logs_agents.helm_release.logs_agent", }, }, TerraformVars: map[string]interface{}{ From 6f89220941fd2abad2c3e87c8ea0e28f7513ea96 Mon Sep 17 00:00:00 2001 From: Aashiq Jacob <122446118+Aashiq-J@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:45:59 +0530 Subject: [PATCH 2/2] Update other_test.go --- tests/other_test.go | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tests/other_test.go b/tests/other_test.go index 266609cf..29f70bb9 100644 --- a/tests/other_test.go +++ b/tests/other_test.go @@ -83,20 +83,6 @@ func TestRunMultiClusterExample(t *testing.T) { "module.ocp_base_cluster_2.null_resource.reset_api_key", }, }, - IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check - List: []string{ - "module.observability_agents_1.helm_release.sysdig_agent", - "module.observability_agents_2.helm_release.sysdig_agent", - "module.observability_agents_1.helm_release.cloud_monitoring_agent", - "module.observability_agents_2.helm_release.cloud_monitoring_agent", - }, - }, - ImplicitDestroy: []string{ // Ignore full destroy to speed up tests - "module.observability_agents_1.helm_release.sysdig_agent", - "module.observability_agents_2.helm_release.sysdig_agent", - "module.observability_agents_1.helm_release.cloud_monitoring_agent", - "module.observability_agents_2.helm_release.cloud_monitoring_agent", - }, // Do not hard fail the test if the implicit destroy steps fail to allow a full destroy of resource to occur ImplicitRequired: false, TerraformVars: map[string]interface{}{