Skip to content

Add onRetry for setting JVM options for fork differently#349

Open
U1F984 wants to merge 1 commit into
gradle:mainfrom
U1F984:retry-different-system-properties
Open

Add onRetry for setting JVM options for fork differently#349
U1F984 wants to merge 1 commit into
gradle:mainfrom
U1F984:retry-different-system-properties

Conversation

@U1F984

@U1F984 U1F984 commented Nov 8, 2024

Copy link
Copy Markdown

Fixes #205, #206, #209, #271.

Going by my last submitted PR I don't expect this one to be accepted either, so I've not bothered to add any tests/docs.

Signed-off-by: Leo Tietz <leo.tietz@gmail.com>
@pshevche

Copy link
Copy Markdown
Member

@U1F984 , thank you for looking into it. I am not convinced that we'll go down this route. It does not cover some of the use cases from #271, like "Print a message on successful retry". Furthermore, we need to think more about the semantics of this callback: should it be invoked once, meaning that the test retry plugin kicked in, or on every retry? I am sorry it takes us so long to get to this topic. We still plan to investigate it, but we'll need to see first how it ranks against other priorities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is there a way to output something when the retry succeeds?

2 participants