[
https://issues.apache.org/jira/browse/DERBY-4806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913174#action_12913174
]
Kathey Marsden commented on DERBY-4806:
---------------------------------------
This definitely seems related to having derbyTesting.jar in a different
directory and running in the context of a suite. I can reproduce with just
tools._Suite, where the output of the sysinfo command is:
cp command: -cp org.apache.derbyTesting.functionTests.tests.tools.SysinfoCPCheck
Test.class
linenumber=6
0:FOUND IN CLASS PATH:
1:
2:
3:NOT FOUND IN CLASS PATH:
4:
5: user-specified class (org.apache.derbyTesting.functionTests.tests.tools.Sys
infoCPCheckTest)
7: (org.apache.derbyTesting.functionTests.tests.tools.SysinfoCPCheckTest not
found.)
If I run the test stand alone it is ok:
cp command: -cp org.apache.derbyTesting.functionTests.tests.tools.SysinfoCPCheck
Test.class
linenumber=6
0:FOUND IN CLASS PATH:
1:
2: user-specified class (org.apache.derbyTesting.functionTests.tests.tools.Sys
infoCPCheckTest)
3: C:\cygwin\svn4\10.6\jars\testjar\derbyTesting.jar
4:
5:
7:SUCCESS: All Derby related classes found in class path.
null
8:null
The test itself hasn't changed since the 10.6 branch was made and the only
sysinfo change was to remove JCC so I am not sure why this problem is occurring.
> SysinfoCPCheckTest fail on different Windows platforms on 10.6.2.0 release
> candidate
> -------------------------------------------------------------------------------------
>
> Key: DERBY-4806
> URL: https://issues.apache.org/jira/browse/DERBY-4806
> Project: Derby
> Issue Type: Improvement
> Components: Test
> Affects Versions: 10.6.1.0
> Environment: Windows
> Reporter: Lily Wei
> Priority: Minor
> Attachments: rjall.out
>
>
> For the preliminary platform testing [1] Kathey, Dag and Lily
> have seen SysinfoCPCheckTest fail on different Windows platforms(XP and
> Windows 7) when
> run as part of suitesAll.
> [1] http://wiki.apache.org/db-derby/TenSixTwoPlatformTesting
> Thanks to Myrna points out that it could relate to DERBY-3771.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.