| |
|
| java.lang.Object org.apache.derbyTesting.unitTests.harness.T_Generic org.apache.derbyTesting.unitTests.store.T_RecoverFullLog
T_RecoverFullLog | public class T_RecoverFullLog extends T_Generic (Code) | | A implementation unit test for log full condition
To run, create a derby.properties file in a new directory with the
contents
derby.module.test.recoverFullLog=org.apache.derbyTesting.unitTests.store.T_RecoverFullLog
Execute in order
java -DTestFillLog=true org.apache.derbyTesting.unitTests.harness.UnitTestMain
java -DTestLogSwitchFail=true org.apache.derbyTesting.unitTests.harness.UnitTestMain
java -DTestFullRecoveryFail=true org.apache.derbyTesting.unitTests.harness.UnitTestMain
(run this serveral times, this simulate recovery running out of log)
java -DTestFullRecover=true org.apache.derbyTesting.unitTests.harness.UnitTestMain
|
T_RecoverFullLog | public T_RecoverFullLog()(Code) | | |
getModuleToTestProtocolName | public String getModuleToTestProtocolName()(Code) | | |
runTests | public void runTests() throws T_Fail(Code) | | See T_Recovery for the general testing frame work
exception: T_Fail - Unexpected behaviour from the API |
|
|
|