Andrea Arcuri

Results 188 comments of Andrea Arcuri

hi @ytfrank, regarding (1), it is an issue with minimization algorithm. I think we naively double the memory in that phase... a more memory-aware algorithm should be implemented to avoid...

hi @naveensabavath , thanks. this is a bug in EM. Fortunately, it should be a rather easy fix. I ll prioritize it

hi, thanks. but, for these questions, better to start a new issue/feature-request or new entry in discussion forum. currently there is no native or special handling / optimization for Kafka....

hi @naveensabavath we might make a new release with the fix within 1 or 2 months. if you want to try to check it out now, you will need to...

hi, this looks like another bug :( can you post it as a new issue? regarding your questions, for how long are you running EvoMaster? it seems like it is...

hi, you are saying you are running EM with `--maxTime 72h` ? Regarding industrial API, would you be interested discussing a [Industry Collaboration](https://github.com/WebFuzzing/EvoMaster/blob/master/docs/contribute.md)? For your questions: 1) `How does EvoMaster...

ah, wait, i see in your comment you wrote ` --maxTime 120s`. that is very low. should try at least `60m`, better if more hours

yes! @aruvic doing this was already on our TODO list for this year. we are currently in the middle of some major refactoring, needed before we can tackle this. hopefully,...

hi @ytfrank , thanks for reporting this issue. I think I know what is the problem. Probably it is related to: ``` bankCardNo: maxLength: 19 minLength: 16 pattern: "^[0-9]+$" ```...