Skip to content

Commit

Permalink
Cleanup PersistenceTestCluster interface (#3112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly authored Mar 13, 2020
1 parent bb7d24d commit 36a48c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/persistence/persistence-tests/persistenceTestBase.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,9 @@ type (

// PersistenceTestCluster exposes management operations on a database
PersistenceTestCluster interface {
DatabaseName() string
SetupTestDatabase()
TearDownTestDatabase()
DropDatabase()
Config() config.Persistence
LoadSchema(fileNames []string, schemaDir string)
LoadVisibilitySchema(fileNames []string, schemaDir string)
}

// TestTransferTaskIDGenerator helper
Expand Down

0 comments on commit 36a48c3

Please sign in to comment.