smoke-tests regression
by Scott Stark
I'm seeing 2 failures in the smoke-tests:
[junit] Tests run: 10, Failures: 0, Errors: 2, Time elapsed: 10.395 sec
[junit] Test org.jboss.test.naming.test.SimpleUnitTestCase FAILED
They are in testHaPartitionName, and testDiscoveryPort, so I assume its
related to the rollback of clustering that Dimitris made? Running the
test within eclipse is only shown the expected failure where it tries to
connect to an invalid port in order to trigger the targeted discovery.
javax.naming.CommunicationException: Could not obtain connection to any
of these urls: localhost:65535 and discovery failed with error:
javax.naming.CommunicationException: Network is unreachable [Root
exception is java.io.IOException: Network is unreachable] [Root
exception is javax.naming.CommunicationException: Failed to connect to
server localhost:65535 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server
localhost:65535 [Root exception is java.net.ConnectException: Connection
refused]]]
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1601)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:636)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:629)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at
org.jboss.test.naming.test.SimpleUnitTestCase.testHaPartitionName(SimpleUnitTestCase.java:253)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
Caused by: javax.naming.CommunicationException: Failed to connect to
server localhost:65535 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server
localhost:65535 [Root exception is java.net.ConnectException: Connection
refused]]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:276)
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1572)
... 20 more
Caused by: javax.naming.ServiceUnavailableException: Failed to connect
to server localhost:65535 [Root exception is java.net.ConnectException:
Connection refused]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:250)
... 21 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:520)
at java.net.Socket.connect(Socket.java:470)
at java.net.Socket.<init>(Socket.java:367)
at java.net.Socket.<init>(Socket.java:267)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:84)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:77)
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:246)
... 21 more
16 years, 6 months
Re: [Fwd: Re: [jboss-dev] AS testsuite]
by Ales Justin
> Workaround is simple just add the correct config to the file.
What is the correct config? :-)
Or why it works on Fedora9, but not on OSX and Winz?
Tim Fox wrote:
> This was a bug in the default HSQL config. I believe Clebert fixed it
> some time back - I'm not sure what version you are using?
>
> Sorry - didn't see this thread since don't read all of dev list.
>
> We don't test against HSQL since we don't support it (it doesn't have
> transactions etc).
>
> Apparently this one slipped through EAP testing too.
>
> Workaround is simple just add the correct config to the file.
>
> Ales Justin wrote:
>> JBM guys, any ideas why this is random on diff OSs?
>>
>> -------- Original Message --------
>> Subject: Re: [jboss-dev] AS testsuite
>> Date: Mon, 16 Jun 2008 11:39:57 -0700
>> From: Scott Stark <sstark(a)redhat.com>
>> Reply-To: JBoss.org development list <jboss-development(a)lists.jboss.org>
>> To: JBoss.org development list <jboss-development(a)lists.jboss.org>
>>
>> That is the error I have been seeing as well. As far as I can see the
>> default hard coded ddl for the hsqldb setup of the tables is broken as I
>> reported in a previous msg. It fails under my osx system, but passes on
>> an fedora 9 system. I have not taken time to figure out how the one
>> system does not fail.
>>
>> The previous msg I sent on this:
>> http://lists.jboss.org/pipermail/jboss-development/2008-June/012123.html
>>
>> Ales Justin wrote:
>>> Resending this.
>>>
>>> -------- Original Message --------
>>> Subject: Re: [jboss-dev] AS testsuite
>>> Date: Mon, 16 Jun 2008 17:02:21 +0200
>>> From: Ales Justin <ales.justin(a)gmail.com>
>>> To: JBoss.org development list <jboss-development(a)lists.jboss.org>
>>>
>>>> On Fri, 2008-06-13 at 17:24 +0300, Dimitris Andreadis wrote:
>>>>> and I see more fixes coming in from Adrian...)
>>>>>
>>>>
>>>> Those were just to get the smoke-tests to 100%
>>>
>>> Should I now see 100%?
>>>
>>> Since I'm still getting failures:
>>>
>>> AS5_trunk_all boot:
>>>
>>> 16:57:48,323 ERROR [ProfileServiceBootstrap] Failed to load profile:
>>> Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
>>>
>>> *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required
>>> State:Actual State}
>>>
>>> jboss.jca:name=JmsXA,service=ConnectionFactoryBinding
>>> -> jboss.jca:name=JmsXA,service=TxCM{Create:Configured}
>>>
>>> jboss.jca:name=JmsXA,service=ManagedConnectionFactory
>>> -> jboss.messaging:service=ServerPeer{Create:**ERROR**}
>>>
>>> jboss.jca:name=JmsXA,service=ManagedConnectionPool
>>> ->
>>> jboss.jca:name=JmsXA,service=ManagedConnectionFactory{Create:Configured}
>>>
>>> jboss.jca:name=JmsXA,service=TxCM
>>> ->
>>> jboss.jca:name=JmsXA,service=ManagedConnectionPool{Create:Configured}
>>>
>>> jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory
>>> -> jboss.messaging:service=ServerPeer{Create:**ERROR**}
>>> -> jboss.messaging:service=PostOffice{Create:Configured}
>>>
>>> jboss.messaging.connectionfactory:service=ClusteredConnectionFactory
>>> -> jboss.messaging:service=PostOffice{Create:Configured}
>>> -> jboss.messaging:service=ServerPeer{Create:**ERROR**}
>>>
>>> jboss.messaging.connectionfactory:service=ConnectionFactory
>>> -> jboss.messaging:service=PostOffice{Create:Configured}
>>> -> jboss.messaging:service=ServerPeer{Create:**ERROR**}
>>>
>>> jboss.messaging.destination:name=DLQ,service=Queue
>>> -> jboss.messaging:service=ServerPeer{Create:**ERROR**}
>>> -> jboss.messaging:service=PostOffice{Create:Configured}
>>>
>>> jboss.messaging.destination:name=ExpiryQueue,service=Queue
>>> -> jboss.messaging:service=PostOffice{Create:Configured}
>>> -> jboss.messaging:service=ServerPeer{Create:**ERROR**}
>>>
>>> jboss.messaging:service=PostOffice
>>> -> jboss.messaging:service=ServerPeer{Create:**ERROR**}
>>>
>>> jboss.mq:service=DestinationManager
>>> -> jboss.messaging:service=ServerPeer{Create:**ERROR**}
>>>
>>>
>>> *** CONTEXTS IN ERROR: Name -> Error
>>>
>>> jboss.messaging:service=ServerPeer -> **ERROR** | java.sql.SQLException:
>>> Table not found in statement [SELECT CNTR, ID FROM JBM_ID_CACHE WHERE
>>> NODE_ID = ?]
>>>
>>> Smoke tests raw:
>>>
>>> C:\projects\jboss5\trunk\testsuite>build smoke-tests-raw
>>> Calling ..\tools\bin\ant.bat smoke-tests-raw
>>> Buildfile: build.xml
>>> Overriding previous definition of reference to xerces.xerces.classpath
>>> Overriding previous definition of reference to apache.commons.classpath
>>> Overriding previous definition of reference to sax.classpath
>>> Overriding previous definition of reference to xdoclet.task.classpath
>>> Overriding previous definition of reference to gjt.jpl-util.classpath
>>> Overriding previous definition of reference to opennms.joesnmp.classpath
>>> Overriding previous definition of reference to jacorb.idl.classpath
>>> Overriding previous definition of reference to sleepycat.classpath
>>> Overriding previous definition of reference to apache.tomcat55.classpath
>>> Overriding previous definition of reference to trove.classpath
>>> Overriding previous definition of reference to qdox.classpath
>>> Overriding previous definition of reference to javassist.classpath
>>> Overriding previous definition of reference to hibernate3.classpath
>>> Overriding previous definition of reference to odmg.classpath
>>> Overriding previous definition of reference to cglib.classpath
>>> Overriding previous definition of reference to
>>> ejb3-persistence.classpath
>>> Overriding previous definition of reference to spring.classpath
>>> Overriding previous definition of reference to apache.ant.classpath
>>> Overriding previous definition of reference to jboss.test.classpath
>>>
>>> init:
>>>
>>> smoke-tests-raw:
>>> [echo]
>>> [echo] junit.timeout: 300000
>>> [echo] jbosstest.iterationcount: 10
>>> [echo] jbosstest.threadcount: 5
>>> [echo] jbosstest.beancount: 5
>>> [echo]
>>> [junit] Running org.jboss.test.aop.test.AOPUnitTestCase
>>> [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed:
>>> 15,016 sec
>>> [junit] Running org.jboss.test.classloader.test.ScopingUnitTestCase
>>> [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 5,781
>>> sec
>>> [junit] Running org.jboss.test.cts.test.BmpUnitTestCase
>>> [junit] Tests run: 11, Failures: 0, Errors: 11, Time elapsed:
>>> 1,438 sec
>>> [junit] Test org.jboss.test.cts.test.BmpUnitTestCase FAILED
>>> [junit] Running org.jboss.test.cts.test.CmpUnitTestCase
>>> [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0,89 sec
>>> [junit] Test org.jboss.test.cts.test.CmpUnitTestCase FAILED
>>> [junit] Running org.jboss.test.cts.test.CtsCmp2OptionDUnitTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1,078
>>> sec
>>> [junit] Test org.jboss.test.cts.test.CtsCmp2OptionDUnitTestCase
>>> FAILED
>>> [junit] Running org.jboss.test.cts.test.CtsCmp2UnitTestCase
>>> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4,828
>>> sec
>>> [junit] Running org.jboss.test.cts.test.IndependentJarsUnitTestCase
>>> [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0,984
>>> sec
>>> [junit] Test org.jboss.test.cts.test.IndependentJarsUnitTestCase
>>> FAILED
>>> [junit] Running org.jboss.test.cts.test.MDBUnitTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,875
>>> sec
>>> [junit] Test org.jboss.test.cts.test.MDBUnitTestCase FAILED
>>> [junit] Running
>>> org.jboss.test.cts.test.StatelessSessionBrokenCreateUnitTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,797
>>> sec
>>> [junit] Test
>>> org.jboss.test.cts.test.StatelessSessionBrokenCreateUnitTestCase FAILED
>>> [junit] Running org.jboss.test.cts.test.StatelessSessionUnitTestCase
>>> [junit] Tests run: 8, Failures: 0, Errors: 8, Time elapsed: 0,875
>>> sec
>>> [junit] Test org.jboss.test.cts.test.StatelessSessionUnitTestCase
>>> FAILED
>>> [junit] Running org.jboss.test.ejb3.test.SimpleSessionUnitTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2,031
>>> sec
>>> [junit] Running
>>> org.jboss.test.jbossmessaging.test.JBossMessagingJoramUnitTestCase
>>> [junit] Tests run: 198, Failures: 0, Errors: 196, Time elapsed:
>>> 3,281 sec
>>> [junit] Test
>>> org.jboss.test.jbossmessaging.test.JBossMessagingJoramUnitTestCase
>>> FAILED
>>> [junit] Running
>>> org.jboss.test.jca.test.BaseConnectionManagerUnitTestCase
>>> [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed:
>>> 26,875 sec
>>> [junit] Running org.jboss.test.jca.test.PoolingUnitTestCase
>>> [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,781
>>> sec
>>> [junit] Running org.jboss.test.jca.test.XADSUnitTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,5 sec
>>> [junit] Running org.jboss.test.jmsra.test.RaJMSSessionUnitTestCase
>>> [junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 0,438
>>> sec
>>> [junit] Test org.jboss.test.jmsra.test.RaJMSSessionUnitTestCase
>>> FAILED
>>> [junit] Running org.jboss.test.jmsra.test.RaQueueUnitTestCase
>>> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1,859
>>> sec
>>> [junit] Test org.jboss.test.jmsra.test.RaQueueUnitTestCase FAILED
>>> [junit] Running org.jboss.test.jmsra.test.RaSyncRecUnitTestCase
>>> [junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 0,515
>>> sec
>>> [junit] Test org.jboss.test.jmsra.test.RaSyncRecUnitTestCase FAILED
>>> [junit] Running org.jboss.test.jmsra.test.RaTopicUnitTestCase
>>> [junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 0,406
>>> sec
>>> [junit] Test org.jboss.test.jmsra.test.RaTopicUnitTestCase FAILED
>>> [junit] Running org.jboss.test.naming.test.SimpleUnitTestCase
>>> [junit] Tests run: 10, Failures: 0, Errors: 4, Time elapsed:
>>> 17,375 sec
>>> [junit] Test org.jboss.test.naming.test.SimpleUnitTestCase FAILED
>>> [junit] Running
>>> org.jboss.test.tm.test.TransactionManagerUnitTestCase
>>> [junit] Tests run: 28, Failures: 0, Errors: 0, Time elapsed: 1,14
>>> sec
>>> [junit] Running org.jboss.test.web.test.WebIntegrationUnitTestCase
>>> [junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 3,047
>>> sec
>>> [junit] Test org.jboss.test.web.test.WebIntegrationUnitTestCase
>>> FAILED
>>>
>>> BUILD SUCCESSFUL
>>> Total time: 1 minute 59 seconds
>>>
>>>>> (Beer - why didn't I think about this before? ;)
>>>>
>>>> We could set up a trading system where people that break the testsuite
>>>> pay beers to those that fix it. :-)
>>>
>>> Nice cheap way to get beer during EURO.
>>> If only it could be wired to Du Cerf. :-)
>>>
>>> _______________________________________________
>>> jboss-development mailing list
>>> jboss-development(a)lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jboss-development
>>
>> _______________________________________________
>> jboss-development mailing list
>> jboss-development(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-development
>>
>
16 years, 6 months
Re: [jboss-dev] AS testsuite
by Ales Justin
Resending this.
-------- Original Message --------
Subject: Re: [jboss-dev] AS testsuite
Date: Mon, 16 Jun 2008 17:02:21 +0200
From: Ales Justin <ales.justin(a)gmail.com>
To: JBoss.org development list <jboss-development(a)lists.jboss.org>
> On Fri, 2008-06-13 at 17:24 +0300, Dimitris Andreadis wrote:
>> and I see more fixes coming in from Adrian...)
>>
>
> Those were just to get the smoke-tests to 100%
Should I now see 100%?
Since I'm still getting failures:
AS5_trunk_all boot:
16:57:48,323 ERROR [ProfileServiceBootstrap] Failed to load profile:
Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
*** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required
State:Actual State}
jboss.jca:name=JmsXA,service=ConnectionFactoryBinding
-> jboss.jca:name=JmsXA,service=TxCM{Create:Configured}
jboss.jca:name=JmsXA,service=ManagedConnectionFactory
-> jboss.messaging:service=ServerPeer{Create:**ERROR**}
jboss.jca:name=JmsXA,service=ManagedConnectionPool
->
jboss.jca:name=JmsXA,service=ManagedConnectionFactory{Create:Configured}
jboss.jca:name=JmsXA,service=TxCM
-> jboss.jca:name=JmsXA,service=ManagedConnectionPool{Create:Configured}
jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory
-> jboss.messaging:service=ServerPeer{Create:**ERROR**}
-> jboss.messaging:service=PostOffice{Create:Configured}
jboss.messaging.connectionfactory:service=ClusteredConnectionFactory
-> jboss.messaging:service=PostOffice{Create:Configured}
-> jboss.messaging:service=ServerPeer{Create:**ERROR**}
jboss.messaging.connectionfactory:service=ConnectionFactory
-> jboss.messaging:service=PostOffice{Create:Configured}
-> jboss.messaging:service=ServerPeer{Create:**ERROR**}
jboss.messaging.destination:name=DLQ,service=Queue
-> jboss.messaging:service=ServerPeer{Create:**ERROR**}
-> jboss.messaging:service=PostOffice{Create:Configured}
jboss.messaging.destination:name=ExpiryQueue,service=Queue
-> jboss.messaging:service=PostOffice{Create:Configured}
-> jboss.messaging:service=ServerPeer{Create:**ERROR**}
jboss.messaging:service=PostOffice
-> jboss.messaging:service=ServerPeer{Create:**ERROR**}
jboss.mq:service=DestinationManager
-> jboss.messaging:service=ServerPeer{Create:**ERROR**}
*** CONTEXTS IN ERROR: Name -> Error
jboss.messaging:service=ServerPeer -> **ERROR** | java.sql.SQLException:
Table not found in statement [SELECT CNTR, ID FROM JBM_ID_CACHE WHERE
NODE_ID = ?]
Smoke tests raw:
C:\projects\jboss5\trunk\testsuite>build smoke-tests-raw
Calling ..\tools\bin\ant.bat smoke-tests-raw
Buildfile: build.xml
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
init:
smoke-tests-raw:
[echo]
[echo] junit.timeout: 300000
[echo] jbosstest.iterationcount: 10
[echo] jbosstest.threadcount: 5
[echo] jbosstest.beancount: 5
[echo]
[junit] Running org.jboss.test.aop.test.AOPUnitTestCase
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 15,016 sec
[junit] Running org.jboss.test.classloader.test.ScopingUnitTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 5,781 sec
[junit] Running org.jboss.test.cts.test.BmpUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 11, Time elapsed: 1,438 sec
[junit] Test org.jboss.test.cts.test.BmpUnitTestCase FAILED
[junit] Running org.jboss.test.cts.test.CmpUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0,89 sec
[junit] Test org.jboss.test.cts.test.CmpUnitTestCase FAILED
[junit] Running org.jboss.test.cts.test.CtsCmp2OptionDUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1,078 sec
[junit] Test org.jboss.test.cts.test.CtsCmp2OptionDUnitTestCase FAILED
[junit] Running org.jboss.test.cts.test.CtsCmp2UnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4,828 sec
[junit] Running org.jboss.test.cts.test.IndependentJarsUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0,984 sec
[junit] Test org.jboss.test.cts.test.IndependentJarsUnitTestCase FAILED
[junit] Running org.jboss.test.cts.test.MDBUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,875 sec
[junit] Test org.jboss.test.cts.test.MDBUnitTestCase FAILED
[junit] Running
org.jboss.test.cts.test.StatelessSessionBrokenCreateUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,797 sec
[junit] Test
org.jboss.test.cts.test.StatelessSessionBrokenCreateUnitTestCase FAILED
[junit] Running org.jboss.test.cts.test.StatelessSessionUnitTestCase
[junit] Tests run: 8, Failures: 0, Errors: 8, Time elapsed: 0,875 sec
[junit] Test org.jboss.test.cts.test.StatelessSessionUnitTestCase
FAILED
[junit] Running org.jboss.test.ejb3.test.SimpleSessionUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2,031 sec
[junit] Running
org.jboss.test.jbossmessaging.test.JBossMessagingJoramUnitTestCase
[junit] Tests run: 198, Failures: 0, Errors: 196, Time elapsed:
3,281 sec
[junit] Test
org.jboss.test.jbossmessaging.test.JBossMessagingJoramUnitTestCase FAILED
[junit] Running
org.jboss.test.jca.test.BaseConnectionManagerUnitTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 26,875 sec
[junit] Running org.jboss.test.jca.test.PoolingUnitTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,781 sec
[junit] Running org.jboss.test.jca.test.XADSUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,5 sec
[junit] Running org.jboss.test.jmsra.test.RaJMSSessionUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 0,438 sec
[junit] Test org.jboss.test.jmsra.test.RaJMSSessionUnitTestCase FAILED
[junit] Running org.jboss.test.jmsra.test.RaQueueUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1,859 sec
[junit] Test org.jboss.test.jmsra.test.RaQueueUnitTestCase FAILED
[junit] Running org.jboss.test.jmsra.test.RaSyncRecUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 0,515 sec
[junit] Test org.jboss.test.jmsra.test.RaSyncRecUnitTestCase FAILED
[junit] Running org.jboss.test.jmsra.test.RaTopicUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 0,406 sec
[junit] Test org.jboss.test.jmsra.test.RaTopicUnitTestCase FAILED
[junit] Running org.jboss.test.naming.test.SimpleUnitTestCase
[junit] Tests run: 10, Failures: 0, Errors: 4, Time elapsed: 17,375 sec
[junit] Test org.jboss.test.naming.test.SimpleUnitTestCase FAILED
[junit] Running org.jboss.test.tm.test.TransactionManagerUnitTestCase
[junit] Tests run: 28, Failures: 0, Errors: 0, Time elapsed: 1,14 sec
[junit] Running org.jboss.test.web.test.WebIntegrationUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 3,047 sec
[junit] Test org.jboss.test.web.test.WebIntegrationUnitTestCase FAILED
BUILD SUCCESSFUL
Total time: 1 minute 59 seconds
>> (Beer - why didn't I think about this before? ;)
>
> We could set up a trading system where people that break the testsuite
> pay beers to those that fix it. :-)
Nice cheap way to get beer during EURO.
If only it could be wired to Du Cerf. :-)
16 years, 6 months
[Fwd: Re: AS testsuite]
by Sacha Labourey
)
some categories are really generating most of the failures:
- org.jboss.test.cluster.classloader.leak.test
- org.jboss.test.cts.test.IndependentJarsUnitTestCase
- org.jboss.test.profileservice.test
- org.jboss.test.webservice.jbws309
- org.jboss.test.naming.test.SimpleUnitTestCase
- org.jboss.test.web.test
On 06/12/2008 03:06 PM, Dimitris Andreadis wrote:
> The AS5 testsuite is a bit over 100 failures. This is actually the best
> score we've seen in the past few years in AS trunk.
> http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-Test...
>
>
> Can we make a push to get below that psychological limit?
>
> Try to fix some tests by coordinating through this base JIRA here:
> http://jira.jboss.com/jira/browse/JBAS-4635
>
> The first one to make it below 100 will get a beer or something :)
>
> Merci
> /Dimitris
>
</div>
16 years, 6 months