more fixes related to schema in table ids #6969
ci.yml
on: push
setup
0s
test-utils-js
15s
test-utils-py
13s
debug
0s
base-build-mac
15m 21s
base-build-windows
7m 6s
full-build-LTS
20m 4s
Matrix: bb-on-different-os
installer-for-windows
0s
installer-for-osx
0s
installer-for-debian
0s
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
|