public abstract class IDAuthorityTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static Duration |
GET_ID_BLOCK_TIMEOUT |
| Constructor and Description |
|---|
IDAuthorityTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static Stream<org.junit.jupiter.params.provider.Arguments> |
configs() |
static ModifiableConfiguration |
getBasicConfig() |
void |
open() |
abstract KeyColumnValueStoreManager |
openStorageManager() |
void |
tearDown() |
void |
testAuthorityUniqueIDsAreDistinct(WriteConfiguration baseConfig) |
void |
testIDExhaustion(WriteConfiguration baseConfig) |
void |
testLocalPartitionAcquisition(WriteConfiguration baseConfig) |
void |
testManyThreadsOneIDAuthority(WriteConfiguration baseConfig) |
void |
testMultiIDAcquisition(WriteConfiguration baseConfig) |
void |
testSimpleIDAcquisition(WriteConfiguration baseConfig) |
public static final Duration GET_ID_BLOCK_TIMEOUT
public static Stream<org.junit.jupiter.params.provider.Arguments> configs()
public static ModifiableConfiguration getBasicConfig()
public abstract KeyColumnValueStoreManager openStorageManager() throws BackendException
BackendExceptionpublic void open()
throws BackendException
BackendExceptionpublic void close()
throws BackendException
BackendException@ParameterizedTest @MethodSource(value="configs") public void testAuthorityUniqueIDsAreDistinct(WriteConfiguration baseConfig) throws Exception
Exception@ParameterizedTest @MethodSource(value="configs") public void testSimpleIDAcquisition(WriteConfiguration baseConfig) throws Exception
Exception@ParameterizedTest @MethodSource(value="configs") public void testIDExhaustion(WriteConfiguration baseConfig) throws Exception
Exception@ParameterizedTest @MethodSource(value="configs") public void testLocalPartitionAcquisition(WriteConfiguration baseConfig) throws Exception
Exception@ParameterizedTest @MethodSource(value="configs") public void testManyThreadsOneIDAuthority(WriteConfiguration baseConfig) throws Exception
Exception@ParameterizedTest @MethodSource(value="configs") public void testMultiIDAcquisition(WriteConfiguration baseConfig) throws Throwable
ThrowableCopyright © 2012–2024. All rights reserved.