Hi Bryan,
I am seeing the following error at the beginning of the sysinfo test,
when I run it under jdk16:
Testing Sysinfo
org.apache.derby.drda.NetworkServerControl sysinfo
Invalid reply from network server: Insufficient data.
End test
The test then continues. The error is DRDA_InvalidReplyTooShort raised
by NetworkServerControlImpl. That class raises that error in several
places and I haven't tracked down where it's happening. From the
sysinfo.java code, it appears that the test is trying to execute the
following command:
org.apache.derby.drda.NetworkServerControl sysinfo
When I bring up a 1.6 network server and issue this command outside the
test, I don't see the error.
Regards,
-Rick
Bryan Pendleton wrote:
Rick Hillegas (JIRA) wrote:
With this submission, we are down to the wisconsin noise plus some
diffs in sysinfo and sysinfo_withProperties.
Can you summarize the sysinfo issue, Rick?
I don't have access to JDK 1.6 right now, but would be glad to help.
thanks,
bryan