Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-5220

Tests in testsuite/integration/basic runs more time when -Dtest maven argument is used

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 10.0.0.CR4
    • 10.0.0.Beta2
    • Test Suite
    • None
    • Hide
      ~/projects/wildfly/wildfly/testsuite/integration/basic$ mvn test -Dtest=LdapLoginModuleTestCase
      [INFO] Scanning for projects...
      ...
      [INFO] --- maven-surefire-plugin:2.17:test (basic-integration-default-full.surefire) @ wildfly-ts-integ-basic ---
      [INFO] 
      [INFO] --- maven-surefire-plugin:2.17:test (basic-integration-default-web.surefire) @ wildfly-ts-integ-basic ---
      [INFO] Surefire report directory: /home/jcacek/projects/wildfly/wildfly/testsuite/integration/basic/target/surefire-reports
      [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
      [INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
      
      -------------------------------------------------------
       T E S T S
      -------------------------------------------------------
      Running org.jboss.as.test.integration.security.loginmodules.LdapLoginModuleTestCase
      Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.967 sec - in org.jboss.as.test.integration.security.loginmodules.LdapLoginModuleTestCase
      
      Results :
      
      Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
      
      [INFO] 
      [INFO] --- maven-surefire-plugin:2.17:test (basic-integration-2nd.surefire) @ wildfly-ts-integ-basic ---
      [INFO] 
      [INFO] --- maven-surefire-plugin:2.17:test (basic-integration-ldap.surefire) @ wildfly-ts-integ-basic ---
      [INFO] Surefire report directory: /home/jcacek/projects/wildfly/wildfly/testsuite/integration/basic/target/surefire-reports
      [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
      [INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
      
      -------------------------------------------------------
       T E S T S
      -------------------------------------------------------
      Running org.jboss.as.test.integration.security.loginmodules.LdapLoginModuleTestCase
      Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.171 sec - in org.jboss.as.test.integration.security.loginmodules.LdapLoginModuleTestCase
      
      Results :
      
      Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
      
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD SUCCESS
      [INFO] ------------------------------------------------------------------------
      ...
      
      Show
      ~/projects/wildfly/wildfly/testsuite/integration/basic$ mvn test -Dtest=LdapLoginModuleTestCase [INFO] Scanning for projects... ... [INFO] --- maven-surefire-plugin:2.17:test (basic-integration- default -full.surefire) @ wildfly-ts-integ-basic --- [INFO] [INFO] --- maven-surefire-plugin:2.17:test (basic-integration- default -web.surefire) @ wildfly-ts-integ-basic --- [INFO] Surefire report directory: /home/jcacek/projects/wildfly/wildfly/testsuite/integration/basic/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel= 'none' , perCoreThreadCount= true , threadCount=0, useUnlimitedThreads= false , threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized= true ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.jboss.as.test.integration.security.loginmodules.LdapLoginModuleTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.967 sec - in org.jboss.as.test.integration.security.loginmodules.LdapLoginModuleTestCase Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.17:test (basic-integration-2nd.surefire) @ wildfly-ts-integ-basic --- [INFO] [INFO] --- maven-surefire-plugin:2.17:test (basic-integration-ldap.surefire) @ wildfly-ts-integ-basic --- [INFO] Surefire report directory: /home/jcacek/projects/wildfly/wildfly/testsuite/integration/basic/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel= 'none' , perCoreThreadCount= true , threadCount=0, useUnlimitedThreads= false , threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized= true ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.jboss.as.test.integration.security.loginmodules.LdapLoginModuleTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.171 sec - in org.jboss.as.test.integration.security.loginmodules.LdapLoginModuleTestCase Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ ...

    Description

      Multiple maven-surefire-plugin executions are started when -Dtest maven switch is used in testsuite/integration/basic.

      Attachments

        Issue Links

          Activity

            People

              sdouglas1@redhat.com Stuart Douglas
              josef.cacek@gmail.com Josef Cacek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: