All jdbc basic tests failing with invalid statement/connection handle error. Its not printing any stack trace for the error, I will try to get a stack trace and add that info here.
[trafodion@n013 basict2]$ java -Dprop=t2prop TestRunner
Invalid Statement/Connection handle
Batch : FAILED
Invalid Statement/Connection handle
Batch All : FAILED
Invalid Statement/Connection handle
Batch1 : FAILED
JDBCBatch(TestBasic): expected:<true> but was:<false>
JDBCBasic26(TestBasic): expected:<true> but was:<false>
TestBasic7(TestBasic): Exception in test JDBCUpsert..Invalid Statement/Connection handle
JDBCBasic1(TestBasic): Exception in test JDBCUpdate..Invalid Statement/Connection handle
JDBCBasic2(TestBasic): Exception in test JDBCSelectCount*..Invalid Statement/Connection handle
JDBCBasic3(TestBasic): Exception in test JDBCMeta..Invalid Statement/Connection handle
JDBCBasic4(TestBasic): Exception in test JDBCDelete..Invalid Statement/Connection handle
JDBCBasic5(TestBasic): Exception in test JDBCDelim..Invalid Statement/Connection handle
JDBCBasic6(TestBasic): Exception in test JDBCInsert..Invalid Statement/Connection handle
JDBCBatch1(TestBasic): expected:<true> but was:<false>
TestBasic17(TestBasic): Exception in test JDBC Get User Connection..Invalid Statement/Connection handle
TestBasic18(TestBasic): Exception in test JDBC Get Properties Connection..Invalid Statement/Connection handle
TestBasic20(TestBasic): Exception in test JDBC Get DB product name..Invalid Statement/Connection handle
TestBasic21(TestBasic): Exception in test JDBC Get DB product version..Invalid Statement/Connection handle
TestBasic22(TestBasic): Exception in test JDBC Get DB major version..Invalid Statement/Connection handle
TestBasic23(TestBasic): Exception in test JDBC Get DB minor version..Invalid Statement/Connection handle
TestBasic24(TestBasic): Exception in test JDBC Get Driver Name..Invalid Statement/Connection handle
TestBasic25(TestBasic): Exception in test JDBC Get Driver version..Invalid Statement/Connection handle
false
Changed it back to High. I will do some more testing and add more info.