@ExtendWith(value=ExternalStorage.class) @NotThreadSafe public abstract class PersistenceTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
KEYSPACE_NAME_MAX_LENGTH |
| Constructor and Description |
|---|
PersistenceTest() |
protected static final int KEYSPACE_NAME_MAX_LENGTH
protected abstract Persistence persistence()
@BeforeEach
public void setup(org.junit.jupiter.api.TestInfo testInfo,
ClusterConnectionInfo backend)
@Test
public void querySystemTables()
throws ExecutionException,
InterruptedException
@Test
public void testKeyspace()
throws ExecutionException,
InterruptedException
@Test
public void testAlterAndDrop()
throws ExecutionException,
InterruptedException
@Test
public void testColumnKinds()
throws ExecutionException,
InterruptedException
@Disabled(value="Disabling for now since it currently just hangs")
@Test
public void testInsertingAndReadingDifferentTypes()
throws Exception
Exception@Test
public void testUseTypesInWhere()
throws Exception
Exception@Test
public void testSecondaryIndexes()
throws ExecutionException,
InterruptedException
@Test public void testMaterializedView()
@Disabled(value="Disabling for now since it currently just hangs")
@Test
public void testTupleWithAllSimpleTypes()
throws UnknownHostException,
ExecutionException,
InterruptedException
@Test
public void testUDTWithAllSimpleTypes()
throws UnknownHostException,
ExecutionException,
InterruptedException
@Disabled(value="Disabling for now since it currently just hangs")
@Test
public void testUDT()
throws ExecutionException,
InterruptedException
@Disabled(value="Disabling for now since it currently just hangs")
@Test
public void testTupleMismatch()
throws ExecutionException,
InterruptedException
@Test
public void testOrdinaryTypeMismatch()
throws ExecutionException,
InterruptedException
@Disabled(value="Disabling for now since it fails with a strange MV schema generated")
@Test
public void testMvIndexes()
throws ExecutionException,
InterruptedException
@Test
public void testPagination()
throws ExecutionException,
InterruptedException
@Test
public void testINClause()
throws ExecutionException,
InterruptedException
@Test
public void testWithUnsetParameter()
throws ExecutionException,
InterruptedException
@Test
public void testDeleteCell()
throws ExecutionException,
InterruptedException
@Test
public void testPrepStmtCacheInvalidation()
throws ExecutionException,
InterruptedException
@Test
public void testKeyspaceReplicationAndDurableWrites()
throws ExecutionException,
InterruptedException
@Test public void testTableCommentSelect()
@Test
public void testInsertWithTTL()
throws ExecutionException,
InterruptedException
@Test
public void testUpdateWithTTL()
throws ExecutionException,
InterruptedException
@Test
public void testCqlExecutionInfo()
throws ExecutionException,
InterruptedException
@Test
public void testSimpleSelectStmt()
throws ExecutionException,
InterruptedException
@Test
public void testLimit()
throws ExecutionException,
InterruptedException
@Test
public void testPerPartitionLimit()
throws ExecutionException,
InterruptedException
@Test
public void testWarnings()
throws ExecutionException,
InterruptedException
@Test public void testSchemaAgreementAchievable()
@Test
public void testPagingStateForNextPartition()
throws ExecutionException,
InterruptedException
@Test
public void testPagingStateForNextRow()
throws ExecutionException,
InterruptedException
@Test
public void testRowDecorator()
throws ExecutionException,
InterruptedException
Copyright © 2021. All rights reserved.