[arquillian-issues] [JBoss JIRA] (ARQ-1728) Add possibility to report AS console output related to test methods

Stefan Miklosovic (JIRA) issues at jboss.org
Mon Aug 11 08:44:30 EDT 2014


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

Stefan Miklosovic edited comment on ARQ-1728 at 8/11/14 8:42 AM:
-----------------------------------------------------------------

I tried to implement this as described above some weeks ago but it was just too complicated to do. I wanted to implement some tailing of that log file and parse it but when you run it in a thread, reading was blocking operation so I was not able to kill that thread then because it was not interruptible.

So that nio stuff was another option which is able to do this but I gave it up in the middle.

This approach is way to go, HTH


was (Author: smikloso):
I tried to implement this as described above some weeks ago but it was just too complicated to do. I wanted to implement some tailing of that log file and parse it but when you run it in a thread, reading was blocking operation it I was not able to kill that thread then because it was not interruptible.

So that nio stuff was another option which is able to do this but it gave it up in the middle.

This approach is way to go, HTH

> Add possibility to report AS console output related to test methods
> -------------------------------------------------------------------
>
>                 Key: ARQ-1728
>                 URL: https://issues.jboss.org/browse/ARQ-1728
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Recorder
>    Affects Versions: recorder_1.0.0.Alpha3
>            Reporter: Stefan Miklosovic
>
> There is not any possiblity to see what AS has written out to console with test methods. 
> Investigate a way how to match output from AS with particular test method during which that console output has occured.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the arquillian-issues mailing list