Skip to content

Repeat for Jakarta EE11- Phase 2 - Part 2#34245

Draft
pnicolucci wants to merge 3 commits intoOpenLiberty:integrationfrom
pnicolucci:EE11RepeatPhase2Part2
Draft

Repeat for Jakarta EE11- Phase 2 - Part 2#34245
pnicolucci wants to merge 3 commits intoOpenLiberty:integrationfrom
pnicolucci:EE11RepeatPhase2Part2

Conversation

@pnicolucci
Copy link
Member

for #34093

@pnicolucci pnicolucci self-assigned this Mar 4, 2026
@pnicolucci pnicolucci force-pushed the EE11RepeatPhase2Part2 branch 7 times, most recently from 9c05ee0 to f9d85ea Compare March 4, 2026 17:17
@pnicolucci
Copy link
Member Author

pnicolucci commented Mar 4, 2026

!build (view Open Liberty Personal Build - ❌ completed with errors/failures.)

Note: Target locations of links might be accessible only to IBM employees.

@pnicolucci pnicolucci force-pushed the EE11RepeatPhase2Part2 branch from f9d85ea to 1ae1bcd Compare March 4, 2026 17:25
@pnicolucci
Copy link
Member Author

pnicolucci commented Mar 4, 2026

!build (view Open Liberty Personal Build - ❌ completed with errors/failures.)

Note: Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link
Member

LibbyBot commented Mar 4, 2026

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 9 FAT files were changed, added, or removed.

  • Check that the build did not break the affected FAT suite(s).

  • 1 test infrastructure code files were changed.

  • Test failures/errors in the build could be due to these changes.

  • Please describe in a separate comment how you tested your changes.

@pnicolucci
Copy link
Member Author

Current failures:

  1. com.ibm.ws.security.jwtsso_fat.noMpJwt

Cannot copy a file or directory that does not exist: /home/ci/Build/workspace/ebcTestRunner/dev/autoFVT/image/output/wlp/usr/shared/config/jwtSsoFeatures_EE11_FEATURES_noMpJwt.xml: localhost

java.io.FileNotFoundException: Cannot copy a file or directory that does not exist: /home/ci/Build/workspace/ebcTestRunner/dev/autoFVT/image/output/wlp/usr/shared/config/jwtSsoFeatures_EE11_FEATURES_noMpJwt.xml: localhost
at com.ibm.websphere.simplicity.RemoteFile.copy(RemoteFile.java:901)
at com.ibm.websphere.simplicity.RemoteFile.copyToDest(RemoteFile.java:432)
at componenttest.topology.impl.LibertyFileManager.copyFileIntoLiberty(LibertyFileManager.java:592)
at componenttest.topology.impl.LibertyFileManager.copyFileIntoLiberty(LibertyFileManager.java:522)
at componenttest.topology.impl.LibertyFileManager.copyFileIntoLiberty(LibertyFileManager.java:506)
at com.ibm.ws.security.fat.common.utils.ServerFileUtils.updateFeatureFile(ServerFileUtils.java:27)
at com.ibm.ws.security.jwtsso.fat.utils.JwtFatUtils.updateFeatureFileForEE9(JwtFatUtils.java:70)
at com.ibm.ws.security.jwtsso.fat.SigAlgTests.setUp(SigAlgTests.java:66)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at componenttest.custom.junit.runner.FATRunner$2.evaluate(FATRunner.java:412)
at componenttest.custom.junit.runner.FATRunner.run(FATRunner.java:204)
at componenttest.rules.repeater.RepeatTests$CompositeRepeatTestActionStatement.evaluate(RepeatTests.java:149) 
  1. com.ibm.ws.security.jwt_fat.consumer I made a mistake and used forServers rather than forServerConfigPaths in the FATSuite.java so fixing that should resolve:
