-
Notifications
You must be signed in to change notification settings - Fork 599
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
FAT Approval Test Summary : Deliver Jakarta EE 9 #12969
Labels
Comments
This was referenced Jan 21, 2021
This was referenced Jan 26, 2021
5 tasks
This was referenced Feb 22, 2021
This was referenced Feb 22, 2021
|
All features have now been approved, so I'll close this FTS. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1) Describe the test strategy & approach for this feature, and describe how the approach verifies the functions delivered by this feature. The description should include the positive and negative testing done, whether all testing is automated, what manual tests exist (if any) and where the tests are stored (source control). Automated testing is expected for all features with manual testing considered an exception to the rule.
For any feature, be aware that only FAT tests (not unit or BVT) are executed in our cross platform testing. To ensure cross platform testing ensure you have sufficient FAT coverage to verify the feature.
If delivering tests outside of the standard Liberty FAT framework, do the tests push the results into cognitive testing database (if not, consult with the CSI Team who can provide advice and verify if results are being received)?
The general test strategy for the Jakarta EE 9 Feature is to repeat all tests run for Jakarta EE 8 by transforming them to use the Jakarta packages. Here are the summaries per Jakarta EE 9 feature/component area. It may be assumed that the features/components documented here had no new function introduced, other than support for the new deployment descriptor versions (web.xml, application.xml, ejb-jar.xml etc). Jakarta EE 9 features that did contain functional changes should have separate feature/epics to track the work and FAT.
@Resource
,@EJB
, etc.) : JakartaEE 9: Injection Engine Support #11446 (@tkburroughs)👍 CDI (
@Inject
etc) : CDI Jakarta EE 9 support #11658 (@tevans78)👍 managedBeans-2.0 : JakartaEE: Jakarta Managed Bean Support #11850 (@tkburroughs)
transaction-2.0
,jta-2.0
. All tests repeat for EE9 except one test involving MicroProfile.messaging-3.0
,messagingClient-3.0
,messagingServer-3.0
,messagingSecurity-3.0
. All tests repeat for EE9.jsonp-2.0
,jsonb-2.0
,jsonpContainer-2.0
,jsonpContainer-2.0
. All tests repeat for EE9 except those involving user features that export the johnzon jsonp provider.👍 Websocket 2.0: JakartaEE: WebSocket 2.0 Support [EPIC] #11610
👍 WebBundle (WAB) protected feature support for Jakarta 9 #12281. Supports WAB coexistence with servlet-5.0
com.ibm.ws.app.manager.wab.installer_fat was ported from closed Liberty for basic golden path coverage and limited negative testing. Tests interaction of web container with WAB with and without jakartaEE9. Tests were added to exercise servlet filters, servlet context listeners, web.xml descriptor and static web content. There are additional WAB tests in closed liberty which could not be ported to the open side since they are based on OSGi applications.
com.ibm.ws.rest.handler.config.fat further exercises the webBundle feature with servlet-5.
Confidence: 2. This is deemed to be sufficient given the limited points of interaction between the WAB manager and servlet 5 packages.
sessionCache-1.0
Confidence: 3. All the tests were repeated except those requiring microProfile.
sessionDatabase-1.0
Confidence: 3. All the tests requiring sessionDatabse were set to repeat with EE9.
appClientSupport-2.0
. Many tests repeat for EE9 where applicable. - No new tests added. - Initially needed to add additional "client" support to transform test apps.Buckets:
👍 xmlWS-3.0 (JWS + XML WS): JakartaEE: Jakarta XML WS Support #11862 (@neuwerk)
👍 xmlBinding-3.0 (XML binding): JakartaEE: Jakarta XML Binding API Support #11859 (@neuwerk)
👍 mail-2.0: JakartaEE: Jakarta Mail Support #11860 (@neuwerk)
👍 federatedRegistry-1.0: Jakarta EE 9: PackageRename: Make federatedRegistry-1.0 work with Jakarta EE 9 #16642 (@jvanhill)
👍 grpc-1.0 & grpcClient-1.0: PackageRename: Make grpc features work with Jakarta EE 9 #16647 (@volosied)
See the follow up issue Full gRPC EE9 FAT Enablement once MP-5.0 is created #18137. However, Bill Lucy, Jared Anderson, and Paul Nicolucci agree that we can still mark grpc-1.0 and grpcClient-1.0 as FAT complete since the features themselves work properly when used with servlet-5.0.
👍 wsAtomicTransaction-1.2: JakartaEE: WS-AtomicTransaction #12726 (@jhanders, @neuwerk, @jonhawkes )
👍 wsSecurity-1.1 and wsSecuritySaml-1.1: JakartaEE: ws-security and ws-security-saml #12449 (@arunavemulapalli )
2) Collectively as a team you need to assess your confidence in the testing delivered based on the values below. This should be done as a team and not an individual to ensure more eyes are on it and that pressures to deliver quickly are absorbed by the team as a whole.
Please indicate your confidence in the testing (up to and including FAT) delivered with this feature by selecting one of these values:
0 - No automated testing delivered
1 - We have minimal automated coverage of the feature including golden paths. There is a relatively high risk that defects or issues could be found in this feature.
2 - We have delivered a reasonable automated coverage of the golden paths of this feature but are aware of gaps and extra testing that could be done here. Error/outlying scenarios are not really covered. There are likely risks that issues may exist in the golden paths
3 - We have delivered all automated testing we believe is needed for the golden paths of this feature and minimal coverage of the error/outlying scenarios. There is a risk when the feature is used outside the golden paths however we are confident on the golden path. Note: This may still be a valid end state for a feature... things like Beta features may well suffice at this level.
4 - We have delivered all automated testing we believe is needed for the golden paths of this feature and have good coverage of the error/outlying scenarios. While more testing of the error/outlying scenarios could be added we believe there is minimal risk here and the cost of providing these is considered higher than the benefit they would provide.
5 - We have delivered all automated testing we believe is needed for this feature. The testing covers all golden path cases as well as all the error/outlying scenarios that make sense. We are not aware of any gaps in the testing at this time. No manual testing is required to verify this feature.
Based on your answer above, for any answer other than a 4 or 5 please provide details of what drove your answer. Please be aware, it may be perfectly reasonable in some scenarios to deliver with any value above. We may accept no automated testing is needed for some features, we may be happy with low levels of testing on samples for instance so please don't feel the need to drive to a 5. We need your honest assessment as a team and the reasoning for why you believe shipping at that level is valid. What are the gaps, what is the risk etc. Please also provide links to the follow on work that is needed to close the gaps (should you deem it needed)
The text was updated successfully, but these errors were encountered: