dlmarion opened a new issue, #5851:
URL: https://github.com/apache/accumulo/issues/5851

   SimpleSharedMacTestSuiteIT is not finding any tests to execute when
   run with the sunny profile.  The following stack trace occurs for me
   when I run: `mvn clean verify -Psunny`.
   
   ```
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
15.90 s <<< FAILURE! -- in org.apache.accumulo.suites.SimpleSharedMacTestSuiteIT
   [ERROR] org.apache.accumulo.suites.SimpleSharedMacTestSuiteIT -- Time 
elapsed: 15.90 s <<< ERROR!
   org.junit.platform.suite.engine.NoTestsDiscoveredException: Suite 
[org.apache.accumulo.suites.SimpleSharedMacTestSuiteIT] did not discover any 
tests
        at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
        at 
java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
        at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
        at 
java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
        at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
        at 
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
        at 
java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
        at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
        at 
java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at 
java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
   ```
   
   However, when I run the following, the test passes: `mvn clean verify 
-Dit.test=SimpleSharedMacTestSuiteIT -Dtest=foo -Dspotbugs.skip`
   
   It looks like the sunny profile stopped working after commit 
`f70a12cced92eee4dbbb0a801c4cd9f982227d9a`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to