<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.005</duration><failedSince>0</failedSince><name>delete</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-17 06:38:59	DEBUG	SQLOperation	Batching statement 1 times
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=7}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=7}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.007</duration><failedSince>0</failedSince><name>deleteById_composedId_multiple_lastBlockContainsMultipleValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-17 06:38:59	DEBUG	SQLOperation	Batching statement 1 times
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {1={Toto.b=[29, 43, 17], Toto.a=[2, 4, 1]}}
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?)) | {Toto.b=[37, 59], Toto.a=[3, 5]}
[2, 4, 6, 1, 3, 5, 2, 4, 1, 3]
[29, 43, 17, 2, 4, 1, 37, 59, 3, 5]
actualValuePairs : [{2, 29}, {4, 43}, {1, 17}, {3, 37}, {5, 59}]
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_composedId_multiple_lastBlockContainsOneValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-17 06:38:59	DEBUG	SQLOperation	Batching statement 1 times
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {1={Toto.b=[17, 37, 29], Toto.a=[1, 3, 2]}}
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?)) | {Toto.b=43, Toto.a=4}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_composedId_multiple_lastBlockSizeIsInOperatorSize</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-17 06:38:59	DEBUG	SQLOperation	Batching statement 2 times
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {1={Toto.b=[67, 17, 43], Toto.a=[6, 1, 4]}, 2={Toto.b=[67, 17, 43], Toto.a=[6, 1, 4]}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.002</duration><failedSince>0</failedSince><name>deleteById_multiple_lastBlockContainsMultipleValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-17 06:38:59	DEBUG	SQLOperation	Batching statement 1 times
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where a in (?, ?, ?) | {1={Toto.a=[1, 2, 3]}}
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where a in (?, ?) | {Toto.a=[4, 5]}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_multiple_lastBlockContainsOneValue</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-17 06:38:59	DEBUG	SQLOperation	Batching statement 1 times
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where a in (?, ?, ?) | {1={Toto.a=[1, 2, 3]}}
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where a in (?) | {Toto.a=4}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>deleteById_multiple_lastBlockSizeIsInOperatorSize</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-17 06:38:59	DEBUG	SQLOperation	Batching statement 2 times
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where a in (?, ?, ?) | {1={Toto.a=[4, 5, 6]}, 2={Toto.a=[4, 5, 6]}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>delete_multiple</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-17 06:38:59	DEBUG	SQLOperation	Batching statement 3 times
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}, 2={Toto.a=2}, 3={Toto.a=3}}
2026-02-17 06:38:59	DEBUG	SQLOperation	Batching statement 1 times
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=4}}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest</className><duration>0.003</duration><failedSince>0</failedSince><name>listenerIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-02-17 06:38:59	DEBUG	SQLOperation	Batching statement 2 times
2026-02-17 06:38:59	TRACE	SQLOperation	delete from Toto where a = ? | {1={Toto.a=1}, 2={Toto.a=2}}
</stdout></child><failCount>0</failCount><name>DeleteExecutorTest</name><passCount>10</passCount><skipCount>0</skipCount></classResult>