daniellavoie removed a comment on issue #6757: URL: https://github.com/apache/incubator-pinot/issues/6757#issuecomment-815840218
Found this: ``` $ MAVEN_OPTS="-verbose" mvn package| grep com.google.common.cache.CacheBuilder [Loaded com.google.common.cache.CacheBuilder from file:/Applications/apache-maven-3.6.3/lib/guava-25.1-android.jar] [Loaded com.google.common.cache.CacheBuilder$3 from file:/Applications/apache-maven-3.6.3/lib/guava-25.1-android.jar] [Loaded com.google.common.cache.CacheBuilder$1 from file:/Applications/apache-maven-3.6.3/lib/guava-25.1-android.jar] [Loaded com.google.common.cache.CacheBuilder$2 from file:/Applications/apache-maven-3.6.3/lib/guava-25.1-android.jar] [Loaded com.google.common.cache.CacheBuilder$OneWeigher from file:/Applications/apache-maven-3.6.3/lib/guava-25.1-android.jar] [Loaded com.google.common.cache.CacheBuilder$NullListener from file:/Applications/apache-maven-3.6.3/lib/guava-25.1-android.jar] ``` Wondering if the surefire plugin is forking the tests in a distinct JVM. Sounds like it's not the case and would explain why we are getting different behavior from the IDE. -- 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. 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