[
https://issues.apache.org/jira/browse/SCB-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anant Dahiya updated SCB-2702:
------------------------------
Description:
Flaky JUnit Tests identified in commons-math-neuralnet
*How did we detect Flaky Test ?*
We detected the existence of flaky test using the tool
[NonDex|https://github.com/TestingResearchIllinois/NonDex]
*Command*
{code:java}
mvn -pl foundations/foundation-vertx
edu.illinois:nondex-maven-plugin:1.1.2:nondex
-Dtest=org.apache.commons.math4.neuralnet.NetworkTest#testIterationOrder{code}
*Tests*
||Path||Test||
|commons-math-neuralnet|org.apache.commons.math4.neuralnet.NetworkTest#testIterationOrder|
|commons-math-neuralnet|org.apache.commons.math4.neuralnet.sofm.KohonenUpdateActionTest#testUpdate|
was:
Flaky JUnit Tests identified in foundations/foundation-vertx
*How did we detect Flaky Test ?*
We detected the existence of flaky test using the tool
[NonDex|https://github.com/TestingResearchIllinois/NonDex]
*Command*
{code:java}
mvn -pl foundations/foundation-vertx
edu.illinois:nondex-maven-plugin:1.1.2:nondex
-Dtest=org.apache.commons.math4.neuralnet.NetworkTest#testIterationOrder{code}
*Tests*
||Path||Test||
|commons-math-neuralnet|org.apache.commons.math4.neuralnet.NetworkTest#testIterationOrder|
|commons-math-neuralnet|org.apache.commons.math4.neuralnet.sofm.KohonenUpdateActionTest#testUpdate|
> junit flaky tests in commons-math-neuralnet
> -------------------------------------------
>
> Key: SCB-2702
> URL: https://issues.apache.org/jira/browse/SCB-2702
> Project: Apache ServiceComb
> Issue Type: Bug
> Reporter: Anant Dahiya
> Priority: Major
>
> Flaky JUnit Tests identified in commons-math-neuralnet
> *How did we detect Flaky Test ?*
> We detected the existence of flaky test using the tool
> [NonDex|https://github.com/TestingResearchIllinois/NonDex]
>
> *Command*
> {code:java}
> mvn -pl foundations/foundation-vertx
> edu.illinois:nondex-maven-plugin:1.1.2:nondex
> -Dtest=org.apache.commons.math4.neuralnet.NetworkTest#testIterationOrder{code}
> *Tests*
> ||Path||Test||
> |commons-math-neuralnet|org.apache.commons.math4.neuralnet.NetworkTest#testIterationOrder|
> |commons-math-neuralnet|org.apache.commons.math4.neuralnet.sofm.KohonenUpdateActionTest#testUpdate|
--
This message was sent by Atlassian Jira
(v8.20.10#820010)