Andrea Arcuri
Andrea Arcuri
@aruvic thanks for providing these extra details. it seems related to issue #806 it seems like we do not properly handle the case of multiple schemas in the database. in...
Hi @aruvic , indeed, there are quite a few issues related with the current handling of multi-schema databases. I looked into it, and it would take quite a bit of...
Hi, technically, this is not a bug in EvoMaster, but rather an issue in the JDK. But we have experienced this before, so likely we should write some documentation for...
just to be on safe side, when you said "tried", did you re-start the shell/process (eg a Bash terminal, or an IDE like IntelliJ or Eclipse) you ran Maven from?...
hi, just to be sure, in IntelliJ you have something like the following? (Note the `-Xss8m` there) It was a while ago, but I think I had the same issue,...
to be honest... I don't know... what are full logs you get when compiling? can you upload the full text of a test case that lead to such error? also,...
Hi, thanks! it looks like indeed "logout" just remove the user from the session, but not destroy the session itself. For a REST API (which are supposed to be stateless),...
Hi @sathiyajith , thanks for reporting this issue. You are trying to test `https://localhost:8888/docs`. Are you sure that you want to use HTTP**S** to connect to `localhost`? shouldn't rather be...
hi @sathiyajith , if you are unfamiliar with Maven, you can use Gradle. Setting up third-party libraries is explained in the documentation (see https://github.com/WebFuzzing/EvoMaster/blob/master/docs/library_dependencies.md). Note that, if you prefer Python...
if you want to run it for longer, you can increase the `--maxTime` value. However, what you get at the end is only a minimized test suite, with the best...