You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
To make this fully reproducible, I want to confirm that the SHA for OpenHFT/Chronicle-Wire is 53845b01a9c03d944c8428c6b1f9b165010f6356.
Also, by saying no debug file is generated, do you mean that cat /home/yiming22/github.com/TestingResearchIllinois/final_project/Chronicle-Wire/.nondex/+vzmUJi2I... (please copy whatever prints after AT: here) returns nothing? I guess the file may still exists, but there is nothing in it.
Reproducible steps:
we find
mvn test -Dtest=...#primitiveDto[0]
andmvn ...:nondex -Dtest=...#primitiveDto[0]
can work normally, butmvn ...:debug -Dtest=...#primitiveDto[0]
can't run the test and no debug file is generated.sreenshot of
:debug
The text was updated successfully, but these errors were encountered: