Skip to content

Commit

Permalink
test case fix - adding extra timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekr-splunk committed Dec 22, 2023
1 parent bfa5835 commit 4b5f05f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
42 changes: 21 additions & 21 deletions test/appframework_aws/c3/appframework_aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -307,7 +307,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, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -514,7 +514,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("integration, c3, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps, scale up clusters, install apps on new pods, scale down", func() {

/* Test Steps
Expand Down Expand Up @@ -792,7 +792,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, masterappframeworkc3, appframework: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() {

/* Test Steps
Expand Down Expand Up @@ -931,7 +931,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("c3, integration, masterappframeworkc3, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -1142,7 +1142,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("c3, integration, masterappframeworkc3, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then downgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -1350,7 +1350,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("integration, c3, masterappframeworkc3, appframework: can deploy a C3 SVA instance with App Framework enabled and install above 200MB of apps at once", func() {

/* Test Steps
Expand Down Expand Up @@ -1442,7 +1442,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("integration, c3, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled for manual update", func() {
/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1686,7 +1686,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("integration, c3, masterappframeworkc3, appframework: can deploy a C3 SVA and have apps installed and updated locally on Cluster Manager and Deployer for manual polling", func() {

/* Test Steps
Expand Down Expand Up @@ -1869,7 +1869,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("c3, integration, masterappframeworkc3, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them via a manual poll", func() {

/* Test Steps
Expand Down Expand Up @@ -2093,7 +2093,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("integration, c3, masterappframeworkc3, appframework: can deploy a C3, add new apps to app source while install is in progress and have all apps installed locally on Cluster Manager and Deployer", func() {

/* Test Steps
Expand Down Expand Up @@ -2221,7 +2221,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("integration, c3, masterappframeworkc3, appframework: can deploy a C3, add new apps to app source while install is in progress and have all apps installed cluster-wide", func() {

/* Test Steps
Expand Down Expand Up @@ -2356,7 +2356,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("integration, c3, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app install is in progress", func() {

/* Test Steps
Expand Down Expand Up @@ -2450,7 +2450,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("integration, c3, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app download is in progress", func() {

/* Test Steps
Expand Down Expand Up @@ -2544,7 +2544,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("integration, c3, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install an app, then disable it by using a disabled version of the app and then remove it from app source", func() {

/* Test Steps
Expand Down Expand Up @@ -2653,7 +2653,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("integration, c3, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and update apps after app download is completed", func() {

/* Test Steps
Expand Down Expand Up @@ -2773,7 +2773,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("c3, integration, masterappframeworkc3, appframework: can deploy a C3 SVA and install a bigger volume of apps than the operator PV disk space", func() {

/* Test Steps
Expand Down Expand Up @@ -2868,7 +2868,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("integration, c3, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and delete apps from app directory when download is complete", func() {

/* Test Steps
Expand Down Expand Up @@ -2965,7 +2965,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, masterappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() {

/*
Expand Down Expand Up @@ -3031,7 +3031,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("integration, c3: can deploy a C3 SVA and a Standalone, then add that Standalone as a Search Head to the cluster", func() {

/* Test Steps
Expand Down Expand Up @@ -3091,7 +3091,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("integration, c3, masterappframeworkc3, appframework: can deploy a C3 SVA and have ES app installed on Search Head Cluster", func() {

/* Test Steps
Expand Down
42 changes: 21 additions & 21 deletions test/appframework_aws/c3/manager_appframework_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -304,7 +304,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework and Image Upgrade", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework and Image Upgrade", func() {
It("smoke, c3, managerappframeworkc3t, appframework: can deploy a C3 SVA with App Framework enabled, install apps then upgrade the image and apps", func() {

//################## SETUP ####################
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -652,7 +652,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("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps, scale up clusters, install apps on new pods, scale down", func() {

/* Test Steps
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1069,7 +1069,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("c3, integration, managerappframeworkc3, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -1280,7 +1280,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("c3, integration, managerappframeworkc3, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then downgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -1488,7 +1488,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("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA instance with App Framework enabled and install above 200MB of apps at once", func() {

/* Test Steps
Expand Down Expand Up @@ -1580,7 +1580,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("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled for manual update", func() {
/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1824,7 +1824,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("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA and have apps installed and updated locally on Cluster Manager and Deployer for manual polling", func() {

/* Test Steps
Expand Down Expand Up @@ -2007,7 +2007,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("c3, integration, managerappframeworkc3, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them via a manual poll", func() {

/* Test Steps
Expand Down Expand Up @@ -2231,7 +2231,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("integration, c3, managerappframeworkc3, appframework: can deploy a C3, add new apps to app source while install is in progress and have all apps installed locally on Cluster Manager and Deployer", func() {

/* Test Steps
Expand Down Expand Up @@ -2494,7 +2494,7 @@ var _ = Describe("c3appfw test", func() {
})
})
// Vivek need testing
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("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app install is in progress", func() {

/* Test Steps
Expand Down Expand Up @@ -2588,7 +2588,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("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app download is in progress", func() {

/* Test Steps
Expand Down Expand Up @@ -2682,7 +2682,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("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install an app, then disable it by using a disabled version of the app and then remove it from app source", func() {

/* Test Steps
Expand Down Expand Up @@ -2791,7 +2791,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("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and update apps after app download is completed", func() {

/* Test Steps
Expand Down Expand Up @@ -2911,7 +2911,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("c3, integration, managerappframeworkc3, appframework: can deploy a C3 SVA and install a bigger volume of apps than the operator PV disk space", func() {

/* Test Steps
Expand Down Expand Up @@ -3006,7 +3006,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("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and delete apps from app directory when download is complete", func() {

/* Test Steps
Expand Down Expand Up @@ -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() {

/*
Expand Down Expand Up @@ -3169,7 +3169,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("integration, c3: can deploy a C3 SVA and a Standalone, then add that Standalone as a Search Head to the cluster", func() {

/* Test Steps
Expand Down Expand Up @@ -3229,7 +3229,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("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA and have ES app installed on Search Head Cluster", func() {

/* Test Steps
Expand Down

0 comments on commit 4b5f05f

Please sign in to comment.