-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
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

Metadata
Metadata
Assignees
Labels
No labels