-
Notifications
You must be signed in to change notification settings - Fork 604
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
Add EE Repeats for EJB V32 FAT #30612
Add EE Repeats for EJB V32 FAT #30612
Conversation
- Add RepeatActions to EJB V32 FAT tests - Fix EJB metadata types in Simplicity so RepeatActions may update server.xml - Update other tests that were programmatically setting EJB attributes with incorrect types
!build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
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 suggestions below are based off the standard use of repeats I've seen in the past. Not sure if using NO_REPLACEMENT
vs EE7_FEATURES
will have any impact besides to performance.
...m.ws.ejbcontainer.v32_fat/fat/src/com/ibm/ws/ejbcontainer/v32/fat/tests/PassivationTest.java
Show resolved
Hide resolved
...ontainer.v32_fat/fat/src/com/ibm/ws/ejbcontainer/v32/fat/tests/SingletonLifecycleTxTest.java
Show resolved
Hide resolved
...container.v32_fat/fat/src/com/ibm/ws/ejbcontainer/v32/fat/tests/StatefulLifecycleTxTest.java
Show resolved
Hide resolved
…iner.v32_fat/fat/src/com/ibm/ws/ejbcontainer/v32/fat/tests/PassivationTest.java Co-authored-by: Kyle Aure <[email protected]>
…iner.v32_fat/fat/src/com/ibm/ws/ejbcontainer/v32/fat/tests/SingletonLifecycleTxTest.java Co-authored-by: Kyle Aure <[email protected]>
…iner.v32_fat/fat/src/com/ibm/ws/ejbcontainer/v32/fat/tests/StatefulLifecycleTxTest.java Co-authored-by: Kyle Aure <[email protected]>
…st level rather than FAT level
!build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
One failure in build is in unrelated fat and intermittent. |
Add RepeatActions to EJB V32 FAT tests
Fix EJB metadata types in Simplicity so RepeatActions may update server.xml
Update other tests that were programmatically setting EJB attributes with incorrect types
I have considered the risk of behavior change or other zero migration impact (https://github.com/OpenLiberty/open-liberty/wiki/Behavior-Changes).
If this PR fixes an Issue, the description includes "Fixes #FILLMEIN" or "Resolves #FILLMEIN" (verify
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).If this PR resolves an external Known Issue (including APARS), the description includes "Fixes #FILLMEIN" or "Resolves #FILLMEIN".