MLE-31642 infostudio-user removal test fixes - #1962
Merged
Merged
Conversation
Removed the infostudio-user role since it has been removed from MLS. Added the update capability to the app-user role. These changes fixed these 3 failing tests: - testWriteMultipleXMLDocWithXMLMetadata - testMetadataXMLCRUD - testRollbackMetadata
jonmille
requested review from
RitaChen609,
ngodugu-marklogic,
rjdew-progress and
rjrudin
as code owners
July 31, 2026 13:57
There was a problem hiding this comment.
Pull request overview
Updates functional test metadata fixtures to align with recent MLS role changes by removing the infostudio-user permission and ensuring app-user has update capability. This unblocks metadata-related functional tests that depend on permissions in the XML metadata payload.
Changes:
- Removed
infostudio-userpermission block frommetadata-updated.xml. - Added
updatecapability toapp-userinmetadata-updated.xml. - Normalized trailing whitespace in the metadata XML.
rjrudin
approved these changes
Jul 31, 2026
RitaChen609
approved these changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed the infostudio-user role since it has been removed from MLS. Added the update capability to the app-user role.
These changes fixed these 3 failing tests:
Fix verification (3 previously failing tests):
Regression tests (14
app-usertest classes):Run both from java-client-api with the MarkLogic Docker container running and
mlDeployalready applied. The regression command takes ~6 minutes due toTestBiTempMetaValues.Jira Ticket: https://progresssoftware.atlassian.net/browse/MLE-31642
Relates to MLS story: https://progresssoftware.atlassian.net/browse/MLE-29360