public class TestSplitLogWorker
extends java.lang.Object
| Constructor and Description |
|---|
TestSplitLogWorker() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
teardown() |
void |
testAcquireMultiTasks() |
void |
testAcquireMultiTasksByAvgTasksPerRS()
The test checks SplitLogWorker should not spawn more splitters than expected num of tasks per
RS
|
void |
testAcquireTaskAtStartup() |
void |
testMultipleTasks() |
void |
testPreemptTask() |
void |
testRaceForTask() |
void |
testRescan() |
public void setup()
throws java.lang.Exception
java.lang.Exceptionpublic void teardown()
throws java.lang.Exception
java.lang.Exceptionpublic void testAcquireTaskAtStartup()
throws java.lang.Exception
java.lang.Exceptionpublic void testRaceForTask()
throws java.lang.Exception
java.lang.Exceptionpublic void testPreemptTask()
throws java.lang.Exception
java.lang.Exceptionpublic void testMultipleTasks()
throws java.lang.Exception
java.lang.Exceptionpublic void testRescan()
throws java.lang.Exception
java.lang.Exceptionpublic void testAcquireMultiTasks()
throws java.lang.Exception
java.lang.Exceptionpublic void testAcquireMultiTasksByAvgTasksPerRS()
throws java.lang.Exception
java.lang.Exception