<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.013</duration><failedSince>0</failedSince><name>crud_relationContainsManyToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2024-10-20 1
...[truncated 3786 chars]...
s
2024-10-20 18:53:40	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}}
2024-10-20 18:53:40	DEBUG	SQLOperation	Batching statement 1 times
2024-10-20 18:53:40	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-20 18:53:40	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>2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, myIdx integer not null, unique (answer_id, choices_id, myIdx))
2024-10-20 18:53:40	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) ref
...[truncated 1076 chars]...
ersistableIdentifier@13, Answer_choices.myIdx=2, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@17, Answer_choices.myIdx=2, 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}}
2024-10-20 18:53:40	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.013</duration><failedSince>0</failedSince><name>crud_relationContainsOneToMany</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2024-10-20 1
...[truncated 3495 chars]...
s
2024-10-20 18:53:40	TRACE	SQLOperation	delete from Answer_choices where choices_id = ? and answer_id = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}}
2024-10-20 18:53:40	DEBUG	SQLOperation	Batching statement 1 times
2024-10-20 18:53:40	TRACE	SQLOperation	delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}
2024-10-20 18:53:40	TRACE	SQLOperation	select answer_id from answer_choices | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.018</duration><failedSince>0</failedSince><name>foreignKeysAreCreated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2024-10-20 18:53:40	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.01</duration><failedSince>0</failedSince><name>foreignKeysAreCreated_targetTableSpecified</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table MyChoice(label varchar(255), id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2024-10-20 18:53:40	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_MyChoice_id foreign key(choices_id) references MyChoice(id)
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.011</duration><failedSince>0</failedSince><name>select_collectionFactory</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)
2024-10-20
...[truncated 1509 chars]...
nsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@59c57449 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@22419f6a
2024-10-20 18:53:40	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@6e451bcb on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@22419f6a
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest</className><duration>0.01</duration><failedSince>0</failedSince><name>select_noRecordInAssociationTable_mustReturnEmptyCollection</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Choice(label varchar(255), id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer(id int not null, unique (id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))
2024-10-20 18:53:40	DEBUG	DDLDeployer	alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)
2024-10-20 1
...[truncated 810 chars]...
nsuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@1bad0648 on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@1f2127ad
2024-10-20 18:53:40	DEBUG	EntityTreeInflater	Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@71bfd10a on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer@1f2127ad
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportManyToManySetTest</name><passCount>7</passCount><skipCount>0</skipCount></classResult>