Skip to content
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

Closed
wants to merge 2 commits into from
Closed

Update TestNG to version 7 #131

wants to merge 2 commits into from

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Jul 4, 2024

Trino is only using TestNG in product tests so this change is contained and should not cause issues

Trino is only using TestNG in product tests so this change is contained and should not cause issues
@cla-bot cla-bot bot added the cla-signed label Jul 4, 2024
@wendigo wendigo requested review from kokosing and losipiuk July 4, 2024 12:04
@@ -1,5 +1,10 @@
FROM ghcr.io/trinodb/testing/centos7-oj11:53
Copy link
Member

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?

Copy link
Contributor Author

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!

Copy link
Member

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>
Copy link
Member

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?

Copy link
Member

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

Copy link
Member

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 :)

@wendigo wendigo closed this Jul 23, 2024
@wendigo wendigo deleted the serafin/testng7 branch July 23, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants