Re: [PR] Fixing flaky tests in TestTreeMojo [maven-dependency-plugin]

2024-11-09 Thread via GitHub
elharo merged PR #451: URL: https://github.com/apache/maven-dependency-plugin/pull/451 -- 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: issues-unsubscr..

Re: [PR] Fixing flaky tests in TestTreeMojo [maven-dependency-plugin]

2024-11-09 Thread via GitHub
mihirgune commented on code in PR #451: URL: https://github.com/apache/maven-dependency-plugin/pull/451#discussion_r1835480608 ## src/test/java/org/apache/maven/plugins/dependency/tree/TestTreeMojo.java: ## @@ -31,9 +31,8 @@ import java.nio.file.Files; import java.nio.file.Pa

Re: [PR] Fixing flaky tests in TestTreeMojo [maven-dependency-plugin]

2024-11-09 Thread via GitHub
elharo commented on code in PR #451: URL: https://github.com/apache/maven-dependency-plugin/pull/451#discussion_r1835365063 ## src/test/java/org/apache/maven/plugins/dependency/tree/TestTreeMojo.java: ## @@ -31,9 +31,8 @@ import java.nio.file.Files; import java.nio.file.Path;

[PR] Fixing flaky tests in TestTreeMojo [maven-dependency-plugin]

2024-11-07 Thread via GitHub
mihirgune opened a new pull request, #451: URL: https://github.com/apache/maven-dependency-plugin/pull/451 ### Description This pull request addresses the flakiness in the following tests within the class [org.apache.maven.plugins.dependency.tree.TestTreeMojo](https://github.com/apac