<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest</className><duration>0.01</duration><failedSince>0</failedSince><name>resolve_entityWithInheritance_entityAndEmbeddableInHierarchy_noJoiningTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-20 14:17:16	DEBUG	DDLDeployer	create table E(propE integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propD integer not null, propB integer not null, propA integer not null, unique (propE))
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	insert into E(propA, propB, propD, propE) values (?, ?, ?, default) | {1={E.propB=0, E.propD=0, E.propA=0}}
2026-04-20 14:17:16	DEBUG	SimpleRelationalEntityPersister	sele
...[truncated 1095 chars]...
E.propA as E_propA, E.propB as E_propB, E.propD as E_propD, E.propE as E_propE from E where E.propE in (?) | {1=1}
2026-04-20 14:17:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	delete from E where propE = ? | {1={E.propE=1}}
2026-04-20 14:17:16	TRACE	SQLOperation	select count(*) as count from E | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest</className><duration>0.02</duration><failedSince>0</failedSince><name>resolve_entityWithInheritance_onlyEntityInHierarchy_noJoiningTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-20 14:17:16	DEBUG	DDLDeployer	create table E(propC integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propE integer not null, propD integer not null, propB integer not null, propA integer not null, unique (propC))
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	insert into E(propE, propA, propB, propD, propC) values (?, ?, ?, ?, default) | {1={E.propA=0, E.propD=0, E.propB=0, E.propE=0}}
2026-04-20 14:17:
...[truncated 1226 chars]...
E.propA as E_propA, E.propB as E_propB, E.propD as E_propD, E.propC as E_propC from E where E.propC in (?) | {1=1}
2026-04-20 14:17:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	delete from E where propC = ? | {1={E.propC=1}}
2026-04-20 14:17:16	TRACE	SQLOperation	select count(*) as count from E | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest</className><duration>0.011</duration><failedSince>0</failedSince><name>resolve_entityWithInheritance_onlyEntityInHierarchy_withJoiningTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-20 14:17:16	DEBUG	DDLDeployer	create table D(propC integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propD integer not null, propB integer not null, propA integer not null, unique (propC))
2026-04-20 14:17:16	DEBUG	DDLDeployer	create table E(propC integer not null, propE integer not null, unique (propC))
2026-04-20 14:17:16	DEBUG	DDLDeployer	alter table E add constraint FK_E_propC_D_propC foreign key(propC) references D(propC)
2026-04-20 14:17:16	DEBUG	SQLOper
...[truncated 2429 chars]...
ect o.c.s.e.c.r.AggregateResolverTest$E#1
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	delete from E where propC = ? | {1={E.propC=1}}
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	delete from D where propC = ? | {1={D.propC=1}}
2026-04-20 14:17:16	TRACE	SQLOperation	select count(*) as count from E | {}
2026-04-20 14:17:16	TRACE	SQLOperation	select count(*) as count from D | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest</className><duration>0.013</duration><failedSince>0</failedSince><name>resolve_entityWithInheritance_onlyEntityInHierarchy_withJoiningTables_withCompositeKey</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-20 14:17:16	DEBUG	DDLDeployer	create table D(propX varchar(255) not null, propY varchar(255) not null, propD integer not null, propB integer not null, propA integer not null, unique (propX, propY))
2026-04-20 14:17:16	DEBUG	DDLDeployer	create table E(propX varchar(255) not null, propY varchar(255) not null, propE integer not null, unique (propX, propY))
2026-04-20 14:17:16	DEBUG	DDLDeployer	alter table E add constraint FK_f7ced221 foreign key(propX, propY) references D(propX, propY)
2026
...[truncated 3591 chars]...
20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	delete from E where propX = ? and propY = ? | {1={E.propY=b, E.propX=a}}
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	delete from D where propX = ? and propY = ? | {1={D.propY=b, D.propX=a}}
2026-04-20 14:17:16	TRACE	SQLOperation	select count(*) as count from E | {}
2026-04-20 14:17:16	TRACE	SQLOperation	select count(*) as count from D | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest</className><duration>0.02</duration><failedSince>0</failedSince><name>resolve_entityWithInheritance_onlyEntityInHierarchy_withJoiningTables_withExtraTable</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-20 14:17:16	DEBUG	DDLDeployer	create table D(propC integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propD integer not null, propA integer not null, unique (propC))
2026-04-20 14:17:16	DEBUG	DDLDeployer	create table E(propC integer not null, unique (propC))
2026-04-20 14:17:16	DEBUG	DDLDeployer	create table extraTable1(propE integer not null, propC integer not null, unique (propC))
2026-04-20 14:17:16	DEBUG	DDLDeployer	create table extraTable2(propB integer no
...[truncated 5749 chars]...
= ? | {1={E.propC=1}}
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	delete from extraTable2 where propC = ? | {1={extraTable2.propC=1}}
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	delete from D where propC = ? | {1={D.propC=1}}
2026-04-20 14:17:16	TRACE	SQLOperation	select count(*) as count from E | {}
2026-04-20 14:17:16	TRACE	SQLOperation	select count(*) as count from D | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest</className><duration>0.015</duration><failedSince>0</failedSince><name>resolve_entityWithInheritance_onlyEntityInHierarchy_withJoiningTables_withExtraTable_withCompositeKey</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-20 14:17:16	DEBUG	DDLDeployer	create table D(propX varchar(255) not null, propY varchar(255) not null, propD integer not null, propA integer not null, unique (propX, propY))
2026-04-20 14:17:16	DEBUG	DDLDeployer	create table E(propX varchar(255) not null, propY varchar(255) not null, unique (propX, propY))
2026-04-20 14:17:16	DEBUG	DDLDeployer	create table extraTable1(propE integer not null, propX varchar(255) not null, propY varchar(255) not null, unique (propX, propY))
2026-04-20 14:17
...[truncated 7981 chars]...
	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	delete from extraTable2 where propX = ? and propY = ? | {1={extraTable2.propX=a, extraTable2.propY=b}}
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	delete from D where propX = ? and propY = ? | {1={D.propX=a, D.propY=b}}
2026-04-20 14:17:16	TRACE	SQLOperation	select count(*) as count from E | {}
2026-04-20 14:17:16	TRACE	SQLOperation	select count(*) as count from D | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest</className><duration>0.01</duration><failedSince>0</failedSince><name>resolve_oneEntity</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-20 14:17:16	DEBUG	DDLDeployer	create table E(propE integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, propD integer not null, unique (propE))
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	insert into E(propD, propE) values (?, default) | {1={E.propD=0}}
2026-04-20 14:17:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [1]
2026-04-20 14:17:16	TRACE	SQLOperation	select E.propD as E_propD, E.pro
...[truncated 833 chars]...
4-20 14:17:16	TRACE	SQLOperation	select E.propD as E_propD, E.propE as E_propE from E where E.propE in (?) | {1=1}
2026-04-20 14:17:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	delete from E where propE = ? | {1={E.propE=1}}
2026-04-20 14:17:16	TRACE	SQLOperation	select count(*) as count from E | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.configurer.resolver.AggregateResolverTest</className><duration>0.042</duration><failedSince>0</failedSince><name>resolve_oneEntity_withCompositeKey</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-20 14:17:16	DEBUG	DDLDeployer	create table E(propX varchar(255) not null, propY varchar(255) not null, propD integer not null, unique (propX, propY))
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	insert into E(propD, propX, propY) values (?, ?, ?) | {1={E.propD=0, E.propX=a, E.propY=b}}
2026-04-20 14:17:16	DEBUG	SimpleRelationalEntityPersister	selecting entities [org.codefilarete.stalactite.engine.configurer.resolver.AggregateRes
...[truncated 1290 chars]...
X as E_propX, E.propY as E_propY from E where (E.propX, E.propY) in ((?, ?)) | {1=a, 2=b}
2026-04-20 14:17:16	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.c.r.AggregateResolverTest$E
2026-04-20 14:17:16	DEBUG	SQLOperation	Batching statement 1 times
2026-04-20 14:17:16	TRACE	SQLOperation	delete from E where propX = ? and propY = ? | {1={E.propX=a, E.propY=b}}
2026-04-20 14:17:16	TRACE	SQLOperation	select count(*) as count from E | {}
</stdout></child><failCount>0</failCount><name>AggregateResolverTest</name><passCount>8</passCount><skipCount>0</skipCount></classResult>