Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Status of P2 effort and JUnit tests


The build is actually working fairly well, and I've uncovered the cause of the JUnits not running.
The whole test run was time limited to two hours ... each individual test suite is limited to 30 minutes ... so, now the test run is timing out after about 20 suites, hitting the 2 hours limit.
I've opened bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=224269

It appears the startup time is now about 5 minutes, instead of 30 seconds, so, 20 suites times 5 minutes and you can see why we are running out of time. I have upped the limit to 4 hours, but even then I don't think all will finish. (we have 60 or 80 suites).

We'll see if there's any response to the bug before deciding what to do, but IMHO we should go ahead and smoke test the morning's build looks reasonable at all. But, admit I'm burned out from all this P2 stuff so we'll see how I feel in the morning :)


Back to the top