Versions Compared

Key

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

...

  • All containers with a public download link are automatically tested by the Continous Integration system every time there is a code change:
    1. Open the CI page and click Continous Integration system
    2. Click on the latest build
    3. First, check Check if the overall status is PASSEDThen, click on the build and check for the command with cat core/samples/java/containers.log in it (on all CI jobs for the last build, as we split the container tests into multiple parallel jobs to reduce the total time required for integration testing). It should indicate status 0 for all containers:
      Image Removed. In case the overall status is FAILED, look in the workflow to see which build(s) or container(s) cause the failure, and fix.
  • For non-publicly-downloadable containers, tests need to be done on your computer. These include:
    • JBoss 7.2.x, i.e. what JBoss refers to as the JBoss Enterprise Application Platform (EAP) version 6.1, and onwards
    • GlassFish 2.x
    • JRun 4.x
    • All versions of Orion/OC4J
    • All versions of WebLogic
    • All versions of WebSphere

...