-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update TestNG to version 7 #131
Conversation
Trino is only using TestNG in product tests so this change is contained and should not cause issues
@@ -1,5 +1,10 @@ | |||
FROM ghcr.io/trinodb/testing/centos7-oj11:53 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The below is workaround, can we move to almalinux instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once we release new images, sure!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -42,6 +42,7 @@ | |||
<air.check.skip-pmd>true</air.check.skip-pmd> | |||
|
|||
<project.build.targetJdk>21</project.build.targetJdk> | |||
<dep.testng.version>7.10.2</dep.testng.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it work with Trino?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trino should not care is it does not use testng
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does use. As testng is part of product tests. So maybe I should use different words. Does product tests are passing in Trino with this change? I guess we will find out after the release :)
Trino is only using TestNG in product tests so this change is contained and should not cause issues