Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evosuite with model seeding crashing #105

Open
vmassol opened this issue Oct 11, 2019 · 1 comment
Open

Evosuite with model seeding crashing #105

vmassol opened this issue Oct 11, 2019 · 1 comment

Comments

@vmassol
Copy link
Contributor

vmassol commented Oct 11, 2019

When executed on xwiki-commons-properties, I got:

...
* Property NO_RUNTIME_DEPENDENCY is set to true - skipping JUnit compile check
* WARNING: Not including the runtime dependencies is likely to lead to flaky tests!
* Writing tests to file
* Writing JUnit test case 'CollectionConverter_ESTest' to target/botsing/evosuite-tests
* Done!

* Computation finished
* Current class: org.xwiki.properties.internal.converter.TypeConverter
* Going to generate test cases for class: org.xwiki.properties.internal.converter.TypeConverter
* Starting Client-0
* Connecting to master process on port 16670
[MASTER] 15:02:22.300 [main] ERROR EvoSuite - Fatal crash on main EvoSuite process. Class org.xwiki.properties.internal.converter.TypeConverter using seed 1570798466322. Configuration id : null
java.lang.NullPointerException: null
	at org.evosuite.utils.ExternalProcessGroupHandler.waitForResult(ExternalProcessGroupHandler.java:694) ~[evosuite-master-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
	at org.evosuite.executionmode.TestGeneration.generateTests(TestGeneration.java:515) ~[evosuite-master-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
	at org.evosuite.executionmode.TestGeneration.generateTestsTarget(TestGeneration.java:638) ~[evosuite-master-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
	at org.evosuite.executionmode.TestGeneration.executeTestGeneration(TestGeneration.java:85) ~[evosuite-master-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
	at org.evosuite.EvoSuite.parseCommandLine(EvoSuite.java:308) ~[evosuite-master-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
	at org.evosuite.EvoSuite.main(EvoSuite.java:341) ~[evosuite-master-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
* Analyzing classpath: 
vmassol ~/dev/xwiki/xwiki-commons/xwiki-commons-core/xwiki-commons-properties (master) $ 
@vmassol
Copy link
Contributor Author

vmassol commented Oct 11, 2019

Same crash for xwiki-commons-velocity:

[MASTER] 16:01:16.649 [main] ERROR EvoSuite - Fatal crash on main EvoSuite process. Class org.xwiki.velocity.internal.util.VelocityParserContext using seed 1570801865603. Configuration id : null
java.lang.NullPointerException: null
	at org.evosuite.utils.ExternalProcessGroupHandler.waitForResult(ExternalProcessGroupHandler.java:694) ~[evosuite-master-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
	at org.evosuite.executionmode.TestGeneration.generateTests(TestGeneration.java:515) ~[evosuite-master-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
	at org.evosuite.executionmode.TestGeneration.generateTestsTarget(TestGeneration.java:638) ~[evosuite-master-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
	at org.evosuite.executionmode.TestGeneration.executeTestGeneration(TestGeneration.java:85) ~[evosuite-master-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
	at org.evosuite.EvoSuite.parseCommandLine(EvoSuite.java:308) ~[evosuite-master-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
	at org.evosuite.EvoSuite.main(EvoSuite.java:341) ~[evosuite-master-1.0.7-SNAPSHOT.jar:1.0.7-SNAPSHOT]
* Analyzing classpath: 
vmassol ~/dev/xwiki/xwiki-commons/xwiki-commons-core/xwiki-commons-velocity (master *+) $ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant