xiangfu0 commented on PR #11462:
URL: https://github.com/apache/pinot/pull/11462#issuecomment-1746424428

   > hi @xiangfu0
   > 
   > I observed some command are not working after test verison bump.
   > 
   > For example
   > 
   > ```
   > mvn test -Dtest=InterSegmentAggregationMultiValueRawQueriesTest 
-DfailIfNoTests=false -Dcheckstyle.skip
   > ```
   > 
   > and I got
   > 
   > ```
   > [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on 
project pinot-spi: No tests matching pattern 
"InterSegmentAggregationMultiValueRawQueriesTest" were executed! (Set 
-Dsurefire.failIfNoSpecifiedTests=false to ignore this error.) -> [Help 1]
   > [ERROR] 
   > [ERROR] To see the full stack trace of the errors, re-run Maven with the 
-e switch.
   > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   > [ERROR] 
   > [ERROR] For more information about the errors and possible solutions, 
please read the following articles:
   > [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   > [ERROR] 
   > [ERROR] After correcting the problems, you can resume the build with the 
command
   > [ERROR]   mvn <args> -rf :pinot-spi
   > ```
   > 
   > do you have an equivalent testing command that has similar function with 
`mvn test -Dtest=InterSegmentAggregationMultiValueRawQueriesTest 
-DfailIfNoTests=false -Dcheckstyle.skip`?
   
   True, I can also reproduce this, will look into it more.
   For now you can enter into the folder then run it: 
   ```
   cd pinot-core
   mvn test -Dtest=InterSegmentAggregationMultiValueRawQueriesTest 
-DfailIfNoTests=false -Dcheckstyle.skip
   ```


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to