<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.01</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByReverseSide_1Parent_2Children</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:43	DEBUG	SQLOperation	insert into Person(name, id, fatherId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@42, Person.name=John Do, Pe
...[truncated 565 chars]...
om Person left outer join Person as Person_children on Person.id = Person_children.fatherId where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}
2024-08-30 09:20:43	DEBUG	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.id as Person_children_id from Person left outer join Person as Person_children on Person.id = Person_children.fatherId where Person.id in (?, ?) | {Person.id=[o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@666]}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.016</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_directNeighborId_Person_id foreign key(directNeighborId) references Person(id)
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching sta
...[truncated 1716 chars]...
.name as Person_name, Person.id as Person_id, Person_children.id as Person_children_id, Person_neighbours.id as Person_neighbours_id from Person left outer join Person as Person_children on Person.id = Person_children.fatherId left outer join Person as Person_neighbours on Person.id = Person_neighbours.directNeighborId where Person.id in (?, ?, ?, ?) | {Person.id=[o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@456, o.c.s.i.PersistedIdentifier@666, o.c.s.i.PersistedIdentifier@123]}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.011</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id f
...[truncated 2830 chars]...
hildren.children_id as Person_children_children_id, Person_neighbours.neighbours_id as Person_neighbours_neighbours_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id left outer join Person_neighbours as Person_neighbours on Person.id = Person_neighbours.person_id where Person.id in (?, ?, ?, ?) | {Person.id=[o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@456, o.c.s.i.PersistedIdentifier@666, o.c.s.i.PersistedIdentifier@123]}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.008</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_withAssociationTable_1Parent_1Child</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_c
...[truncated 974 chars]...
om Person left outer join Person_children as Person_children on Person.id = Person_children.person_id where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}
2024-08-30 09:20:43	DEBUG	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@666}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.012</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_withAssociationTable_1Parent_2Children</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_child
...[truncated 1208 chars]...
ren as Person_children on Person.id = Person_children.person_id where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}
2024-08-30 09:20:43	DEBUG	SQLOperation	select Person.name as Person_name, Person.id as Person_id, Person_children.children_id as Person_children_children_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id where Person.id in (?, ?) | {Person.id=[o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@666]}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.011</duration><failedSince>0</failedSince><name>insertSelect_sibling_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person add constraint FK_Person_directNeighborId_Person_id foreign key(directNeighborId) references Person(id)
2024-08-30 09:20:43	DEBUG	SQLOperation	Batching sta
...[truncated 1716 chars]...
.name as Person_name, Person.id as Person_id, Person_children.id as Person_children_id, Person_neighbours.id as Person_neighbours_id from Person left outer join Person as Person_children on Person.id = Person_children.fatherId left outer join Person as Person_neighbours on Person.id = Person_neighbours.directNeighborId where Person.id in (?, ?, ?, ?) | {Person.id=[o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@456, o.c.s.i.PersistedIdentifier@666, o.c.s.i.PersistedIdentifier@123]}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.013</duration><failedSince>0</failedSince><name>insertSelect_sibling_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person_children(person_id int, children_id int, unique (person_id, children_id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))
2024-08-30 09:20:43	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id f
...[truncated 2830 chars]...
hildren.children_id as Person_children_children_id, Person_neighbours.neighbours_id as Person_neighbours_neighbours_id from Person left outer join Person_children as Person_children on Person.id = Person_children.person_id left outer join Person_neighbours as Person_neighbours on Person.id = Person_neighbours.person_id where Person.id in (?, ?, ?, ?) | {Person.id=[o.c.s.i.PersistedIdentifier@888, o.c.s.i.PersistedIdentifier@456, o.c.s.i.PersistedIdentifier@666, o.c.s.i.PersistedIdentifier@123]}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportCycleTest$OneToMany</name><passCount>7</passCount><skipCount>0</skipCount></classResult>