Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.3.1.4
-
None
-
m1_ibm15:220>sysinfo
------------------ Java Information ------------------
Java Version: 1.5.0
Java Vendor: IBM Corporation
Java home: c:\p4\m1\ibm15\jre
Java classpath: c:/p4/m1/classes;c:/p4/m1/tools/java/jdbctests.zip;c:/p4/m1/too
ls/java/jakarta-oro-2.0.8.jar;c:/p4/m1/tools/java/jgl3.1.0.jar;c:/p4/m1/tools/ja
va/jndi/providerutil.jar;c:/p4/m1/tools/java/jndi/ldap.jar;c:/p4/m1/tools/java/j
ndi/jndi.jar;c:/p4/m1/tools/java/jnl1.0F.zip;c:/p4/m1/tools/java/junit.jar;c:/p4
/m1/tools/java/servlet-2_2b.jar;c:/p4/m1/tools/java/xslt4j-2_5_0/xercesImpl.jar;
c:/p4/m1/tools/java/xslt4j-2_5_0/xml-apis.jar;c:/p4/m1/tools/java/xslt4j-2_5_0/x
alan.jar
OS name: Windows XP
OS architecture: x86
OS version: 5.1 build 2600 Service Pack 2
Java user name: mikem
Java user home: C:\Documents and Settings\Administrator
Java user dir: C:\mikem\_tools
java.specification.name: Java Platform API Specification
java.specification.version: 1.5
--------- Derby Information --------m1_ibm15:220>sysinfo ------------------ Java Information ------------------ Java Version: 1.5.0 Java Vendor: IBM Corporation Java home: c:\p4\m1\ibm15\jre Java classpath: c:/p4/m1/classes;c:/p4/m1/tools/java/jdbctests.zip;c:/p4/m1/too ls/java/jakarta-oro-2.0.8.jar;c:/p4/m1/tools/java/jgl3.1.0.jar;c:/p4/m1/tools/ja va/jndi/providerutil.jar;c:/p4/m1/tools/java/jndi/ldap.jar;c:/p4/m1/tools/java/j ndi/jndi.jar;c:/p4/m1/tools/java/jnl1.0F.zip;c:/p4/m1/tools/java/junit.jar;c:/p4 /m1/tools/java/servlet-2_2b.jar;c:/p4/m1/tools/java/xslt4j-2_5_0/xercesImpl.jar; c:/p4/m1/tools/java/xslt4j-2_5_0/xml-apis.jar;c:/p4/m1/tools/java/xslt4j-2_5_0/x alan.jar OS name: Windows XP OS architecture: x86 OS version: 5.1 build 2600 Service Pack 2 Java user name: mikem Java user home: C:\Documents and Settings\Administrator Java user dir: C:\mikem\_tools java.specification.name: Java Platform API Specification java.specification.version: 1.5 --------- Derby Information --------
-
Regression Test Failure
Description
I intermitently get network startup related errors in running the nightly full test suite on my laptop, running XP, with a firewall and a VPN - I am not sure what if any of those environmental factors is causing it. I have been mostly ignoring the errors as it seemed like it usually was only one test. I my latest run it was more like 7 or 8. I'll append exact tests as a comment on this issue.
To debug the problem I picked one - org.apache.derbyTesting.functionTests.tests.derbynet.NSSecurityMechanismTest
and ran it in a loop. When I did this it failed everytime after the first one (and the first one intermittently failed). When I bumped the WAIT_TIME up to 300000 and the SLEEP_TIME to 500 in
java/testing/org/apache/derbyTesting/junit/NetworkServerTestSetup.java then the test passed everytime . In 30 runs the
entire test took varying times from 2 minutes to 6 minutes, mostly in the 4 minute range.
Attachments
Issue Links
- relates to
-
DERBY-1966 NetworkServer startup can take 50+ seconds if a client holds an open connection to the previous server booted within the same vm
- Open