Skip to content

Hangs on Warning while testing #889

Open
@Smorka

Description

@Smorka

Characteristics

  • Issue Type: test report
  • Reproducibility: always
  • Severity: block
  • Tool/Service/Component: dspot 2.2.0 jar
  • Execution Environment: ubuntu virtualbox
  • Reporter: Sverre Morka, sverre.morka@tellu.no

Description

I am testing D-spot as part of the STAMP project. We have a library module with 77 tests, and I want to amplify them with d-spot.
I follow the documentatio on GitHub. I have compiled a dspot.properties file with the following content:

project=.
src=src/main/java/
testSrc=src/test/java
javaVersion=8
outputDirectory=dspot-out/
filter=no.tellu.*

then i Execute

$java -jar dspot-2.2.0-jar-with-dependencies.jar --path-to-properties dspot.properties

it seem to run the suite, but then it gives a warning and hangs:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.504 s
[INFO] Finished at: 2019-09-26T12:24:05Z
[INFO] ------------------------------------------------------------------------
[INFO] 2019-09-26 14:24:08 Amplification - Amplification of no.tellu.lib.data.BooleanOpTest (4 test(s))
[INFO] 2019-09-26 14:24:08 Amplification - Assertion amplification of no.tellu.lib.data.BooleanOpTest (4 test(s))
[INFO] 2019-09-26 14:24:08 EhcacheManager - Cache 'frameworkCache' created in EhcacheManager.
[INFO] 2019-09-26 14:24:08 MavenAutomaticBuilder - Using /home/smorka/development/tellulib/./.dspot_pom.xml to run maven.
[INFO] 2019-09-26 14:24:08 MavenAutomaticBuilder - Using /usr/share/maven/ for maven home
[INFO] 2019-09-26 14:24:08 MavenAutomaticBuilder - run maven: /usr/share/maven//bin/mvn org.pitest:pitest-maven:mutationCoverage 
[WARN] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.

I've tried specifying a specific test as well, same result

$java -jar dspot-2.2.0-jar-with-dependencies.jar --path-to-properties dspot.properties --test no.tellu.lib.data.BooleanOpTest

Is there something I need to configure?

Steps to reproduce

Properties file
project=.
src=src/main/java/
testSrc=src/test/java
javaVersion=8
outputDirectory=dspot-out/
filter=no.tellu.*
Command Line / Options
$java -jar dspot-2.2.0-jar-with-dependencies.jar --path-to-properties dspot.properties 
$java -jar dspot-2.2.0-jar-with-dependencies.jar --path-to-properties dspot.properties --test no.tellu.lib.data.BooleanOpTest

Other files and URLs

Relationships

Help on issue template

Preview to follow the link or open file .github/ISSUE_DOC.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions