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

Fuzzer fails with IllegalStateException #655

Closed
EgorkaKulikov opened this issue Aug 3, 2022 · 0 comments · Fixed by #663
Closed

Fuzzer fails with IllegalStateException #655

EgorkaKulikov opened this issue Aug 3, 2022 · 0 comments · Fixed by #663
Assignees
Labels
comp-fuzzing Issue is related to the fuzzing ctg-bug Issue is a bug

Comments

@EgorkaKulikov
Copy link
Collaborator

To Reproduce

Run parametrized tests creation via UtBot Intellij Plugin for InstanceOfExample.symbolicInstanceOf method.
Enlarge the fuzzingValue parameter value.

Actual behavior

The following exception occured:

java.lang.IllegalStateException: Empty list are not allowed
        
	at org.utbot.fuzzer.Trie.add(Trie.kt:40)    
	at org.utbot.engine.UtBotSymbolicEngine$fuzzing$2.invokeSuspend(UtBotSymbolicEngine.kt:467)  
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)  
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)    
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:84)        
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)       
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)       
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)        
	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)        
	at org.utbot.common.ConcurrencyKt.runBlockingWithCancellationPredicate(Concurrency.kt:38)    
	at org.utbot.framework.plugin.api.TestCaseGenerator$generate$3.invoke(TestCaseGenerator.kt:144)   
	at org.utbot.framework.plugin.api.TestCaseGenerator$generate$3.invoke(TestCaseGenerator.kt:55)  
	at org.utbot.common.ConcurrencyKt.runIgnoringCancellationException(Concurrency.kt:47)   
	at org.utbot.framework.plugin.api.TestCaseGenerator.generate(TestCaseGenerator.kt:143)  
	at org.utbot.intellij.plugin.generator.UtTestsDialogProcessor$createTests$2$1.run(UtTestsDialogProcessor.kt:198)   
	at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:935) 
@EgorkaKulikov EgorkaKulikov added ctg-bug Issue is a bug comp-fuzzing Issue is related to the fuzzing labels Aug 3, 2022
@EgorkaKulikov EgorkaKulikov moved this to Todo in UTBot Java Aug 3, 2022
Repository owner moved this from Todo to Done in UTBot Java Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-fuzzing Issue is related to the fuzzing ctg-bug Issue is a bug
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants