<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.021</duration><failedSince>0</failedSince><name>bidirectionality_reverseCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
...[truncated 4129 chars]...
untime.load.JoinRoot$JoinRootRowConsumer@13f01365
2025-04-27 09:16:41	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@f76ccd6 on object org.codefilarete.stalactite.engine.model.book.Book@5159969e
2025-04-27 09:16:41	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@37f4baac on object org.codefilarete.stalactite.engine.model.book.Book@5159969e
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.017</duration><failedSince>0</failedSince><name>bidirectionality_reverseInitializedWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
...[truncated 4135 chars]...
ntime.load.JoinRoot$JoinRootRowConsumer@6e05ec93
2025-04-27 09:16:41	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@2b2d3732 on object org.codefilarete.stalactite.engine.model.book.Book@1483fa8b
2025-04-27 09:16:41	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@5ba0cf3c on object org.codefilarete.stalactite.engine.model.book.Book@1483fa8b
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.019</duration><failedSince>0</failedSince><name>bidirectionality_reverselySetBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
...[truncated 4129 chars]...
runtime.load.JoinRoot$JoinRootRowConsumer@654eded9
2025-04-27 09:16:41	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@5902e63 on object org.codefilarete.stalactite.engine.model.book.Book@4e12821a
2025-04-27 09:16:41	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@6412f19 on object org.codefilarete.stalactite.engine.model.book.Book@4e12821a
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-04-27
...[truncated 4484 chars]...
s
2025-04-27 09:16:41	TRACE	SQLOperation	delete from Answer_choices where choices_id = ? and answer_id = ? | {1={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2025-04-27 09:16:41	DEBUG	SQLOperation	Batching statement 1 times
2025-04-27 09:16:41	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-04-27 09:16:41	TRACE	SQLOperation	select answer_id from answer_choices | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany_indexed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, myIdx integer not null, unique (answer_id, choices_id, myIdx))
2025-04-27 09:16:41	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) ref
...[truncated 1837 chars]...
ces.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}, 3={Answer_choices.myIdx=1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}, 4={Answer_choices.myIdx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17}}
2025-04-27 09:16:41	TRACE	SQLOperation	select answer_id, choices_id, myIdx from answer_choices | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_relationContainsOneToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-04-27
...[truncated 4043 chars]...
s
2025-04-27 09:16:41	TRACE	SQLOperation	delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}}
2025-04-27 09:16:41	DEBUG	SQLOperation	Batching statement 1 times
2025-04-27 09:16:41	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-04-27 09:16:41	TRACE	SQLOperation	select answer_id from answer_choices | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.01</duration><failedSince>0</failedSince><name>select_collectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-04-27
...[truncated 1511 chars]...
nsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@7864c458 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@1cd32eb5
2025-04-27 09:16:41	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@7746fcfb on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@1cd32eb5
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.231</duration><failedSince>0</failedSince><name>select_noRecordInAssociationTable_mustReturnEmptyCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-04-27 09:16:41	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-04-27
...[truncated 810 chars]...
nsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@7cfed246 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@3366d7cd
2025-04-27 09:16:41	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@7285d27e on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@3366d7cd
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportManyToManySetTest</name><passCount>8</passCount><skipCount>0</skipCount></classResult>