marklogicworkflow icon indicating copy to clipboard operation
marklogicworkflow copied to clipboard

Ensure works on Marklogic 10

Open eouthwaite opened this issue 6 years ago • 4 comments

Deploys direct and as a dependency? All tests pass?

eouthwaite avatar Jun 28 '19 19:06 eouthwaite

ML unit test : com.marklogic:marklogic-unit-test-client:1.0.beta is not working with ML10. grale mlUnitTest Execution failed for task ‘:mlUnitTest’. Local message: failed to read resource at resources/marklogic-unit-test: Internal Server Error. Server Message: RESTAPI-INVALIDREQ: (err:FOER0000) Invalid request: reason: Extension marklogic-unit-test or a dependency does not exist: XDMP-MODNOTFOUND: (err:XQST0059) Module /marklogic.rest.resource/marklogic-unit-test/assets/resource.xqy not found . See the MarkLogic server error log for further detail.

Chunyu01 avatar Aug 07 '19 18:08 Chunyu01

It's highly likely that this ticket will depend on completion of #137

eouthwaite avatar Aug 08 '19 08:08 eouthwaite

The above error was resolved with https://github.com/marklogic-community/marklogic-unit-test/issues/86. There may still be other issues, but the above error message turned out to be a gradle configuration issue.

jamesagardner avatar Aug 12 '19 17:08 jamesagardner

Fixed the gradle configuration. All the test past in ML 10 apart from caseactivity-patch.xqy. It will be worked on a separate ticket- Remove dependency on docmodupd #137

Chunyu01 avatar Aug 13 '19 16:08 Chunyu01