Skip to content

Commit

Permalink
chore: remove implicit cluster start from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Galibey committed Nov 20, 2023
1 parent 83ed6f3 commit 5dad3ed
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 26 deletions.
3 changes: 0 additions & 3 deletions tests/cli/cdk_smoke_tests/cdk-basic.bats
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env bats

SKIP_CLUSTER_START=true
export SKIP_CLUSTER_START

TEST_HELPER_DIR="$BATS_TEST_DIRNAME/../test_helper"
export TEST_HELPER_DIR

Expand Down
3 changes: 0 additions & 3 deletions tests/cli/cdk_smoke_tests/cdk-multi-partition-consumer.bats
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env bats

SKIP_CLUSTER_START=true
export SKIP_CLUSTER_START

TEST_HELPER_DIR="$BATS_TEST_DIRNAME/../test_helper"
export TEST_HELPER_DIR

Expand Down
3 changes: 0 additions & 3 deletions tests/cli/cli-platform-cross-version.bats
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env bats

SKIP_CLUSTER_START=true
export SKIP_CLUSTER_START

TEST_HELPER_DIR="$BATS_TEST_DIRNAME/test_helper"
export TEST_HELPER_DIR

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env bats

SKIP_CLUSTER_START=true
export SKIP_CLUSTER_START

TEST_HELPER_DIR="$BATS_TEST_DIRNAME/../../test_helper"
export TEST_HELPER_DIR

Expand Down
3 changes: 0 additions & 3 deletions tests/cli/fvm_smoke_tests/fvm_basic.bats
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env bats

SKIP_CLUSTER_START=true
export SKIP_CLUSTER_START

TEST_HELPER_DIR="$BATS_TEST_DIRNAME/../test_helper"
export TEST_HELPER_DIR

Expand Down
3 changes: 0 additions & 3 deletions tests/cli/smdk_smoke_tests/smdk-basic.bats
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env bats

SKIP_CLUSTER_START=true
export SKIP_CLUSTER_START

TEST_HELPER_DIR="$BATS_TEST_DIRNAME/../test_helper"
export TEST_HELPER_DIR

Expand Down
8 changes: 0 additions & 8 deletions tests/cli/test_helper/tools_check.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ main() {
check_load_bats_libraries;
check_fluvio_bin_path;
check_timeout_bin;

if [[ -n $SKIP_CLUSTER_START ]]; then
#echo "# Skipping cluster start" >&3
:
else
#echo "# Starting cluster" >&3
check_fluvio_cluster;
fi
}

function check_fluvio_bin_path() {
Expand Down

0 comments on commit 5dad3ed

Please sign in to comment.