aruvic

Results 7 issues of aruvic

EvoMaster was executed as (Windows binary) evomaster.exe --outputFolder "path\to\the\folder" --maxTime 5m ``` EvoMaster version: 3.0.0 Loading configuration file from: C:\Users\aruvic\em.yaml Initializing... 16:19:54.660 [main] WARN o.t.u.TestcontainersConfiguration - Attempted to read Testcontainers...

bug
FIXED in SNAPSHOT

**Below error is produced by JDK17 Spring Boot driver using EvoMaster 3.0.0** ``` ERROR - Failed to extract the SQL Database Schema: Cannot handle repeated column sid in table addressable...

bug

``` java --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.regex=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED -Djdk.attach.allowAttachSelf=true -jar evomaster.jar --outputFolder "C:\Users\aruvic\Documents\Development\new_folder\UC001\JAVA\tmf_api_tmf632_party_management_v5.0.0_server\test_output" --maxTime 10m * ←[34m _____ ___ ___ _ | ___| | \/ | | |...

bug

Hi, could it be possible to enhance EvoMaster in such a way that it tests the REST API if it complies to following RFC standards: - RFC 9110: HTTP Semantics...

Feature Request

Hi, Is it normal that EvoMaster combined "success" and "other" tests into "fault_representatives"? After running for 14 hours EvoMaster finished with following stats ``` * Recomputing full coverage for 39...

bug
FIXED in SNAPSHOT

Hi, Please, should this test be in **EvoMaster_fault_representatives_Test.java** and what is the purpose of this test using: **org.evomaster.client.java.controller.api.resolveLocation()**? The test first inserts 4 records into the databasa and creates the...

help / misconfiguration
documentation
Feature Request

Hi, Please, can you explain me why following test is generated by EvoMaster in file: **EvoMaster_fault_representatives_Test.java** ``` @Test @Timeout(60) public void test_1() throws Exception { List insertions = sql().insertInto("MY_ENTITY", 3525L)...

bug