public class T_RawStoreFactory extends T_MultiThreadedIterations
Modifier and Type | Field and Description |
---|---|
(package private) static org.apache.derby.iapi.services.io.FormatableBitSet |
BS_COL_0 |
protected static org.apache.derby.iapi.services.context.ContextService |
contextService |
protected static org.apache.derby.iapi.store.raw.RawStoreFactory |
factory |
protected static org.apache.derby.iapi.services.locks.LockFactory |
lf |
protected boolean |
logDataForPurges |
protected int |
openMode |
protected static java.lang.String |
REC_001 |
protected static java.lang.String |
REC_002 |
protected static java.lang.String |
REC_003 |
protected static java.lang.String |
REC_004 |
protected static java.lang.String |
REC_005 |
protected static java.lang.String |
REC_006 |
protected static java.lang.String |
REC_007 |
protected static java.lang.String |
REC_008 |
protected static java.lang.String |
REC_009 |
protected static java.lang.String |
REC_010 |
protected static java.lang.String |
REC_011 |
protected static java.lang.String |
REC_012 |
protected static java.lang.String |
REC_013 |
protected static java.lang.String |
REC_014 |
protected static java.lang.String |
REC_015 |
protected static java.lang.String |
REC_016 |
protected static java.lang.String |
REC_017 |
protected static java.lang.String |
REC_018 |
protected static java.lang.String |
REC_NULL |
protected static java.lang.String |
REC_UNDO |
protected static java.lang.String |
SP1 |
protected static java.lang.String |
SP2 |
protected T_Util |
t_util |
private static java.lang.String |
TEST_ROLLBACK_OFF |
protected static boolean |
testRollback |
private static boolean |
testRollbackProperty |
protected static org.apache.derby.iapi.services.uuid.UUIDFactory |
uuidfactory |
threadNumber
out, shortModuleToTestName, startParams
Constructor and Description |
---|
T_RawStoreFactory() |
Modifier and Type | Method and Description |
---|---|
void |
boot(boolean create,
java.util.Properties startParams)
ModuleControl.start
|
protected void |
C010(int segment)
C010 - Create a container within a transaction, commit and the re-open
the container twice.
|
protected void |
C011()
C011 - Create a container withina transaction, commit and the re-open
the container in update and non-update mode.
|
protected void |
C012(long segment)
C012 - Drop a container within a transaction, commit, see that it is deleted.
|
protected void |
C014()
C014 - Open a container for locking only.
|
protected void |
C200() |
protected void |
C201(int whatPage)
C201 - Create container with different page size, minimum record size,
inserting into these containers to check if the variables are set correctly.
|
protected void |
CP001()
Test checkpoint
|
private static java.lang.Object |
createPersistentService(java.lang.String factoryInterface,
java.lang.String serviceName,
java.util.Properties properties)
Privileged startup.
|
private static org.apache.derby.iapi.services.context.ContextService |
getContextService()
Privileged lookup of the ContextService.
|
protected java.lang.String |
getModuleToTestProtocolName()
Get the name of the protocol for the module to test.
|
private static org.apache.derby.iapi.services.monitor.ModuleFactory |
getMonitor()
Privileged Monitor lookup.
|
protected java.lang.String |
getTestService() |
protected void |
joinSetupTest()
T_MultiThreadedIteration method
|
protected void |
L001() |
protected T_MultiThreadedIterations |
newTestObject() |
protected void |
P001(long segment)
Create a container, ensure it has one page with no records.
|
protected void |
P002(long segment)
Insert rows on the first page until the page is full, then add a page
and repeat the test (for a total of three pages with full rows).
|
protected void |
P005(long segment) |
protected void |
P006() |
protected void |
P007(long segment)
P007
this test exercises repeated updates on a 1K page
2 rows (with 1 column) will be inserted into the page.
|
protected void |
P008(long segment)
P008
this test exercises repeated inserts with small rows on a 1K page
we will insert as many rows as possible into the page.
|
protected void |
P009(long segment)
P009
this test exercises repeated shrinking and expanding of fields using updateFieldBySlot
we will insert as many rows as possible into the page.
|
protected void |
P011(long segment)
P011
this test exercises insertAtSlot, (LogicalUndo)null
|
protected void |
P012(long segment)
P012
this test exercises updateAtSlot
|
protected void |
P013()
P013
this test exercises deleteAtSlot and isDeletedAtSlot
|
protected void |
P014()
P014
this test exercises purgeAtSlot
|
protected void |
P015()
P015
this test exercises updateAtSlot
|
protected void |
P016() |
protected void |
P017() |
protected void |
P018() |
protected void |
P019()
Test bulk load and preallocation
|
protected void |
P020()
Test create container with initial page set to 100 pages
|
protected void |
P021()
Test preAllocate
|
protected void |
P022()
Test minimumRecordSize: this is to make sure that logRow and storeRecord
are consistent with each other when it comes to reserve space.
|
protected void |
P023(int segment)
Test overflowThreshold: this is to make sure that logRow and storeRecord
are consistent with each other when it comes to reserve space.
|
protected void |
P024(long segment)
Test that latches are exclusive.
|
protected void |
P030(long segment)
Insert small rows and update them so that they overflow a page.
|
protected void |
P031(long segment)
Insert 4-column long rows into 1K pages, each column is less than a page.
|
protected void |
P032(long segment)
Insert 60-column long rows into 1K pages, each column is less than a page.
|
protected void |
P033(long segment)
Insert 100-column long rows into 1K pages, each column is less than a page.
|
protected void |
P034(long segment)
Insert 401 column long row with many small columns in the beginning,
and one large column at the end into 4K pages.
|
protected void |
P035(long segment)
Insert a single long column long row into a 1K page.
|
protected void |
P036()
Test space reclaimation - purging of a long row gets back all
the row pieces.
|
protected void |
P037()
Test space reclaimation - purging of a row with serveral long columns
get back all the column chains.
|
protected void |
P038()
Test space reclaimation - rollback of an insert (with purge) of a row
that overflows and with long column get back all the space in the row
and column chain.
|
protected void |
P039()
Test space reclaimation - shrink a head row piece.
|
protected void |
P040()
Test space reclaimation - shrink a non head row piece.
|
protected void |
P041()
Test space reclaimation - update a long column to another long column.
|
protected void |
P042()
Test space reclaimation - rollback of an update that create a long
column.
|
protected void |
P043()
Test space reclaimation - rollback of an update that create a new row
piece.
|
protected void |
P050()
Test that post commit processor does not stubbify a drop table that is
rolled back in a savepoint
|
protected void |
P051()
Test rollback of Page.insert
|
protected void |
P053()
Test insertAtSlot that rolls back with a purge
|
protected void |
P054()
Test internal transaction
|
protected void |
P055(long segment)
Test rollback of partial row update.
|
protected void |
P056(long segment)
Test rollback of partial row update.
|
protected void |
P061()
Sparse row test.
|
protected void |
P071()
Serializable column test.
|
protected void |
P701(long segment)
Insert a single row and keep updating it, adding columns
not using partial rows.
|
protected void |
P702(long segment)
Insert a single row and keep updating it, adding columns
using partial rows.
|
protected void |
P703(long segment)
Simple set of partial row updates on a singel page with
shrinking and expanding columns.
|
private void |
P703Helper(org.apache.derby.iapi.store.raw.Page page,
org.apache.derby.iapi.store.raw.RecordHandle rh,
int colNum,
java.lang.String newVal,
java.lang.String unchangedCol) |
protected void |
P704(long segment)
Insert a single row with multiple portions.
|
protected void |
P705(long segment)
Same as 704 but update fields in the reverse order.
|
protected void |
P706(long segment,
boolean multiPortion)
Insert a single row with single or multiple portions.
|
protected void |
P707(long segment)
Insert a single record that has several chunks
and every other column is a long column
|
protected void |
P708(long segment,
boolean multiPortion)
Insert a single row with single or multiple portions.
|
protected void |
P709()
P709:
this test exercises purgeAtSlot , rollsback and purges the slot again,
to make sure not logging the data does not have any impact on repurging
the rollbacked purges.
|
protected void |
P710()
Test space reclaimation - purging of a long rows with a rollback and
purging againg with no data logging for purges
|
protected void |
P711()
Test space reclaimation - purging of a row with serveral long columns
rollback and repurge them again.
|
private int[] |
populateTempTable(org.apache.derby.iapi.store.raw.ContainerHandle c) |
protected void |
runEachTest() |
protected void |
runPurgeWithNoDataLoggesTests() |
protected void |
runTempTests() |
protected void |
runTestSet()
run the test
|
protected void |
setupTest()
Set up test
|
protected void |
T000()
T000 - ensure a transaction starts out idle.
|
protected void |
T001()
T001 - start and commit an empty transaction.
|
protected void |
T002()
T002 - start and abort an empty transaction.
|
protected void |
T003()
T003 - start and commit an empty transaction and then ensure
that the transaction remains open for another commit.
|
protected void |
T004()
T004 - start and abort an empty transaction and then ensure
that the transaction remains open for a commit and another abort.
|
protected void |
T005()
T005 check transaction identifiers on idle transactions.
|
protected void |
T006()
T006 - savepoint basic API testing
|
protected void |
T007()
T007 - savepoint nesting testing
|
protected void |
T008()
T008 - savepoint testing, ensure save points disappear at commit or abort.
|
protected void |
T009()
T009 - add a container and remove it within the same transaction.
|
protected void |
T010()
T010 - add a container with a default size and remove it within the same transaction.
|
protected void |
T011()
T011 - see that a container remains open over the commit of an open transaction..
|
protected void |
T012()
Test Xact.makeRecordHandle()
|
protected void |
TC001()
TC001 - Test the drop on commit mode for temp containers.
|
protected void |
TC002(int mode,
boolean doCommit)
A clone of P002 for temporary containers.
|
protected void |
TC003(int mode,
boolean doCommit)
Add a number of rows to a temp table opened in various modes,
and drop it before commit/abort.
|
protected void |
TC004(int mode1,
int mode2,
int mode3,
boolean doCommit,
boolean closeThem)
Open a temp table several time swith different modes and ensure the
correct behaviour (most severe open wins).
|
protected void |
TC004all()
Open a temp table several times with different modes and ensure the
correct behaviour (most severe open wins).
|
getNumThreads, run, runTests
Execute, FAIL, PASS, REPORT, stop, UnitTestDuration, UnitTestType
protected static final java.lang.String REC_001
protected static final java.lang.String REC_002
protected static final java.lang.String REC_003
protected static final java.lang.String REC_004
protected static final java.lang.String REC_005
protected static final java.lang.String REC_006
protected static final java.lang.String REC_007
protected static final java.lang.String REC_008
protected static final java.lang.String REC_009
protected static final java.lang.String REC_010
protected static final java.lang.String REC_011
protected static final java.lang.String REC_012
protected static final java.lang.String REC_013
protected static final java.lang.String REC_014
protected static final java.lang.String REC_015
protected static final java.lang.String REC_016
protected static final java.lang.String REC_017
protected static final java.lang.String REC_018
protected static final java.lang.String REC_UNDO
protected static final java.lang.String REC_NULL
static final org.apache.derby.iapi.services.io.FormatableBitSet BS_COL_0
protected static final java.lang.String SP1
protected static final java.lang.String SP2
private static final java.lang.String TEST_ROLLBACK_OFF
private static boolean testRollbackProperty
protected static boolean testRollback
protected static org.apache.derby.iapi.store.raw.RawStoreFactory factory
protected static org.apache.derby.iapi.services.locks.LockFactory lf
protected static org.apache.derby.iapi.services.context.ContextService contextService
protected static org.apache.derby.iapi.services.uuid.UUIDFactory uuidfactory
protected T_Util t_util
protected int openMode
protected boolean logDataForPurges
public void boot(boolean create, java.util.Properties startParams) throws org.apache.derby.iapi.error.StandardException
T_Generic
protected java.lang.String getModuleToTestProtocolName()
T_Generic
getModuleToTestProtocolName
in class T_Generic
protected void setupTest() throws T_Fail
setupTest
in class T_MultiIterations
T_Fail
- Unexpected behaviour from the APIprotected java.lang.String getTestService()
protected void joinSetupTest() throws T_Fail
joinSetupTest
in class T_MultiThreadedIterations
T_Fail
- Unexpected behaviour from the APIprotected T_MultiThreadedIterations newTestObject()
newTestObject
in class T_MultiThreadedIterations
protected void runTestSet() throws T_Fail
runTestSet
in class T_MultiIterations
T_Fail
- Unexpected behaviour from the APIprotected void runEachTest() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
org.apache.derby.iapi.error.StandardException
protected void runTempTests() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
org.apache.derby.iapi.error.StandardException
protected void runPurgeWithNoDataLoggesTests() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
org.apache.derby.iapi.error.StandardException
protected void T000() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void T001() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void T002() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void T003() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void T004() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void T005() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void T006() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void T007() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void T008() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void T009() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void T010() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void T011() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void T012() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void C010(int segment) throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void C011() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void C012(long segment) throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Standard Derby error policyprotected void C014() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Standard Derby error policyprotected void C200() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void C201(int whatPage) throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P001(long segment) throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P002(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P005(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
org.apache.derby.iapi.error.StandardException
T_Fail
protected void P006() throws org.apache.derby.iapi.error.StandardException, T_Fail
org.apache.derby.iapi.error.StandardException
T_Fail
protected void P007(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P008(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P009(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P011(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P012(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P013() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P014() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P015() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P016() throws org.apache.derby.iapi.error.StandardException, T_Fail
org.apache.derby.iapi.error.StandardException
T_Fail
protected void P017() throws org.apache.derby.iapi.error.StandardException, T_Fail
org.apache.derby.iapi.error.StandardException
T_Fail
protected void P018() throws org.apache.derby.iapi.error.StandardException, T_Fail
org.apache.derby.iapi.error.StandardException
T_Fail
protected void P019() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P020() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P021() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P022() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P023(int segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P024(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P030(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P031(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P032(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P033(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P034(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P035(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P036() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P037() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P038() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P039() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P040() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P041() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P042() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P043()
protected void P050() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P051() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P053() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P054() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P055(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P056(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P061() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P071() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P701(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P702(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P703(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprivate void P703Helper(org.apache.derby.iapi.store.raw.Page page, org.apache.derby.iapi.store.raw.RecordHandle rh, int colNum, java.lang.String newVal, java.lang.String unchangedCol) throws org.apache.derby.iapi.error.StandardException, T_Fail
org.apache.derby.iapi.error.StandardException
T_Fail
protected void P704(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P705(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P706(long segment, boolean multiPortion) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P707(long segment) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P708(long segment, boolean multiPortion) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P709() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P710() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void P711() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void L001() throws org.apache.derby.iapi.error.StandardException, T_Fail
org.apache.derby.iapi.error.StandardException
T_Fail
protected void CP001() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void TC001() throws T_Fail, org.apache.derby.iapi.error.StandardException
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprivate int[] populateTempTable(org.apache.derby.iapi.store.raw.ContainerHandle c) throws org.apache.derby.iapi.error.StandardException, T_Fail
org.apache.derby.iapi.error.StandardException
T_Fail
protected void TC002(int mode, boolean doCommit) throws org.apache.derby.iapi.error.StandardException, T_Fail
mode doCommit TRUNCATE_ON_COMMIT true Ensure the table has only one empty page after commit TRUNCATE_ON_COMMIT false Ensure the table has only one empty page after abort 0 false Ensure the table has only one empty page after abort
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void TC003(int mode, boolean doCommit) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void TC004all() throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprotected void TC004(int mode1, int mode2, int mode3, boolean doCommit, boolean closeThem) throws org.apache.derby.iapi.error.StandardException, T_Fail
T_Fail
- Unexpected behaviour from the APIorg.apache.derby.iapi.error.StandardException
- Unexpected exception from the implementationprivate static org.apache.derby.iapi.services.context.ContextService getContextService()
private static org.apache.derby.iapi.services.monitor.ModuleFactory getMonitor()
private static java.lang.Object createPersistentService(java.lang.String factoryInterface, java.lang.String serviceName, java.util.Properties properties) throws org.apache.derby.iapi.error.StandardException
org.apache.derby.iapi.error.StandardException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.