[
https://issues.apache.org/jira/browse/DERBY-4217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721941#action_12721941
]
Tiago R. Espinha commented on DERBY-4217:
-----------------------------------------
I seem to keep hitting random failures here. Here's what I got this time with
the MAX_PORTS_USED set to its final value:
------------------8<-----------------------------
There was 1 failure:
1)
testStressMulti(org.apache.derbyTesting.functionTests.tests.multi.StressMultiTest)junit.framework.AssertionFailedError:
Caused by:
java.sql.SQLNonTransientConnectionException: Network protocol exception: DSS
length not 0 at end of same id chain parse. The connection has been terminated.
at
org.apache.derby.client.am.SQLExceptionFactory40.getSQLException(SQLExceptionFactory40.java:70)
at
org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:358)
at org.apache.derby.client.am.Statement.executeQuery(Statement.java:483)
at
org.apache.derbyTesting.functionTests.tests.multi.StressMultiTest$StressMultiRunnable.select(StressMultiTest.java:535)
at
org.apache.derbyTesting.functionTests.tests.multi.StressMultiTest$StressMultiRunnable.run(StressMultiTest.java:409)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.derby.client.am.DisconnectException: Network protocol
exception: DSS length not 0 at end of same id chain parse. The connection has
been terminated.
at
org.apache.derby.client.net.Reply.endOfSameIdChainData(Reply.java:1174)
at
org.apache.derby.client.net.NetStatementReply.readOpenQuery(NetStatementReply.java:66)
at
org.apache.derby.client.net.StatementReply.readOpenQuery(StatementReply.java:50)
at
org.apache.derby.client.net.NetStatement.readOpenQuery_(NetStatement.java:156)
at
org.apache.derby.client.am.Statement.readOpenQuery(Statement.java:1478)
at org.apache.derby.client.am.Statement.flowExecute(Statement.java:2095)
at
org.apache.derby.client.am.Statement.executeQueryX(Statement.java:489)
at org.apache.derby.client.am.Statement.executeQuery(Statement.java:474)
... 3 more
at
org.apache.derbyTesting.functionTests.tests.multi.StressMultiTest.handleException(StressMultiTest.java:331)
at
org.apache.derbyTesting.functionTests.tests.multi.StressMultiTest.access$200(StressMultiTest.java:70)
at
org.apache.derbyTesting.functionTests.tests.multi.StressMultiTest$StressMultiRunnable.run(StressMultiTest.java:425)
at java.lang.Thread.run(Thread.java:619)
> Make the default port for the suites.All run configurable with a system
> property.
> ---------------------------------------------------------------------------------
>
> Key: DERBY-4217
> URL: https://issues.apache.org/jira/browse/DERBY-4217
> Project: Derby
> Issue Type: Sub-task
> Affects Versions: 10.6.0.0
> Reporter: Tiago R. Espinha
> Assignee: Tiago R. Espinha
> Attachments: DERBY-4217-basePort.patch, DERBY-4217-basePort.patch,
> DERBY-4217-dtap.patch, DERBY-4217-dtap.patch, DERBY-4217-dtp.patch,
> DERBY-4217-dtp.patch, DERBY-4217-dtp.patch, DERBY-4217-dtp.patch,
> DERBY-4217-dtp.patch, DERBY-4217-ij.patch, DERBY-4217-ij.patch,
> DERBY-4217-ij.patch, DERBY-4217-ij.patch, DERBY-4217-ij.patch,
> DERBY-4217-ij.stat, DERBY-4217-ij.stat, DERBY-4217.patch, DERBY-4217.patch,
> DERBY-4217.patch, DERBY-4217.patch, DERBY-4217.stat, DERBY-4217.stat,
> ErrorLog_suitesAll_bound.tgz, ReproNetworkServerControl.java
>
>
> The goal is to make the port used for suites.All configurable through a
> system property passed on to the JVM.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.