[arquillian-issues] [JBoss JIRA] (ARQ-775) ARQ produces messed up log with one character per line in AS7 testsuite

Ondrej Zizka (JIRA) jira-events at lists.jboss.org
Fri Mar 2 08:43:36 EST 2012


    [ https://issues.jboss.org/browse/ARQ-775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673164#comment-12673164 ] 

Ondrej Zizka edited comment on ARQ-775 at 3/2/12 8:43 AM:
----------------------------------------------------------

Hi, it's already there.

The problem is probably that when some test fails, it doesn't run since the module stops at Surefire. (Another thing which would be solved by moving to the FireSafe plugin instead BTW.)

The solution is to run it manually:
{code}
mvn replacer:replace -rf testsuite/ -DallTests
{code}
                
      was (Author: ozizka):
    Hi, the problem is probably that when some test fails, it doesn't run since the module stops at Surefire. (Another thing which would be solved by moving to the FireSafe plugin instead BTW.)

The solution is to run it manually:
{code}
mvn replacer:replace -rf testsuite/ -DallTests
{code}
                  
> ARQ produces messed up log with one character per line in AS7 testsuite
> -----------------------------------------------------------------------
>
>                 Key: ARQ-775
>                 URL: https://issues.jboss.org/browse/ARQ-775
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Radoslav Husar
>            Assignee: Andrew Rubinger
>
> Looks like ONLY arquillian logging is messed up thus putting it here.
> Log looks like this, snip:
> {noformat}
> 14:18:32,799 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-3-thread-1) ISPN000082: Stopping the RpcDispatcher
> 14:18:33,113 INFO  [org.jboss.as.clustering.impl.CoreGroupCommunicationService.lifecycle.cluster] (Incoming-7,null) JBAS010247: New cluster view for partition cluster (id: 2, delta: -1, merge: false) : [node-udp-0/cluster]
> 14:18:33,114 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-7,null) ISPN000094: Received new cluster view: [node-udp-0/cluster|2] [node-udp-0/cluster]
> 14:18:33,389 INFO  [org.jboss.as.repository] (management-handler-threads - 1) JBAS014901: Content removed from location /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/data/content/61/d2eac7ab6bf21961f39a0f152c6459f3c17aab/content
> 14:18:33,389 INFO  [org.jboss.as.server] (management-handler-threads - 1) JBAS018558: Undeployed "singleton.war"
> 1
> 4
> :
> 1
> 8
> :
> 4
> 3
> ,
> 3
> 9
> 2
>  
> I
> N
> F
> O
>  
>  
> [
> o
> r
> g
> .
> j
> b
> o
> s
> s
> .
> a
> r
> q
> u
> i
> l
> l
> i
> a
> n
> .
> c
> o
> n
> t
> a
> i
> n
> e
> r
> .
> t
> e
> s
> t
> .
> i
> m
> p
> l
> .
> c
> l
> i
> e
> n
> t
> .
> c
> o
> n
> t
> a
> i
> n
> e
> r
> .
> C
> l
> i
> e
> n
> t
> C
> o
> n
> t
> a
> i
> n
> e
> r
> C
> o
> n
> t
> r
> o
> l
> l
> e
> r
> ]
>  
> (
> m
> a
> i
> n
> )
>  
> M
> a
> n
> u
> a
> l
>  
> s
> t
> o
> p
> p
> i
> n
> g
>  
> o
> f
>  
> a
>  
> s
> e
> r
> v
> e
> r
>  
> i
> n
> s
> t
> a
> n
> c
> e
> URLs are: http://127.0.0.1:8080/singleton/singleton/service, http://127.0.0.1:8180/singleton/singleton/service
> 14:18:44,777 INFO  [stdout] (MSC service thread 1-2) Service controller state is UP, waiting for transition to REMOVED
> 14:18:44,779 INFO  [stdout] (MSC service thread 1-2) Service controller state is STOPPING, waiting for transition to REMOVED
> 14:18:44,787 INFO  [org.jboss.as.clustering.infinispan] (pool-12-thread-1) JBAS010282: Stopped default cache from cluster container
> 14:18:44,807 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment singleton.war in 51ms
> 14:18:44,848 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-3-thread-1) ISPN000082: Stopping the RpcDispatcher
> 14:18:45,181 INFO  [org.jboss.as.repository] (management-handler-threads - 4) JBAS014901: Content removed from location /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/data/content/29/2267739197896e484c0ff0fa35731be4d18c0d/content
> 14:18:45,182 INFO  [org.jboss.as.server] (management-handler-threads - 4) JBAS018558: Undeployed "singleton.war"
> 1
> 4
> :
> 1
> 8
> :
> 4
> 5
> ,
> 1
> 8
> 4
>  
> I
> N
> F
> O
>  
>  
> [
> o
> r
> g
> .
> j
> b
> o
> s
> s
> .
> a
> r
> q
> u
> i
> l
> l
> i
> a
> n
> .
> c
> o
> n
> t
> a
> i
> n
> e
> r
> .
> t
> e
> s
> t
> .
> i
> m
> p
> l
> .
> c
> l
> i
> e
> n
> t
> .
> c
> o
> n
> t
> a
> i
> n
> e
> r
> .
> C
> l
> i
> e
> n
> t
> C
> o
> n
> t
> a
> i
> n
> e
> r
> C
> o
> n
> t
> r
> o
> l
> l
> e
> r
> ]
>  
> (
> m
> a
> i
> n
> )
>  
> M
> a
> n
> u
> a
> l
>  
> s
> t
> o
> p
> p
> i
> n
> g
>  
> o
> f
>  
> a
>  
> s
> e
> r
> v
> e
> r
>  
> i
> n
> s
> t
> a
> n
> c
> e
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list