<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</className><duration>0.004</duration><failedSince>0</failedSince><name>build_versionedPropertyIsOfUnsupportedType_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</className><duration>0.002</duration><failedSince>0</failedSince><name>schemaIsCorrect</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</className><duration>0.059</duration><failedSince>0</failedSince><name>update_entityIsOutOfSync_databaseIsNotUpdated</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:56	DEBUG	DDLDeployer	create table Country(version integer not null, name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:15:56	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:56	TRACE	SQLOperation	insert into Country(name, description, id, version) values (?, ?, ?, ?) | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France, Country.version=1, Country.description=null}}
2026-04-04 06:15:56	DEBUG	SimpleRelationalEnti
...[truncated 529 chars]...
-04-04 06:15:56	TRACE	SQLOperation	update Country set name = ?, description = ?, version = ? where version = ? and id = ? | {1={Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.name (U)=Tata, Country.version (U)=2, Country.version (W)=1, Country.description (U)=null}}
2026-04-04 06:15:56	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:56	TRACE	SQLOperation	delete from Country where version = ? and id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@0, Country.version=1}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</className><duration>0.017</duration><failedSince>0</failedSince><name>update_versionIsUpgraded_dateVersion</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:56	DEBUG	DDLDeployer	create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:15:56	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:56	TRACE	SQLOperation	insert into Country(name, description, id, modificationDate) values (?, ?, ?, ?) | {1={Country.description=null, Country.modificationDate=2026-04-04T06:15:56.045, Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0}}
2026
...[truncated 1392 chars]...
 with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-04-04 06:15:56	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:56	TRACE	SQLOperation	update Country set name = ?, description = ?, modificationDate = ? where modificationDate = ? and id = ? | {1={Country.description (U)=null, Country.modificationDate (U)=2026-04-04T06:15:56.052, Country.modificationDate (W)=2026-04-04T06:15:56.047, Country.name (U)=Tutu, Country.id (W)=o.c.s.i.PersistedIdentifier@0}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</className><duration>0.011</duration><failedSince>0</failedSince><name>update_versionIsUpgraded_integerVersion</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:56	DEBUG	DDLDeployer	create table Country(version integer not null, name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:15:56	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:56	TRACE	SQLOperation	insert into Country(name, description, id, version) values (?, ?, ?, ?) | {1={Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null, Country.version=1}}
2026-04-04 06:15:56	DEBUG	SimpleRelationalEnti
...[truncated 1154 chars]...
ableIdentifier@0}
2026-04-04 06:15:56	DEBUG	EntityTreeInflater	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-04-04 06:15:56	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:56	TRACE	SQLOperation	update Country set name = ?, description = ?, version = ? where version = ? and id = ? | {1={Country.name (U)=Tutu, Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.description (U)=null, Country.version (U)=3, Country.version (W)=2}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest</className><duration>0.018</duration><failedSince>0</failedSince><name>versionByFieldName_update_happyPath</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-04-04 06:15:56	DEBUG	DDLDeployer	create table Country(versionWithoutAccessor integer not null, name varchar(255), description varchar(255), id int not null, unique (id))
2026-04-04 06:15:56	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:56	TRACE	SQLOperation	insert into Country(name, description, id, versionWithoutAccessor) values (?, ?, ?, ?) | {1={Country.name=France, Country.description=null, Country.versionWithoutAccessor=1, Country.id=o.c.s.i.PersistableIdentifier@0}}
2
...[truncated 1379 chars]...
er	Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country
2026-04-04 06:15:56	DEBUG	SQLOperation	Batching statement 1 times
2026-04-04 06:15:56	TRACE	SQLOperation	update Country set name = ?, description = ?, versionWithoutAccessor = ? where versionWithoutAccessor = ? and id = ? | {1={Country.name (U)=Tutu, Country.description (U)=null, Country.versionWithoutAccessor (U)=3, Country.versionWithoutAccessor (W)=2, Country.id (W)=o.c.s.i.PersistedIdentifier@0}}
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportVersioningTest</name><passCount>6</passCount><skipCount>0</skipCount></classResult>