-
Notifications
You must be signed in to change notification settings - Fork 86
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
No proper info/warning when mismatch of version between Core and Driver processes #793
Comments
The issue was that EMB was using 1.6.1 version of EvoMaster and my version of EvoMaster was 1.6.2-SNAPSHOT and SutRunDto has different fields in each versions. |
hi, when you tried with |
Hi, I don't see a warning, this is the full log when I tried with the jar:
|
hi, |
Hi, I'm having the following error when EvoMaster tries to call the driver:
Steps to reproduce it:
src/main/java/em/embedded/org/javiermf/features/EmbeddedEvoMasterController.java
from the latest version of EMBsrc/main/kotlin/org/evomaster/core/Main.kt
from the latest version of EvoMastercore/target/evomaster.jar
and then I run that jar usingjava -jar
.In both IDE (IDEA) projects I'm using Java 8 as SDK
Any advice?
Thanks!
The text was updated successfully, but these errors were encountered: