reportportal / agent-java-junit

Report Portal agent for JUnit 4
Apache License 2.0
11 stars 17 forks source link

Upgrade to latest JUnit Foundation release #24

Closed sbabcoc closed 5 years ago

sbabcoc commented 5 years ago

I've now made sure that I handle specific invocations of methods properly by pairing them with their respective runners. This is the thing I was missing last time. Since applying these revisions, all of my launch results are captured flawlessly.

sbabcoc commented 5 years ago

BTW - The Travis-CI failures were caused by reference to JUnit Foundation releases that hadn't propagated to the wider world yet.

sbabcoc commented 5 years ago

I finally managed to implement successful operation with j unit 4 running parallel methods. Give this a try and let me know how it works for you.

sbabcoc commented 5 years ago

I applied more thread-related fixes to JUnit Foundation. This resolved the latest issues @akoltochihin found.