Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] 3.0.3 build with Junit failure, smoketest on hold


> Does anyone know what a negative running time means with a DNF?

The negative running time is a hard coded value just to mean "invalid value".

"DNF" means "did not finish". Oddly enough, it also means "did not start". Tests summaries get that "DNF" designation when there are no test results found for it and at that point we don't know why there were no test results found.
I'd guess 99% of the time it is due to a hang, which is then forceable killed (by ant) but occasionally is due to some other error where the test doesn't run enough to generate any results.


Back to the top