-
Notifications
You must be signed in to change notification settings - Fork 602
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 7.5.1 #25122
Update TestNG to 7.5.1 #25122
Conversation
Updated Arquillian related variables to improve consistency and findability across individual projects when updates are to be made. Update arquillian versions to latest known tested versions that should be compatible with TestNG 7.5.0 7.5.0 of TestNG now includes SLF4J, so update ArquillianLoadableExtension to include SLF4J.
#libby |
Joe's DHE check: 🚨🚨🚨Failed to locate GAV asset GAVEntry [groupName=org.testng, artifactName=testng, versionName=7.5.1, fileType=jar] at https://public.dhe.ibm.com/ibmdl/export/pub/software/olrepo/org/testng/testng/7.5.1. If you've already FTP'ed the files to DHE, they might not be published yet or I might be unable to connect to DHE.:rotating_light::rotating_light::rotating_light: |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_p_KpMORTEe2xRt1mHVwGHw Target locations of links might be accessible only to IBM employees. |
Joe's DHE check: 🚨🚨🚨Failed to locate GAV asset GAVEntry [groupName=org.testng, artifactName=testng, versionName=7.5.1, fileType=jar] at https://public.dhe.ibm.com/ibmdl/export/pub/software/olrepo/org/testng/testng/7.5.1. If you've already FTP'ed the files to DHE, they might not be published yet or I might be unable to connect to DHE.:rotating_light::rotating_light::rotating_light: |
fix missing slf4j packages in io.openliberty.microprofile.graphql.2.0.internal_fat_tck pom
#libby |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_LClswOTWEe2xRt1mHVwGHw Target locations of links might be accessible only to IBM employees. |
The build abutch3r-25122-20230426-1107 For help analyzing your personal build, go to https://libh-proxy1.fyre.ibm.com/cognitive/buildAnalysis.html?uuid=_p_KpMORTEe2xRt1mHVwGHw |
The build abutch3r-25122-20230427-0241 For help analyzing your personal build, go to https://libh-proxy1.fyre.ibm.com/cognitive/buildAnalysis.html?uuid=_LClswOTWEe2xRt1mHVwGHw |
dhe check was due to incorrect location of the testng in .dependencies files and has been resolved by restoring to original location Test failures were due to infrastructure(docker) and a known unrelated test case failure |
fix missed bnd testng references
#build |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_rEa7YOWjEe2xRt1mHVwGHw Target locations of links might be accessible only to IBM employees. |
#build |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_xQDzsOgTEe2D8Kk7c5d7Ig Target locations of links might be accessible only to IBM employees. |
The build abutch3r-25122-20230501-0539 For help analyzing your personal build, go to https://libh-proxy1.fyre.ibm.com/cognitive/buildAnalysis.html?uuid=_xQDzsOgTEe2D8Kk7c5d7Ig |
#libby |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
The failing TCK bucket is a intermittent failure on the stopping of the server, all the tests still passed in the bucket Other failing bucket has since been quarantined in the main build |
Updated Arquillian related variables to improve consistency and findability across individual projects when updates are to be made.
Update arquillian versions to latest known tested versions that should be compatible with TestNG 7.5.x
7.5.x of TestNG now requires SLF4J, so update ArquillianLoadableExtension to include SLF4J.
fixes #23781, #25109