Skip to content

Commit

Permalink
Merge branch 'master' into reapply-loop
Browse files Browse the repository at this point in the history
  • Loading branch information
yux0 authored Mar 14, 2020
2 parents 319fce6 + 36a48c3 commit e95298a
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 e95298a

Please sign in to comment.