com.ibm.ws.security.jwt.fat.consumer.FATSuite:junit.framework.AssertionFailedError: There were no servers/clients (*.xml) in the following folders.. To use a FeatureReplacementAction, there must be 1 or more servers/clients in any of the following locations: [lib/LibertyFATTestFiles, publish/servers, publish/clients]
	at componenttest.rules.repeater.FeatureReplacementAction.setFeatures(FeatureReplacementAction.java:626)
	at componenttest.rules.repeater.FeatureReplacementAction.setup(FeatureReplacementAction.java:551)
	at componenttest.rules.repeater.JakartaEEAction.setup(JakartaEEAction.java:236)
	at componenttest.rules.repeater.RepeatTests$CompositeRepeatTestActionStatement.evaluate(RepeatTests.java:148)

@pnicolucci pnicolucci force-pushed the EE11RepeatPhase2Part2 branch from c5a864e to 949409d Compare March 5, 2026 12:58
@pnicolucci
Copy link
Member Author

pnicolucci commented Mar 5, 2026

!build (view Open Liberty Personal Build - ❌ completed with errors/failures.)

Note: Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link
Member

LibbyBot commented Mar 5, 2026

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 9 FAT files were changed, added, or removed.

  • Check that the build did not break the affected FAT suite(s).

  • 4 test infrastructure code files were changed.

  • Test failures/errors in the build could be due to these changes.

  • Please describe in a separate comment how you tested your changes.

@pnicolucci pnicolucci force-pushed the EE11RepeatPhase2Part2 branch from 9303bb0 to 882bd10 Compare March 6, 2026 00:25
@pnicolucci
Copy link
Member Author

com.ibm.ws.security.jwtsso_fat.noMpJwt


com.ibm.ws.security.jwtsso.fat.FeatureOnlyTest:java.io.FileNotFoundException: Cannot copy a file or directory that does not exist: /home/ci/Build/workspace/ebcTestRunner/dev/autoFVT/image/output/wlp/usr/shared/config/featuresWithoutJwtSso_ee11.xml: localhost
	at com.ibm.websphere.simplicity.RemoteFile.copy(RemoteFile.java:901)
	at com.ibm.websphere.simplicity.RemoteFile.copyToDest(RemoteFile.java:432)
	at componenttest.topology.impl.LibertyFileManager.copyFileIntoLiberty(LibertyFileManager.java:592)
	at componenttest.topology.impl.LibertyFileManager.copyFileIntoLiberty(LibertyFileManager.java:522)
	at componenttest.topology.impl.LibertyFileManager.copyFileIntoLiberty(LibertyFileManager.java:506)
	at com.ibm.ws.security.fat.common.utils.ServerFileUtils.updateFeatureFile(ServerFileUtils.java:27)
	at com.ibm.ws.security.jwtsso.fat.utils.JwtFatUtils.updateFeatureFileForEE9(JwtFatUtils.java:75)

@pnicolucci pnicolucci force-pushed the EE11RepeatPhase2Part2 branch from 882bd10 to 095246b Compare March 6, 2026 00:31
@pnicolucci pnicolucci force-pushed the EE11RepeatPhase2Part2 branch from 095246b to 1567c5f Compare March 6, 2026 00:33
@pnicolucci
Copy link
Member Author

pnicolucci commented Mar 6, 2026

!build (view Open Liberty Personal Build - ⚠️ completed with warnings.)

Note: Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link
Member

LibbyBot commented Mar 6, 2026

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 9 FAT files were changed, added, or removed.

  • Check that the build did not break the affected FAT suite(s).

  • 5 test infrastructure code files were changed.

  • Test failures/errors in the build could be due to these changes.

  • Please describe in a separate comment how you tested your changes.

@pnicolucci
Copy link
Member Author

pnicolucci commented Mar 6, 2026

!build (view Open Liberty Personal Build - ⚠️ completed with warnings.)

Note: Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link
Member

LibbyBot commented Mar 6, 2026

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 9 FAT files were changed, added, or removed.

  • Check that the build did not break the affected FAT suite(s).

  • 5 test infrastructure code files were changed.

  • Test failures/errors in the build could be due to these changes.

  • Please describe in a separate comment how you tested your changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants