Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-2253

[REGRESSION] Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1 causes hang

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.3.0, 3.3.1
    • 3.4.0
    • Maven Surefire Plugin
    • None

    Description

      Version 3.3.1 hangs when 3.2.5 is fine

      To reproduce:

      git clone https://gitbox.apache.org/repos/asf/commons-codec.git
      cd commons-codec
      git checkout 560e87e520bf7d352cdaa489f7628baa986188c3
      mvn clean test -Dtest=Md5CryptTest -Dcommons.surefire.version=3.3.1
      

      The above hangs. As does:

      mvn clean test -Dtest=Md5CryptTest -Dcommons.surefire.version=3.3.0
      

      This works (which uses 3.2.5):

      mvn clean test -Dtest=Md5CryptTest
      

      Using:

      openjdk version "17.0.12" 2024-07-16
      OpenJDK Runtime Environment Homebrew (build 17.0.12+0)
      OpenJDK 64-Bit Server VM Homebrew (build 17.0.12+0, mixed mode, sharing)
      
      Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
      Maven home: /usr/local/Cellar/maven/3.9.8/libexec
      Java version: 17.0.12, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk@17/17.0.12/libexec/openjdk.jdk/Contents/Home
      Default locale: en_US, platform encoding: UTF-8
      OS name: "mac os x", version: "14.5", arch: "x86_64", family: "mac"
      
      Darwin **** 23.5.0 Darwin Kernel Version 23.5.0: Wed May  1 20:09:52 PDT 2024; root:xnu-10063.121.3~5/RELEASE_X86_64 x86_64
      

      It also hangs on:

      openjdk version "1.8.0_412"
      OpenJDK Runtime Environment (build 1.8.0_412-bre_2024_04_17_05_46-b00)
      OpenJDK 64-Bit Server VM (build 25.412-b00, mixed mode)
      

      Attachments

        Activity

          People

            michael-o Michael Osipov
            ggregory Gary D. Gregory
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: