Explicitly enable XML-RPC in the WSGIServer layer. - #137
Conversation
Zope 6.2 by default disables this. But this is used in the ``WSGI_SERVER_FIXTURE`` that most robot tests (and acceptance tests) use. See plone/buildout.coredev#1108 (comment) and further.
|
@mauritsvanrees thanks for creating this Pull Request and helping to improve Plone! TL;DR: Finish pushing changes, pass all other checks, then paste a comment: To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically. Happy hacking! |
|
Now some Well, those tests pass when run on their own, like on GitHub Actions, but they fail when we run a full PR test on Jenkins, which runs the tests of all specified packages. Easiest is for me to change these three failing PAS tests so they pass whether run with Zope 6.1 or 6.2. Meanwhile, let me test this small PR on its own: @jenkins-plone-org please run jobs |
Zope 6.2 by default disables this.
But this is used in the
WSGI_SERVER_FIXTUREthat most robot tests (and acceptance tests) use. See plone/buildout.coredev#1108 (comment) and further.An alternative would be to create a new layer and arrange it only here. But then we would need to change all packages with robot tests to use it.
I will test this in that coredev PR.