<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.006</duration><failedSince>0</failedSince><name>build_targetTableAndOverridingColumnsAreDifferent_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.003</duration><failedSince>0</failedSince><name>build_withAfterInsertIdentifierPolicy_throwsUnsupportedOperationException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.008</duration><failedSince>0</failedSince><name>build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-05-15 06:29:12	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-05-15 06:29:12	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-05-15 06:29:12	TRACE	SQLOperation	(select Part.id as id, 'Part' as Y from Part where Part.id in (?)) union all (select Question.id as id, 'Question' as Y from Question where Question.id in (?)) | {1=1, 2=1}
2025-05-15 06:29:12	DEBUG	SQLOperation	Batching statement 1 times
2025-05-15 06:29:12	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest</className><duration>0.009</duration><failedSince>0</failedSince><name>build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-05-15 06:29:11	DEBUG	DDLDeployer	create table Part(name varchar(255), id bigint not null, unique (id))
2025-05-15 06:29:11	DEBUG	DDLDeployer	create table Question(label varchar(255), id bigint not null, unique (id))
2025-05-15 06:29:11	DEBUG	SQLOperation	Batching statement 1 times
2025-05-15 06:29:11	TRACE	SQLOperation	insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}
</stdout></child><failCount>0</failCount><name>TablePerClassPolymorphismBuilderTest</name><passCount>4</passCount><skipCount>0</skipCount></classResult>