From 02a48bad0b86dd820a8b2a66f3c106789feb38e8 Mon Sep 17 00:00:00 2001 From: weizhichen Date: Fri, 31 Mar 2023 04:57:40 +0000 Subject: [PATCH] Revert "use seed to repro" This reverts commit 1c5fea87f5317a0d201e8990c3db8355a40a51e5. --- Makefile | 2 +- test/e2e/suite_test.go | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index f5146101f..2ca48651c 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ e2e-test: install-ginkgo if [ ! -z "$(EXTERNAL_E2E_TEST_BLOBFUSE)" ] || [ ! -z "$(EXTERNAL_E2E_TEST_BLOBFUSE_v2)" ] || [ ! -z "$(EXTERNAL_E2E_TEST_NFS)" ]; then \ bash ./test/external-e2e/run.sh;\ else \ - ginkgo -p -vv --seed=1680185739 --fail-fast ./test/e2e;\ + ginkgo -p -vv --fail-fast ./test/e2e;\ fi .PHONY: e2e-bootstrap diff --git a/test/e2e/suite_test.go b/test/e2e/suite_test.go index 9e2d5807c..a8ed161c3 100644 --- a/test/e2e/suite_test.go +++ b/test/e2e/suite_test.go @@ -161,13 +161,13 @@ var _ = ginkgo.SynchronizedBeforeSuite(func() []byte { var _ = ginkgo.SynchronizedAfterSuite(func(ctx ginkgo.SpecContext) {}, func(ctx ginkgo.SpecContext) { - // createExampleDeployment := testCmd{ - // command: "bash", - // args: []string{"hack/verify-examples.sh"}, - // startLog: "create example deployments", - // endLog: "example deployments created", - // } - // execTestCmd([]testCmd{createExampleDeployment}) + createExampleDeployment := testCmd{ + command: "bash", + args: []string{"hack/verify-examples.sh"}, + startLog: "create example deployments", + endLog: "example deployments created", + } + execTestCmd([]testCmd{createExampleDeployment}) blobLog := testCmd{ command: "bash",