Andrea Arcuri
Andrea Arcuri
thanks for your interest in EM. a more detailed documentation of the internal aspects of EM would be useful for new developers (or people that want to make PR), but...
hi @jgaleotti @ZhangMan1126 what is the state of this PR? I can see the following is failing: ``` org.evomaster.core.database.insertion.postgres.PostgresInsertValueTest [INFO] [INFO] Results: [INFO] Error: Errors: Error: PostgresInsertValueTest.initClass:-1 » PSQL FATAL:...
hi, when running on my machine, I got 3 tests failing: 1348, 1387, 1657 i made a fix for first 2, but 3rd seems related to BigInteger @ZhangMan1126 can u...
@jgaleotti related to this, in `master` branch, can run `CheckRandomness`? want to see if you get different results than me, which are: 728 683 309 277 666 904 369 276...
interestingly, the 1657 that failed on my machine did not fail here on GitHub Actions
Hi, at the moment there is no plan to support `WebTestClient`. There are a lot features in EM that are still missing, and supporting something like WebTestClient is unfortunately not...
hi @seran was this PR ready to be reviewed after your changes?
what do u mean? running EM inside Docker? or testing an application inside Docker? as any Java program, it can be run inside Docker... however, we currently do not release...
Hi, thanks for your interest in EvoMaster. What database are you using? Postgres? MySQL? H2? Do you have an example of any of your SQL tables in which the type...
Hi, ah, I see... sorry to hear you have to deal with Oracle DB :-( I tried to support Oracle in EM a couple of years ago, but it was...