|
Class Summary |
| _Suite |
Suite to run all JUnit tests in this package:
org.apache.derbyTesting.functionTests.tests.lang
All tests are run "as-is", just as if they were run
individually. |
| BackupPathTests |
|
| backupRestore1 |
Test of backup restore through java program JDBC calls. |
| BackupRestoreTest |
|
| BaseTest |
Common utility functions that can be shared across store .java tests. |
| Beetle6038 |
Test that the two new encryption properties
DATA_ENCRYPT_ALGORITHM_VERSION="data_encrypt_algorithm_version"
LOG_ENCRYPT_ALGORITHM_VERSION="log_encrypt_algorithm_version"
exist and verify the version. |
| BootAllTest |
Tests for the system property "derby.system.bootAll"
DERBY-1296 - Setting property derby.system.bootAll causes an Exception
create & shutdown three databases as well as the default
shutdown the engine
set "derby.system.bootAll"
check at least four databases are listed in the driver info
Test drops the three databases after their use as it uses
the singleUseDatabaseDecorator. |
| bootLock |
Testing for FileLocks that prevent Derby Double Boot. |
| bootLock1 |
Just make a connection to wombat ,
Used by bootLock.java to invoke a different jvm and make a connection to wombat |
| checkPoint |
Test to make sure checkpoint or occuring as expected. |
| ClassLoaderBootTest |
|
| ClobReclamationTest |
Verify that space gets reclaimed for multi-threaded Clob updates |
| col_rec1 |
The purpose of this test and col_rec2 test is to create a territory based
database and create some objects with collation sensitive character types. |
| col_rec2 |
The purpose of this test and col_rec1 test is to create a territory based
database and create some objects with collation sensitive character types. |
| Derby3625Test |
Test to reproduce DERBY-3625, failure in inline compress, in some
circumstances depending on exact size of data and state of pages during
the defragment phase. |
| Derby3980DeadlockTest |
Test to test two threads doing select then delete of a row
using REPEATABLE_READ isolation level. |
| dropcrash |
The purpose of this test is to reproduce JIRA DERBY-662:
Sometimes during redo the system would incorrectly remove the file associated
with a table. |
| dropcrash2 |
|
| EncryptionAESTest |
Tests various connection sequences to further test AES encrypted databases. |
| EncryptionKeyAESTest |
Test basic functionality on a database encrypted with the AES algorithm. |
| EncryptionKeyBlowfishTest |
Test basic functionality on a database encrypted with the Blowfish
algorithm. |
| EncryptionKeyDESTest |
Test basic functionality on a database encrypted with the DES algorithm. |
| EncryptionKeyTest |
Tests various connection sequences to encrypted databases. |
| EncryptionTest |
check if bootpassword is not written out in plain text into service.properties
for an encrypted database run within the test harness. |
| HoldCursorExternalSortJDBC30Test |
TEST CASES SPECIFIC TO STORE IMPLEMENTATION OF HOLD CURSOR (external sort). |
| HoldCursorJDBC30Test |
|
| IndexSplitDeadlockTest |
Test that executes the code paths changed by the fix for the index split
deadlock (DERBY-2991). |
| LiveLockTest |
Test to test two threads doing staggered select then update of a row
Staggered selects should not starve the update. |
| LogChecksumRecovery |
|
| LogChecksumRecovery1 |
|
| LogChecksumSetup |
|
| LogDeviceTest |
|
| MaxLogNumber |
|
| MaxLogNumberRecovery |
|
| oc_rec1 |
|
| oc_rec2 |
|
| oc_rec3 |
|
| oc_rec4 |
|
| OfflineBackupTest |
|
| OnlineBackup |
This class provides functionalty for tests to perform
online backup in a separate thread. |
| OnlineBackupTest1 |
|
| OnlineBackupTest3 |
|
| OnlineCompressTest |
|
| OSReadOnlyTest |
|
| PositionedStoreStreamTest |
Tests of the repositioning logic in PositionedStoreStream. |
| RecoveryAfterBackup |
This test contains a recovery for a database that did recovery just
before it went down. |
| RecoveryAfterBackupSetup |
This class will do the setup for testing recovery after backup. |
| ReEncryptCrashRecovery |
|
| StoreBaseTest |
Utility functions useful when testing store. |
| StreamingColumnTest |
Test of JDBC result set Stream calls. |
| TestDiskHashtable |
This program tests the org.apache.derby.iapi.store.access.DiskHashtable class. |
| TestDurabilityProperty |
This program tests the system when the derby.system.durability property is
set to 'test'. |
| TurnsReadOnly |
|