TestingResearchIllinois / idoft

32 stars 227 forks source link

jackson-databind,5e0d5f63644a12d8ee9786e341ffa260f7b1cd97,com.fasterxml.jackson.databind.deser.enums.EnumDefaultReadTest.testFirstEnumDefaultValueViaMixin #1249

Open varsha-cl opened 1 week ago

varsha-cl commented 1 week ago


This test was identified using NonDex tool. Here are the steps to reproduce

  1. NonDex config file -
    nondexFilter=.*
    nondexMode=FULL
    nondexSeed=974622
    nondexStart=0
    nondexEnd=9223372036854775807
    nondexPrintstack=false
    nondexDir=${pwd}/jackson-databind/.nondex
    nondexJarDir=${pwd}/jackson-databind/.nondex
    nondexExecid=8Keba4HadxQEzt1MNp74el3thRpXQJGEqMxAW3MU60=
    nondexLogging=CONFIG
    test=
  2. Command used to run the test case using the tool mvn edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest=com.fasterxml.jackson.databind.deser.enums.EnumDefaultReadTest#testFirstEnumDefaultValueViaMixin

Here is the equivalent PR - https://github.com/TestingResearchIllinois/idoft/pull/1246

Additionally, here is the screenshot of test case error for reference -

image