Details
Description
test_01_planCost has failed on trunk and 10.11 for last couple nightly runs. Output from 10.11(revision 1629345) test run is as follows
http://people.apache.org/~myrnavl/derby_test_results/v10_11/linux/testlog/ibm16/1629345-suites.All_diff.txt
1) test_01_planCost(org.apache.derbyTesting.functionTests.tests.lang.XMLOptimizerTraceTest)junit.framework.ComparisonFailure: Unexpected SQL state. expected:<XIE0S> but was:<null>
Caused by: java.sql.SQLException: java.sql.SQLException: The operation was not performed, because the specified output file (extinout/xott.xml) already exists. The procedure will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the output file name in the procedure arguments to specify a file which does not exist, or delete the existing file, then retry the operation.
Caused by: java.security.PrivilegedActionException: java.sql.SQLException: The operation was not performed, because the specified output file (extinout/xott.xml) already exists. The procedure will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the output file name in the procedure arguments to specify a file which does not exist, or delete the existing file, then retry the operation.
Caused by: java.sql.SQLException: The operation was not performed, because the specified output file (extinout/xott.xml) already exists. The procedure will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the output file name in the procedure arguments to specify a file which does not exist, or delete the existing file, then retry the operation.
Caused by: ERROR XIE0S: The operation was not performed, because the specified output file (extinout/xott.xml) already exists. The procedure will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the output file name in the procedure arguments to specify a file which does not exist, or delete the existing file, then retry the operation.
2) test_01_planCost(org.apache.derbyTesting.functionTests.tests.lang.XMLOptimizerTraceTest)junit.framework.AssertionFailedError: The exception's SQL state must be five characters long
Caused by: java.sql.SQLNonTransientConnectionException: java.sql.SQLException: The operation was not performed, because the specified output file (extinout/xott.xml) already exists. The procedure will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the output file name in the procedure arguments to specify a file which does not exist, or delete the existing file, then retry the operation.
Caused by: ERROR null: java.sql.SQLException: The operation was not performed, because the specified output file (extinout/xott.xml) already exists. The procedure will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the output file name in the procedure arguments to specify a file which does not exist, or delete the existing file, then retry the operation.
The failures from trunk are at
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/1629352-suites.All_diff.txt
http://people.apache.org/~myrnavl/derby_test_results/main/linux/testlog/ibm16/1629345-suites.All_diff.txt
Attachments
Attachments
Issue Links
- is related to
-
DERBY-6637 test errors failures in lang.XMLTypeAndOpsTest, XMLBindingTest and XMLConcurrencyTest with ibm jvms
- Closed