Skip to content

Commit

Permalink
use --wait and --cascade=foreground in helm uninstall in e2e tests he…
Browse files Browse the repository at this point in the history
…lper(#1004)
  • Loading branch information
mihaialexandrescu authored Jun 27, 2023
1 parent 25c4e97 commit 2d4c6d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ func (helmDescriptor *helmDescriptor) uninstallHelmChart(kubectlOptions k8s.Kube

fixedArguments := []string{
"--debug",
"--wait",
"--cascade=foreground",
}
purge := true

Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/koperator_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ var _ = BeforeSuite(func() {
})

var _ = When("Testing e2e test altogether", Ordered, func() {
//testInstall()
// testInstall()
testProduceConsumeExternal("kafka-controller")
// testProduceConsumeInternal()
// testUninstallZookeeperCluster()
// testUninstallKafkaCluster()
// testUninstall()
// testUninstall()
})

0 comments on commit 2d4c6d4

Please sign in to comment.