Uploaded image for project: 'Subscription Watch'
  1. Subscription Watch
  2. SWATCH-2390

Unit tests fail to run in parallel

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Undefined Undefined
    • 2024-04-17 - API
    • None
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      The unit tests don't run when org.gradle.parallel=true is set (which is the default).  The tests are in contention over port 9000 which is the Quarkus management port.  The error message is

      java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
      Caused by: java.lang.RuntimeException: Failed to start quarkus
      Caused by: java.lang.RuntimeException: Unable to start HTTP server
      Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Unable to start the management interface
      Caused by: java.lang.IllegalStateException: Unable to start the management interface
      Caused by: java.net.BindException: Address already in use

       

       

              awood1@redhat.com Alex Wood
              awood1@redhat.com Alex Wood
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: