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
Identified and fixed 3 new tests. There are 5 tests identified, but tested and fixed only 3 for now. Remaining will be tested and fixed and added to IDoFT subsequently.
How did I find the repo?
I previously fixed tests in hippo4j and so found crane4j in the same github account (opengoofy)
How did I find the tests?
I ran the following command: mvn edu.illinois:nondex-maven-plugin:2.1.1:nondex --fail-at-end |& tee logs/nondex-$(date +%s).nondex_log. Logs are at
/home/bbelide2/new-tests/crane4j/logs/nondex-1699672908.nondex_log -> above command's log /home/bbelide2/new-tests/crane4j/crane4j-core/.nondex/DPHoRAXulwIFe7ePwHRhcRt2BKBd8BhX9vqMux1ZGVQ= -> individual test result.
Test 1:
Test name: cn.crane4j.core.util.ObjectUtilsTest#get
I ran this test 10 times with a single seed and the test failed all the 10 times. Therefore, this test is ID. Output:
Run 1 : Failed tests: get(cn.crane4j.core.util.ObjectUtilsTest): expected:<3> but was:<2>
Run 2 : Failed tests: get(cn.crane4j.core.util.ObjectUtilsTest): expected:<3> but was:<2>
Run 3 : Failed tests: get(cn.crane4j.core.util.ObjectUtilsTest): expected:<3> but was:<2>
Run 4 : Failed tests: get(cn.crane4j.core.util.ObjectUtilsTest): expected:<3> but was:<2>
Run 5 : Failed tests: get(cn.crane4j.core.util.ObjectUtilsTest): expected:<3> but was:<2>
Run 6 : Failed tests: get(cn.crane4j.core.util.ObjectUtilsTest): expected:<3> but was:<2>
Run 7 : Failed tests: get(cn.crane4j.core.util.ObjectUtilsTest): expected:<3> but was:<2>
Run 8 : Failed tests: get(cn.crane4j.core.util.ObjectUtilsTest): expected:<3> but was:<2>
Run 9 : Failed tests: get(cn.crane4j.core.util.ObjectUtilsTest): expected:<3> but was:<2>
Run 10 : Failed tests: get(cn.crane4j.core.util.ObjectUtilsTest): expected:<3> but was:<2>
Logs for the above test are here: /home/bbelide2/new-tests/crane4j/logs/test1/single-run-final-output.log
Full logs for this test are here: /home/bbelide2/new-tests/crane4j/logs/test1
Test 2
Test name: cn.crane4j.core.support.SimpleCrane4jGlobalConfigurationTest#operatePropertyMappingStrategy
I ran this test 10 times with a single seed and the test failed all the 10 times. Therefore, this test is ID. Output:
Run 1 : Failed tests: process(cn.crane4j.core.executor.handler.ReflectiveDisassembleOperationHandlerTest): expected:<bean[]> but was:<bean[Array]>
Run 2 : Failed tests: process(cn.crane4j.core.executor.handler.ReflectiveDisassembleOperationHandlerTest): expected:<bean[]> but was:<bean[Array]>
Run 3 : Failed tests: process(cn.crane4j.core.executor.handler.ReflectiveDisassembleOperationHandlerTest): expected:<bean[]> but was:<bean[Array]>
Run 4 : Failed tests: process(cn.crane4j.core.executor.handler.ReflectiveDisassembleOperationHandlerTest): expected:<bean[]> but was:<bean[Array]>
Run 5 : Failed tests: process(cn.crane4j.core.executor.handler.ReflectiveDisassembleOperationHandlerTest): expected:<[bean]> but was:<[noneGetter]>
Run 6 : Failed tests: process(cn.crane4j.core.executor.handler.ReflectiveDisassembleOperationHandlerTest): expected:<bean[]> but was:<bean[Array]>
Run 7 : Failed tests: process(cn.crane4j.core.executor.handler.ReflectiveDisassembleOperationHandlerTest): expected:<bean[]> but was:<bean[Array]>
Run 8 : Failed tests: process(cn.crane4j.core.executor.handler.ReflectiveDisassembleOperationHandlerTest): expected:<bean[]> but was:<bean[Array]>
Run 9 : Failed tests: process(cn.crane4j.core.executor.handler.ReflectiveDisassembleOperationHandlerTest): expected:<bean[]> but was:<bean[Array]>
Run 10 : Failed tests: process(cn.crane4j.core.executor.handler.ReflectiveDisassembleOperationHandlerTest): expected:<bean[]> but was:<bean[Array]>
Logs for the above test are here: /home/bbelide2/new-tests/crane4j/logs/test3/single-run-final-output.log
Full logs for this test are here: /home/bbelide2/new-tests/crane4j/logs/test3
The text was updated successfully, but these errors were encountered:
Identified and fixed 3 new tests. There are 5 tests identified, but tested and fixed only 3 for now. Remaining will be tested and fixed and added to IDoFT subsequently.
How did I find the repo?
I previously fixed tests in hippo4j and so found crane4j in the same github account (opengoofy)
How did I find the tests?
I ran the following command:
mvn edu.illinois:nondex-maven-plugin:2.1.1:nondex --fail-at-end |& tee logs/nondex-$(date +%s).nondex_log
. Logs are at/home/bbelide2/new-tests/crane4j/logs/nondex-1699672908.nondex_log
-> above command's log/home/bbelide2/new-tests/crane4j/crane4j-core/.nondex/DPHoRAXulwIFe7ePwHRhcRt2BKBd8BhX9vqMux1ZGVQ=
-> individual test result.Test 1:
Test name: cn.crane4j.core.util.ObjectUtilsTest#get
PR: opengoofy/crane4j#179 (all the details about root cause and fix are here)
ID or NOD:
I ran this test 10 times with a single seed and the test failed all the 10 times. Therefore, this test is ID. Output:
Logs for the above test are here: /home/bbelide2/new-tests/crane4j/logs/test1/single-run-final-output.log
Full logs for this test are here: /home/bbelide2/new-tests/crane4j/logs/test1
Test 2
Test name: cn.crane4j.core.support.SimpleCrane4jGlobalConfigurationTest#operatePropertyMappingStrategy
PR: opengoofy/crane4j#180 (all the details about root cause and fix are here)
ID or NOD:
I ran this test 10 times with a single seed and the test failed all the 10 times. Therefore, this test is ID. Output:
Logs for the above test are here: /home/bbelide2/new-tests/crane4j/logs/test2/single-run-final-output.log
Full logs for this test are here: /home/bbelide2/new-tests/crane4j/logs/test2
Test 3:
Test name: cn.crane4j.core.executor.handler.ReflectiveDisassembleOperationHandlerTest#process
PR: opengoofy/crane4j#181 (all the details about root cause and fix are here)
ID or NOD:
I ran this test 10 times with a single seed and the test failed all the 10 times. Therefore, this test is ID. Output:
Logs for the above test are here: /home/bbelide2/new-tests/crane4j/logs/test3/single-run-final-output.log
Full logs for this test are here: /home/bbelide2/new-tests/crane4j/logs/test3
The text was updated successfully, but these errors were encountered: