adoroszlai commented on PR #10537: URL: https://github.com/apache/ozone/pull/10537#issuecomment-4733992589
> sorry the reproduction command is (updated in PR description): > > ```shell > mvn clean > mvn clean test-compile -pl hadoop-ozone/s3gateway -am > ``` Sorry, that doesn't fail either (even after `rm -fr ~/.m2/repository/org/apache/ozone`). > Actually I was using zed's UI to directly run single test case, for example, the auto generate command by zed is: > > ```shell > ... $CMD clean test-compile -pl "$m" -am && $CMD test -pl "$m" -Dtest="$fqc#$method" ... > ``` `mvn test` executed separately will look for depedent modules in the Maven repo. It does not pick up code generated by the prior separate `clean test-compile`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
