EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
841 stars 342 forks source link

TestSuiteGenerator fail #297

Closed wzd585426 closed 3 years ago

wzd585426 commented 4 years ago

Context

Please provide below a detailed introduction to the issue itself, and describe what you were doing when the issue happened. Or, what do you want to achieve?

[MASTER] 16:36:08.729 [pool-2-thread-1] ERROR TestSuiteGenerator - Problem for com.yss.cache.HDayCache. Full stack: java.lang.IllegalArgumentException: null at org.evosuite.shaded.org.objectweb.asm.ClassReader.(ClassReader.java:160) ~[evosuite-standalone-runtime-1.0.6.jar:1.0.6] at org.evosuite.shaded.org.objectweb.asm.ClassReader.(ClassReader.java:143) ~[evosuite-standalone-runtime-1.0.6.jar:1.0.6] at org.evosuite.shaded.org.objectweb.asm.ClassReader.(ClassReader.java:418) ~[evosuite-standalone-runtime-1.0.6.jar:1.0.6] at org.evosuite.setup.InheritanceTreeGenerator.analyzeClassStream(InheritanceTreeGenerator.java:238) ~[evosuite-master-1.0.6.jar:1.0.6] at org.evosuite.setup.InheritanceTreeGenerator.createFromClassPath(InheritanceTreeGenerator.java:101) ~[evosuite-master-1.0.6.jar:1.0.6] at org.evosuite.setup.DependencyAnalysis.initInheritanceTree(DependencyAnalysis.java:77) ~[evosuite-master-1.0.6.jar:1.0.6] at org.evosuite.setup.DependencyAnalysis.analyzeClass(DependencyAnalysis.java:131) ~[evosuite-master-1.0.6.jar:1.0.6] at org.evosuite.TestSuiteGenerator.initializeTargetClass(TestSuiteGenerator.java:110) ~[evosuite-master-1.0.6.jar:1.0.6] at org.evosuite.TestSuiteGenerator.generateTestSuite(TestSuiteGenerator.java:130) ~[evosuite-master-1.0.6.jar:1.0.6] at org.evosuite.rmi.service.ClientNodeImpl$1.run(ClientNodeImpl.java:145) [evosuite-master-1.0.6.jar:1.0.6] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_221] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_221] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_221] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_221] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_221]

Steps to Reproduce

Please break down here below all the needed steps to reproduce the issue. [If possible, please upload an example of the project you are generating tests for.]

1.after mvn compile success, mvn evosuite:generate fail 2. 3.

EvoSuite Arguments

Please provide the whole EvoSuite commmand you executed (if relevant)

Current Result

Please describe here below the current result you got (if relevant) [if relevant, include a screenshot]

Expected result

Please describe here below what should be the expected behaviour (if relevant)

Additional info

Please add any information of interest here below

jose commented 4 years ago

Hi @wzd585426,

A number of issues and improvements have been made since we release version 1.0.6. Could you please try to use the latest version of EvoSuite (i.e., the one from the master branch) and let us know whether you still get that java.lang.IllegalArgumentException when you run EvoSuite on com.yss.cache.HDayCache? If the problem persists, could you please share the project under test with me so that I can debug this issue?

-- Best, Jose

rahul208in commented 3 years ago

i am getting same error in 1.0.6... any idea why? on mvn command i get below msg

Registered remote process from /127.0.0.1:57355 Registered remote process from /127.0.0.1:57361 completed job. Left: 0

i am using windows maven command \ mvn compile -Dcuts=com.XXX.XXX.XXX -DtargerFolder=src/test/java/evosuite evosuite:generate evosuite:export -Ddetail=true

please assist. Thanks

shuqing1 commented 2 years ago

请问你是怎么解决这个问题的?