Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone Persistence TCK runner inside Glassfish #1319

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Jun 1, 2024

  1. Improved GlassFish runner to deploy test apps to GlassFish.

    Still just the SE tests.
    Preparation for running tests in JakartaEE mode.
    Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
    OndroMih committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    e078fdb View commit details
    Browse the repository at this point in the history
  2. Dump test WARs with different names

    Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
    OndroMih committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    3cdc3be View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. GlassFish passes Persistence TCK in standalone mode

     - fixed CleanupArchiveProcessor to avoid ConcurrentModificationException
     - adjusted SigTest to include JDK classpath and impl classpath
     - fixed reference to moved class in a service loader file
     - added Junit reporter to log reported messages to server.log in GlassFish
    Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
    OndroMih committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4ecab8a View commit details
    Browse the repository at this point in the history
  2. Fix copyright headers in new code for the GlassFish runner

    Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
    OndroMih committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    79ad658 View commit details
    Browse the repository at this point in the history
  3. Add new GlassFish runner maven modules to parent

    Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
    OndroMih committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7240ce7 View commit details
    Browse the repository at this point in the history
  4. Update pom.xml

    Sorting of modules is required by project
    arjantijms authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c297727 View commit details
    Browse the repository at this point in the history
  5. Update pom.xml

    The build really wants the JDK to be explicitly set
    arjantijms authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c4e7149 View commit details
    Browse the repository at this point in the history
  6. Update pom.xml

    try with 2048mb memory
    arjantijms authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    494f3ad View commit details
    Browse the repository at this point in the history
  7. Update pom.xml

    Try 2048m for GF itself
    arjantijms authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    54feebb View commit details
    Browse the repository at this point in the history
  8. Update pom.xml

    4096 for gf
    arjantijms authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9e394aa View commit details
    Browse the repository at this point in the history
  9. Update pom.xml

    Just updating randomly, but doesn't seem to work
    arjantijms authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4132ff1 View commit details
    Browse the repository at this point in the history
  10. Update pom.xml

    8GB client side
    arjantijms authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    309cc4e View commit details
    Browse the repository at this point in the history