| java.lang.Object org.apache.derbyTesting.functionTests.tests.store.BaseTest org.apache.derbyTesting.functionTests.tests.storetests.st_derby715
st_derby715 | public class st_derby715 extends BaseTest (Code) | | The purpose of this test is to reproduce JIRA DERBY-715:
Sometimes a deadlock would be incorrectly reported as a deadlock. The
bug seemed to always reproduce at least once if the following test
was run (at least one of the iterations in the loop would get an
incorrect timeout vs. a deadlock).
|
Inner Class :public static class t1 implements Runnable | |
Inner Class :public static class t2 implements Runnable | |
Field Summary | |
static boolean | verbose |
verbose | static boolean verbose(Code) | | |
st_derby715 | public st_derby715()(Code) | | |
Methods inherited from org.apache.derbyTesting.functionTests.tests.store.BaseTest | protected void beginTest(Connection conn, String str) throws SQLException(Code)(Java Doc) protected boolean checkAllConsistency(Connection conn) throws SQLException(Code)(Java Doc) protected boolean checkConsistency(Connection conn, String schemaName, String tableName) throws SQLException(Code)(Java Doc) protected void createDebugSystemProcedures(Connection conn) throws SQLException(Code)(Java Doc) public void createTable(Connection conn, String tbl_name, String create_str) throws SQLException(Code)(Java Doc) protected void endTest(Connection conn, String str) throws SQLException(Code)(Java Doc) public void executeQuery(Connection conn, String stmt_str, boolean commit_query) throws SQLException(Code)(Java Doc) protected int[] getSpaceInfo(Connection conn, String schemaName, String tableName, boolean commit_xact) throws SQLException(Code)(Java Doc) protected String get_lock_info(Connection conn, boolean include_system_locks) throws SQLException(Code)(Java Doc) protected void log(String str)(Code)(Java Doc) protected void logError(String str)(Code)(Java Doc) abstract public void testList(Connection conn) throws SQLException(Code)(Java Doc) protected void testProgress(String str) throws SQLException(Code)(Java Doc) protected int total_pages(int[] space_info)(Code)(Java Doc)
|
|
|