<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.266</duration><failedSince>0</failedSince><name>bidirectionality_reverseCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-01 20:04:02	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-01 20:04:02	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-04-01 20:04:02	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@7239cb6e
2025-04-01 20:04:02	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@4fbc8540 on object org.codefilarete.stalactite.engine.model.book.Book@7bc66567
2025-04-01 20:04:02	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@2bd7b278 on object org.codefilarete.stalactite.engine.model.book.Book@7bc66567
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>bidirectionality_reverseInitializedWith</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-01 20:04:02	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-01 20:04:02	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-04-01 20:04:02	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@1a2e0da7
2025-04-01 20:04:02	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@42c81443 on object org.codefilarete.stalactite.engine.model.book.Book@32ce86a4
2025-04-01 20:04:02	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@5331b666 on object org.codefilarete.stalactite.engine.model.book.Book@32ce86a4
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.015</duration><failedSince>0</failedSince><name>bidirectionality_reverselySetBy</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-01 20:04:02	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-01 20:04:02	DEBUG	DDLDeployer	create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-04-01 20:04:02	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 4134 chars]...
ntime.load.JoinRoot$JoinRootRowConsumer@142fb6e7
2025-04-01 20:04:02	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@67dc51ee on object org.codefilarete.stalactite.engine.model.book.Book@2f76ed5f
2025-04-01 20:04:02	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@73649b1f on object org.codefilarete.stalactite.engine.model.book.Book@2f76ed5f
</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-01 20:04:02	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2025-04-01 2
...[truncated 4484 chars]...
s
2025-04-01 20:04:02	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-01 20:04:02	DEBUG	SQLOperation	Batching statement 1 times
2025-04-01 20:04:02	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-04-01 20:04:02	TRACE	SQLOperation	select answer_id from answer_choices | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany_indexed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, myIdx integer not null, unique (answer_id, choices_id, myIdx))
2025-04-01 20:04:02	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) r
...[truncated 1837 chars]...
ersistableIdentifier@17, Answer_choices.myIdx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13, Answer_choices.myIdx=1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@2}, 4={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17, Answer_choices.myIdx=1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}
2025-04-01 20:04:02	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.012</duration><failedSince>0</failedSince><name>crud_relationContainsOneToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-04-01
...[truncated 4045 chars]...
s
2025-04-01 20:04:02	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-01 20:04:02	DEBUG	SQLOperation	Batching statement 1 times
2025-04-01 20:04:02	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2025-04-01 20:04:02	TRACE	SQLOperation	select answer_id from answer_choices | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.007</duration><failedSince>0</failedSince><name>select_collectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-04-01
...[truncated 1509 chars]...
nsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@1c6d75c8 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@6b1d45b9
2025-04-01 20:04:02	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@128dc2ff on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@6b1d45b9
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.02</duration><failedSince>0</failedSince><name>select_noRecordInAssociationTable_mustReturnEmptyCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2025-04-01 20:04:02	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2025-04-01
...[truncated 810 chars]...
nsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@21438075 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@7dc61e05
2025-04-01 20:04:02	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@3d418e37 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@7dc61e05
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportManyToManySetTest</name><passCount>8</passCount><skipCount>0</skipCount></classResult>