SpoonLabs / astor

Automatic program repair for Java with generate-and-validate techniques :v::v:: jGenProg (2014) - jMutRepair (2016) - jKali (2016) - DeepRepair (2017) - Cardumen (2018) - 3sfix (2018)
https://hal.archives-ouvertes.fr/hal-01321615/document
GNU General Public License v2.0
205 stars 107 forks source link

CI failing due to use of another test driver #354

Open martinezmatias opened 2 years ago

martinezmatias commented 2 years ago

The CI is failing because maven uses TestNG instead of jUnit (log here). Consequently, instead of calling one test per job it calls all tests from the test cases which produces a timeout.

martinezmatias commented 2 years ago

Problem identified: the sure-fire detected the TestNG dependency (Gzoltar depends on it) and use its engine. As solution, we force to use a particular test engine.