Skip to content

Commit

Permalink
updates testenv and adds back cluster destroy
Browse files Browse the repository at this point in the history
whoops!!!
  • Loading branch information
sonnysideup committed Nov 10, 2022
1 parent 1e126f4 commit affd5f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/functional/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.11.1
github.com/aws/aws-sdk-go-v2/service/ecr v1.12.0
github.com/dominodatalab/hephaestus v0.1.21
github.com/dominodatalab/testenv v0.0.0-20221110225415-2dc11cfd48f5
github.com/dominodatalab/testenv v0.0.0-20221110234903-8460a128ef43
github.com/go-playground/validator/v10 v10.11.1
github.com/go-redis/redis/v9 v9.0.0-rc.1
github.com/heroku/docker-registry-client v0.0.0-20211012143308-9463674c8930
Expand Down
4 changes: 2 additions & 2 deletions test/functional/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7/go.mod h1:cyGadeNE
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
github.com/dominodatalab/hephaestus v0.1.21 h1:3fNkyjxf8OxoViCIJskpqOejXTRVLzp50zEKngZnVX8=
github.com/dominodatalab/hephaestus v0.1.21/go.mod h1:AVGa+u58L+G8iD+RPgPvQP2OAipDWL3tsqt6Tofo158=
github.com/dominodatalab/testenv v0.0.0-20221110225415-2dc11cfd48f5 h1:eYqGrjFcsc9rtbm/lxVKuQ1LOb+68CblCwN/4G99n1k=
github.com/dominodatalab/testenv v0.0.0-20221110225415-2dc11cfd48f5/go.mod h1:S6ua68CDPVyaj249bsb4X+ObGr6zjiv23m767hHdFKQ=
github.com/dominodatalab/testenv v0.0.0-20221110234903-8460a128ef43 h1:jjWw7Leb7ViRyUUcu4aq8mMMc/GDSVJbJfNEpgzqgpU=
github.com/dominodatalab/testenv v0.0.0-20221110234903-8460a128ef43/go.mod h1:S6ua68CDPVyaj249bsb4X+ObGr6zjiv23m767hHdFKQ=
github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs=
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU=
github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I=
Expand Down
5 changes: 4 additions & 1 deletion test/functional/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ func (suite *GenericImageBuilderTestSuite) SetupSuite() {

func (suite *GenericImageBuilderTestSuite) TearDownSuite() {
suite.T().Log("Tearing down test cluster")
// require.NoError(suite.T(), suite.manager.Destroy(context.Background()))

// NOTE: add helmfile and pvc destroy bits here with the proper conditions

require.NoError(suite.T(), suite.manager.Destroy(context.Background()))
}

func (suite *GenericImageBuilderTestSuite) TestImageBuildResourceValidation() {
Expand Down

0 comments on commit affd5f9

Please sign in to comment.