Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(warning) When branching a bundle's master to the next major version, one should update these ports according to the pattern in the table above. The


Since 2.0, REST integration tests also run on the cargo/test-webapp setup, therefore they also have to use unique ports:



CE bundle
containerHttpPortcargoRmiPortcargoTomcatAjpPort
release/2.0839683958394
release/2.1849684958494

These ports are web-app is not depend on CE bundle. It's a standalone web-app. Reserved ports for REST integration tests web-app is configured in: /rest/magnolia-rest-integration-tests/tests/pom.xml

...

Debugging

To debug these tests, one way to go is to start the container the same way as for the manual tests, with mvn clean verify -Pmanual-tests, and run the tests from the IDE in debug mode.
Somehow, memory issues seem to arise, at least with EE, in the manual-tests mode. This seemed to have helped, not sure which statement exactly:

...