RFR: 8336389: Infinite loop occurs while resolving lookups [v2]

Kevin Rushforth kcr at openjdk.org
Tue Jul 16 18:50:56 UTC 2024


On Tue, 16 Jul 2024 18:18:15 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Worth noting is that PR #1503 also uses JUnit 5 for its new tests, and in a non-trivial manner (not easy to replace). Maybe the best thing to do is to convert this test class to JUnit 5?
>
> Maybe we should ask people to convert to junit5 every time they modify a test.
> 
> I know we usually ask not to combine different issues in one PR, but given the fact that we are changing the tests there is no (or little) associated risk of regression or merge conflicts.  What do you think?

Not as a general policy, but perhaps in some cases. I only suggested it for this class because there are two PRs adding JUnit 5 tests to this class that would benefit from such a conversion, but now that I look at that class more closely, I don't think I'd want to see it as part of either PR.

In general, I don't want to see a JUnit 5 conversions as part of a simple PR that adds a test method to a class with dozens of existing test methods, and this PR falls into that use case.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1505#discussion_r1679912562


More information about the openjfx-dev mailing list