Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Disabled "Publish JUnit test result report"

Personally I would rather have the test results front and center. Often I have unstable builds, but in 1/2 a second look at build result summary I can tell that the test failure has nothing at all to do with my change (e.g. I change DSF and test failure is in indexer).

Just to be clear, if you don't revert this, do builds still get marked as unstable back to gerrit.

However, I am really happy to know about this, it explains what I saw in a few of my gerrit runs, a build that takes 2+ hours, but the actual build part as reported by maven is 50 minutes.

Thanks,
Jonah


~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com

On 2 June 2016 at 22:11, Marc-André Laperle <marc-andre.laperle@xxxxxxxxxxxx> wrote:
You can still see the test that failed in the console output, it just disables the nicely formatted report. But if you'd rather have the reports and builds that hang occasionally, I'll re-enable it.


On 2016-06-02 03:58 PM, Doug Schaefer wrote:
I assume this is temporary? Without the JUnit test report, we might as well disable the verify job completely since it wouldn't add much value. It doesn't catch compile errors very often. Or am I missing something.

On Thu, Jun 2, 2016 at 3:46 PM, Marc-André Laperle <marc-andre.laperle@xxxxxxxxxxxx> wrote:
Hi,

I've disabled "Publish JUnit test result report" for the cdt-verify job because of
https://bugs.eclipse.org/bugs/show_bug.cgi?id=388896

Basically, if a build takes longer or hangs, all subsequent builds will hang at the publishing test results step until the first one is done.

Let me know if that's not OK and I can re-enable it,
Marc-Andre

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top