[
http://jira.jboss.com/jira/browse/JBAS-3756?page=comments#action_12345069 ]
Dimitris Andreadis commented on JBAS-3756:
------------------------------------------
I posted this morning to QA list that those tests pass on my machine:
X:\cvs\jboss-public\jboss-4.0\testsuite>build tests-iiop
Calling ..\tools\bin\ant.bat tests-iiop
Buildfile: build.xml
tests-iiop:
[junit] Running org.jboss.test.bankiiop.test.BankStressTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 16.123 sec
[junit] Running org.jboss.test.excepiiop.test.ExceptionTimingStressTestCase
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.284 sec
[junit] Running org.jboss.test.helloiiop.test.HelloTimingStressTestCase
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.223 sec
[junit] Running org.jboss.test.hellojrmpiiop.test.HelloTimingStressTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.526 sec
[junit] Running org.jboss.test.iiop.test.NoCodebaseUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.242 sec
[junit] Running org.jboss.test.iiop.test.ParameterPassingStressTestCase
[junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 4.376 sec
[junit] Running org.jboss.test.marshaliiop.test.EjbUnMarshalUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.302 sec
[junit] Running org.jboss.test.txiiop.test.IIOPUserTransactionStressTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.053 sec
[junit] Running org.jboss.test.txpropiiop.test.TxPropIIOPUnitTestCase
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.793 sec
BUILD SUCCESSFUL
Total time: 57 seconds
Press any key to continue . .
On windows: org.jboss.test.iiop.test.ParameterPassingStressTestCase
fail
------------------------------------------------------------------------
Key: JBAS-3756
URL:
http://jira.jboss.com/jira/browse/JBAS-3756
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: IIOP service
Environment: Windows 2003, sun jdk1.4
Reporter: Prabhat Jha
Assigned To: Dimitris Andreadis
Fix For: JBossAS-4.0.5.GA
One of the iiop tests have been failing after we tagged 4.0.5.GA. All iiop tests fail on
windows if they are part of the whole testsuite run meaning when we do "build
tests" but they pass (except this one) when I only run iiop-tests. Before we tagged
the code, all iiop tests used to pass when run using "build tests-iiop".
org.jboss.test.iiop.test.ParameterPassingStressTestCase#test_getException
Error Invalid indirection to offset 1700
java.io.IOException: Invalid indirection to offset 1700
at com.sun.corba.se.internal.io.IIOPInputStream.throwExceptionType(Native Method)
at
com.sun.corba.se.internal.io.IIOPInputStream.simpleReadObject(IIOPInputStream.java:274)
at
com.sun.corba.se.internal.io.ValueHandlerImpl.readValueInternal(ValueHandlerImpl.java:247)
at com.sun.corba.se.internal.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:209)
at org.jacorb.util.ValueHandler.readValue(ValueHandler.java:25)
at org.jacorb.orb.CDRInputStream.read_untyped_value(CDRInputStream.java:2695)
at org.jacorb.orb.CDRInputStream.read_typed_value(CDRInputStream.java:2753)
at org.jacorb.orb.CDRInputStream.read_value(CDRInputStream.java:2310)
at org.jacorb.orb.Any.read_value(Any.java:816)
at org.jacorb.orb.CDRInputStream.read_any(CDRInputStream.java:673)
at com.sun.corba.se.internal.javax.rmi.CORBA.Util.readAny(Util.java:100)
at javax.rmi.CORBA.Util.readAny(Util.java:90)
at org.jboss.iiop.rmi.marshal.CDRStream$ObjectReader.read(CDRStream.java:618)
at org.jboss.iiop.rmi.marshal.strategy.StubStrategy.readRetval(StubStrategy.java:226)
at org.jboss.proxy.ejb.DynamicIIOPStub.invoke(DynamicIIOPStub.java:128)
at org.jboss.test.iiop.interfaces._StatelessSession_Stub.getException(Unknown Source)
at
org.jboss.test.iiop.test.ParameterPassingStressTestCase.test_getException(ParameterPassingStressTestCase.java:355)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira