slawekjaranowski opened a new pull request, #758:
URL: https://github.com/apache/maven-invoker-plugin/pull/758

   `rerunFailingTestsCount` retries failed jobs, which is useful for a complete 
integration tests run.
   When a user selects a specific project on the command line, eg. 
`-Dinvoker.test=SimpleTest`,
   a plain result of that build is expected instead of a retry of an already 
known failure.
   
   Rerunning is now disabled in such a case. A project selection made 
permanently in the plugin
   configuration (`<invokerTest>`) is not affected - the value coming from the 
command line is
   recognized by checking the `invoker.test` user property of the current Maven 
session.
   
   Covered by unit tests and two new integration tests:
   
   - `rerun-build-invoker-test` - `-Dinvoker.test=project`, the failed job is 
not rerun
   - `rerun-build-invoker-test-in-config` - `<invokerTest>` in the plugin 
configuration, the failed job is rerun as before


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