Luc Maisonobe wrote:
This issue affects 1 projects,
 and has been outstanding for 5 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-math :  The Jakarta Mathematics Library


Full details are available at:
http://vmgump.apache.org/gump/public/apache-commons/commons-math/index.html

The problem seems related to the org.apache.commons.math.stat.descriptive.DescriptiveStatisticsTest class which is abstract since r590564 when Brent introduced the SynchronizedDescriptiveStatistics class.

The suite() method tried to create an instance which was not possible anymore since the class is abstract. I hve removed the suite() method in version r591610. However, I'm not sure this is enough. Don't we need to change the class name to call it AbstractSomething or Something abstract ? Don't maven use this naming convention to prevent from launching some test classes ?

The last failure was due to a test I introduced in r776311 (NaturalRankingTest.testNaNsFixedTiesRandom). I have disabled the test for now. Sorry for the noise...

Phil

Luc



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to