You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/05/20 12:56:00 UTC

[jira] [Commented] (MCHECKSTYLE-437) CheckstyleReportTest.testNoSource does not clean up after itself

    [ https://issues.apache.org/jira/browse/MCHECKSTYLE-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724530#comment-17724530 ] 

ASF GitHub Bot commented on MCHECKSTYLE-437:
--------------------------------------------

elharo opened a new pull request, #120:
URL: https://github.com/apache/maven-checkstyle-plugin/pull/120

   This is necessary to let the test pass on subsequent runs without a clean.




> CheckstyleReportTest.testNoSource does not clean up after itself
> ----------------------------------------------------------------
>
>                 Key: MCHECKSTYLE-437
>                 URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-437
>             Project: Maven Checkstyle Plugin
>          Issue Type: Bug
>            Reporter: Elliotte Rusty Harold
>            Priority: Minor
>
> Run `mvn test` twice in a row on a fresh checkout at master. The first run passes. The second run fails:
> ```
> [ERROR] Failures: 
> [ERROR]   CheckstyleReportTest.testNoSource:39
> [INFO] 
> [ERROR] Tests run: 25, Failures: 1, Errors: 0, Skipped: 0
> ```
> `mvn clean test` will pass again.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)