From cb50ad304aa648e1d0563865aa75ccfed1a03004 Mon Sep 17 00:00:00 2001 From: Arjun Kondur Date: Fri, 27 Sep 2024 09:42:33 -0500 Subject: [PATCH] Test everything together --- .github/workflows/build-test-push-workflow.yml | 10 +++++----- test/appframework_aws/c3/manager_appframework_test.go | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-test-push-workflow.yml b/.github/workflows/build-test-push-workflow.yml index 91131027b..77338e9a3 100644 --- a/.github/workflows/build-test-push-workflow.yml +++ b/.github/workflows/build-test-push-workflow.yml @@ -164,12 +164,12 @@ jobs: fail-fast: false matrix: test: [ - #basic#, - #appframeworks1, + basic, + appframeworks1, managerappframeworkc3, - #managerappframeworkm4, - #managersecret, - #managermc, + managerappframeworkm4, + managersecret, + managermc, ] runs-on: ubuntu-latest env: diff --git a/test/appframework_aws/c3/manager_appframework_test.go b/test/appframework_aws/c3/manager_appframework_test.go index a37e58617..7d9272c23 100644 --- a/test/appframework_aws/c3/manager_appframework_test.go +++ b/test/appframework_aws/c3/manager_appframework_test.go @@ -85,7 +85,7 @@ var _ = Describe("c3appfw test", func() { } }) - XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() { + Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() { It("smoke, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() { /* Test Steps @@ -445,7 +445,7 @@ var _ = Describe("c3appfw test", func() { }) }) - XContext("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() { + Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() { It("smoke, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() { /* Test Steps @@ -930,7 +930,7 @@ var _ = Describe("c3appfw test", func() { }) }) - XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() { + Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() { It("smoke, c3, managerappframeworkc3, appframework: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() { /* Test Steps @@ -3103,7 +3103,7 @@ var _ = Describe("c3appfw test", func() { }) }) - XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() { + Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() { It("smoke, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() { /*