Skip to content

Commit

Permalink
rm sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jan 9, 2024
1 parent 8505c74 commit 284b7d6
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,18 @@ func TestMain(m *testing.M) {
}

var testFiles = []testutils.TestData{
// {
// Source: filepath.Join(sourcePath, "all_flash_cluster_cr.yaml"),
// Destination: filepath.Join(destinationPath, "all_flash_cluster_cr.conf"),
// Expected: filepath.Join(expectedPath, "all_flash_cluster_cr.conf"),
// Arguments: []string{"convert", "-a", "6.2.0.2", "-o", destinationPath},
// },
// {
// Source: filepath.Join(sourcePath, "multiple_feature_key_paths.yaml"),
// Destination: filepath.Join(destinationPath, "multiple_feature_key_paths.conf"),
// Expected: filepath.Join(expectedPath, "multiple_feature_key_paths.conf"),
// Arguments: []string{"convert", "-a", "6.2.0.2", "-o", destinationPath},
// },
{
Source: filepath.Join(sourcePath, "all_flash_cluster_cr.yaml"),
Destination: filepath.Join(destinationPath, "all_flash_cluster_cr.conf"),
Expected: filepath.Join(expectedPath, "all_flash_cluster_cr.conf"),
Arguments: []string{"convert", "-a", "6.2.0.2", "-o", destinationPath},
},
{
Source: filepath.Join(sourcePath, "multiple_feature_key_paths.yaml"),
Destination: filepath.Join(destinationPath, "multiple_feature_key_paths.conf"),
Expected: filepath.Join(expectedPath, "multiple_feature_key_paths.conf"),
Arguments: []string{"convert", "-a", "6.2.0.2", "-o", destinationPath},
},
{
Source: filepath.Join(sourcePath, "dim_nostorage_cluster_cr.yaml"),
Destination: filepath.Join(destinationPath, "dim_nostorage_cluster_cr.conf"),
Expand Down Expand Up @@ -311,7 +311,6 @@ func TestYamlToConf(t *testing.T) {
if !tf.SkipServerTest {
version := getVersion(tf.Arguments)
id := runServer(version, confPath, dockerClient, t, tf)
time.Sleep(time.Second * 1000)

time.Sleep(time.Second * 3) // need this to allow logs to accumulate

Expand Down

0 comments on commit 284b7d6

Please sign in to comment.