File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ e2e_test_install() {
5353 wait_pods_running " $CLUSTER_NAMESPACE " " 4"
5454}
5555
56+ e2e_test_uninstall () {
57+ helm_cleanup_chart " $COPY_CLUSTER_NAME " " $CLUSTER_NAMESPACE "
58+ helm_cleanup_chart " $CLUSTER_NAME " " $CLUSTER_NAMESPACE "
59+
60+ k8s_async_cleanup_namespace " $CLUSTER_NAMESPACE "
61+ }
62+
5663e2e_test () {
5764 if [ -n " $TIMESCALE_VERSION " ]
5865 then
Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ e2e_test_install() {
5353 wait_pods_running " $CLUSTER_NAMESPACE " " 4"
5454}
5555
56+ e2e_test_uninstall () {
57+ helm_cleanup_chart " $COPY_CLUSTER_NAME " " $CLUSTER_NAMESPACE "
58+ helm_cleanup_chart " $CLUSTER_NAME " " $CLUSTER_NAMESPACE "
59+
60+ k8s_async_cleanup_namespace " $CLUSTER_NAMESPACE "
61+ }
62+
5663e2e_test () {
5764 if [ -n " $TIMESCALE_VERSION " ]
5865 then
Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ e2e_test_install() {
5353 wait_pods_running " $CLUSTER_NAMESPACE " " 4"
5454}
5555
56+ e2e_test_uninstall () {
57+ helm_cleanup_chart " $COPY_CLUSTER_NAME " " $CLUSTER_NAMESPACE "
58+ helm_cleanup_chart " $CLUSTER_NAME " " $CLUSTER_NAMESPACE "
59+
60+ k8s_async_cleanup_namespace " $CLUSTER_NAMESPACE "
61+ }
62+
5663e2e_test () {
5764 if [ -n " $TIMESCALE_VERSION " ]
5865 then
Original file line number Diff line number Diff line change @@ -369,13 +369,13 @@ cleanup_spec(){
369369 then
370370 for FUNCTION in $E2E_TEST_UNINSTALL_FUNCTION
371371 do
372- " $FUNCTION "
372+ " $FUNCTION " || true
373373 done
374374 fi
375375
376376 for FUNCTION in $E2E_TEST_AFTER_ALL_FUNCTION
377377 do
378- " $FUNCTION "
378+ " $FUNCTION " || true
379379 done
380380}
381381
You can’t perform that action at this time.
0 commit comments