[ http://issues.apache.org/jira/browse/DERBY-1303?page=comments#action_12378916 ]
Tomohito Nakayama commented on DERBY-1303: ------------------------------------------ Next are plans to solve this problem. 1) Using "suite" of junit, exclude SuicideOfStreaming test. Refer to. http://mail-archives.apache.org/mod_mbox/db-derby-dev/200605.mbox/<44604E2D.1010503%40Sun.COM> 2) In build.xml, adding derbynet/SuicideOfStreaming.java to DerbyNet.exclude if build was Insane. It seems that 1) is appropriate because test should be handled in test framework and not in build framework. > The test of derbynet/SuicideOfStreaming.java is failed when programs are > build as Insane. > ----------------------------------------------------------------------------------------- > > Key: DERBY-1303 > URL: http://issues.apache.org/jira/browse/DERBY-1303 > Project: Derby > Type: Bug > Components: Test > Environment: > http://www.multinet.no/~solberg/public/Apache/TinderBox_Derby/Limited/testSummary-405038.html > Reporter: Tomohito Nakayama > Assignee: Tomohito Nakayama > > "derbynet/SuicideOfStreaming.java" have dependency on build as Sane. > When programs are build as Insane, > code to cause artificial Exception is not compiled and > streaming does not failed in derbynet/SuicideOfStreaming.java as expected in > this test program. > The dependency results in fail of derbynet/SuicideOfStreaming.java when > programs are comiled as insane. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
