Skip to content

Commit

Permalink
Remove legacy execution table tests (#2793)
Browse files Browse the repository at this point in the history
* Remove legacy execution tests in favor of new test suite
  • Loading branch information
wxing1292 committed May 4, 2022
1 parent eca0a0f commit 6614ea6
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5,009 deletions.
14 changes: 0 additions & 14 deletions common/persistence/persistence-tests/cassandra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,6 @@ func TestCassandraShardPersistence(t *testing.T) {
suite.Run(t, s)
}

func TestCassandraExecutionManager(t *testing.T) {
s := new(ExecutionManagerSuite)
s.TestBase = NewTestBaseWithCassandra(&TestBaseOptions{})
s.TestBase.Setup(nil)
suite.Run(t, s)
}

func TestCassandraExecutionManagerWithEventsV2(t *testing.T) {
s := new(ExecutionManagerSuiteForEventsV2)
s.TestBase = NewTestBaseWithCassandra(&TestBaseOptions{})
s.TestBase.Setup(nil)
suite.Run(t, s)
}

func TestQueuePersistence(t *testing.T) {
s := new(QueuePersistenceSuite)
s.TestBase = NewTestBaseWithCassandra(&TestBaseOptions{})
Expand Down

0 comments on commit 6614ea6

Please sign in to comment.