Andrea Arcuri
Andrea Arcuri
hi @jberryman , thanks for reporting this. Nice to hear that you found faults with this tool ;) One issue with GraphQL is that it is not trivial to distinguish...
btw, if you are running the application on localhost, likely you don't need the `--ratePerMinute 60`
Hi @jberryman , minimization algorithm is currently is quite limited... should be improved. What you wrote makes lot of sense. Unfortunately, our current industrial partners are mainly focusing on REST...
Hi, thanks for reporting this. Such case (ie default output folder is not writable) should be detected immediately (and not at the end of the search), with a meaningful error...
Hi @ytfrank thanks for reporting this. But, is it actually failing? Those WARN messages might be misleading, as that class is using JEE annotations that might be picked up by...
hi, considering: `Bytecode line coverage: 5% (103 out of 2130 in 45 units/classes)` then the classes are instrumented. what happens is that you are running EM only for `10s`, and...
Hi, it doesn't matter how much memory is left, as Java programs have own limits (typically 1/4 of your total RAM). You can increase the limit by using the `-Xmx`...
@ytfrank see if [https://github.com/WebFuzzing/EvoMaster/blob/master/docs/troubleshooting/outofmemory.md](https://github.com/WebFuzzing/EvoMaster/blob/master/docs/troubleshooting/outofmemory.md) helps
hi @ytfrank , this is concerning. but, with `Covered targets: 72059` it seems like you have a quite large API. exception happens in minimization phase, which might need some optimization...
hi @ytfrank can you try with `--maxResponseByteSize 5000` but `--minimize true`, and see if still memory issues? also `Bytecode line coverage: 5% ` is quite low... does the API have...