Github user lamyaa commented on the pull request:
https://github.com/apache/maven-surefire/pull/96#issuecomment-170758490
@Tibor17 I merged the latest changes from master and resolved conflicts. I
checked that it is still working as expected. Let me know if there is anything
else I s
Github user Tibor17 commented on the pull request:
https://github.com/apache/maven-surefire/pull/96#issuecomment-170199857
>>Should I then make a new pull request for 3.0-rc1?
no, no. Just keep going in the master. Thx.
On Sat, Jan 9, 2016 at 5:15 AM, lamyaa wrote:
Github user lamyaa commented on the pull request:
https://github.com/apache/maven-surefire/pull/96#issuecomment-170191124
@Tibor17
Hi Tibor. I'm doing great, thanks. Congrats on the release! :)
I'll work on this in the next couple of days to resolve conflicts and test
it again
Github user Tibor17 commented on the pull request:
https://github.com/apache/maven-surefire/pull/96#issuecomment-170148843
@lamyaa
Hi how are you?
We should recover activity on this issue. As for your information, I
created a separate branch 3.0-rc1 and the master branch is re
Github user agudian commented on the pull request:
https://github.com/apache/maven-surefire/pull/96#issuecomment-143957705
I agree that it makes sense to add the same information to the xml report
that we provide in the console output.
Regarding what time to take for the test case,
Github user Tibor17 commented on the pull request:
https://github.com/apache/maven-surefire/pull/96#issuecomment-143955811
@agudian I would like to include you into our discussion.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub a
Github user lamyaa commented on the pull request:
https://github.com/apache/maven-surefire/pull/96#issuecomment-143900518
@Tibor17 I just tested this PR with your recent SUREFIRE-1144 fix. It still
works.
Again, the point here was really just to provide the same level of
informat
Github user Tibor17 commented on the pull request:
https://github.com/apache/maven-surefire/pull/96#issuecomment-142758232
@lamyaa
Did you have time to run this test using the fix we talked about in
`SUREFIRE-1144`?
Is the execution time calculation broken ?
If it is not b
GitHub user lamyaa opened a pull request:
https://github.com/apache/maven-surefire/pull/96
Adding individual rerun times to XML reports
When a test fails and is rerun (with rerunFailingTestsCount > 0), the XML
report only shows the time elapsed for the first run of the test method.