<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.009</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByReverseSide_1Parent_2Children</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, unique (id))
2026-04-04 06:16:03	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:03	TRACE	SQLOperation	insert into Person(name, id, fatherId) values (?, ?, ?) | {1={Person.name=John Do, Person.fatherId=null, Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-04-04 06:16:03	DEBUG	SQLOperation	Batching statement 2 times
2026-04-04 06:16:03	TRACE	SQLOperation	insert into Person(
...[truncated 2240 chars]...
 object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.012</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_ownedByTarget</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))
2026-04-04 06:16:03	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:03	TRACE	SQLOperation	insert into Person(name, id, fatherId, directNeighborId) values (?, ?, ?, ?) | {1={Person.fatherId=null, Person.id=o.c.s.i.PersistableIdentifier@42, Person.directNeighborId=null, Person.name=John Do}}
2026-04-04 06:16:03	DEBUG	SQLOperation	Batching sta
...[truncated 6574 chars]...
 entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.013</duration><failedSince>0</failedSince><name>insertSelect_cycleIsDirect_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person_neighbours(person_id int not null, neighbours_id int not null, unique (person_id, neighbours_id))
2026-04-04 06:16:03	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Per
...[truncated 8030 chars]...
 entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
</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>2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-04-04 06:16:03	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)
2026-04-04 06:16:03	DEBUG	DDLDeployer	alter table Person_children add constrai
...[truncated 1988 chars]...
n on Person.id = Person_children.person_id where Person.id in (?) | {1=o.c.s.i.PersistedIdentifier@666}
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#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>2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-04-04 06:16:03	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)
2026-04-04 06:16:03	DEBUG	DDLDeployer	alter table Person_children add cons
...[truncated 3046 chars]...
 object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@666
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
</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>2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))
2026-04-04 06:16:03	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:16:03	TRACE	SQLOperation	insert into Person(name, id, fatherId, directNeighborId) values (?, ?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@42, Person.directNeighborId=null, Person.name=John Do, Person.fatherId=null}}
2026-04-04 06:16:03	DEBUG	SQLOperation	Batching sta
...[truncated 6574 chars]...
 entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany</className><duration>0.012</duration><failedSince>0</failedSince><name>insertSelect_sibling_withAssociationTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person(name varchar(255), id int not null, unique (id))
2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person_children(person_id int not null, children_id int not null, unique (person_id, children_id))
2026-04-04 06:16:03	DEBUG	DDLDeployer	create table Person_neighbours(person_id int not null, neighbours_id int not null, unique (person_id, neighbours_id))
2026-04-04 06:16:03	DEBUG	DDLDeployer	alter table Person_children add constraint FK_Per
...[truncated 8030 chars]...
 entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
2026-04-04 06:16:03	DEBUG	EntityTreeInflater	Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person#o.c.s.i.PersistedIdentifier@888
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportCycleTest$OneToMany</name><passCount>7</passCount><skipCount>0</skipCount></classResult>