This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch merge-with-upstream in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git
commit 5394ead50270ebfb5445beec5c1d3ac837eda689 Author: Nikolay Antonov <[email protected]> AuthorDate: Wed Dec 24 19:58:39 2025 +0500 Automation: upgrade testng to reduce amount of SKIPPED tests Old TestNG versions has bug https://github.com/testng-team/testng/issues/739 - when `@BeforeClass(alwaysRun = true)` fails - all tests are marked as SKIPPED despite of `alwaysRun = true`. Fixed in 6.9.5+. --- automation/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/pom.xml b/automation/pom.xml index 3b190572..a3ffa806 100644 --- a/automation/pom.xml +++ b/automation/pom.xml @@ -163,7 +163,7 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <version>6.8.7</version> + <version>6.14.3</version> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
