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

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

Elliotte Rusty Harold created MCHECKSTYLE-437:
-------------------------------------------------

             Summary: 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


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)