marklogic-community / marklogicworkflow

Content and Human Centric Workflow for MarkLogic NoSQL systems
Other
19 stars 12 forks source link

Ensure works on Marklogic 10 #148

Open eouthwaite opened 5 years ago

eouthwaite commented 5 years ago

Deploys direct and as a dependency? All tests pass?

Chunyu01 commented 5 years ago

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.

eouthwaite commented 5 years ago

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

jamesagardner commented 5 years ago

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.

Chunyu01 commented 5 years ago

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