Skip to content

Nondex :debug failed to run on parameterized unit test #163

@LeoYimingLi

Description

@LeoYimingLi

Reproducible steps:

  • 1.Environment setup: Maven 3.6.0 and Java 1.8.0_292
  • 2.clone the repo
git clone https://github.com/OpenHFT/Chronicle-Wire 
cd Chronicle-Wire
  • 3.run with Nondex tool
mvn install -DskipTests
mvn test -Dtest=net.openhft.chronicle.wire.bytesmarshallable.BytesMarshallableTest#primitiveDto[0]
mvn edu.illinois:nondex-maven-plugin:1.1.2:nondex -Dtest=net.openhft.chronicle.wire.bytesmarshallable.BytesMarshallableTest#primitiveDto[0]
mvn edu.illinois:nondex-maven-plugin:1.1.2:debug -Dtest=net.openhft.chronicle.wire.bytesmarshallable.BytesMarshallableTest#primitiveDto[0]

we find mvn test -Dtest=...#primitiveDto[0] and mvn ...:nondex -Dtest=...#primitiveDto[0] can work normally, but mvn ...:debug -Dtest=...#primitiveDto[0] can't run the test and no debug file is generated.
sreenshot of :debug
image

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