André Silva

Results 84 comments of André Silva

New projects are required under the repairnator org for the following projects: - https://github.com/henry-lp/SonarQubeRepairTests - (maybe? not sure it makes sense) https://github.com/Spirals-Team/jtravis.git - https://github.com/fermadeiral/test-repairnator-bears

We should also move: - https://github.com/fermadeiral/TestingProject - https://github.com/surli/test-repairnator If we move these ones, I'll need permission on Travis for it so I can trigger builds from past commits manually. Same...

@monperrus could you give me permissions in the following repos, so that I can trigger new builds? (`operation requires create_request access to repository` according to travis API) - https://github.com/repairnator/test-repairnator-bears -...

FYI, the ant command uses an option which is deprecated and ignored since Java 8 (`XX:MaxPermSize`). Ref: https://knowledgebase.progress.com/articles/Article/JDK-8-warning-PermSize-and-MaxPermSize-JVM-arguments-are-ignored For later version of Java, the command won't even execute due to...

> @andre15silva @fermadeiral it seems we will not finish this one. > > are you OK to close? yes, ok from me

Hi @Sofi1410 , Seems like both errors come from flacoco executions: ``` java.lang.RuntimeException: java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/repairnator-ci_PR-1256/src/maven-repair/./target/CoveredTestResultPerTest.dat at eu.stamp_project.testrunner.listener.utils.ListenerUtils.loadFromMemoryMappedFile(ListenerUtils.java:82) at eu.stamp_project.testrunner.listener.impl.OnlineCoveredTestResultPerTestMethodImpl.load(OnlineCoveredTestResultPerTestMethodImpl.java:169) at eu.stamp_project.testrunner.EntryPoint.runOnlineCoveredTestResultPerTestMethods(EntryPoint.java:664) at fr.spoonlabs.flacoco.core.coverage.framework.JUnit4Strategy.execute(JUnit4Strategy.java:27) at fr.spoonlabs.flacoco.core.coverage.CoverageRunner.getCoverageMatrix(CoverageRunner.java:49) at fr.spoonlabs.flacoco.localization.spectrum.SpectrumRunner.computeCoverageMatrix(SpectrumRunner.java:56) at fr.spoonlabs.flacoco.localization.spectrum.SpectrumRunner.run(SpectrumRunner.java:32) at...

Btw @Sofi1410, if we identify a set of flaky tests we could possibly ignore them if they are not super important. Do you have this set? @monperrus agrees that having...

It's green @sofiabobadilla :partying_face:

Hi @xmcp , Thanks a lot for the bug report :) I will try to reproduce this ASAP and ping you when it is fixed!