[GitHub] maven-surefire issue #177: [SUREFIRE-1498] Surefire prints own logs "Couldn'...

2018-03-14 Thread eolivelli
Github user eolivelli commented on the issue:

https://github.com/apache/maven-surefire/pull/177
  
@Tibor17 I have tested this patch and I confirm that with this change the 
error is the same as you are reporting, that is there is no more "Corrupted 
stream" but only 

> [WARNING] Couldn't load group class ...

as expected


---


[GitHub] maven-surefire issue #177: [SUREFIRE-1498] Surefire prints own logs "Couldn'...

2018-03-11 Thread eolivelli
Github user eolivelli commented on the issue:

https://github.com/apache/maven-surefire/pull/177
  
@Tibor17 I will be happy to pick up this issue and continue the work. I am 
an user of the feature. I will continue the work as soon as I have time


---


[GitHub] maven-surefire issue #177: [SUREFIRE-1498] Surefire prints own logs "Couldn'...

2018-03-11 Thread Tibor17
Github user Tibor17 commented on the issue:

https://github.com/apache/maven-surefire/pull/177
  
Maybe not necessary to test it again because I downloaded logs from our 
Jenkins ans I see the IT
JUnit48TestCategoriesIT_testBadCategoryForkAlways
which has the Warning message in log.txt and not in the *.dump stream.
[INFO] 
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[WARNING] Couldn't load group class 'BadCategory' in Surefire|Failsafe 
plugin. The group class is ignored!
[WARNING] Couldn't load group class 'BadCategory' in Surefire|Failsafe 
plugin. The group class is ignored!
[WARNING] Couldn't load group class 'BadCategory' in Surefire|Failsafe 
plugin. The group class is ignored!
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0



---


[GitHub] maven-surefire issue #177: [SUREFIRE-1498] Surefire prints own logs "Couldn'...

2018-03-11 Thread Tibor17
Github user Tibor17 commented on the issue:

https://github.com/apache/maven-surefire/pull/177
  
@eolivelli 
Pls check it our with your code. The log should not appear in the dump file.


---


[GitHub] maven-surefire issue #177: [SUREFIRE-1498] Surefire prints own logs "Couldn'...

2018-03-11 Thread eolivelli
Github user eolivelli commented on the issue:

https://github.com/apache/maven-surefire/pull/177
  
I think that in "Branch Sources" you have to enable GitHub and work with 
"iscover pull requests from forks" options.
It is a kind of Jenkins Job I have never used.

Usually I setup jobs like this, using "GitHub Pull Request Builder"
https://builds.apache.org/job/bookkeeper_precommit_pullrequest_java8/


---


[GitHub] maven-surefire issue #177: [SUREFIRE-1498] Surefire prints own logs "Couldn'...

2018-03-11 Thread Tibor17
Github user Tibor17 commented on the issue:

https://github.com/apache/maven-surefire/pull/177
  
@eolivelli 
If you know how to do it in CI, just tell me.
You can see CI Mulibranch Pipeline in 
https://builds.apache.org/job/maven-wip/job/maven-surefire/


---