Skip to content

more fixes related to schema in table ids #6969

more fixes related to schema in table ids

more fixes related to schema in table ids #6969

Triggered via push December 17, 2024 12:28
Status Failure
Total duration 1h 5m 10s
Artifacts

ci.yml

on: push
test-utils-js
15s
test-utils-js
test-utils-py
13s
test-utils-py
Matrix: bb-on-different-os
installer-for-windows
0s
installer-for-windows
installer-for-osx
0s
installer-for-osx
installer-for-debian
0s
installer-for-debian
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 5 warnings
full-build-LTS
Process completed with exit code 1.
ResourceNodeWithDbTest.: core/src/test/kotlin/org/evomaster/core/problem/rest/resource/ResourceNodeWithDbTest.kt#L40
Error executing ' CREATE TABLE RFOO (id bigint not null, doubleValue double, intValue int, floatValue float, primary key (id)); CREATE TABLE RBAR (id bigint not null, name varchar(256), fooId bigint not null, primary key(id)); alter table RBAR add constraint RBAR_FK foreign key (fooId) references RFOO(id); CREATE TABLE RXYZ (id bigint not null, name varchar(256), barId bigint not null, primary key(id)); alter table RXYZ add constraint RXYZ_FK foreign key (barId) references RBAR(id); ': Table "RFOO" already exists; SQL statement: CREATE TABLE RFOO (id bigint not null, doubleValue double, intValue int, floatValue float, primary key (id)) [42101-212]
full-build-base
Process completed with exit code 1.
setup
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-utils-py
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-utils-js
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
full-build-LTS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
full-build-base
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636