eclipse / repairnator

Software development bots for Github. Join the bot revolution! :star2::robot::star2::revolving_hearts:
MIT License
384 stars 83 forks source link

Failing unit test due to leaks #1219

Open andre15silva opened 3 years ago

andre15silva commented 3 years ago

Identified in #1218

TestMetrics4BearsJsonFile#testRepairnatorJsonFileWithFailingBuild doesn't work (in CI only, locally it does), because somehow the CommitPatch step uses a repoToPushLocalPath that comes from TestProjectInspector#testPatchFailingProject.

This is unexpected and abnormal, and there seems to be no immediately apparent reason for it to happen.