Skip to content

Commit

Permalink
Revert "use seed to repro"
Browse files Browse the repository at this point in the history
This reverts commit 1c5fea8.
  • Loading branch information
cvvz committed Mar 31, 2023
1 parent 1c5fea8 commit 02a48ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions test/e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 02a48ba

Please sign in to comment.