{
  "_class" : "hudson.tasks.junit.TestResult",
  "testActions" : [
    
  ],
  "duration" : 160.04997,
  "empty" : False,
  "failCount" : 0,
  "passCount" : 2013,
  "skipCount" : 3,
  "suites" : [
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterDerbyTest",
          "duration" : 0.111,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:52\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:44:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a = ? | {1={Toto.a=1}}\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a in (?) | {Toto.a=1}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterDerbyTest",
          "duration" : 0.168,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:52\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:44:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.c=100, Toto.a=1, Toto.b=10}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterDerbyTest",
          "duration" : 0.12,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:52\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:44:52\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=1}\u000a2025-07-20 15:44:52\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterDerbyTest",
          "duration" : 0.1,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:52\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:44:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=111, Toto.b (U)=11, Toto.a (W)=1}}\u000a2025-07-20 15:44:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=122, Toto.b (U)=12, Toto.a (W)=1}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterDerbyTest",
          "duration" : 0.09,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "persist",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:52\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:44:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.c=200, Toto.a=2, Toto.b=20}}\u000a2025-07-20 15:44:52\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=1}\u000a2025-07-20 15:44:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=111, Toto.b (U)=11, Toto.a (W)=1}}\u000a"
        }
      ],
      "duration" : 0.595,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersisterDerbyTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysDerbyTest",
          "duration" : 0.156,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_generated_pk_real_life",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:51\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), b integer, c integer, primary key (a))\u000a2025-07-20 15:44:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.b=17, Toto.c=23}, 2={Toto.b=29, Toto.c=31}, 3={Toto.b=37, Toto.c=41}}\u000a2025-07-20 15:44:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.b=43, Toto.c=53}}\u000a"
        }
      ],
      "duration" : 0.158,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysDerbyTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest",
          "duration" : 1.564,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnTypeIsRegisteredInDialect",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:50\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, dummyProp varchar(255))\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest",
          "duration" : 0.203,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToOneRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:51\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar(255))\u000a2025-07-20 15:44:51\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar(255), totoId integer not null)\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest",
          "duration" : 0.175,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:51\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar(255))\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.name from Toto | {}\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.id from Toto | {}\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto where Toto.id = 1 | {}\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto where Toto.id = 2 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest",
          "duration" : 0.121,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnIsRegisteredInDialect_butNotItsType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:51\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, dummyProp varchar(255))\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest",
          "duration" : 0.106,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToManyRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:51\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar(255))\u000a2025-07-20 15:44:51\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar(255), totoId integer not null)\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest",
          "duration" : 0.089,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:51\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar(255))\u000a2025-07-20 15:44:51\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a"
        }
      ],
      "duration" : 2.29,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextDerbyTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 62,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : True,
          "skippedMessage" : "class org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest is @Disabled",
          "status" : "SKIPPED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 62,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsItSelf",
          "properties" : {
            
          },
          "skipped" : True,
          "skippedMessage" : "class org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest is @Disabled",
          "status" : "SKIPPED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 62,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsABean",
          "properties" : {
            
          },
          "skipped" : True,
          "skippedMessage" : "class org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest is @Disabled",
          "status" : "SKIPPED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.001,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorDerbyTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.DerbyDialectResolverTest",
          "duration" : 0.048,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve_10_14",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.05,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.DerbyDialectResolverTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.DerbySequenceSelectBuilderTest",
          "duration" : 0.046,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sqlIsValid",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:52\u0009DEBUG\u0009DDLDeployer\u0009create sequence my_sequence\u000a2025-07-20 15:44:52\u0009TRACE\u0009SQLOperation\u0009values next value for my_sequence | {}\u000a"
        }
      ],
      "duration" : 0.047,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.DerbySequenceSelectBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DerbyDDLTableGeneratorTest",
          "duration" : 0.067,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generatedSQL_runOnAliveDatabase_doesNotThrowException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:52\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, name varchar(255), primary key (id))\u000a2025-07-20 15:44:52\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable2(name varchar(255))\u000a2025-07-20 15:44:52\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable1 add constraint dummy_UK unique (name)\u000a2025-07-20 15:44:52\u0009DEBUG\u0009DDLDeployer\u0009create index dummyIDX_1 on dummyTable1(name)\u000a2025-07-20 15:44:52\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)\u000a"
        }
      ],
      "duration" : 0.072,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.DerbyDDLTableGeneratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterH2Test",
          "duration" : 0.848,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:54\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, unique (a))\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a = ? | {1={Toto.a=1}}\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a in (?) | {Toto.a=1}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterH2Test",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:54\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, unique (a))\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.c=100, Toto.b=10, Toto.a=1}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterH2Test",
          "duration" : 0.067,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:54\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, unique (a))\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=1}\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterH2Test",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:54\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, unique (a))\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.b (U)=11, Toto.c (U)=111}}\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.b (U)=12, Toto.c (U)=122}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterH2Test",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "persist",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:54\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, unique (a))\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=2, Toto.b=20, Toto.c=200}}\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=1}\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.b (U)=11, Toto.c (U)=111}}\u000a"
        }
      ],
      "duration" : 0.994,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersisterH2Test",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysH2Test",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_generated_pk_real_life",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:54\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer GENERATED ALWAYS AS IDENTITY, b integer, c integer, unique (a))\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.c=23, Toto.b=17}, 2={Toto.c=31, Toto.b=29}, 3={Toto.c=41, Toto.b=37}}\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.c=53, Toto.b=43}}\u000a"
        }
      ],
      "duration" : 0.021,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysH2Test",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test",
          "duration" : 0.122,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnTypeIsRegisteredInDialect",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, dummyProp varchar(255))\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToOneRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar)\u000a2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar, totoId integer not null)\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test",
          "duration" : 0.031,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar)\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.name from Toto | {}\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.id from Toto | {}\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto where Toto.id = 1 | {}\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto where Toto.id = 2 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnIsRegisteredInDialect_butNotItsType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, dummyProp varchar(255))\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToManyRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar)\u000a2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar, totoId integer not null)\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar)\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a"
        }
      ],
      "duration" : 0.209,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextH2Test",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:54\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:44:54\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=1}\u000a2025-07-20 15:44:54\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsItSelf",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a, b))\u000a2025-07-20 15:44:55\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.b=[10, 20, 30], Toto.a=[1, 2, 3]}\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.b=40, Toto.a=4}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsABean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(a int, b int, c int, primary key (a, b))\u000a2025-07-20 15:44:55\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Tata.a=[1, 2, 3], Tata.b=[10, 20, 30]}\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Tata where (a, b) in ((?, ?)) | {Tata.a=4, Tata.b=40}\u000a"
        }
      ],
      "duration" : 0.059,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorH2Test",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.H2DialectResolverTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve_1_4",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.015,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.H2DialectResolverTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.H2SequenceSelectBuilderTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sqlIsValid",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create sequence my_sequence\u000a2025-07-20 15:44:55\u0009TRACE\u0009SQLOperation\u0009select next value for my_sequence | {}\u000a"
        }
      ],
      "duration" : 0.012,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.H2SequenceSelectBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.H2DDLTableGeneratorTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generatedSQL_runOnAliveDatabase_doesNotThrowException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY not null, name varchar, unique (id))\u000a2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable2(name varchar)\u000a2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable1 add constraint dummy_UK unique (name)\u000a2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009create index dummyIDX_1 on dummyTable1(name)\u000a2025-07-20 15:44:55\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)\u000a"
        }
      ],
      "duration" : 0.018,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.H2DDLTableGeneratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest",
          "duration" : 0.894,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnTypeIsRegisteredInDialect",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1c610f\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, dummyProp varchar(255))\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest",
          "duration" : 0.063,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToOneRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@55a07f97\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar(255))\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar(255), totoId integer not null)\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest",
          "duration" : 0.06,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6d77d269\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar(255))\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.name from Toto | {}\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.id from Toto | {}\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto where Toto.id = 1 | {}\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto where Toto.id = 2 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest",
          "duration" : 0.028,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnIsRegisteredInDialect_butNotItsType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@f09c282\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, dummyProp varchar(255))\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest",
          "duration" : 0.03,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToManyRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@56017274\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar(255))\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar(255), totoId integer not null)\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest",
          "duration" : 0.026,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@723f8990\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar(255))\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a"
        }
      ],
      "duration" : 1.133,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersistenceContextHSQLDBTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterHSQLDBTest",
          "duration" : 0.033,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@597eb9ac\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, unique (a))\u000a2025-07-20 15:42:42\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a = ? | {1={Toto.a=1}}\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a in (?) | {Toto.a=1}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterHSQLDBTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1d6ed085\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, unique (a))\u000a2025-07-20 15:42:42\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=1, Toto.c=100, Toto.b=10}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterHSQLDBTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@531ed68e\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, unique (a))\u000a2025-07-20 15:42:42\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:43\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=1}\u000a2025-07-20 15:42:43\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:43\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterHSQLDBTest",
          "duration" : 0.039,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:43\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@40aaf656\u000a2025-07-20 15:42:43\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, unique (a))\u000a2025-07-20 15:42:43\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:43\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=11, Toto.c (U)=111, Toto.a (W)=1}}\u000a2025-07-20 15:42:43\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:43\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=12, Toto.c (U)=122, Toto.a (W)=1}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterHSQLDBTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "persist",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:43\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3c3357c7\u000a2025-07-20 15:42:43\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, unique (a))\u000a2025-07-20 15:42:43\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:43\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=2, Toto.c=200, Toto.b=20}}\u000a2025-07-20 15:42:43\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:43\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=1}\u000a2025-07-20 15:42:43\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:43\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.c (U)=111, Toto.b (U)=11}}\u000a"
        }
      ],
      "duration" : 0.138,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersisterHSQLDBTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysHSQLDBTest",
          "duration" : 0.058,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_generated_pk_real_life",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@e280006\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), b integer, c integer, unique (a))\u000a2025-07-20 15:42:42\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.c=23, Toto.b=17}, 2={Toto.c=31, Toto.b=29}, 3={Toto.c=41, Toto.b=37}}\u000a2025-07-20 15:42:42\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.c=53, Toto.b=43}}\u000a"
        }
      ],
      "duration" : 0.061,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysHSQLDBTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest",
          "duration" : 0.062,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6b44121e\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a2025-07-20 15:42:42\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=1}\u000a2025-07-20 15:42:42\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest",
          "duration" : 0.035,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsItSelf",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@507187c1\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a, b))\u000a2025-07-20 15:42:42\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.b=[10, 20, 30], Toto.a=[1, 2, 3]}\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.b=40, Toto.a=4}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsABean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:42\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@32f2de5c\u000a2025-07-20 15:42:42\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(a int, b int, c int, primary key (a, b))\u000a2025-07-20 15:42:42\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Tata.b=[10, 20, 30], Tata.a=[1, 2, 3]}\u000a2025-07-20 15:42:42\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Tata where (a, b) in ((?, ?)) | {Tata.b=40, Tata.a=4}\u000a"
        }
      ],
      "duration" : 0.123,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorHSQLDBTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.HSQLDBDialectResolverTest",
          "duration" : 0.031,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve_2_7",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:43\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@4b98c80c\u000a2025-07-20 15:42:43\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@63bb719d\u000a"
        }
      ],
      "duration" : 0.033,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.HSQLDBDialectResolverTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.HSQLDBSequenceSelectBuilderTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sqlIsValid",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:43\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@31aee6d9\u000a2025-07-20 15:42:43\u0009DEBUG\u0009DDLDeployer\u0009create sequence my_sequence\u000a2025-07-20 15:42:43\u0009TRACE\u0009SQLOperation\u0009CALL NEXT VALUE FOR my_sequence | {}\u000a"
        }
      ],
      "duration" : 0.019,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.HSQLDBSequenceSelectBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.HSQLDBDDLTableGeneratorTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generatedSQL_runOnAliveDatabase_doesNotThrowException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:43\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@43069adf\u000a2025-07-20 15:42:43\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable1(id integer GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:43\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable2(name varchar(255))\u000a2025-07-20 15:42:43\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable1 add constraint dummy_UK unique (name)\u000a2025-07-20 15:42:43\u0009DEBUG\u0009DDLDeployer\u0009create index dummyIDX_1 on dummyTable1(name)\u000a2025-07-20 15:42:43\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)\u000a"
        }
      ],
      "duration" : 0.019,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.HSQLDBDDLTableGeneratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterMariaDBTest",
          "duration" : 0.278,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:45:12\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterMariaDBTest",
          "duration" : 0.031,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:12\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterMariaDBTest",
          "duration" : 0.076,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:12\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterMariaDBTest",
          "duration" : 0.035,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:12\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterMariaDBTest",
          "duration" : 0.033,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "persist",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:12\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        }
      ],
      "duration" : 8.791,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersisterMariaDBTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysMariaDBTest",
          "duration" : 0.026,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_generated_pk_real_life",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:45:12\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int auto_increment, b int, c int, primary key (a))\u000a"
        }
      ],
      "duration" : 0.032,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysMariaDBTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest",
          "duration" : 0.128,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnTypeIsRegisteredInDialect",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:45:12\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id int not null, dummyProp varchar(255))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest",
          "duration" : 0.05,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToOneRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:12\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id int not null, name varchar(255))\u000a2025-07-20 15:45:12\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar(255), totoId int not null)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest",
          "duration" : 0.064,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:13\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id int not null, name varchar(255))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest",
          "duration" : 0.033,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnIsRegisteredInDialect_butNotItsType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:13\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id int not null, dummyProp varchar(255))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest",
          "duration" : 0.039,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToManyRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:13\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id int not null, name varchar(255))\u000a2025-07-20 15:45:13\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar(255), totoId int not null)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest",
          "duration" : 0.03,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:13\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id int not null, name varchar(255))\u000a"
        }
      ],
      "duration" : 0.352,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMariaDBTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorMariaDBTest",
          "duration" : 0.043,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:45:12\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorMariaDBTest",
          "duration" : 0.043,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsItSelf",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:12\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a, b))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorMariaDBTest",
          "duration" : 0.048,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsABean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:12\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(a int, b int, c int, primary key (a, b))\u000a"
        }
      ],
      "duration" : 0.146,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorMariaDBTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.MariaDBDialectResolverTest",
          "duration" : 0.046,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve_10_0",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        }
      ],
      "duration" : 0.046,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.MariaDBDialectResolverTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.MariaDBSequenceSelectBuilderTest",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sqlIsValid",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:13\u0009DEBUG\u0009DDLDeployer\u0009create sequence my_sequence\u000a"
        }
      ],
      "duration" : 0.024,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.MariaDBSequenceSelectBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.MariaDBDDLTableGeneratorTest",
          "duration" : 0.074,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generatedSQL_runOnAliveDatabase_doesNotThrowException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:45:13\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable1(id int auto_increment not null, name varchar(255), primary key (id))\u000a2025-07-20 15:45:13\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable2(name varchar(255))\u000a2025-07-20 15:45:13\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable1 add constraint dummy_UK unique (name)\u000a2025-07-20 15:45:13\u0009DEBUG\u0009DDLDeployer\u0009create index dummyIDX_1 on dummyTable1(name)\u000a2025-07-20 15:45:13\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)\u000a"
        }
      ],
      "duration" : 0.079,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.MariaDBDDLTableGeneratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterMySQLTest",
          "duration" : 0.521,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:45:27\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterMySQLTest",
          "duration" : 0.085,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:27\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterMySQLTest",
          "duration" : 0.129,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:28\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterMySQLTest",
          "duration" : 0.086,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:28\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterMySQLTest",
          "duration" : 0.08,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "persist",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:28\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        }
      ],
      "duration" : 13.863,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersisterMySQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysMySQLTest",
          "duration" : 0.057,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_generated_pk_real_life",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:45:29\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int auto_increment, b int, c int, primary key (a))\u000a"
        }
      ],
      "duration" : 0.069,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysMySQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest",
          "duration" : 0.15,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnTypeIsRegisteredInDialect",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:45:28\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id int not null, dummyProp varchar(255))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest",
          "duration" : 0.195,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToOneRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:28\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id int not null, name varchar(255))\u000a2025-07-20 15:45:28\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar(255), totoId int not null)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest",
          "duration" : 0.113,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:29\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id int not null, name varchar(255))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest",
          "duration" : 0.074,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnIsRegisteredInDialect_butNotItsType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:29\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id int not null, dummyProp varchar(255))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest",
          "duration" : 0.11,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToManyRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:29\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id int not null, name varchar(255))\u000a2025-07-20 15:45:29\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar(255), totoId int not null)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest",
          "duration" : 0.081,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:29\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id int not null, name varchar(255))\u000a"
        }
      ],
      "duration" : 0.748,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextMySQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorMySQLTest",
          "duration" : 0.076,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:45:28\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorMySQLTest",
          "duration" : 0.095,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsItSelf",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:28\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a, b))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorMySQLTest",
          "duration" : 0.085,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsABean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:28\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(a int, b int, c int, primary key (a, b))\u000a"
        }
      ],
      "duration" : 0.272,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorMySQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.MySQLDialectResolverTest",
          "duration" : 0.056,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve_5_6",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        }
      ],
      "duration" : 0.056,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.MySQLDialectResolverTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.MySQLSequenceSelectBuilderTest",
          "duration" : 0.06,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sqlIsValid",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:29\u0009DEBUG\u0009DDLDeployer\u0009create table my_sequence(nextVal bigint not null, primary key (nextVal))\u000a"
        }
      ],
      "duration" : 0.061,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.MySQLSequenceSelectBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.MySQLDDLTableGeneratorTest",
          "duration" : 0.192,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generatedSQL_runOnAliveDatabase_doesNotThrowException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:45:29\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable1(id int auto_increment not null, name varchar(255), primary key (id))\u000a2025-07-20 15:45:29\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable2(name varchar(255))\u000a2025-07-20 15:45:29\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable1 add constraint dummy_UK unique (name)\u000a2025-07-20 15:45:29\u0009DEBUG\u0009DDLDeployer\u0009create index dummyIDX_1 on dummyTable1(name)\u000a2025-07-20 15:45:29\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)\u000a"
        }
      ],
      "duration" : 0.195,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.MySQLDDLTableGeneratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextOracleTest",
          "duration" : 0.253,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnTypeIsRegisteredInDialect",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:53\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, dummyProp varchar(255))\u000a2025-07-20 15:45:53\u0009DEBUG\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto\u000a2025-07-20 15:45:53\u0009DEBUG\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextOracleTest",
          "duration" : 0.179,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToOneRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:53\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar(255))\u000a2025-07-20 15:45:53\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar(255), totoId integer not null)\u000a2025-07-20 15:45:53\u0009DEBUG\u0009SQLOperation\u0009select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextOracleTest",
          "duration" : 0.216,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:54\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar(255))\u000a2025-07-20 15:45:54\u0009DEBUG\u0009SQLOperation\u0009select Toto.name from Toto\u000a2025-07-20 15:45:54\u0009DEBUG\u0009SQLOperation\u0009select Toto.id from Toto\u000a2025-07-20 15:45:54\u0009DEBUG\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto\u000a2025-07-20 15:45:54\u0009DEBUG\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto\u000a2025-07-20 15:45:54\u0009DEBUG\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto where Toto.id = 1\u000a2025-07-20 15:45:54\u0009DEBUG\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto where Toto.id = 2\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextOracleTest",
          "duration" : 0.128,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnIsRegisteredInDialect_butNotItsType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:54\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, dummyProp varchar(255))\u000a2025-07-20 15:45:54\u0009DEBUG\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto\u000a2025-07-20 15:45:54\u0009DEBUG\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextOracleTest",
          "duration" : 0.166,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToManyRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:54\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar(255))\u000a2025-07-20 15:45:54\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar(255), totoId integer not null)\u000a2025-07-20 15:45:54\u0009DEBUG\u0009SQLOperation\u0009select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextOracleTest",
          "duration" : 0.167,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:54\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar(255))\u000a2025-07-20 15:45:54\u0009DEBUG\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto\u000a"
        }
      ],
      "duration" : 1.115,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersistenceContextOracleTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterOracleTest",
          "duration" : 21.117,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:50\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:45:51\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:45:51\u0009DEBUG\u0009SQLOperation\u0009delete from Toto where a = ?\u000a2025-07-20 15:45:51\u0009DEBUG\u0009SQLOperation\u0009delete from Toto where a in (?)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterOracleTest",
          "duration" : 0.301,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:52\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterOracleTest",
          "duration" : 0.189,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:52\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009select a, b, c from Toto where a in (?)\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterOracleTest",
          "duration" : 0.145,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:52\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ?\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ?\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterOracleTest",
          "duration" : 0.141,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "persist",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:52\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?)\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009select a, b, c from Toto where a in (?)\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ?\u000a"
        }
      ],
      "duration" : 21.922,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersisterOracleTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysOracleTest",
          "duration" : 0.141,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_generated_pk_real_life",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:52\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer GENERATED BY DEFAULT ON NULL AS IDENTITY, b integer, c integer, primary key (a))\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009insert into Toto(a, b, c) values (default, ?, ?)\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:45:52\u0009DEBUG\u0009SQLOperation\u0009insert into Toto(a, b, c) values (default, ?, ?)\u000a"
        }
      ],
      "duration" : 0.143,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysOracleTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest",
          "duration" : 0.152,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:53\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a2025-07-20 15:45:53\u0009DEBUG\u0009SQLOperation\u0009select a, b, c from Toto where a in (?)\u000a2025-07-20 15:45:53\u0009DEBUG\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest",
          "duration" : 0.311,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsItSelf",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:53\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a, b))\u000a2025-07-20 15:45:53\u0009DEBUG\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?))\u000a2025-07-20 15:45:53\u0009DEBUG\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest",
          "duration" : 0.166,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsABean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:53\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(a int, b int, c int, primary key (a, b))\u000a2025-07-20 15:45:53\u0009DEBUG\u0009SQLOperation\u0009select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?))\u000a2025-07-20 15:45:53\u0009DEBUG\u0009SQLOperation\u0009select a, b, c from Tata where (a, b) in ((?, ?))\u000a"
        }
      ],
      "duration" : 0.635,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorOracleTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.OracleDialectResolverTest",
          "duration" : 0.122,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve_23_0",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.122,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.OracleDialectResolverTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.OracleSequenceSelectBuilderTest",
          "duration" : 0.08,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sqlIsValid",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:54\u0009DEBUG\u0009DDLDeployer\u0009create sequence my_sequence\u000a2025-07-20 15:45:54\u0009DEBUG\u0009SQLOperation\u0009select my_sequence.nextval from dual\u000a"
        }
      ],
      "duration" : 0.081,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.OracleSequenceSelectBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.OracleDDLTableGeneratorTest",
          "duration" : 0.235,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generatedSQL_runOnAliveDatabase_doesNotThrowException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:45:54\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable1(id integer GENERATED BY DEFAULT ON NULL AS IDENTITY not null, name varchar(255), version integer not null, primary key (id))\u000a2025-07-20 15:45:54\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable2(name varchar(255))\u000a2025-07-20 15:45:54\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable1 add constraint dummy_UK unique (name)\u000a2025-07-20 15:45:54\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable2 add constraint dummy_UK2 unique (name)\u000a2025-07-20 15:45:54\u0009DEBUG\u0009DDLDeployer\u0009create index dummyIDX_1 on dummyTable1(version)\u000a2025-07-20 15:45:54\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)\u000a"
        }
      ],
      "duration" : 0.238,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.OracleDDLTableGeneratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterPostgreSQLTest",
          "duration" : 0.304,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterPostgreSQLTest",
          "duration" : 0.045,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterPostgreSQLTest",
          "duration" : 0.085,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterPostgreSQLTest",
          "duration" : 0.037,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterPostgreSQLTest",
          "duration" : 0.028,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "persist",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a"
        }
      ],
      "duration" : 3.931,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersisterPostgreSQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysPostgreSQLTest",
          "duration" : 0.025,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_generated_pk_real_life",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:46:01\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a  SERIAL, b integer, c integer, primary key (a))\u000a"
        }
      ],
      "duration" : 0.042,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysPostgreSQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest",
          "duration" : 0.135,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnTypeIsRegisteredInDialect",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, dummyProp varchar(255))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest",
          "duration" : 0.036,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToOneRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar)\u000a2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar, totoId integer not null)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest",
          "duration" : 0.053,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest",
          "duration" : 0.047,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnIsRegisteredInDialect_butNotItsType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, dummyProp varchar(255))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest",
          "duration" : 0.03,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToManyRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar)\u000a2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar, totoId integer not null)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:01\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar)\u000a"
        }
      ],
      "duration" : 0.348,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextPostgreSQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorPostgreSQLTest",
          "duration" : 0.039,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorPostgreSQLTest",
          "duration" : 0.034,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsItSelf",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a, b))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorPostgreSQLTest",
          "duration" : 0.042,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsABean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:00\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(a int, b int, c int, primary key (a, b))\u000a"
        }
      ],
      "duration" : 0.137,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorPostgreSQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.PostgreSQLDialectResolverTest",
          "duration" : 0.051,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve_9_6",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        }
      ],
      "duration" : 0.052,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.PostgreSQLDialectResolverTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.PostgreSQLSequenceSelectBuilderTest",
          "duration" : 1.625,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sqlIsValid",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:02\u0009DEBUG\u0009DDLDeployer\u0009create sequence my_sequence\u000a"
        }
      ],
      "duration" : 1.625,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.PostgreSQLSequenceSelectBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.PostgreSQLDDLTableGeneratorTest",
          "duration" : 0.042,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generatedSQL_runOnAliveDatabase_doesNotThrowException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a2025-07-20 15:46:02\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable1(id  SERIAL not null, name varchar, primary key (id))\u000a2025-07-20 15:46:02\u0009DEBUG\u0009DDLDeployer\u0009create table dummyTable2(name varchar)\u000a2025-07-20 15:46:02\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable1 add constraint dummy_UK unique (name)\u000a2025-07-20 15:46:02\u0009DEBUG\u0009DDLDeployer\u0009create index dummyIDX_1 on dummyTable1(name)\u000a2025-07-20 15:46:02\u0009DEBUG\u0009DDLDeployer\u0009alter table dummyTable2 add constraint dummyTable2_FK foreign key(name) references dummyTable1(name)\u000a"
        }
      ],
      "duration" : 0.046,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.PostgreSQLDDLTableGeneratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterSQLiteTest",
          "duration" : 0.597,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:04\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a = ? | {1={Toto.a=1}}\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a in (?) | {Toto.a=1}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterSQLiteTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:04\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.b=10, Toto.c=100, Toto.a=1}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterSQLiteTest",
          "duration" : 0.067,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:04\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=1}\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterSQLiteTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:04\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.c (U)=111, Toto.b (U)=11}}\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.c (U)=122, Toto.b (U)=12}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterSQLiteTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "persist",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:04\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.b=20, Toto.c=200, Toto.a=2}}\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=1}\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=11, Toto.c (U)=111, Toto.a (W)=1}}\u000a"
        }
      ],
      "duration" : 0.73,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersisterSQLiteTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysSQLiteTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_generated_pk_real_life",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:04\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a integer, b integer, c integer, primary key (a))\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009insert into Toto(b, c) values (?, ?) | {1={Toto.b=17, Toto.c=23}, 2={Toto.b=29, Toto.c=31}, 3={Toto.b=37, Toto.c=41}}\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009select last_insert_rowid() as last_id | {}\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009insert into Toto(b, c) values (?, ?) | {1={Toto.b=43, Toto.c=53}}\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009select last_insert_rowid() as last_id | {}\u000a"
        }
      ],
      "duration" : 0.013,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorAutoGeneratedKeysSQLiteTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest",
          "duration" : 0.162,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnTypeIsRegisteredInDialect",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:05\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, dummyProp varchar(255))\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToOneRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:05\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar)\u000a2025-07-20 15:46:05\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar, totoId integer not null)\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name, Tata.name as tataName from Toto inner join Tata on Toto.id = Tata.totoId | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest",
          "duration" : 0.029,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:05\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar)\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.name from Toto | {}\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.id from Toto | {}\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto where Toto.id = 1 | {}\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto where Toto.id = 2 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_columnIsRegisteredInDialect_butNotItsType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:05\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, dummyProp varchar(255))\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.dummyProp from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_withToManyRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:05\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar)\u000a2025-07-20 15:46:05\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(name varchar, totoId integer not null)\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name, Tata.name as tataName from Toto left outer join Tata on Toto.id = Tata.totoId | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:05\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id integer not null, name varchar)\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a"
        }
      ],
      "duration" : 0.24,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.PersistenceContextSQLiteTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorSQLiteTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:04\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a))\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=1}\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[2, 3, 4]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorSQLiteTest",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsItSelf",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:04\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(a int, b int, c int, primary key (a, b))\u000a2025-07-20 15:46:04\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.a=[1, 2, 3], Toto.b=[10, 20, 30]}\u000a2025-07-20 15:46:04\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.a=4, Toto.b=40}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorSQLiteTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_composedId_idIsABean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:05\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(a int, b int, c int, primary key (a, b))\u000a2025-07-20 15:46:05\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Tata where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Tata.a=[1, 2, 3], Tata.b=[10, 20, 30]}\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Tata where (a, b) in ((?, ?)) | {Tata.a=4, Tata.b=40}\u000a"
        }
      ],
      "duration" : 0.055,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorSQLiteTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.SQLiteDialectResolverTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve_3_45",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.014,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.SQLiteDialectResolverTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.SQLiteSequenceSelectBuilderTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sqlIsValid",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:46:05\u0009DEBUG\u0009DDLDeployer\u0009create table my_sequence(nextVal bigint not null, primary key (nextVal))\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select nextVal from my_sequence | {}\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009insert into my_sequence(nextVal) values (?) | {1=2}\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009select nextVal from my_sequence | {}\u000a2025-07-20 15:46:05\u0009TRACE\u0009SQLOperation\u0009update my_sequence set nextVal = ? | {1=3}\u000a"
        }
      ],
      "duration" : 0.008,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.SQLiteSequenceSelectBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.SQLiteDDLTableGeneratorTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generatedSQL_runOnAliveDatabase_throwsExceptionDueToForeignKeyCreation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.009,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.SQLiteDDLTableGeneratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.BeanPersisterTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.BeanPersisterTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.BeanPersisterTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructor_mustIncludeIdMappingListener",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.BeanPersisterTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.BeanPersisterTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.BeanPersisterTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "persist",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.BeanPersisterTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "updateById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.BeanPersisterTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.042,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.BeanPersisterTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withNewTypeBinding_bindingIsApplied",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions",
          "duration" : 0.064,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "operatorPrintIsOverridden_itIsTakenIntoAccountInDeleteAndQuery",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009select dummyTable.dummyColumn from dummyTable where dummyTable.dummyColumn LIKE 'x' | {}\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009delete from dummyTable where dummyColumn LIKE ? | {1=x}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "userDefinedOperatorCanBeTakenIntoAccountByOperatorSQLBuilderOverride",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009select dummyTable.dummyColumn from dummyTable where dummyTable.dummyColumn myOperator '42' | {}\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009delete from dummyTable where dummyColumn myOperator ? | {1=42}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "quoteSQLIdentifiers_sqlIdentifiersAreQuoted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.096,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.DialectBuilderTest$BuildWithOptions",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.DialectBuilderTest$Keywords",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "keywordsCanBeChanged",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.DialectBuilderTest$Keywords",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "keywordsAreEscaped",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.003,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.DialectBuilderTest$Keywords",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "quoteKeyWords",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "fetchSize",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "inOperatorMaxSize",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.01,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersistenceContextConfigurationBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009delete from toto where id = ? and name = ? | {1=42, 2=Hello world !}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009insert into toto(id, name) values (?, ?) | {toto.id=1, toto.name=Hello world !}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009update toto set id = ? | {1=1}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextTest",
          "duration" : 0.446,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_batch",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1762be43\u000a2025-07-20 15:42:38\u0009DEBUG\u0009DDLDeployer\u0009create table toto(id bigint not null, name varchar, primary key (id))\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@359a972e\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@32eea4f7\u000a2025-07-20 15:42:38\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a...[truncated 1227 chars]...\u000action@7e0cbe79\u000a2025-07-20 15:42:38\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@22251bb2\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009update toto set name = ? where id = ? | {1={1=Hello Jane !, 2=2}, 2={1=Hello Jane !, 2=2}}\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@63888c14\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009select toto.name from toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextTest",
          "duration" : 0.041,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_batch",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@29fccabd\u000a2025-07-20 15:42:38\u0009DEBUG\u0009DDLDeployer\u0009create table toto(id bigint not null, name varchar, primary key (id))\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3dbe3bc4\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@69c071db\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connect\u000a...[truncated 1183 chars]...\u000annection org.hsqldb.jdbc.JDBCConnection@5919dd67\u000a2025-07-20 15:42:38\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@29ab7ccc\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009delete from toto where name = ? | {1={1=Hello everyone !}}\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5095f89a\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009select toto.id from toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_withWhere",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009update toto set id = ? where id = ? | {1=42, 2=666}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newQuery_singleResult",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009select count(*) as count from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersistenceContextTest",
          "duration" : 0.032,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_batch",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@27c243a3\u000a2025-07-20 15:42:38\u0009DEBUG\u0009DDLDeployer\u0009create table toto(id bigint not null, name varchar, primary key (id))\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6670d46e\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@da87122\u000a2025-07-20 15:42:38\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a\u000a...[truncated 686 chars]...\u000a\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@c73b9fc\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009insert into toto(id, name) values (?, ?) | {1={toto.id=3, toto.name=Hello world !}, 2={toto.id=4, toto.name=Hello everybody !}}\u000a2025-07-20 15:42:38\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@45ba21bc\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009select toto.id from toto | {}\u000a"
        }
      ],
      "duration" : 0.544,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersistenceContextTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.PersisterRegistryTest",
          "duration" : 0.042,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getPersister",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.043,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.PersisterRegistryTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.937,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_withConverter(QueryMapper)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select id, name from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_withConverter(QueryMapper)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select id, active from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_withConverter(QueryMapper)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select id, name from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[11]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[12]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[13]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[14]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[15]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[16]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[17]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "queryMapperAPI_basicUsage(QueryMapper, Set)[18]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_emptyResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_instanceHasToOneRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009Whatever SQL ... it is not executed | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_instanceHasAssembler_thatRunOnce",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009Whatever SQL ... it is not executed | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_instanceHasAssembler",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009Whatever SQL ... it is not executed | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_instanceHasToManyRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009Whatever SQL ... it is not executed | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_instanceHasParameter",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select id, name from Toto where id in (:id) | {id=[1, 2]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_noGivenKey_oneInstancePerRowIsCreated",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest$WithAccumulator",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_first_retrievedFirstBean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009Whatever SQL ... it is not executed | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.QueryMapperTest$WithAccumulator",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_emptyResultSet_returnsNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009never executed statement | {}\u000a"
        }
      ],
      "duration" : 0.01,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.QueryMapperTest$WithAccumulator",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithDeleteByIdListener_onError",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithUpdateListener",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithSelectListener",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithDeleteListener_onError",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithUpdateListener_onError",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithInsertListener",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "moveTo",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithDeleteListener",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithSelectListener_onError",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithInsertListener_onError",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithPersistListener_onError",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithPersistListener",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithUpdateByIdListener_onError",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithDeleteByIdListener",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doWithUpdateByIdListener",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.091,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.listener.PersisterListenerCollectionTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a = ? | {1={Toto.a=7}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "listenerIsCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a = ? | {1={Toto.a=1}, 2={Toto.a=2}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_multiple",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a = ? | {1={Toto.a=1}, 2={Toto.a=2}, 3={Toto.a=3}}\u000a2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a = ? | {1={Toto.a=4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById_composedId_multiple_lastBlockContainsMultipleValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {1={Toto.a=[5, 1, 4], Toto.b=[59, 17, 43]}}\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where (a, b) in ((?, ?), (?, ?)) | {Toto.a=[3, 2], Toto.b=[37, 29]}\u000a[1, 3, 5, 2, 4, 6, 1, 3, 2, 4]\u000a[5, 1, 4, 59, 17, 43, 3, 2, 37, 29]\u000aactualValuePairs : [{5, 59}, {1, 17}, {4, 43}, {3, 37}, {2, 29}]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById_composedId_multiple_lastBlockSizeIsInOperatorSize",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {1={Toto.a=[3, 5, 6], Toto.b=[37, 59, 67]}, 2={Toto.a=[3, 5, 6], Toto.b=[37, 59, 67]}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById_composedId_multiple_lastBlockContainsOneValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {1={Toto.b=[17, 43, 29], Toto.a=[1, 4, 2]}}\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where (a, b) in ((?, ?)) | {Toto.b=37, Toto.a=3}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById_multiple_lastBlockContainsOneValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a in (?, ?, ?) | {1={Toto.a=[1, 2, 3]}}\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a in (?) | {Toto.a=4}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById_multiple_lastBlockContainsMultipleValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a in (?, ?, ?) | {1={Toto.a=[1, 2, 3]}}\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a in (?, ?) | {Toto.a=[4, 5]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a in (?) | {Toto.a=7}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById_multiple_lastBlockSizeIsInOperatorSize",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009delete from Toto where a in (?, ?, ?) | {1={Toto.a=[4, 5, 6]}, 2={Toto.a=[4, 5, 6]}}\u000a"
        }
      ],
      "duration" : 0.048,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.DeleteExecutorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_listenerIsCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=1, Toto.b=17, Toto.c=23}, 2={Toto.a=2, Toto.b=29, Toto.c=31}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_withVersioningStrategy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009insert into toto(id, version) values (?, ?) | {1={toto.version=1, toto.id=42}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_mandatoryColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_simpleCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=1, Toto.b=17, Toto.c=23}, 2={Toto.a=2, Toto.b=29, Toto.c=31}, 3={Toto.a=3, Toto.b=37, Toto.c=41}}\u000a2025-07-20 15:42:38\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.a=4, Toto.b=43, Toto.c=53}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorTest$InsertExecutorTest_autoGenerateKeys",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_generatedPK",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:38\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.c=23, Toto.b=17}, 2={Toto.c=31, Toto.b=29}, 3={Toto.c=41, Toto.b=37}}\u000a2025-07-20 15:42:38\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:38\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, b, c) values (default, ?, ?) | {1={Toto.c=53, Toto.b=43}}\u000a"
        }
      ],
      "duration" : 0.01,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.InsertExecutorTest$InsertExecutorTest_autoGenerateKeys",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorTest",
          "duration" : 0.156,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_multiple_emptyArgument",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_multiple_composedId_lastBlockSizeIsInOperatorSize",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.b=[11, 13, 17], Toto.a=[1, 2, 3]}\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.b=[23, 29, 31], Toto.a=[4, 5, 6]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_one",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=7}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorTest",
          "duration" : 0.14,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "internalExecutor_execute",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_multiple_argumentWithOneBlock",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?) | {Toto.a=[11, 13]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "listenerIsCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?) | {Toto.a=[1, 2]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_multiple_composedId_lastBlockContainsMultipleValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.a=[1, 2, 3], Toto.b=[11, 13, 17]}\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?), (?, ?)) | {Toto.a=[4, 5], Toto.b=[23, 29]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_multiple_lastBlockSizeIsInOperatorSize",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[11, 13, 17]}\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[23, 29, 31]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_multiple_lastBlockContainsMultipleValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[11, 13, 17]}\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?) | {Toto.a=[23, 29]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_multiple_lastBlockContainsOneValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?, ?, ?) | {Toto.a=[11, 13, 17]}\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where a in (?) | {Toto.a=23}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_multiple_composedId_lastBlockContainsOneValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?), (?, ?), (?, ?)) | {Toto.a=[1, 2, 3], Toto.b=[11, 13, 17]}\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009select a, b, c from Toto where (a, b) in ((?, ?)) | {Toto.a=4, Toto.b=23}\u000a"
        }
      ],
      "duration" : 0.381,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SelectExecutorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_diff_allColumns",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=123, Toto.b (U)=17, Toto.a (W)=1}, 2={Toto.b (U)=129, Toto.c (U)=31, Toto.a (W)=2}, 3={Toto.b (U)=137, Toto.c (U)=141, Toto.a (W)=3}}\u000a2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=143, Toto.c (U)=153, Toto.a (W)=4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "listenerIsCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.a (W)=1, Toto.b (U)=17, Toto.c (U)=23}, 2={Toto.a (W)=2, Toto.b (U)=29, Toto.c (U)=31}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_diff(List, List, ExpectedResult_TestUpdate_diff)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_diff(List, List, ExpectedResult_TestUpdate_diff)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ? where a = ? | {1={Toto.b (U)=2, Toto.a (W)=1}, 2={Toto.b (U)=3, Toto.a (W)=2}, 3={Toto.b (U)=4, Toto.a (W)=3}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_diff(List, List, ExpectedResult_TestUpdate_diff)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ? where a = ? | {1={Toto.b (U)=2, Toto.a (W)=1}, 2={Toto.b (U)=3, Toto.a (W)=2}, 3={Toto.b (U)=4, Toto.a (W)=3}}\u000a2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ? where a = ? | {1={Toto.b (U)=5, Toto.a (W)=4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_diff(List, List, ExpectedResult_TestUpdate_diff)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=11, Toto.a (W)=1, Toto.b (U)=11}, 2={Toto.c (U)=22, Toto.a (W)=2, Toto.b (U)=22}, 3={Toto.c (U)=33, Toto.a (W)=3, Toto.b (U)=33}}\u000a2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=44, Toto.a (W)=4, Toto.b (U)=44}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_diff(List, List, ExpectedResult_TestUpdate_diff)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ? where a = ? | {1={Toto.a (W)=1, Toto.b (U)=11}, 2={Toto.a (W)=2, Toto.b (U)=22}, 3={Toto.a (W)=3, Toto.b (U)=33}}\u000a2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=444, Toto.a (W)=4, Toto.b (U)=44}, 2={Toto.c (U)=555, Toto.a (W)=5, Toto.b (U)=55}, 3={Toto.c (U)=666, Toto.a (W)=6, Toto.b (U)=66}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "updateById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=23, Toto.a (W)=1, Toto.b (U)=17}, 2={Toto.c (U)=31, Toto.a (W)=2, Toto.b (U)=29}, 3={Toto.c (U)=41, Toto.a (W)=3, Toto.b (U)=37}}\u000a2025-07-20 15:42:37\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:37\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, c = ? where a = ? | {1={Toto.c (U)=53, Toto.a (W)=4, Toto.b (U)=43}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "updateById_noColumnToUpdate",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_noColumnToUpdate",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_mandatoryColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.078,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.UpdateExecutorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetInsertValues(Toto, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetInsertValues(Toto, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetInsertValues(Toto, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetInsertValues(Toto, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetInsertValues(Toto, Map)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "beanKeyIsPresent",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(Toto, Toto, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(Toto, Toto, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(Toto, Toto, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(Toto, Toto, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(Toto, Toto, Map)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(Toto, Toto, Map)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(Toto, Toto, Map)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(Toto, Toto, Map)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(Toto, Toto, Map)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(Toto, Toto, Map)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.03,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.mapping.ClassMappingTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getInsertValues(List, ChainingMap)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getInsertValues(List, ChainingMap)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getInsertValues(List, ChainingMap)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetUpdateValues_diffOnly(List, List, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetUpdateValues_diffOnly(List, List, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetUpdateValues_diffOnly(List, List, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetUpdateValues_diffOnly(List, List, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetUpdateValues_diffOnly(List, List, Map)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetUpdateValues_diffOnly(List, List, Map)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(List, List, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(List, List, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(List, List, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(List, List, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(List, List, Map)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(List, List, Map)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(List, List, Map)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.015,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.mapping.ColumnedCollectionMappingTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getInsertValues(ChainingMap, ChainingMap)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getInsertValues(ChainingMap, ChainingMap)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getInsertValues(ChainingMap, ChainingMap)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(HashMap, HashMap, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(HashMap, HashMap, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(HashMap, HashMap, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(HashMap, HashMap, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(HashMap, HashMap, Map)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_diffOnly(HashMap, HashMap, Map)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(HashMap, HashMap, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(HashMap, HashMap, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(HashMap, HashMap, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(HashMap, HashMap, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(HashMap, HashMap, Map)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(HashMap, HashMap, Map)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(HashMap, HashMap, Map)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.017,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.mapping.ColumnedMapMappingTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getInsertValues(Toto, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getInsertValues(Toto, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getInsertValues(Toto, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "defaultValueDeterminer",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_withNoModificationOnBeanAnModificationInShadowColumns",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform_withNullValueInRow_returnsNotNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_onlyNecessaryColumns(Toto, Toto, Map)[11]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_withModificationOnBeanAnNoModificationInShadowColumns",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_allColumns(Toto, Toto, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_withNoModificationOnBeanAnNoModificationInShadowColumns",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructor_columnFiltering",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues_withModificationOnBeanAnModificationInShadowColumns",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.034,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.mapping.EmbeddedClassMappingTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.PersistentFieldHarvesterTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetFields(Class, List)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.PersistentFieldHarvesterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetFields(Class, List)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.PersistentFieldHarvesterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testGetFields(Class, List)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.004,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.mapping.PersistentFieldHarvesterTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ToBeanRowTransformerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testTransform_defaultCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.001,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.mapping.ToBeanRowTransformerTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform_null",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getInsertValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getUpdateValues",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.01,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.mapping.ZonedDateTimeMappingTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorWithOptions",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "reservePool_emptyDatabase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "reservePool_notEmptyDatabase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorWithoutArgs_usesDefaultStorageOptions",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.017,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.mapping.id.PooledHiLoSequencePersisterTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest",
          "duration" : 0.503,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_withPoolSize_multiThread",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_basic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_withPoolSize",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.506,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.mapping.id.sequence.DatabaseSequenceSelectorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest",
          "duration" : 0.117,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_existingValueInDatabase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_withInitialValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_noExistingValueInDatabase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateDDL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.119,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.mapping.id.sequence.PooledHiLoSequenceTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newSubPart",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparedSQL_severalTimeSameVariable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparedSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.008,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.query.builder.ExpandableSQLAppenderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL_withJoinAndQuotingDMLNameProvider",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[11]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[12]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[13]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[14]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[15]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[16]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[17]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[18]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[19]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[20]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[21]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[22]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[23]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[24]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[25]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[26]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[27]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[28]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[29]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[30]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[31]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[32]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(From, String)[33]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL_supportsSeveralSameTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.046,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.query.builder.FromSQLBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catMax",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catMin",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catSum",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "coalesce",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catCast_null",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catCast_function",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catCount",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "combining_functions",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catCast",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catCast_typeWithSize",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.007,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.query.builder.FunctionSQLBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catNullValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catLower",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catIn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cat_nullValue_isTransformedToIsNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catBetween",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catEquals_withFunction",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catLike_withFunction",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catLike",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catEquals",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catGreater",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catIsNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catIn_tupled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "catEquals_column",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest$LikePatternAppenderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newSubPart",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest$LikePatternAppenderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "likePattern",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.002,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.query.builder.OperatorSQLBuilderTest$LikePatternAppenderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.PreparedSQLAppenderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newSubPart",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.003,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.query.builder.PreparedSQLAppenderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[11]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[12]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[13]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[14]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[15]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[16]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[17]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[18]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[19]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[20]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[21]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[22]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[23]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[24]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[25]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[26]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[27]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[28]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[29]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[30]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[31]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[32]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[33]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[34]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(QueryProvider, String)[35]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(QueryProvider, String, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(QueryProvider, String, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(QueryProvider, String, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(QueryProvider, String, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(QueryProvider, String, Map)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(QueryProvider, String, Map)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest$UnionSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(Union, String)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest$UnionSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(Union, String)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.006,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.query.builder.QuerySQLBuilderTest$UnionSQLBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[11]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[12]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[13]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[14]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[15]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[16]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(SelectChain, Map, String)[17]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.019,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.query.builder.SelectSQLBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.StringSQLAppenderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "newSubPart",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.002,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.query.builder.StringSQLAppenderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[11]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[12]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[13]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[14]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[15]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[16]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[17]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[18]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[19]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL(CriteriaChain, Map, String)[20]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[11]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[12]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[13]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[14]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[15]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[16]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[17]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[18]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[19]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[20]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[21]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[22]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[23]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[24]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[25]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[26]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[27]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[28]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[29]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[30]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[31]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[32]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[33]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[34]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[35]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[36]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[37]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[38]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[39]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL(CriteriaChain, Map, String, Map)[40]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.087,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.query.builder.WhereSQLBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.model.SelectTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveColumnAliases",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.003,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.query.model.SelectTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.model.UnionTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "registerColumn_columnAlreadyExists_doesntRegisterColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.model.UnionTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "registerColumn_basicUseCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.model.UnionTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "registerColumn_columnAlreadyExistsWithDifferentType_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.model.UnionTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "registerColumn_columnAlreadyExistsWithDifferentTypeButWithDifferentAlias_doesNotThrowsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.model.UnionTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mapsColumnOnName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.model.UnionTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "registerColumn_columnAlreadyExistsButHasAlias_doesntRegisterColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.model.UnionTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "registerColumn_columnAlreadyExistsButRegisteredOnHasAlias_doesntRegisterColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.008,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.query.model.UnionTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.query.model.operator.TupleInTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transformCompositeIdentifierColumnValuesToTupleInValues",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.011,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.query.model.operator.TupleInTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "determineDialect_noCompatibleDialectFound_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "determineDialect_multipleDialectsWithSameCompatibilityGiven_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveMatchingEntry(Set, DatabaseSignet, DummyDialectEntry)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveMatchingEntry(Set, DatabaseSignet, DummyDialectEntry)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveMatchingEntry(Set, DatabaseSignet, DummyDialectEntry)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveMatchingEntry(Set, DatabaseSignet, DummyDialectEntry)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.011,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ServiceLoaderDialectResolverTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "foreignKeysAreInFinalScript",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overriddenColumnTypeIsTakenIntoAccount",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addedDDLProvidersAreInFinalScript",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uniqueConstraintsAreInFinalScript",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addedTablesAreInFinalScript",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "indexesAreInFinalScript",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sequencesAreInFinalScript",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.008,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.DDLGeneratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateCreateSequence_sequenceHasSchema",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateCreateSequence_sequenceHasNullValues",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "sequenceScript_nameIsEscapedIfKeyword",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateCreateSequence_sequenceHasBatchSizeOnly",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateCreateSequence_sequenceHasInitialValueOnly",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.003,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.DDLSequenceGeneratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateAddColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "columnSizeIsTakenIntoAccount",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateCreateIndex",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateCreateTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateDropColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateCreateForeignKey",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateDropForeignKey",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateDropTableIfExists",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateDropIndex",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "generateDropTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.015,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.DDLTableGeneratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName_column(SqlTypeRegistry, Column, String)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName_column(SqlTypeRegistry, Column, String)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName_column(SqlTypeRegistry, Column, String)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName_columnWithNullType_exceptionIsThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.005,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.SqlTypeRegistryTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.structure.TableTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getPrimaryKey",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.structure.TableTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "findColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.structure.TableTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addColumn_alreadyExists_returnsExistingOne",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.structure.TableTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addColumn_alreadyExistsWithDifferentType_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.structure.TableTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getAbsoluteName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.structure.TableTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addForeignKey_alreadyExists_returnsExistingOne",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.structure.TableTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addForeignKey_withNamingFunction",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.structure.TableTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getColumnsPrimaryKey",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.structure.TableTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getAlias",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.structure.TableTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addForeignKey_alreadyExistsWithDifferentType_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.structure.TableTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addForeignKey",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.009,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.structure.TableTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.DeleteCommandBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "appendDeleteStatement_multiTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.DeleteCommandBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "appendDeleteStatement_singleTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.DeleteCommandBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toPreparableSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.005,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.order.DeleteCommandBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL_keywordsAreEscaped",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toStatement",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.004,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.order.InsertCommandBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL_keywordsAreEscaped",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL_multiTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toStatement_givenPlaceholderNameDoesntMatchAnyExistingOne_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toStatement_placeholderValueIsNotSet_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL_singleTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toStatement_withPlaceHolderInCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toStatement",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toStatement_columnParameterBinderIsOverridden_columnParameterBinderIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.013,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.order.UpdateCommandBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ColumnedRowIteratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "convert_columnReaderIsNotCompatibleWithColumnContent_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.002,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.ColumnedRowIteratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.RowDecoderByColumnTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "put",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.002,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.RowDecoderByColumnTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildSelect",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildUpdate",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildInsert_dmlNameProviderUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildMassiveSelect_multipleKeys",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildMassiveSelect_dmlNameProviderUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildMassiveDelete_dmlNameProviderUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildMassiveDelete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildUpdate_dmlNameProviderUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildMassiveSelect",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildSelect_dmlNameProviderUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildMassiveDelete_multipleKeys",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildDelete_dmlNameProviderUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildDelete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildInsert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.015,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.DMLGeneratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ColumnBinderRegistryTest",
          "duration" : 0.05,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "register_columnAlreadyRegistered_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ColumnBinderRegistryTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doGetBinder_columnIsNotRegistered_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.054,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.ColumnBinderRegistryTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ComplexTypeBinderTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "get",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ComplexTypeBinderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "set",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.005,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.ComplexTypeBinderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest$keyColumnNames_primaryKeysTargetSameEntity_keyColumnNamesAreDifferent",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "fallsbackOnAttributeName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest$keyColumnNames_primaryKeysTargetSameEntity_keyColumnNamesAreDifferent",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "attributeNameIsSameAsTable_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.003,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.AssociationTableNamingStrategyTest$keyColumnNames_primaryKeysTargetSameEntity_keyColumnNamesAreDifferent",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.ColumnNamingStrategyTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "defaultGiveName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.0,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.ColumnNamingStrategyTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.ElementCollectionTableNamingStrategyTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.0,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.ElementCollectionTableNamingStrategyTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEmbeddableMappingConfigurationSupportTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "apiUsage",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.013,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEmbeddableMappingConfigurationSupportTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_oneToOne",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint not null, engineModel varchar(255), unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(model varchar(255) not null, unique (model))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_engineModel_Engine_model foreign key(engineModel) references Engine(model)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [XFE45K-TRE]\u000a2025-07-20 15:43:11\u0009DE\u000a...[truncated 943 chars]...\u000ae.model as engine_model from Car left outer join Engine as engine on Car.engineModel = engine.model where Car.id in (?) | {Car.id=42}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Car{id=42, color=null, model='Renault'}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multipleInheritance",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=42}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id, model from Car | {}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [42]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=42}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multipleInheritance_joinedTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id bigint not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id bigint not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add constrain\u000a...[truncated 1179 chars]...\u000a07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car{id=42, color=null, model='Renault'}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car{id=42, color=null, model='Renault'}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_basic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=42}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id, model from Car | {}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [42]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=42}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_oneToOne_ownedByReverseSide",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(model varchar(255) not null, carId bigint, unique (model))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Engine add constraint FK_Engine_carId_Car_id foreign key(carId) references Car(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?,\u000a...[truncated 887 chars]...\u000aid, engine.model as engine_model from Car left outer join Engine as engine on Car.id = engine.carId where Car.id in (?) | {Car.id=42}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest$Car\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Car{id=42, color=null, model='Renault'}\u000a"
        }
      ],
      "duration" : 0.044,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_oneToOne",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.next_val (U)=40, sequence_table.sequence_name (W)=Toto}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009D\u000a...[truncated 1304 chars]...\u000aere Car.id in (?) | {Car.id=2}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=<null>,engine=<null>,name=<null>,id=2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multipleInheritance",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), name varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, name, id) values (?, ?, ?) | {1={Car.name=Toto, Car.id=1, Car.model=Renault}}\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select id, model, name from Car | {}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [1]\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select Car.model as Car_model, Car.name as Car_name, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multipleInheritance_joinedTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id bigint not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id bigint not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add constrain\u000a...[truncated 1383 chars]...\u000a:07\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=<null>,engine=<null>,name=<null>,id=1,timestamp=<null>]\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=<null>,engine=<null>,name=<null>,id=1,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_basic_withDatabaseSequence",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create sequence CAR_SEQUENCE start with 1 increment by 1\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009CALL NEXT VALUE FOR CAR_SEQUENCE | {}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.id=1, Car.model=Renault}}\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u000a...[truncated 29 chars]...\u000a{}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [1]\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_basic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=1}}\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select id, model from Car | {}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [1]\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_oneToOne_ownedByReverseSide",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(model varchar(255), id bigint not null, carId bigint, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Engine add constraint FK_Engine_carId_Car_id foreign key(carId) references Car(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) va\u000a...[truncated 813 chars]...\u000aere Car.id in (?) | {Car.id=1}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest$Car\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest.Car[model=Renault,color=<null>,engine=<null>,name=<null>,id=1,timestamp=<null>]\u000a"
        }
      ],
      "duration" : 0.082,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportBeforeInsertIdentifierTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.024,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crudEnum",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto_possibleStates(id VARCHAR(255), possibleStates integer, unique (id, possibleStates))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Toto_possibleStates add constraint FK_Toto_possibleStates_id_Toto_id foreign key(id) references Toto(id)\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRAC\u000a...[truncated 2141 chars]...\u000ar on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@51d22bb0\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@51d22bb0\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crudComplexType_overrideColumnName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table toto(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto_times(id VARCHAR(255), createdAt timestamp, modificationDate timestamp, unique (id, createdAt, modificationDate))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Toto_times add constraint FK_Toto_times_id_toto_id foreign key(id) references toto(id)\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15\u000a...[truncated 2382 chars]...\u000ar on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@727d6d9e\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@727d6d9e\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overrideColumnName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into\u000a...[truncated 2950 chars]...\u000a Person_nicknames where nicknames = ? and id = ? | {1={Person_nicknames.nicknames=tintin, Person_nicknames.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_nicknames.nicknames=tonton, Person_nicknames.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select nickNames from Person_nicknames | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_withNewObject",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into\u000a...[truncated 5186 chars]...\u000aConsuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=toto,nicknames=[tonton, tintin],phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into\u000a...[truncated 1515 chars]...\u000aeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=toto,nicknames=<null>,phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTableName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withCollectionFactory",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into\u000a...[truncated 3918 chars]...\u000aflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=toto,nicknames=[c, b, a],phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crudComplexType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto_times(id VARCHAR(255), creationDate timestamp, modificationDate timestamp, unique (id, creationDate, modificationDate))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Toto_times add constraint FK_Toto_times_id_Toto_id foreign key(id) references Toto(id)\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07\u000a...[truncated 2415 chars]...\u000ar on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@7fcd4010\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@7fcd4010\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "foreignKeyIsPresent",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mappedBy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_objectRemoval",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_nicknames add constraint FK_Person_nicknames_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into\u000a...[truncated 3832 chars]...\u000aeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=toto,nicknames=<null>,phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withElementCollectionTableNaming",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "read_deepInTree",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-\u000a...[truncated 17156 chars]...\u000ansuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@666,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=me,nicknames=[Jane Do, John Do],phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0]\u000a"
        }
      ],
      "duration" : 0.159,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCollectionOfElementsTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_columnNameOverridden_columnNameIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, familyName varchar(255) not null, address varchar(255) not null, unique (firstName, familyName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.firstName=John, Person.address=nowhere, Person.age=35, Person.familyName=Do}}\u000a2025-07-20 15:43:1\u000a...[truncated 192 chars]...\u000atities in 1 chunks\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.age as Person_age, Person.firstName as Person_firstName, Person.familyName as Person_familyName, Person.address as Person_address from Person where (Person.firstName, Person.familyName, Person.address) in ((?, ?, ?)) | {Person.firstName=John, Person.address=nowhere, Person.familyName=Do}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_fieldNameOverridden_fieldNameIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do, Person.age=35}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009\u000a...[truncated 176 chars]...\u000acting entities in 1 chunks\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.age as Person_age, Person.firstName as Person_firstName, Person.lastName as Person_lastName, Person.address as Person_address from Person where (Person.firstName, Person.lastName, Person.address) in ((?, ?, ?)) | {Person.address=nowhere, Person.firstName=John, Person.lastName=Do}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_oneToMany_withAssociationTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_address varchar(255), pets_name varchar(255), pets_race varchar(255), pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_na\u000a...[truncated 5976 chars]...\u000adress=nowhere, Person_pets.pets_race=Dog, Person_pets.person_firstName=John, Person_pets.pets_age=5, Person_pets.pets_name=Rantanplan}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where firstName = ? and address = ? and lastName = ? | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.firstName, Person.lastName, Person.address from Person | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_fieldNameOverriddenAndColumnNameOverridden_columnNameIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, familyName varchar(255) not null, address varchar(255) not null, unique (firstName, familyName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Person(age, firstName, familyName, address) values (?, ?, ?, ?) | {1={Person.firstName=John, Person.familyName=Do, Person.address=nowhere, Person.age=35}}\u000a2025-07-20 15:43:1\u000a...[truncated 192 chars]...\u000atities in 1 chunks\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.age as Person_age, Person.firstName as Person_firstName, Person.familyName as Person_familyName, Person.address as Person_address from Person where (Person.firstName, Person.familyName, Person.address) in ((?, ?, ?)) | {Person.firstName=John, Person.familyName=Do, Person.address=nowhere}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Person(age, firstName, lastName, address) values (?, ?, ?, ?) | {1={Person.firstName=John, Person.address=nowhere, Person.age=35, Person.lastName=Do}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009\u000a...[truncated 864 chars]...\u000a={Person.firstName (W)=John, Person.address (W)=nowhere, Person.age (U)=36, Person.lastName (W)=Do}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.age from Person | {}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where lastName = ? and firstName = ? and address = ? | {1={Person.firstName=John, Person.address=nowhere, Person.lastName=Do}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.age from Person | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_manyToMany",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_address varchar(255), pets_name varchar(255), pets_race varchar(255), pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_na\u000a...[truncated 5976 chars]...\u000alan, Person_pets.pets_race=Dog, Person_pets.person_address=nowhere, Person_pets.person_lastName=Do, Person_pets.person_firstName=John}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where address = ? and firstName = ? and lastName = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.firstName, Person.lastName, Person.address from Person | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "persist_polymorphic(String, EntityPersister)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, catBreed integer, dogBreed integer, DTYPE varchar(255) not null, unique (name, race, age))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Cat(catBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Dog(dogBreed integer, name varchar(255) not null\u000a...[truncated 3728 chars]...\u000a.model.operator.TupleIn@2fc9b147]], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Pet.catBreed as Pet_catBreed, Pet.dogBreed as Pet_dogBreed, Pet.DTYPE as Pet_DTYPE from Pet where (Pet.age, Pet.race, Pet.name) in ((?, ?, ?)) | {1=4, 2=Dog, 3=Pluto}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "persist_polymorphic(String, EntityPersister)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009JoinTablePolymorphismPersister\u0009selecting entities [PetId{name='Pluto', race='Dog', age=4}]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009JoinTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@395c0068]], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, Dog.dogB\u000a...[truncated 4719 chars]...\u000a2=Pluto, 3=4}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:10\u0009DEBUG\u0009JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u0009Instantiating entity of type class org.codefilarete.stalactite.engine.model.compositekey.Pet$Cat\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Pet{id=PetId{name='Pluto', race='Dog', age=4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "persist_polymorphic(String, EntityPersister)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009TablePerClassPolymorphismPersister\u0009selecting entities [PetId{name='Pluto', race='Dog', age=4}]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009TablePerClassPolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND [org.codefilarete.stalactite.query.model.operator.TupleIn@69b7d41f]], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Pet.name as Pet_name, Pet.race as Pet_race, Pet.age as Pet_age, \u000a...[truncated 4965 chars]...\u000ad Pet.age = Cat.age left outer join Dog as Dog on Pet.name = Dog.name and Pet.race = Dog.race and Pet.age = Dog.age where (Pet.race, Pet.name, Pet.age) in ((?, ?, ?)) | {1=Dog, 2=Pluto, 3=4}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Pet{id=PetId{name='Pluto', race='Dog', age=4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_oneToOne_compositeToCompositeKey_ownedBySource",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, unique (number, street, zipCode, city))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseNumber integer, houseStreet varchar(255), houseZipCode varchar(255), houseCity varchar(255), unique (firstName, lastN\u000a...[truncated 3172 chars]...\u000aerson.age (U)=36, Person.houseNumber (U)=42, Person.firstName (W)=John, Person.address (W)=nowhere}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.age from Person | {}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where lastName = ? and firstName = ? and address = ? | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.age from Person | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_oneToMany_ownedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (name, race, age))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table P\u000a...[truncated 4153 chars]...\u000aerAddress (U)=null, Pet.ownerFirstName (U)=null, Pet.race (W)=Dog, Pet.age (W)=5, Pet.ownerLastName (U)=null, Pet.name (W)=Rantanplan}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where address = ? and lastName = ? and firstName = ? | {1={Person.address=nowhere, Person.lastName=Do, Person.firstName=John}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.firstName, Person.lastName, Person.address from Person | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_oneToOne_compositeToCompositeKey_ownedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (number, street, zipCode, city))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a...[truncated 3770 chars]...\u000areet, House.ownerFirstName (U)=null, House.zipCode (W)=888, House.ownerAddress (U)=null, House.number (W)=42, House.city (W)=CodeFilarete City, House.ownerLastName (U)=null}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where address = ? and firstName = ? and lastName = ? | {1={Person.address=nowhere, Person.firstName=John, Person.lastName=Do}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.age from Person | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_oneToOne_compositeToSingleKey_ownedBySource",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseId bigint, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) referenc\u000a...[truncated 1697 chars]...\u000aDo, Person.age (U)=36, Person.firstName (W)=John, Person.houseId (U)=1, Person.address (W)=nowhere}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.age from Person | {}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where lastName = ? and firstName = ? and address = ? | {1={Person.lastName=Do, Person.firstName=John, Person.address=nowhere}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.age from Person | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_oneToOne_compositeToSingleKey_ownedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table House add \u000a...[truncated 2582 chars]...\u000arstName = ?, ownerLastName = ?, ownerAddress = ? where id = ? | {1={House.id (W)=1, House.ownerFirstName (U)=null, House.ownerAddress (U)=null, House.ownerLastName (U)=null}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where firstName = ? and lastName = ? and address = ? | {1={Person.firstName=John, Person.lastName=Do, Person.address=nowhere}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Person.age from Person | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "singleTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, catBreed integer, dogBreed integer, DTYPE varchar(255) not null, unique (name, race, age))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Pet(catBreed, name, race, age, DTYPE) values (?, ?, ?, ?, ?) | {1={Pet.race=Dog, Pet.name=Pluto, Pet.catBreed=Persian, Pet.DTYPE=Pet, Pet.age=4}}\u000a2025-07-20 15\u000a...[truncated 1720 chars]...\u000am Pet where race = ? and name = ? and age = ? | {1={Pet.race=Dog, Pet.name=Pluto, Pet.age=4}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select name from Pet | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select catBreed from Pet | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Pet where (name, race, age) in ((?, ?, ?)) | {Pet.race=Dog, Pet.name=Pluto, Pet.age=4}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select name from Pet | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select catBreed from Pet | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tablePerClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Cat(catBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Dog(dogBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Cat(catBreed, name, race, age\u000a...[truncated 3094 chars]...\u000a'Dog', age=4}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Cat where race = ? and age = ? and name = ? | {1={Cat.race=Dog, Cat.age=4, Cat.name=Pluto}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select catBreed from Cat | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.race=Dog, Cat.age=4, Cat.name=Pluto}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select catBreed from Cat | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "joinedTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Cat(catBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Dog(dogBreed integer, name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name,\u000a...[truncated 4082 chars]...\u000at name from Pet | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select catBreed from Cat | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Cat where (name, race, age) in ((?, ?, ?)) | {Cat.name=Pluto, Cat.race=Dog, Cat.age=4}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Pet where (name, race, age) in ((?, ?, ?)) | {Pet.name=Pluto, Pet.age=4, Pet.race=Dog}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select name from Pet | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select catBreed from Cat | {}\u000a"
        }
      ],
      "duration" : 0.039,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$CRUD_Polymorphism",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToOne_compositeToCompositeKey_relationOwnedBySource",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, unique (number, street, zipCode, city))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseNumber integer, houseStreet varchar(255), houseZipCode varchar(255), houseCity varchar(255), unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_8b87d9bd foreign key(houseNumber, houseStreet, houseZipCode, houseCity) references House(number, street, zipCode, city)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToOne_compositeToCompositeKey_relationOwnedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table House(number integer not null, street varchar(255) not null, zipCode varchar(255) not null, city varchar(255) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (number, street, zipCode, city))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table House add constraint FK_a240422 foreign key(ownerFirstName, ownerLastName, ownerAddress) references Person(firstName, lastName, address)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToOne_compositeToSingleKey_relationOwnedBySource",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, houseId bigint, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToOne_compositeToSingleKey_relationOwnedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table House(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table House add constraint FK_a240422 foreign key(ownerFirstName, ownerLastName, ownerAddress) references Person(firstName, lastName, address)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToMany_compositeToCompositeKey_withAssociationTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_address varchar(255), pets_name varchar(255), pets_race varchar(255), pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_na\u000a...[truncated 50 chars]...\u000aG\u0009DDLDeployer\u0009create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_pets add constraint FK_47cdb94d foreign key(person_firstName, person_lastName, person_address) references Person(firstName, lastName, address)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_pets add constraint FK_3124176c foreign key(pets_name, pets_race, pets_age) references Pet(name, race, age)\u000a"
        }
      ],
      "duration" : 0.05,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$ForeignKeyCreation",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$Persist",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToMany_manyTypeIsCompositeKeyAndPolymorphic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Cat(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_addr\u000a...[truncated 16127 chars]...\u000aluffy', race='Cat', age=3}}]}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Fluffy', race='Cat', age=3}}]}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object Pet{id=PetId{name='Schrodinger', race='Cat', age=-42}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$Persist",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToMany_manyTypeIsCompositeKeyAndPolymorphic_realLife",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Cat(name varchar(255) not null, race varchar(255) not null, age integer not null, unique (name, race, age))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_addr\u000a...[truncated 16127 chars]...\u000aluffy', race='Cat', age=3}}]}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.JoinTablePolymorphicRelationJoinNode$JoinTablePolymorphicRelationJoinRowConsumer on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Fluffy', race='Cat', age=3}}]}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PolymorphicMergeJoinRowConsumer on object Pet{id=PetId{name='Schrodinger', race='Cat', age=-42}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$Persist",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToMany",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Pet(name varchar(255) not null, race varchar(255) not null, age integer not null, ownerFirstName varchar(255), ownerLastName varchar(255), ownerAddress varchar(255), unique (name, race, age))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table P\u000a...[truncated 8067 chars]...\u000arsonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[]}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.c.Person\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Pluto', race='Dog', age=4}}]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$Persist",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "manyToMany",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(age integer, firstName varchar(255) not null, lastName varchar(255) not null, address varchar(255) not null, unique (firstName, lastName, address))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_pets(person_firstName varchar(255), person_lastName varchar(255), person_address varchar(255), pets_name varchar(255), pets_race varchar(255), pets_age integer not null, unique (person_firstName, person_lastName, person_address, pets_na\u000a...[truncated 12168 chars]...\u000aeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Pluto', race='Dog', age=4}}]}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Person{id=PersonId{firstName='John', lastName='Do', address='nowhere'}, age=36, house=null, pets=[Pet{id=PetId{name='Pluto', race='Dog', age=4}}]}\u000a"
        }
      ],
      "duration" : 0.072,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCompositeKeyTest$Persist",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_sibling",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_children(person_id int, children_id int, unique (person_id, children_id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_children add constraint FK_Person_children_children_id_Person_id f\u000a...[truncated 12374 chars]...\u000aSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_cycleIsDirect_1Parent_2Children",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_children(person_id int, children_id int, unique (person_id, children_id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_children add constraint FK_Person_child\u000a...[truncated 4694 chars]...\u000a20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_cycleIsDirect",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_children(person_id int, children_id int, unique (person_id, children_id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_children add constraint FK_Person_children_person_id_Person_id for\u000a...[truncated 12374 chars]...\u000aSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_cycleIsDirect_1Parent_1Child",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_children(person_id int, children_id int, unique (person_id, children_id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_children add constraint FK_Person_child\u000a...[truncated 3255 chars]...\u000a0 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=<null>]\u000a"
        }
      ],
      "duration" : 0.05,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToMany",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToManyBidirectional",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "simulatedBy_one2ManyAndASelectListener",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))\u000a...[truncated 4129 chars]...\u000aa\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@649c8514\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@649c8514\u000a"
        }
      ],
      "duration" : 0.013,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$ManyToManyBidirectional",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_cycleIsDirect_withAssociationTable_1Parent_2Children",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_children(person_id int, children_id int, unique (person_id, children_id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_children add constraint FK_Person_children_children_id_Person_id foreign key(children_id) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_children add constraint FK_Person_c\u000a...[truncated 4694 chars]...\u000a20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_cycleIsDirect_ownedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_directNeighborId_Person_id foreign key(directNeighborId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching sta\u000a...[truncated 10316 chars]...\u000aSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_sibling_withAssociationTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_children(person_id int, children_id int, unique (person_id, children_id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_children add constraint FK_Person_children_children_id_Person_id f\u000a...[truncated 12374 chars]...\u000aSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_cycleIsDirect_withAssociationTable_1Parent_1Child",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_children(person_id int, children_id int, unique (person_id, children_id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_children add constraint FK_Person_children_person_id_Person_id foreign key(person_id) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_children add constraint FK_Person_child\u000a...[truncated 3255 chars]...\u000a0 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_sibling_ownedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, fatherId int, directNeighborId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_directNeighborId_Person_id foreign key(directNeighborId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching sta\u000a...[truncated 10316 chars]...\u000aSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_cycleIsDirect_withAssociationTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_children(person_id int, children_id int, unique (person_id, children_id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_neighbours(person_id int, neighbours_id int, unique (person_id, neighbours_id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_children add constraint FK_Person_children_person_id_Person_id for\u000a...[truncated 12374 chars]...\u000aSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_cycleIsDirect_ownedByReverseSide_1Parent_2Children",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, fatherId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_fatherId_Person_id foreign key(fatherId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Person(name, id, fatherId) values (?, ?, ?) | {1={Person.fatherId=null, Person.name=John Do, Person.id=o.c.s.i.Persis\u000a...[truncated 3611 chars]...\u000a20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@888,name=Ban Do,neighbours=[],partner=<null>]\u000a"
        }
      ],
      "duration" : 0.075,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToMany",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_2cycles_sibling",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table House(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, houseId int, house1Id int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_houseId_House_id foreign key(houseId) references House(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_house1Id_House_id foreign key(house1I\u000a...[truncated 4402 chars]...\u000aersistedIdentifier@42,name=John Do,neighbours=[],partner=<null>]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=House{id=o.c.s.i.PersistedIdentifier@456, gardener=null, address=null, name=secondary house, inhabitants=[]},id=o.c.s.i.PersistedIdentifier@42,name=John Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_2cycles_sibling_ownedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Address(location varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table House(id int not null, addressId int, gardenerId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, house1Id int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table House add constraint FK_House_gardenerId_Person_id foreign key(g\u000a...[truncated 27290 chars]...\u000a id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@888}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@456}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@999}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Person | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_2cycles_ownedBySource",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Address(location varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table House(id int not null, addressId int, gardenerId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) references\u000a...[truncated 14976 chars]...\u000aid = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Person | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_2cycles_ownedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Address(location varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table House(id int not null, addressId int, gardenerId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) ref\u000a...[truncated 15762 chars]...\u000aid = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Person | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_cycleIsDirect_ownedBySource",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, partnerId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_partnerId_Person_id foreign key(partnerId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@666]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQL\u000a...[truncated 2245 chars]...\u000a0 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertSelect_cycleIsDirect_ownedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(reversePartnerId int, name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_reversePartnerId_Person_id foreign key(reversePartnerId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Person(name, id, reversePartnerId) values (?, ?, ?) | {1={Person.id=o.c.s.i.PersistableIdenti\u000a...[truncated 2314 chars]...\u000a0 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportCycleTest$Person\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_2cycles_ownedByTarget_entityCycle",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Address(location varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table House(id int not null, addressId int, gardenerId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(reversePartnerId int, name varchar(255), id int not null, houseId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table House add constraint FK_House_gardenerId_Person_id foreign key(gardenerId) ref\u000a...[truncated 8856 chars]...\u000aeTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=<null>]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_2cycles_ownedBySource_entityCycle",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Address(location varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table House(id int not null, addressId int, gardenerId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, houseId int, partnerId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references \u000a...[truncated 8462 chars]...\u000aeTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=<null>]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object FluentEntityMappingConfigurationSupportCycleTest.Person[children=[],directNeighbor=<null>,father=<null>,house=<null>,house1=<null>,id=o.c.s.i.PersistedIdentifier@666,name=Saca Do,neighbours=[],partner=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_cycleWithIntermediary_ownedBySource",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Address(location varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table House(id int not null, addressId int, gardenerId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, houseId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references Address(id)\u000a202\u000a...[truncated 9947 chars]...\u000aid = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Person | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_cycleWithIntermediary_ownedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Address(location varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table House(id int not null, addressId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(reverseGardenerId int, name varchar(255), id int not null, houseId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references Address(\u000a...[truncated 9831 chars]...\u000aid = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Person | {}\u000a"
        }
      ],
      "duration" : 0.126,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportCycleTest$OneToOne",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "joinedTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table car(id int not null, color int, model varchar(255), unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table car add constraint FK_car_id_Vehicle_id foreign key(id) references Vehicle(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Vehicle(color, id) values (?, ?) | {1=\u000a...[truncated 777 chars]...\u000aner join Vehicle as Vehicle on car.id = Vehicle.id where car.id in (?) | {car.id=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=Renault,plates=[],radio=<null>,color=<null>,engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multipleInheritance",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, model, id) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666], Car.model=Renault}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select car.id, car.model, car.color from car | {}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@1]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multipleInheritance_joinedTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add constra\u000a...[truncated 1554 chars]...\u000aG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=Renault,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=Renault,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withEmbeddable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), rgb integer, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, rgb, id) values (?, ?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.rgb=666, Car.model=Renault}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@1]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Car.model as Car_model, Car.rgb as Car_rgb, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select id, model, rgb from Car | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mappedSuperClass_and_entityInheritance_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withIdDefinedInSuperClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select car.id, car.color, car.model from car | {}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@1]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "identifierIsRedefined_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withIdDefinedInSuperClass_severalTimes",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.053,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$Inheritance",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "simpleCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select car.id, car.color, car.model from car | {}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@1]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "columnNamingStrategyChanged_inBoth_lowestTakesPriority",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model_col varchar(255), color_col int, id_col int not null, unique (id_col))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color_col, model_col, id_col) values (?, ?, ?) | {1={Car.model_col=Renault, Car.id_col=o.c.s.i.PersistableIdentifier@1, Car.color_col=Color[rgb=666]}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select id_col, model_col, color_col from Car | {}\u000a2025-07\u000a...[truncated 38 chars]...\u000aityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@1]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Car.color_col as Car_color_col, Car.model_col as Car_model_col, Car.id_col as Car_id_col from Car where Car.id_col in (?) | {Car.id_col=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "columnNamingStrategyChanged_inParent",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model_supercol varchar(255), color_supercol int, id_supercol int not null, unique (id_supercol))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color_supercol, model_supercol, id_supercol) values (?, ?, ?) | {1={Car.color_supercol=Color[rgb=666], Car.model_supercol=Renault, Car.id_supercol=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select \u000a...[truncated 143 chars]...\u000a.PersistedIdentifier@1]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Car.color_supercol as Car_color_supercol, Car.model_supercol as Car_model_supercol, Car.id_supercol as Car_id_supercol from Car where Car.id_supercol in (?) | {Car.id_supercol=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withEmbeddable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), rgb integer, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, rgb, id) values (?, ?, ?) | {1={Car.rgb=666, Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@1]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Car.model as Car_model, Car.rgb as Car_rgb, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select id, model, rgb from Car | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "columnNamingStrategyChanged",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model_col varchar(255), color_col int, id_col int not null, unique (id_col))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color_col, model_col, id_col) values (?, ?, ?) | {1={Car.color_col=Color[rgb=666], Car.model_col=Renault, Car.id_col=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select id_col, model_col, color_col from Car | {}\u000a2025-07\u000a...[truncated 38 chars]...\u000aityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@1]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Car.color_col as Car_color_col, Car.model_col as Car_model_col, Car.id_col as Car_id_col from Car where Car.id_col in (?) | {Car.id_col=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withoutIdDefined_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "simpleCase_withTableDefinedInSuperClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select car.id, car.model, car.color from car | {}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@1]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select Car.color as Car_color, Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car\u000a"
        }
      ],
      "duration" : 0.05,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportInheritanceTest$MappedSuperClass",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAll",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_associationTableIsMaintained",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)\u000a2025-07-20 1\u000a...[truncated 6178 chars]...\u000a3:08\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@0}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@0}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAll",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_associationRecordsMustBeDeleted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)\u000a2025-07-20\u000a...[truncated 1507 chars]...\u000afier@300}}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select count(*) as answerCount from Answer where id = 666 | {}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select id from Choice where id = 300 | {}\u000a"
        }
      ],
      "duration" : 0.024,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAll",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAllOrphanRemoval",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_associationRecordsMustBeDeleted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)\u000a2025-07-20 1\u000a...[truncated 1928 chars]...\u000afier@300}}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select count(*) as answerCount from Answer where id = 666 | {}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select id from Choice where id = 300 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAllOrphanRemoval",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_removedElementsAreDeleted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)\u000a2025-07-20\u000a...[truncated 6365 chars]...\u000a3:08\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@0}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@0}\u000a"
        }
      ],
      "duration" : 0.022,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAllOrphanRemoval",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_noRecordInAssociationTable_mustReturnEmptyCollection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)\u000a2025-07-20 1\u000a...[truncated 825 chars]...\u000a08\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@42}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@42}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_relationContainsOneToMany",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)\u000a2025-07-20 1\u000a...[truncated 4180 chars]...\u000as\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009delete from Answer_choices where answer_id = ? and choices_id = ? | {1={Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@13}}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select answer_id from answer_choices | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_collectionFactory",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)\u000a2025-07-20 1\u000a...[truncated 1342 chars]...\u000a08\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@42}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@42}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bidirectionality_reverseCollection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))\u000a...[truncated 4280 chars]...\u000a717\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@c167717\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@c167717\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bidirectionality_reverselySetBy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))\u000a...[truncated 4286 chars]...\u000a3\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@5bdd1d43\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@5bdd1d43\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bidirectionality_reverseInitializedWith",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Book(isbn varchar(255), price double, title varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))\u000a...[truncated 4286 chars]...\u000a1\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.Book\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@176009e1\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.model.book.Book@176009e1\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_relationContainsManyToMany_indexed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, myIdx integer not null, unique (answer_id, choices_id, myIdx))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) ref\u000a...[truncated 5830 chars]...\u000a3:08\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@2}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@2}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_relationContainsManyToMany_indexed_siblingProperties",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, myIdx integer not null, unique (answer_id, choices_id, myIdx))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_secondaryChoices(answer_id int, secondaryChoices_id int, myIdx2 integer not null, unique (answer_id, secondaryChoices_id, myIdx2))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label\u000a...[truncated 13509 chars]...\u000antifier@2}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@2}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@2}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@2}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_relationContainsManyToMany",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)\u000a2025-07-20 1\u000a...[truncated 4621 chars]...\u000as\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009delete 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}}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select answer_id from answer_choices | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_associationRecordsMustBeDeleted_butNotTargetEntities",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)\u000a2025-07-20 1\u000a...[truncated 1507 chars]...\u000afier@666}}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistedIdentifier@666}}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select count(*) as answerCount from Answer where id = 666 | {}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select count(*) as relationCount from Answer_choices where answer_Id = 666 | {}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select id from Choice where id = 300 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_associationRecordsMustBeInserted_butNotTargetEntities",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)\u000a2025-07-20\u000a...[truncated 1120 chars]...\u000ahoices.answer_id=o.c.s.i.PersistableIdentifier@42}, 2={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@100, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@42}, 3={Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@300, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@666}}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select id from Answer where id in (42, 666) | {}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select choices_Id from Answer_choices where answer_id in (42, 666) | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_associationRecordsMustBeUpdated_butNotTargetEntities",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(comment varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references\u000a...[truncated 4440 chars]...\u000aonsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportManyToManySetTest$Answer\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@42}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Answer{id=o.c.s.i.PersistedIdentifier@42}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select label from Choice where id = 100 | {}\u000a"
        }
      ],
      "duration" : 0.03,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeReadOnly",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_onlySourceEntitiesArePersisted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)\u000a2025-07-20\u000a...[truncated 92 chars]...\u000aer_id_Answer_id foreign key(answer_id) references Answer(id)\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Answer(id) values (?) | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select id from answer | {}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select count(*) as relationCount from answer_choices | {}\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select count(*) as choiceCount from choice | {}\u000a"
        }
      ],
      "duration" : 0.009,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeReadOnly",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "foreignKeysAreCreated",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_choices_id_Choice_id foreign key(choices_id) references Choice(id)\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTargetTableSetByTargetEntity_tableSetByTargetEntityIsUSed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table PossibleChoices(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_choices_id_PossibleChoices_id foreign key(choices_id) references PossibleChoices(id)\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTargetTable_targetTableIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table MyChoice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_choices_id_MyChoice_id foreign key(choices_id) references MyChoice(id)\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTargetTableAndTableSetByTargetEntity_targetTableIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, unique (answer_id, choices_id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table MyChoice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_choices_id_MyChoice_id foreign key(choices_id) references MyChoice(id)\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Answer_choices add constraint FK_Answer_choices_answer_id_Answer_id foreign key(answer_id) references Answer(id)\u000a"
        }
      ],
      "duration" : 0.047,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$ForeignKeyCreation",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.031,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crudEnum",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_addressBook(id int, key integer, value varchar(255), unique (id, key))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_addressBook add constraint FK_Person_addressBook_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009in\u000a...[truncated 5905 chars]...\u000aom Person_addressBook where id = ? and key = ? | {1={Person_addressBook.key=OTHER, Person_addressBook.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_addressBook.key=BILLING_ADDRESS, Person_addressBook.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select 'key' from Person_addressBook | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_valueIsComplexType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_contracts(id int, key varchar(255), creationDate timestamp, modificationDate timestamp, unique (id, key))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_contracts add constraint FK_Person_contracts_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20\u000a...[truncated 7060 chars]...\u000aOperation\u0009delete from Person_contracts where id = ? and key = ? | {1={Person_contracts.id=o.c.s.i.PersistedIdentifier@1, Person_contracts.key=Lyon}, 2={Person_contracts.id=o.c.s.i.PersistedIdentifier@1, Person_contracts.key=Marseille}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select 'key' from Person_contracts | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overrideValueColumnName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOper\u000a...[truncated 4449 chars]...\u000a.PersistedIdentifier@1, Person_phoneNumbers.key=home}, 2={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=mobile}, 3={Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1, Person_phoneNumbers.key=work}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select 'key' from Person_phoneNumbers | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOper\u000a...[truncated 3751 chars]...\u000aJoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=<null>,nicknames=<null>,phoneNumbers={mobile=03 33 33 33 33, home=01 11 11 11 11},timestamp=<null>,vehicle=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTableName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withCollectionFactory",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOper\u000a...[truncated 3751 chars]...\u000aJoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=<null>,nicknames=<null>,phoneNumbers={mobile=03 33 33 33 33, home=01 11 11 11 11},timestamp=<null>,vehicle=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overrideKeyColumnName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "foreignKeyIsPresent",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_objectRemoval",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOper\u000a...[truncated 6004 chars]...\u000a o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=<null>,nicknames=<null>,phoneNumbers={mobile=03 33 33 33 33},timestamp=<null>,vehicle=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withMapEntryTableNaming",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_keyIsComplexType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_addresses(id int, creationDate timestamp, modificationDate timestamp, value varchar(255), unique (id, creationDate, modificationDate))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_addresses add constraint FK_Person_addresses_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching\u000a...[truncated 7675 chars]...\u000addresses.modificationDate=Sat Jul 19 15:43:10 UTC 2025}, 2={Person_addresses.id=o.c.s.i.PersistedIdentifier@1, Person_addresses.creationDate=Tue Jul 15 15:43:10 UTC 2025, Person_addresses.modificationDate=Tue Jul 15 15:43:10 UTC 2025}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select 'key' from Person_addresses | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_keyAndValueIsComplexType_overrideColumnName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates(id int, key_creationDate timestamp, modificationDate timestamp, creationDate timestamp, value_modificationDate timestamp, unique (id, key_creationDate, modificationDate))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates add con\u000a...[truncated 11246 chars]...\u000aPerson_mapPropertyMadeOfComplexTypesWithColumnDuplicates.modificationDate=Thu Jul 17 15:43:10 UTC 2025, Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select 'key' from Person_mapPropertyMadeOfComplexTypesWithColumnDuplicates | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_keyAndValueIsComplexType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfComplexTypes(id int, creationDate timestamp, modificationDate timestamp, serialNumber varchar(255), model varchar(255), unique (id, creationDate, modificationDate))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfComplexTypes add constraint FK_Person_mapPropertyMadeOfComplexTypes_id_Person_i\u000a...[truncated 9825 chars]...\u000adeOfComplexTypes.creationDate=Fri Jul 18 15:43:10 UTC 2025, Person_mapPropertyMadeOfComplexTypes.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfComplexTypes.modificationDate=Fri Jul 18 15:43:10 UTC 2025}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select 'key' from Person_mapPropertyMadeOfComplexTypes | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_objectAddition",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOper\u000a...[truncated 7513 chars]...\u000awConsumer on object Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@1,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=<null>,nicknames=<null>,phoneNumbers={vacation site=04 44 44 44 44, mobile=03 33 33 33 33, home=01 11 11 11 11},timestamp=<null>,vehicle=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withReverseJoinColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities",
          "duration" : 0.037,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_associationOnly",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))\u000a2025-07-20 15\u000a...[truncated 16109 chars]...\u000atyMadeOfEntityAsKeyAndValue.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@2}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Country | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_readOnly",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_m\u000a...[truncated 13209 chars]...\u000abject org.codefilarete.stalactite.engine.configurer.map.KeyValueRecord@5d30f5fc\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select key from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from City | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Country | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009a\u000a...[truncated 14770 chars]...\u000arson_mapPropertyMadeOfEntityAsKeyAndValue.key=o.c.s.i.PersistedIdentifier@2}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from City | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Country | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "foreignKey_creation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009a\u000a...[truncated 88 chars]...\u000artyMadeOfEntityAsKeyAndValue_value_Country_id foreign key(value) references Country(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsKeyAndValue add constraint FK_Person_mapPropertyMadeOfEntityAsKeyAndValue_key_City_id foreign key(key) references City(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_deleteOrphan",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsKeyAndValue(id int, key int, value int, unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEnt\u000a...[truncated 15761 chars]...\u000ao.c.s.i.PersistedIdentifier@3}, 2={Country.id=o.c.s.i.PersistedIdentifier@4}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select 'key' from Person_mapPropertyMadeOfEntityAsKeyAndValue | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from City | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Country | {}\u000a"
        }
      ],
      "duration" : 0.092,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_associationOnly",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro\u000a...[truncated 11547 chars]...\u000aer@2}, 2={Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@3}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select key from Person_mapPropertyMadeOfEntityAsKey | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Country | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_readOnly",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro\u000a...[truncated 10494 chars]...\u000ansuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.configurer.map.KeyValueRecord@6c322223\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select key from Person_mapPropertyMadeOfEntityAsKey | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Country | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro\u000a...[truncated 11775 chars]...\u000a@3}, 2={Person_mapPropertyMadeOfEntityAsKey.id=o.c.s.i.PersistedIdentifier@1, Person_mapPropertyMadeOfEntityAsKey.key=o.c.s.i.PersistedIdentifier@2}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select 'key' from Person_mapPropertyMadeOfEntityAsKey | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Country | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "foreignKey_creation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPropertyMadeOfEntityAsKey_key_Country_id foreign key(key) references Country(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_deleteOrphan",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsKey(id int, key int, value varchar(255), unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsKey add constraint FK_Person_mapPro\u000a...[truncated 11987 chars]...\u000a11\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@2}, 2={Country.id=o.c.s.i.PersistedIdentifier@3}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select 'key' from Person_mapPropertyMadeOfEntityAsKey | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Country | {}\u000a"
        }
      ],
      "duration" : 0.074,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyIsEntity",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity",
          "duration" : 0.024,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_associationOnly",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma\u000a...[truncated 11452 chars]...\u000astedIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsValue.key=Marseille, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select value from Person_mapPropertyMadeOfEntityAsValue | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Country | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_readOnly",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma\u000a...[truncated 10648 chars]...\u000auming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.configurer.map.KeyValueRecord@970410\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select value from Person_mapPropertyMadeOfEntityAsValue | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Country | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma\u000a...[truncated 12129 chars]...\u000astedIdentifier@1}, 2={Person_mapPropertyMadeOfEntityAsValue.key=Marseille, Person_mapPropertyMadeOfEntityAsValue.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select 'key' from Person_mapPropertyMadeOfEntityAsValue | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Country | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "foreignKey_creation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_id_Person_id foreign key(id) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_mapPropertyMadeOfEntityAsValue_value_Country_id foreign key(value) references Country(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_deleteOrphan",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person_mapPropertyMadeOfEntityAsValue(id int, key varchar(255), value int, unique (id, key))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person_mapPropertyMadeOfEntityAsValue add constraint FK_Person_ma\u000a...[truncated 11624 chars]...\u000aRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@2}, 2={Country.id=o.c.s.i.PersistedIdentifier@3}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select 'value' from Person_mapPropertyMadeOfEntityAsValue | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id from Country | {}\u000a"
        }
      ],
      "duration" : 0.077,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$ValueIsEntity",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_withAssociationTable_associationRecordsMustBeUpdated_butNotTargetEntities_list",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(label varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question_choices(question_id int, choices_id int, unique (question_id, choices_id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009alter table Question_choices add constraint FK_Question_choices_question_id_Question_id foreign key(question_\u000a...[truncated 5092 chars]...\u000aationSupportOneToManyListTest$Question\u000a2025-07-20 15:43:12\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@55ee47cc\u000a2025-07-20 15:43:12\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@55ee47cc\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_entityRemoval",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)\u000a2025-07-20 15:43:12\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009insert\u000a...[truncated 1545 chars]...\u000anId (U)=o.c.s.i.PersistableIdentifier@1, Choice.idx (U)=2}, 2={Choice.label (U)=null, Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.idx (U)=1}}\u000a2025-07-20 15:43:12\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistableIdentifier@20}}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select Choice.id, Choice.idx from Choice order by Choice.id | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_entitySwapping",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)\u000a2025-07-20 15:43:12\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009insert\u000a...[truncated 1505 chars]...\u000atifier@1, Choice.idx (U)=1, Choice.id (W)=o.c.s.i.PersistableIdentifier@20, Choice.label (U)=null}, 2={Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.idx (U)=2, Choice.id (W)=o.c.s.i.PersistableIdentifier@10, Choice.label (U)=null}, 3={Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1, Choice.idx (U)=3, Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.label (U)=null}}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select Choice.id, Choice.idx from Choice order by Choice.id | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_entityRemoval_entitiesAreSameObjectReference",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)\u000a2025-07-20 15:43:12\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009insert\u000a...[truncated 1545 chars]...\u000a10, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1}, 2={Choice.label (U)=null, Choice.idx (U)=1, Choice.id (W)=o.c.s.i.PersistableIdentifier@30, Choice.questionId (U)=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:12\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009delete from Choice where id = ? | {1={Choice.id=o.c.s.i.PersistableIdentifier@20}}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select Choice.id, Choice.idx from Choice order by Choice.id | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_noChange",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)\u000a2025-07-20 15:43:12\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009insert\u000a...[truncated 887 chars]...\u000a.idx=3, Choice.label=null}, 2={Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=2, Choice.label=null}, 3={Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=1, Choice.label=null}}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select Choice.id, Choice.idx from Choice order by Choice.id | {}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select Choice.id, Choice.idx from Choice order by Choice.id | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_entityAddition",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)\u000a2025-07-20 15:43:12\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009insert\u000a...[truncated 2194 chars]...\u000aice_id from Choice where Choice.id in (?) | {Choice.id=o.c.s.i.PersistableIdentifier@40}\u000a2025-07-20 15:43:12\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009insert into Choice(label, id, questionId, idx) values (?, ?, ?, ?) | {1={Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@40, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.idx=2}}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select Choice.id, Choice.idx from Choice order by Choice.id | {}\u000a"
        }
      ],
      "duration" : 0.058,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Update",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_indexedByColumnName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(label varchar(255), id int not null, questionId int, myIdx integer, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Q\u000a...[truncated 786 chars]...\u000ae.myIdx=1, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@10}, 2={Choice.myIdx=3, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@30}, 3={Choice.myIdx=2, Choice.questionId=o.c.s.i.PersistableIdentifier@1, Choice.label=null, Choice.id=o.c.s.i.PersistableIdentifier@20}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select Choice.id, Choice.myIdx from Choice order by Choice.id | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_cascadeIsTriggered",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert\u000a...[truncated 783 chars]...\u000a1={Choice.id=o.c.s.i.PersistableIdentifier@20, Choice.label=null, Choice.idx=2, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 2={Choice.id=o.c.s.i.PersistableIdentifier@30, Choice.label=null, Choice.idx=3, Choice.questionId=o.c.s.i.PersistableIdentifier@1}, 3={Choice.id=o.c.s.i.PersistableIdentifier@10, Choice.label=null, Choice.idx=1, Choice.questionId=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select Choice.id, Choice.idx from Choice order by Choice.id | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert\u000a...[truncated 2470 chars]...\u000antEntityMappingConfigurationSupportOneToManyListTest$Question@40405791\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@40405791\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_mappedBy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Choice add constraint FK_Choice_questionId_Question_id foreign key(questionId) references Question(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Que\u000a...[truncated 2850 chars]...\u000a025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009update Choice set label = ?, questionId = ?, idx = ? where id = ? | {1={Choice.id (W)=o.c.s.i.PersistableIdentifier@13, Choice.idx (U)=null, Choice.label (U)=Grenoble, Choice.questionId (U)=null}}\u000a2025-07-20 15:43:12\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009delete from Question where id = ? | {1={Question.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select questionId from Choice | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_reverseSideIsNotMapped_relationRecordsMustBeDeleted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009\u000a...[truncated 5582 chars]...\u000aices_id=o.c.s.i.PersistableIdentifier@30}}\u000a2025-07-20 15:43:12\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select count(id) as answerId from Answer | {}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select count(*) as relationCount from Answer_Choices | {}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select count(id) as choiceCount from Choice | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009\u000a...[truncated 13439 chars]...\u000ableIdentifier@1}, 3={Answer_choices.idx=3, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:12\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009delete from Answer where id = ? | {1={Answer.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select count(*) as c from Answer_Choices | {}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select id from Choice | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009\u000a...[truncated 4013 chars]...\u000aes_id=o.c.s.i.PersistableIdentifier@20}, 3={Answer_choices.idx=4, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@30}, 4={Answer_choices.idx=1, Answer_choices.answer_id=o.c.s.i.PersistableIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10}}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select Answer_Choices.answer_Id, Answer_Choices.idx, Answer_Choices.choices_Id from Answer_Choices order by Answer_Choices.idx | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009\u000a...[truncated 23024 chars]...\u000aistableIdentifier@10, Answer_choices.idx=1}, 2={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20, Answer_choices.idx=2}, 3={Answer_choices.answer_id=o.c.s.i.PersistedIdentifier@1, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@10, Answer_choices.idx=3}}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select Answer_Choices.answer_Id, Answer_Choices.idx, Answer_Choices.choices_Id from Answer_Choices order by Answer_Choices.idx | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_default",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009\u000a...[truncated 7247 chars]...\u000anfigurationSupportOneToManyListTest$Answer\u000a2025-07-20 15:43:12\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.PassiveJoinNode$PassiveJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer@2fdd00a7\u000a2025-07-20 15:43:12\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Answer@2fdd00a7\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_targets",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009\u000a...[truncated 3132 chars]...\u000antEntityMappingConfigurationSupportOneToManyListTest$Question@1ea919c6\u000a2025-07-20 15:43:12\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportOneToManyListTest$Question\u000a2025-07-20 15:43:12\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$Question@1ea919c6\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Answer_choices(answer_id int, choices_id int, idx integer not null, unique (answer_id, choices_id, idx))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Choice(id int not null, idx integer not null, label varchar(255), questionId int, unique (id))\u000a2025-07-20 15:43:12\u0009DEBUG\u0009DDLDeployer\u0009create table Question(id int not null, unique (id))\u000a2025-07-20 15:43:12\u0009\u000a...[truncated 4240 chars]...\u000atableIdentifier@1, Answer_choices.idx=3, Answer_choices.choices_id=o.c.s.i.PersistableIdentifier@20}}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009delete from Answer_choices where answer_id in (?) | {1=o.c.s.i.PersistableIdentifier@1}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009delete from Answer where id in (?) | {Answer.id=o.c.s.i.PersistableIdentifier@1}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select count(*) as c from Answer_Choices | {}\u000a2025-07-20 15:43:12\u0009TRACE\u0009SQLOperation\u0009select id from Choice | {}\u000a"
        }
      ],
      "duration" : 0.081,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManyListTest$WithDuplicates",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_multipleTimes",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table State(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) ref\u000a...[truncated 15879 chars]...\u000afilarete.stalactite.engine.model.Country@1e6702e6,id=o.c.s.i.PersistedIdentifier@2,name=Grenoble,persons=<null>,state=<null>]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[State{id=o.c.s.i.PersistedIdentifier@0}, State{id=o.c.s.i.PersistedIdentifier@2}],timestamp=<null>,towns=<null>,version=0]\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select id from State where id = 1 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_noMappedBy_associationTableIsMaintained",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi\u000a...[truncated 8335 chars]...\u000aull>,version=0]\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=<null>,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=<null>,state=<null>]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_mappedRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdenti\u000a...[truncated 1657 chars]...\u000an\u0009Batching statement 2 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@100, City.name (U)=null}, 2={City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@200, City.name (U)=null}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_mappedBy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperat\u000a...[truncated 5141 chars]...\u000aeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@23e56d45,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=<null>,state=<null>]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_associationTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi\u000a...[truncated 8335 chars]...\u000aull>,version=0]\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=<null>,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=<null>,state=<null>]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_withAssociationTable_associationRecordsMustBeDeleted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(\u000a...[truncated 780 chars]...\u000aIdentifier@42}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}\u000a"
        }
      ],
      "duration" : 0.082,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAll",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_associationTable_removedElementsAreDeleted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(\u000a...[truncated 8518 chars]...\u000aull>,version=0]\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=<null>,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=<null>,state=<null>]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_mappedBy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdenti\u000a...[truncated 1535 chars]...\u000all>,name=<null>,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@100}, 2={City.id=o.c.s.i.PersistedIdentifier@200}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_mappedBy_removedElementsAreDeleted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperat\u000a...[truncated 5068 chars]...\u000aeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@2644de7b,id=o.c.s.i.PersistedIdentifier@1,name=changed,persons=<null>,state=<null>]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_withAssociationTable_associationRecordsMustBeDeleted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(\u000a...[truncated 1191 chars]...\u000a= ? | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@300}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}\u000a"
        }
      ],
      "duration" : 0.047,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAllOrphanRemoval",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withoutAssociationTable_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_withAssociationTable_associationRecordsMustBeDeleted_butNotTargetEntities",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(\u000a...[truncated 780 chars]...\u000aIdentifier@42}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistedIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistedIdentifier@300}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@666}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_withAssociationTable_associationRecordsMustBeUpdated_butNotTargetEntities",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(\u000a...[truncated 6468 chars]...\u000aowns=<null>,version=0]\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=<null>,id=o.c.s.i.PersistedIdentifier@100,name=<null>,persons=<null>,state=<null>]],description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_withAssociationTable_associationRecordsMustBeInserted_butNotTargetEntities",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(\u000a...[truncated 1080 chars]...\u000ang statement 3 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009insert into Country_cities(country_id, cities_id) values (?, ?) | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@42, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@200}, 2={Country_cities.country_id=o.c.s.i.PersistableIdentifier@42, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@100}, 3={Country_cities.country_id=o.c.s.i.PersistableIdentifier@666, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@300}}\u000a"
        }
      ],
      "duration" : 0.045,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeAssociationOnly",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeReadOnly",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_onlySourceEntitiesArePersisted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(citi\u000a...[truncated 204 chars]...\u000a 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009insert into Country(name, description, id) values (?, ?, ?) | {1={Country.name=France, Country.description=null, Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select id from country | {}\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select count(*) as relationCount from country_cities | {}\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select count(*) as cityCount from city | {}\u000a"
        }
      ],
      "duration" : 0.009,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$CascadeReadOnly",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mappedBy_foreignKeyIsCreated",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTargetTableSetByTargetEntity_tableSetByTargetEntityIsUSed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Town(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTargetTable_targetTableIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Town(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTargetTableAndTableSetByTargetEntity_targetTableIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Township(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Township add constraint FK_Township_countryId_Country_id foreign key(countryId) references Country(id)\u000a"
        }
      ],
      "duration" : 0.044,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SchemaCreation",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mappedBy_entitiesAreLoaded",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@42]\u000a2025-07-20 15:43:\u000a...[truncated 1047 chars]...\u000a\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@5b0db9f8,id=o.c.s.i.PersistedIdentifier@1,name=Paris,persons=<null>,state=<null>]],description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mappedBy_noCascade_defaultCascadeIsAll",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperat\u000a...[truncated 4215 chars]...\u000a, City.name (U)=touched Paris, City.countryId (U)=null}, 2={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Paris, City.countryId (U)=null}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select name from Country where id = 42 | {}\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select name from City where id = 1 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withPolymorphicTarget_crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Town(id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Town add c\u000a...[truncated 5193 chars]...\u000aDEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@13, City.name (U)=Grenoble, City.countryId (U)=null}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select countryId from city | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mappedBy_differentWays(ThrowingSupplier, boolean)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperat\u000a...[truncated 5318 chars]...\u000aEntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@4f374ec2,id=o.c.s.i.PersistedIdentifier@0,name=Paris,persons=<null>,state=<null>]],description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=<null>,name=France 2,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mappedBy_differentWays(ThrowingSupplier, boolean)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperat\u000a...[truncated 5318 chars]...\u000aEntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@2cd8ccba,id=o.c.s.i.PersistedIdentifier@0,name=Paris,persons=<null>,state=<null>]],description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=<null>,name=France 2,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mappedBy_differentWays(ThrowingSupplier, boolean)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table city(countryId int, name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table city add constraint FK_city_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperat\u000a...[truncated 5215 chars]...\u000atyType=o.c.s.e.m.Country\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=<null>,id=o.c.s.i.PersistedIdentifier@0,name=Paris,persons=<null>,state=<null>]],description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=<null>,name=France 2,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mappedBy_set_crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009insert into Country(id) values (?) | {1={\u000a...[truncated 2933 chars]...\u000aDEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.name (U)=Grenoble, City.id (W)=o.c.s.i.PersistableIdentifier@13}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select countryId from city | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "associationTable_set_crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Country_cities add constraint FK_Country_cities_cities_id_City_id foreign key(cities_id) references City(id)\u000a2025-07-20 15:43:0\u000a...[truncated 5125 chars]...\u000atatement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@13, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select id from city | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mappedBy_set_ordered_crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, myIdx integer, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009insert into Country(id) va\u000a...[truncated 3510 chars]...\u000ai.PersistableIdentifier@13}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009update City set myIdx = ?, countryId = ? where id = ? | {1={City.myIdx (U)=2, City.countryId (U)=o.c.s.i.PersistedIdentifier@1, City.id (W)=o.c.s.i.PersistableIdentifier@17}, 2={City.myIdx (U)=1, City.countryId (U)=o.c.s.i.PersistedIdentifier@1, City.id (W)=o.c.s.i.PersistableIdentifier@23}}\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select name, myIdx from city | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mappedBy_collectionFactory",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@42]\u000a2025-07-20 15:43:\u000a...[truncated 1047 chars]...\u000a\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@47d32229,id=o.c.s.i.PersistedIdentifier@1,name=Paris,persons=<null>,state=<null>]],description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "noAssociationTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdenti\u000a...[truncated 454 chars]...\u000aG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=<null>,description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=<null>,name=<null>,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withAssociationTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(\u000a...[truncated 1314 chars]...\u000aguages=[],modificationDate=<null>,name=<null>,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a2025-07-20 15:43:07\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=<null>,description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@42,languages=[],modificationDate=<null>,name=<null>,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        }
      ],
      "duration" : 0.018,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToManySetTest$SelectWithEmptyRelationMustReturnEmptyCollection",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multiple_oneToOne_partialOrphanRemoval",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(description varchar(255), id int not null, presidentId int, capitalId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references\u000a...[truncated 6974 chars]...\u000aration\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@0}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009update City set name = ? where id = ? | {1={City.name (U)=Paris renamed, City.id (W)=o.c.s.i.PersistableIdentifier@0}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@1}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multiple_oneToOne",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(description varchar(255), id int not null, presidentId int, capitalId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references\u000a...[truncated 6675 chars]...\u000aerson.id (W)=o.c.s.i.PersistableIdentifier@0, Person.name (U)=French president renamed}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009update City set name = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@0, City.name (U)=Paris renamed}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@0}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "lightOneToOne_relationIsPersisted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), presidentId int, id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Country(name, description, presidentId, id) values (?, ?, ?, ?) | {1={Country.name=France, Country.description=null, Country.presidentId=Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.Persistab\u000a...[truncated 1153 chars]...\u000aCountry.presidentId (U)=Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistableIdentifier@124,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=French president,nicknames=<null>,phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0], Country.id (W)=o.c.s.i.PersistedIdentifier@456}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ownedByReverseSideColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(countryId int, name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Cou\u000a...[truncated 8354 chars]...\u000a0 15:43:11\u0009TRACE\u0009SQLOperation\u0009update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Lyon renamed, City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ownedByReverseSideGetter",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Cou\u000a...[truncated 8354 chars]...\u000a0 15:43:11\u0009TRACE\u0009SQLOperation\u0009update City set name = ?, countryId = ? where id = ? | {1={City.countryId (U)=null, City.name (U)=Lyon renamed, City.id (W)=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ownedByReverseSideSetter",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Cou\u000a...[truncated 8354 chars]...\u000a0 15:43:11\u0009TRACE\u0009SQLOperation\u0009update City set name = ?, countryId = ? where id = ? | {1={City.name (U)=Lyon renamed, City.countryId (U)=null, City.id (W)=o.c.s.i.PersistedIdentifier@1}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ownedBySourceSide",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Cou\u000a...[truncated 8354 chars]...\u000a0 15:43:11\u0009TRACE\u0009SQLOperation\u0009update City set name = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistedIdentifier@1, City.name (U)=Lyon renamed, City.countryId (U)=null}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name, countryId from City where id = :id | {id=o.c.s.i.PersistableIdentifier@1}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Delete",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "targetEntityIsDeleted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@10\u000a...[truncated 643 chars]...\u000aoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=<null>,description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@100,languages=[],modificationDate=<null>,name=<null>,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@100}}\u000a"
        }
      ],
      "duration" : 0.009,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Delete",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertTwice_targetInstanceIsInsertedOnce",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.Per\u000a...[truncated 2301 chars]...\u000a\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=<null>,description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=<null>,name=France 2,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mandatory_withNullTarget_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_targetInstanceIsUpdated_ownedByReverseSide",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQL\u000a...[truncated 2597 chars]...\u000ayType=o.c.s.e.m.Country\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=<null>,description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=<null>,name=France 2,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select count(*) as countryCount from Country | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_targetInstanceIsUpdated",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.Per\u000a...[truncated 2610 chars]...\u000ayType=o.c.s.e.m.Country\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=<null>,description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=<null>,name=France 2,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select count(*) as countryCount from Country | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insertOnce_targetInstanceIsInserted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.Per\u000a...[truncated 1459 chars]...\u000aTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=<null>,description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        }
      ],
      "duration" : 0.04,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Insert",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "relationNullifiedWithOrphanRemoval",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.Per\u000a...[truncated 3454 chars]...\u000aer@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@0]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "relationChanged_relationIsOwnedBySource",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.Per\u000a...[truncated 5001 chars]...\u000a3:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@0]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "relationChanged_relationIsOwnedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQL\u000a...[truncated 5304 chars]...\u000a as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@0}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select countryId from Person where id = :personId | {personId=o.c.s.i.PersistableIdentifier@1}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mandatory_withNullTarget_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.\u000a...[truncated 1443 chars]...\u000aUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=<null>,description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "relationNullified_relationIsOwnedBySource",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.Per\u000a...[truncated 3404 chars]...\u000a3:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@0]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update",
          "duration" : 0.046,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "relationChanged_relationIsOwnedBySource_withOrphanRemoval",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.Per\u000a...[truncated 3713 chars]...\u000aer@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@0]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}\u000a"
        }
      ],
      "duration" : 0.107,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeAll$Update",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notDefined_defaultIsAll_getter",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.Per\u000a...[truncated 2701 chars]...\u000a3:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@666]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@666}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "readOnly_getter_ownedByTarget",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQL\u000a...[truncated 3987 chars]...\u000a025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009update Person set countryId = ? where id = ? | {1={}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name from Country | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name from Person | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name from Person where id = 2 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cascade_deleteWithOrphanRemoval",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@10\u000a...[truncated 829 chars]...\u000aier@100,languages=[],modificationDate=<null>,name=<null>,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@100}}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@42}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "associationOnly_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "readOnly_getter",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRA\u000a...[truncated 1545 chars]...\u000auntry.id (W)=o.c.s.i.PersistableIdentifier@42, Country.name (U)=touched France}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name from Person where id = 1 | {}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name from Country | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name from Person where id = 1 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "readOnly_setter",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRA\u000a...[truncated 1545 chars]...\u000a Country.id (W)=o.c.s.i.PersistableIdentifier@42, Country.description (U)=null}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name from Person where id = 1 | {}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name from Country | {}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select name from Person where id = 1 | {}\u000a"
        }
      ],
      "duration" : 0.054,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$CascadeDeclaration",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "relationIsDefinedByColumnOnTargetSideAndReverseMutatorIsUsed_columnOverrideIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table city(state int, name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table city add constraint FK_city_state_Country_id foreign key(state) references Country(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "relationOwnedBySource",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, capitalId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_capitalId_City_id foreign key(capitalId) references City(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTargetTableSetByTargetEntity_tableSetByTargetEntityIsUSed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Town(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTargetTable_targetTableIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Township(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Township add constraint FK_Township_countryId_Country_id foreign key(countryId) references Country(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTargetTableAndTableSetByTargetEntity_targetTableIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Township(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Township add constraint FK_Township_countryId_Country_id foreign key(countryId) references Country(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "relationIsDefinedByColumnOnTargetSide",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table city(state int, name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table city add constraint FK_city_state_Country_id foreign key(state) references Country(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "relationIsDefinedByColumnOnTargetSideAndReverseAccessorIsUsed_columnOverrideIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table city(state int, name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table city add constraint FK_city_state_Country_id foreign key(state) references Country(id)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "relationOwnedByTargetSide",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a"
        }
      ],
      "duration" : 0.078,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportOneToOneTest$ForeignKeyCreation",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "joinedTables_singleTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int not null, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), color int, plug integer, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOper\u000a...[truncated 4232 chars]...\u000atJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select * from car | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tablePerClass_joinedTables_isNotSupported",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), color int, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table ElectricCar(plug integer, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table ElectricCar add constraint FK_ElectricCar_id_Car_id foreign key(id) references Car(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, model, id) v\u000a...[truncated 5478 chars]...\u000aheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from ElectricCar where id = ? | {1={ElectricCar.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select * from Car | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tablePerClass_tablePerClass_isNotSupported",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "joinedTables_joinedTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), color int, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table ElectricCar(plug integer, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeploy\u000a...[truncated 6271 chars]...\u000a15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select * from abstractVehicle left outer join car on abstractVehicle.id = car.id | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "joinedTables_tablePerClass_isNotSupported",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "singleTable_joinedTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table ElectricCar(plug integer, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table ElectricCar add constraint FK_ElectricCar_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:1\u000a...[truncated 5879 chars]...\u000aier@1,timestamp=<null>]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from ElectricCar where id = ? | {1={ElectricCar.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select * from abstractVehicle | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tablePerClass_singleTable_isNotSupported",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table CAR(id int not null, model varchar(255), color int, plug integer, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into CAR(color, model, plug, id, DTYPE) values (?, ?, ?, ?, ?) | {1={CAR.color=Color[rgb=666], CAR.id=o.c.s.i.PersistableIdentifier@1, CAR.model=Renault, CAR.DTYPE=ELECTRIC_CAR, CAR.plug=CCS}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperati\u000a...[truncated 3637 chars]...\u000a CAR.plug as CAR_plug, CAR.DTYPE as CAR_DTYPE from CAR where CAR.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from CAR where id = ? | {1={CAR.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select * from Car | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "singleTable_singleTable_isNotSupported",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "singleTable_tablePerClass_isNotSupported",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.085,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismCompositionTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), color int, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, color int, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter \u000a...[truncated 7296 chars]...\u000a025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select count(*) as vehicleCount from abstractVehicle where id in (1, 2) | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select count(*) as carCount from car where id = 1 | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select count(*) as truckCount from car where id = 2 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneSubClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), color int, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into AbstractVehicle(id) value\u000a...[truncated 3232 chars]...\u000a15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select * from abstractVehicle left outer join car on abstractVehicle.id = car.id | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses_withReadonlyProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), color int, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, color int, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter \u000a...[truncated 377 chars]...\u000a0 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, id) values (?, ?) | {1={Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Truck(color, id) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select model from Car | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "listenersAreNotified",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), color int, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_AbstractVehicle_id foreign key(id) references AbstractVehicle(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into AbstractVehicle(id) value\u000a...[truncated 3943 chars]...\u000as.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:10\u0009DEBUG\u0009JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u0009Instantiating entity of type class org.codefilarete.stalactite.engine.model.Car\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=Peugeot,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses_withCommonProperties",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Truck add constraint FK_Truck\u000a...[truncated 7594 chars]...\u000ack where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select count(*) as carCount from Vehicle where id = 1 | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select count(*) as truckCount from Vehicle where id = 2 | {}\u000a"
        }
      ],
      "duration" : 0.064,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$JoinTable",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.DTYPE=CAR, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.model=Renault}}\u000a2025-07-20 15:43:10\u000a...[truncated 3924 chars]...\u000a1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select * from abstractVehicle | {}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select * from abstractVehicle | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneSubClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.color=Color[rgb=666], AbstractVehicle.model=Renault, AbstractVehicle.DTYPE=CAR}}\u000a2025-07-20 15:43:10\u000a...[truncated 1810 chars]...\u000aehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from AbstractVehicle where id = ? | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select * from abstractVehicle | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses_withReadonlyProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into AbstractVehicle(color, id, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.color=Color[rgb=666], AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.DTYPE=CAR}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into AbstractVehicle(color, id, DTYPE) values (?, ?, ?) | {1={AbstractVehicle.color=Color[rgb=42], AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2, AbstractVehicle.DTYPE=TRUCK}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select model from AbstractVehicle | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "listenersAreNotified",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.color=Color[rgb=666], AbstractVehicle.DTYPE=CAR, AbstractVehicle.model=Renault, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u000a...[truncated 2576 chars]...\u000aectionCriteria=false, parent=null\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses_withCommonProperties",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int, model varchar(255), DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Vehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=CAR, Vehicle.id=o.c.s.i.PersistableIdentifier@1, Vehicle.color=Color[rgb=666], Vehicle.model=Renault}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2\u000a...[truncated 4262 chars]...\u000a 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select count(*) as carCount from Vehicle where id = 1 | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select count(*) as truckCount from Vehicle where id = 2 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses_withSqlBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int, model varchar(255), color integer, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into AbstractVehicle(color, model, id, DTYPE) values (?, ?, ?, ?) | {1={AbstractVehicle.model=Renault, AbstractVehicle.DTYPE=CAR, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.color=Color[rgb=666]}}\u000a2025-07-20 15:4\u000a...[truncated 286 chars]...\u000ationCriteria=false, parent=null\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.model as AbstractVehicle_model, AbstractVehicle.color as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a"
        }
      ],
      "duration" : 0.071,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$SingleTable",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud(String, EntityPersister, ConnectionProvider)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, color int, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009alter table Ca\u000a...[truncated 4475 chars]...\u000acolor as AbstractVehicle_color, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?, ?) | {1=o.c.s.i.PersistableIdentifier@1, 2=o.c.s.i.PersistableIdentifier@2}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud(String, EntityPersister, ConnectionProvider)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into AbstractVehicle(id) values (?) | {1={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={AbstractVehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}\u000a2025-07-20 15:43:10\u0009DEBUG\u000a...[truncated 5986 chars]...\u000aflater\u0009Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:10\u0009DEBUG\u0009JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u0009Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud(String, EntityPersister, ConnectionProvider)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Truck(color, id) values (?, ?) | {1={Truck.id=o.c.s.i.PersistableIdentifier@2, Truck.color=Color[rgb=42]}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 time\u000a...[truncated 5005 chars]...\u000aplates=[],radio=<null>,color=<null>,engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(color int, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, model, id) values (?, ?, ?) | {1={Car.model=Renault, Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u000a...[truncated 6178 chars]...\u000at 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select count(*) as carCount from car where id = 1 | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select count(*) as truckCount from car where id = 2 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneSubClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select * from car | {}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009TablePerClassPolymorphismPersister\u0009selecting ent\u000a...[truncated 2329 chars]...\u000a07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=Peugeot,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select * from car | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses_withReadonlyProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(color int, id int not null, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=666]}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Truck(color, id) values (?, ?) | {1={Truck.color=Color[rgb=42], Truck.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select model from Car | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass",
          "duration" : 0.036,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "listenersAreNotified",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), color int, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Car where id = ? | \u000a...[truncated 3152 chars]...\u000aVehicle.id = Car.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:10\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=Peugeot,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses_withCommonProperties",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id int not null, color int, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, color int, unique (id))\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, model, id) values (?, ?, ?) | {1={Car.color=Color[rgb=666], Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u000a...[truncated 7089 chars]...\u000a1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:10\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select count(*) as carCount from car where id = 1 | {}\u000a2025-07-20 15:43:10\u0009TRACE\u0009SQLOperation\u0009select count(*) as truckCount from truck where id = 2 | {}\u000a"
        }
      ],
      "duration" : 0.09,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismTest$TablePerClass",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$JoinTableWithOneToOne",
          "duration" : 0.029,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), color int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, color int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, engineId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_Vehicle_id forei\u000a...[truncated 9984 chars]...\u000ament 1 times\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select count(*) as vehicleCount from Vehicle where id in (1, 2) | {}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select count(*) as carCount from car where id = 1 | {}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select count(*) as truckCount from car where id = 2 | {}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select id from Engine | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$JoinTableWithOneToOne",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneSubClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, engineId int, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add co\u000a...[truncated 5010 chars]...\u000ament 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select * from Vehicle left outer join car on Vehicle.id = car.id | {}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select id from Engine | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$JoinTableWithOneToOne",
          "duration" : 0.028,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "listenersAreNotified",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, engineId int, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add co\u000a...[truncated 4865 chars]...\u000anflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Car[model=Peugeot,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=Peugeot,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$JoinTableWithOneToOne",
          "duration" : 0.03,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses_withCommonProperties",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, engineId int, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) \u000a...[truncated 10683 chars]...\u000a={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select count(*) as carCount from Vehicle where id = 1 | {}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select count(*) as truckCount from Vehicle where id = 2 | {}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select id from Engine | {}\u000a"
        }
      ],
      "duration" : 0.111,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$JoinTableWithOneToOne",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.283,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:52\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:52\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:52\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle_wheels(vehicle_id int, wheels_serialNumber varchar(255), unique (vehicle_id, wheels_serialNumber))\u000a2025-07-20 15:42:52\u0009DEBUG\u0009DDLDeployer\u0009create table Wheel(model varchar(255), serialNumber v\u000a...[truncated 16903 chars]...\u000ar@2,timestamp=<null>]\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.042,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009insert into Vehicle(model, id, engineId, DTYPE) values (?, ?, ?, ?) | {1={Vehicle.DTYPE=CAR, Vehicle.model=Renault, Vehicle.engineId=null, Vehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [XYZ-ABC-01]\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOpe\u000a...[truncated 8325 chars]...\u000aicJoinRootRowConsumer\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.044,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SimpleRelationalEntityP\u000a...[truncated 10810 chars]...\u000aflater\u0009Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:42:53\u0009DEBUG\u0009JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u0009Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.032,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SimpleRelationalEntityP\u000a...[truncated 9032 chars]...\u000aflater\u0009Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:42:53\u0009DEBUG\u0009JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u0009Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.033,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching s\u000a...[truncated 9426 chars]...\u000arete.stalactite.engine.model.Truck\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.072,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [XYZ-ABC-01]\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009select Wheel.model as Wheel_model, Wheel.serialNumber as Wheel_serialN\u000a...[truncated 9861 chars]...\u000aplates=[],radio=<null>,color=<null>,engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasOneToMany(String, EntityPersister, ConnectionProvider)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [XYZ-ABC-01]\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009select Wheel.model as Wheel_model, Wheel.serialNumber as Wheel_serialN\u000a...[truncated 8083 chars]...\u000aplates=[],radio=<null>,color=<null>,engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.025,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasOneToOne(String, EntityPersister, ConnectionProvider)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table Radio(model varchar(255), serialNumber varchar(255) not null, carId int, unique (serialNumber))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009alter table Radio add constraint FK_Radio_carId_Vehicle_id forei\u000a...[truncated 9927 chars]...\u000aicJoinRootRowConsumer\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasOneToOne(String, EntityPersister, ConnectionProvider)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SimpleRelationalEntityP\u000a...[truncated 8384 chars]...\u000aflater\u0009Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:42:53\u0009DEBUG\u0009JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u0009Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasOneToOne(String, EntityPersister, ConnectionProvider)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [XYZ-ABC-01]\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009select Radio.model as Radio_model, Radio.serialNumber as Radio_serialN\u000a...[truncated 7435 chars]...\u000aplates=[],radio=<null>,color=<null>,engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:42:53\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.076,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeploye\u000a...[truncated 9725 chars]...\u000astatement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009select * from City | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeploye\u000a...[truncated 8962 chars]...\u000astatement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009select * from City | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, countryId int, unique (id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-\u000a...[truncated 7202 chars]...\u000astatement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009update City set name = ?, barCount = ?, countryId = ? where id = ? | {1={City.id (W)=o.c.s.i.PersistableIdentifier@42, City.countryId (U)=null, City.barCount (U)=51, City.name (U)=Grenoble}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009select * from City | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.024,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, barCount integer, discotecCount integer, DTYPE varchar(255) not null, countryId int, unique (id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-\u000a...[truncated 6171 chars]...\u000astatement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009update City set name = ?, barCount = ?, countryId = ? where id = ? | {1={City.barCount (U)=51, City.countryId (U)=null, City.name (U)=Grenoble, City.id (W)=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009select * from City | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.037,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:42:53\u0009DEBUG\u0009DDLDeployer\u0009create table Town(discotecCount integer, id int not null, unique (id\u000a...[truncated 14912 chars]...\u000astatement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:42:53\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:53\u0009TRACE\u0009SQLOperation\u0009select * from City | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.031,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Town(discotecCount integer, id int not null, unique (id\u000a...[truncated 12606 chars]...\u000astatement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select * from City | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.037,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Town(discotecCount integer, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Village(barCount integer, id int not null, unique (id))\u000a2025\u000a...[truncated 12808 chars]...\u000aeIdentifier@42}}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009update Village set barCount = ? where id = ? | {1={Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select * from City | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.034,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Town(discotecCount integer, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Village(barCount integer, id int not null, unique (id))\u000a2025\u000a...[truncated 10172 chars]...\u000ae (U)=Grenoble}}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009update Village set barCount = ? where id = ? | {1={Village.barCount (U)=51, Village.id (W)=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select * from City | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.03,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Town(discotecCount integer, id int not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Village(barCount integer, id int\u000a...[truncated 13367 chars]...\u000a 15:42:54\u0009TRACE\u0009SQLOperation\u0009delete from Country_cities where country_id = ? and cities_id = ? | {1={Country_cities.country_id=o.c.s.i.PersistableIdentifier@1, Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select * from Town union select * from Village | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.029,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Town(discotecCount integer, id int not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Village(barCount integer, id int\u000a...[truncated 13493 chars]...\u000a 15:42:54\u0009TRACE\u0009SQLOperation\u0009delete from Country_cities where cities_id = ? and country_id = ? | {1={Country_cities.cities_id=o.c.s.i.PersistableIdentifier@42, Country_cities.country_id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select * from Town union select * from Village | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.03,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[11]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table Town a\u000a...[truncated 10570 chars]...\u000a\u0009SQLOperation\u0009update Village set name = ?, barCount = ?, countryId = ? where id = ? | {1={Village.name (U)=Grenoble, Village.countryId (U)=null, Village.id (W)=o.c.s.i.PersistableIdentifier@42, Village.barCount (U)=51}}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select * from Town union select * from Village | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.026,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicMany_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[12]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table Town a\u000a...[truncated 10927 chars]...\u000a\u0009SQLOperation\u0009update Village set name = ?, barCount = ?, countryId = ? where id = ? | {1={Village.name (U)=Grenoble, Village.barCount (U)=51, Village.countryId (U)=null, Village.id (W)=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select * from Town union select * from Village | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.033,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statem\u000a...[truncated 13700 chars]...\u000aablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@17]\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statem\u000a...[truncated 12276 chars]...\u000aablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@17]\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.026,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SingleTablePolymorphis\u000a...[truncated 14891 chars]...\u000aablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@17]\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SingleTablePolymorphis\u000a...[truncated 13251 chars]...\u000aablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@17]\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.031,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, ownerId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table Car ad\u000a...[truncated 25591 chars]...\u000aePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.026,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, ownerId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table Car ad\u000a...[truncated 18311 chars]...\u000aePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.044,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table Car \u000a...[truncated 26722 chars]...\u000aePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table Car \u000a...[truncated 19285 chars]...\u000aePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.029,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, color int, ownerId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, color int, ownerId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009insert into Pers\u000a...[truncated 15780 chars]...\u000aVehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.024,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToPolymorphicOne_crud(String, EntityPersister, PersistenceContext, boolean, boolean)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, color int, ownerId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, color int, ownerId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009insert into Pers\u000a...[truncated 19131 chars]...\u000aVehicle_id, Vehicle.DISCRIMINATOR as Vehicle_DISCRIMINATOR, Car.color as Car_color, Car.id as Car_id, Truck.color as Truck_color, Truck.id as Truck_id from (select Truck.color as color, Truck.id as id, 'Truck' as DISCRIMINATOR from Truck union all select Car.color as color, Car.id as id, 'Car' as DISCRIMINATOR from Car) as Vehicle left outer join Car as Car on Vehicle.id = Car.id left outer join Truck as Truck on Vehicle.id = Truck.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crudPolymorphicOneToOne(String, EntityPersister, ConnectionProvider)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id int not null, unique (id\u000a...[truncated 6951 chars]...\u000a,radio=<null>,color=<null>,engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crudPolymorphicOneToOne(String, EntityPersister, ConnectionProvider)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@100]\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select Engine.id as Engine_id from Engine where Engine.id in (?) | {Engine.id=o.c.s.i.PersistableIdentifier@100}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009insert into Engine(id) values (?) | {1={E\u000a...[truncated 8238 chars]...\u000arete.stalactite.engine.model.Truck\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crudPolymorphicOneToOne(String, EntityPersister, ConnectionProvider)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@100]\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select Engine.id as Engine_id from Engine where Engine.id in (?) | {Engine.id=o.c.s.i.PersistableIdentifier@100}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009insert into Engine(id) values (?) | {1={E\u000a...[truncated 7280 chars]...\u000alassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_joinedTables_oneToManyWithMappedAssociation_eachSubclassRedeclaresSameAssociation_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasElementCollection(String, EntityPersister, PersistenceContext, PolymorphismType)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Car_plates(id int, plates varchar(255), unique (id, plates))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table Car_plates add constraint FK_Car_plates_id_Vehicle_id foreign key(id) references Vehicle(id)\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id int not null, uniq\u000a...[truncated 7202 chars]...\u000a,radio=<null>,color=<null>,engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasElementCollection(String, EntityPersister, PersistenceContext, PolymorphismType)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009insert into Vehicle(id) values (?) | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}, 2={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityMappingTreeSelect\u000a...[truncated 7411 chars]...\u000aflater\u0009Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:42:54\u0009DEBUG\u0009JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u0009Instantiating entity of type class org.codefilarete.stalactite.engine.model.Truck\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_subClassHasElementCollection(String, EntityPersister, PersistenceContext, PolymorphismType)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:54\u0009TRACE\u0009SQLOperation\u0009select Car_plates.plates as Car_plates_plates, Car_plates.id as Car_plates_id from Car_plates where (Car_plates.id, Car_plates.plates) in ((?, ?)) | {Car_plates\u000a...[truncated 6840 chars]...\u000aplates=[],radio=<null>,color=<null>,engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:42:54\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Truck[color=Color[rgb=99],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_trunkHasOneToMany(String, EntityPersister)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, deputeCount integer, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:54\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK\u000a...[truncated 10913 chars]...\u000a,name=France,president=Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@0,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=New french president,nicknames=<null>,phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0],states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_trunkHasOneToMany(String, EntityPersister)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@0]\u000a2025-07-20 15:42:55\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009insert into Perso\u000a...[truncated 13011 chars]...\u000a,name=France,president=Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@0,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=New french president,nicknames=<null>,phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0],states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_polymorphism_trunkHasOneToMany(String, EntityPersister)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@0]\u000a2025-07-20 15:42:55\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@0}\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009insert into Perso\u000a...[truncated 11626 chars]...\u000a,name=France,president=Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@0,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=New french president,nicknames=<null>,phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0],states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicMany",
          "duration" : 0.031,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToTablePerClass_crud_ownedByReverseSide",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009alter table Town a\u000a...[truncated 10935 chars]...\u000aeration\u0009update Village set name = ?, barCount = ?, countryId = ? where id = ? | {1={Village.countryId (U)=null, Village.name (U)=Grenoble, Village.id (W)=o.c.s.i.PersistableIdentifier@42, Village.barCount (U)=51}}\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select id from Town union all select id from Village | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicMany",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToTablePerClass_crud_ownedByReverseSide_foreignKeysAreCreated",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Town(discotecCount integer, id int not null, name varchar(255), countryId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Village(barCount integer, id int not null, name varchar(255), countryId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009alter table Town add constraint FK_Town_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009alter table Village add constraint FK_Village_countryId_Country_id foreign key(countryId) references Country(id)\u000a"
        }
      ],
      "duration" : 0.056,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicMany",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicOne",
          "duration" : 0.056,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToSingleTable_crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SingleTablePolymorphis\u000a...[truncated 13251 chars]...\u000aablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@17]\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicOne",
          "duration" : 0.04,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToJoinedTable_crud_ownedByReverseSide",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, ownerId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constrain\u000a...[truncated 17823 chars]...\u000a25-07-20 15:42:55\u0009DEBUG\u0009JoinTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicOne",
          "duration" : 0.035,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToJoinedTable_crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constra\u000a...[truncated 18614 chars]...\u000a25-07-20 15:42:55\u0009DEBUG\u0009JoinTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select Vehicle.id as Vehicle_id, Truck.id as Truck_id, Car.id as Car_id from Vehicle left outer join Truck as Truck on Vehicle.id = Truck.id left outer join Car as Car on Vehicle.id = Car.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicOne",
          "duration" : 0.039,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToSingleTable_crud_ownedByReverseSide",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, ownerId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add constraint FK_Vehicle_ownerId_Person_id foreign key(ownerId) references Person(id)\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SQLOperation\u0009Batching statem\u000a...[truncated 12276 chars]...\u000aablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@17]\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id, Vehicle.DTYPE as Vehicle_DTYPE from Vehicle where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@17}\u000a"
        }
      ],
      "duration" : 0.171,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$OneToPolymorphicOne",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$SingleTableWithOneToOne",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdent\u000a...[truncated 6452 chars]...\u000a 15:42:56\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select * from Vehicle | {}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select * from Vehicle | {}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select id from Engine | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$SingleTableWithOneToOne",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneSubClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@100\u000a...[truncated 3502 chars]...\u000a 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select * from Vehicle | {}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select id from Engine | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$SingleTableWithOneToOne",
          "duration" : 0.026,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "listenersAreNotified",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, engineId int, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperati\u000a...[truncated 3478 chars]...\u000agineId = engine.id where Vehicle.id in (?) | {1=o.c.s.i.PersistedIdentifier@1}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Car[model=Peugeot,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$SingleTableWithOneToOne",
          "duration" : 0.033,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses_withCommonProperties",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, engineId int, model varchar(255), DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009alter table Vehicle add constraint FK_Vehicle_engineId_Engine_id foreign key(engineId) references Engine(id)\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdent\u000a...[truncated 7429 chars]...\u000a={Vehicle.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select count(*) as carCount from Vehicle where id = 1 | {}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select count(*) as truckCount from Vehicle where id = 2 | {}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select id from Engine | {}\u000a"
        }
      ],
      "duration" : 0.104,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$SingleTableWithOneToOne",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$TablePerClassWithOneToOne",
          "duration" : 0.03,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, engineId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(color int, id int not null, engineId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@200]\u000a2025-07-20 15:42:55\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u000a...[truncated 9010 chars]...\u000ad = ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select count(*) as carCount from car where id = 1 | {}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select count(*) as truckCount from car where id = 2 | {}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select id from Engine | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$TablePerClassWithOneToOne",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneSubClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), color int, engineId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@100]\u000a2025-07-20 15:42:55\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select Engine.id as Engine_id from Engine\u000a...[truncated 4086 chars]...\u000a]\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@100}}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select * from car | {}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select id from Engine | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$TablePerClassWithOneToOne",
          "duration" : 0.613,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "listenersAreNotified",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, engineId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, model, id, engineId) values (?, ?, ?, ?) | {1={Car.color=Color[rgb=666], Car.engineId=null, Car.id=o.c.s.i.PersistableIdentifier@1, Car.model=Renault}}\u000a20\u000a...[truncated 4172 chars]...\u000anflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car[model=Peugeot,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a2025-07-20 15:42:55\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Car[model=Peugeot,plates=[],radio=<null>,color=Color[rgb=666],engine=<null>,owner=<null>,wheels=[],id=o.c.s.i.PersistedIdentifier@1,timestamp=<null>]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$TablePerClassWithOneToOne",
          "duration" : 0.03,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses_withCommonProperties",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id int not null, color int, engineId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, color int, engineId int, unique (id))\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@200]\u000a2025-07-20 15:42:55\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u000a...[truncated 10374 chars]...\u000a= ? | {1={Truck.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:42:55\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@200}}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select count(*) as carCount from car where id = 1 | {}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select count(*) as truckCount from truck where id = 2 | {}\u000a2025-07-20 15:42:55\u0009TRACE\u0009SQLOperation\u0009select id from Engine | {}\u000a"
        }
      ],
      "duration" : 0.698,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPolymorphismWithRelationTest$TablePerClassWithOneToOne",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_oneToOne",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, engineId bigint, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_engineId_Engine_id foreign key(engineId) references Engine(id)\u000a2025-\u000a...[truncated 733 chars]...\u000aengine_model, engine.id as engine_id from Car left outer join Engine as engine on Car.engineId = engine.id where Car.id in (?) | {Car.id=1}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Car{id=1, color=null, model='Renault'}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multipleInheritance",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id, model from Car | {}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [1]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multipleInheritance_joinedTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table AbstractVehicle(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id bigint not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)\u000a2025-07-20 \u000a...[truncated 1213 chars]...\u000a}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car{id=1, color=null, model='Renault'}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object Car{id=1, color=null, model='Renault'}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_basic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:11\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009insert into Car(model, id) values (?, default) | {1={Car.model=Renault}}\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select id, model from Car | {}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [1]\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:11\u0009TRACE\u0009SQLOperation\u0009select Car.model as Car_model, Car.id as Car_id from Car where Car.id in (?) | {Car.id=1}\u000a2025-07-20 15:43:11\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest$Car\u000a"
        }
      ],
      "duration" : 0.032,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportPostInsertIdentifierTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embed_withSomeExcludedProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embed_withOverriddenColumnName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embed_withReadonlyProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(creationDate timestamp, modificationDate timestamp, readonlyProperty varchar(255), id varchar(36) not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(creationDate, modificationDate, id) values (?, ?, ?) | {1={Toto.modificationDate=Sun Jul 20 15:42:56 UTC 2025, Toto.creationDate=Sun Jul 20 15:42:56 UTC 2025, Toto.id=o.c.s.i.PersistedIdentifier@8363eeeb-173d-4a72-8ad3-305d8e88490c}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select readonlyProperty from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_withReadConverter_converterIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id varchar(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@63b2da7f-fbeb-49a9-9439-09c827444f3f]\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableI\u000a...[truncated 475 chars]...\u000aingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@63b2da7f-fbeb-49a9-9439-09c827444f3f}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withEnum_columnMappedWithOrdinal",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table PersonWithGender(name varchar(255), gender integer, id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select * from PersonWithGender | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_methodHasNoMatchingField_configurationIsStillValid",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=null, PersonWithGender.gender=FEMALE}}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entit\u000a...[truncated 74 chars]...\u000aingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.193,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "innerEmbed_withConflictingEmbeddable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into countryTable(countryCreatedAt, id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?, ?) | {1={countryTable.name=France, countryTable.countryCreatedAt=Mon Jan 01 00:00:00 UTC 2018, countryTable.id=o.c.s.i.PersistableIdentifier@1, countryTable.presidentName=François, countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_withColumn_columnIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_withSqlBinderOnEmbeddedProperty_binderIsUsed_writeCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id varchar(255) not null, creationDate varchar(255), modificationDate timestamp, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(modificationDate, creationDate, id) values (?, ?, ?) | {1={Toto.creationDate=Sun Jul 20 15:42:56 UTC 2025, Toto.id=o.c.s.i.PersistableIdentifier@52ffc71a-ff2b-4b91-933a-d76675de3421, Toto.modificationDate=Sun Jul 20 15:42:56 UTC\u000a...[truncated 183 chars]...\u000aityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@52ffc71a-ff2b-4b91-933a-d76675de3421}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embed_withOverriddenColumnName_nameAlreadyExists_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withEnum_mappedWithOrdinal",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table PersonWithGender(name varchar(255), gender INT, id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=toto, PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select * from PersonWithGender | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_mandatory_onMissingValue_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(name varchar(255) not null, firstName varchar(255) not null, id int not null, unique (id))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_methodIsASetter_configurationIsStillValid",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_withSqlBinder_binderIsUsed_writeCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id varchar(255) not null, possibleStates varchar(255), unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(possibleStates, id) values (?, ?) | {1={Toto.possibleStates=[IN_PROGRESS, DONE], Toto.id=o.c.s.i.PersistableIdentifier@df775d51-3cb0-4d79-bc7c-ce3d35852bb5}}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.Persistabl\u000a...[truncated 35 chars]...\u000a-ce3d35852bb5]\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.possibleStates as Toto_possibleStates, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@df775d51-3cb0-4d79-bc7c-ce3d35852bb5}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "innerEmbed_withSomeExcludedProperties",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into countryTable(id, name, presidentElectedAt, presidentName) values (?, ?, ?, ?) | {1={countryTable.presidentName=François, countryTable.name=France, countryTable.presidentElectedAt=Tue Jan 01 00:00:00 UTC 2019, countryTable.id=o.c.s.i.PersistableIdentifier@1}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert_nullValues",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.name=null, PersonWithGender.gender=null, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entitie\u000a...[truncated 72 chars]...\u000aingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_definedAsIdentifier_identifierIsStoredAsString",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id varchar(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@1e3a31b9-a9b0-42a7-ac5c-63b5c5038168]\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@1e3a31b9-a9b0-42a7-ac5c-63b5c5038168}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id) values (?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@1e3a31b9-a9b0-42a7-ac5c-63b5c5038168}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_mandatory_columnConstraintIsAdded",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withEnum_byDefault_ordinalIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=FEMALE, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1, PersonWithGender.name=toto}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select * from PersonWithGender | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_withWriteConverter_converterIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id varchar(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@028936c7-0141-4df0-a4bd-aaedfaef72a6]\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableI\u000a...[truncated 1334 chars]...\u000aingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@028936c7-0141-4df0-a4bd-aaedfaef72a6}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addEnum_mandatory_columnConstraintIsAdded",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withTableNaming",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_mappingDefinedTwiceByMethod_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embed_definedByGetter",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_identifierIsNotDefined_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_nullValues",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table PersonWithGender(name varchar(255), gender VARCHAR(255), id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into PersonWithGender(gender, id, name) values (?, ?, ?) | {1={PersonWithGender.gender=MALE, PersonWithGender.name=toto, PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-2\u000a...[truncated 369 chars]...\u000aingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select PersonWithGender.name as PersonWithGender_name, PersonWithGender.gender as PersonWithGender_gender, PersonWithGender.id as PersonWithGender_id from PersonWithGender where PersonWithGender.id in (?) | {PersonWithGender.id=o.c.s.i.PersistableIdentifier@1}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.PersonWithGender\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "innerEmbed_withTwiceSameInnerEmbeddableName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_readonly_columnIsNotWrittenToDatabase_CRUD",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(name varchar(255), firstName varchar(255), id varchar(36) not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(firstName, id) values (?, ?) | {1={Toto.firstName=null, Toto.id=o.c.s.i.PersistedIdentifier@82a27057-6b35-497c-9b68-a67cb6950d0b}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select firstName from Toto | {}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelatio\u000a...[truncated 173 chars]...\u000aentities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.firstName as Toto_firstName, Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistedIdentifier@82a27057-6b35-497c-9b68-a67cb6950d0b}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select firstName from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_mappingDefinedTwiceByColumn_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embed_definedBySetter",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_withFieldName_targetedPropertyNameIsTaken",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_readonly_columnIsNotWrittenToDatabase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), firstName varchar(255), unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(firstName, id) values (?, ?) | {1={Toto.firstName=null, Toto.id=o.c.s.i.PersistedIdentifier@22523e78-2acb-41ee-a73e-eb1d0a555ed6}}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009update Toto set name = ? where id = ? | {1=dummyName, 2=o.c.s.i.PersistedIdentifier@22523e78-2acb-41ee-a73e-eb1d0a555ed6}\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.id, Toto.name from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embed_withOverriddenColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "apiUsage",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_withSqlBinder_binderIsUsed_readCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id varchar(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@fd73aa91-9a8e-4295-983b-5eb147fb0d70]\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableI\u000a...[truncated 404 chars]...\u000a3aa91-9a8e-4295-983b-5eb147fb0d70]\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@fd73aa91-9a8e-4295-983b-5eb147fb0d70}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addEnum_mandatory_onMissingValue_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table PersonWithGender(name varchar(255), gender VARCHAR(255) not null, id int not null, unique (id))\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_withReadConverter_converterIsUsed_readOnlyProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id varchar(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values (?, ?) | {Toto.name=toto, Toto.id=o.c.s.i.PersistedIdentifier@34f9f37b-916a-4542-95c1-aba7a00e8c1c}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@34f9f37b-916a-4542-95c1-aba7a00e8c1c]\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistedIdentifier@34f9f37b-916a-4542-95c1-aba7a00e8c1c}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name from Toto | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_withColumnName_targetedPropertyNameIsTaken",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "map_withoutName_targetedPropertyNameIsTaken",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overrideName_nameIsAlreadyOverridden_nameIsOverwritten",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.modificationDate=null, Toto.createdAt=Sun Jul 20 15:42:56 UTC 2025, Toto.id=o.c.s.i.PersistableIdentifier@7e863c28-2302-4b5a-a02c-fc30f651fa3b, T\u000a...[truncated 308 chars]...\u000actExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7e863c28-2302-4b5a-a02c-fc30f651fa3b}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "simpleCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, name varchar(255), unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(creationDate, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.creationDate=Sun Jul 20 15:42:56 UTC 2025, Toto.modificationDate=null, Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@0031c88d-91e0-\u000a...[truncated 326 chars]...\u000autor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@0031c88d-91e0-4ea9-8e25-4734e6fcba7f}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "exclude",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), modificationDate timestamp, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, modificationDate, name) values (?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@064f9f05-12b8-432c-9aab-b61187a5deb7, Toto.modificationDate=null, Toto.name=null}}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009select\u000a...[truncated 95 chars]...\u000a:42:56\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.modificationDate as Toto_modificationDate, Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@064f9f05-12b8-432c-9aab-b61187a5deb7}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overrideColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.modificationDate=null, Toto.createdAt=Sun Jul 20 15:42:56 UTC 2025, Toto.name=null, Toto.id=o.c.s.i.PersistableIdentifier@0a874c7d-9fd8-47e8-bad0\u000a...[truncated 308 chars]...\u000actExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@0a874c7d-9fd8-47e8-bad0-68a1ba5595b7}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overrideName_nameAlreadyExists_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "overrideName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, createdAt timestamp, modificationDate timestamp, name varchar(255), unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(createdAt, id, modificationDate, name) values (?, ?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@abb1fb9f-bb99-4ee8-9fef-c70bc1b45824, Toto.name=null, Toto.createdAt=Sun Jul 20 15:42:56 UTC 2025, Toto.modifica\u000a...[truncated 308 chars]...\u000actExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.modificationDate as Toto_modificationDate, Toto.createdAt as Toto_createdAt, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@abb1fb9f-bb99-4ee8-9fef-c70bc1b45824}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embed_withMappedSuperClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationDate timestamp, locale VARCHAR(20), name varchar(255), unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(creationDate, id, locale, modificationDate, name) values (?, ?, ?, ?, ?) | {1={Toto.name=null, Toto.locale=en_US, Toto.modificationDate=null, Toto.id=o.c.s.i.PersistableIdentifier@56b76dbd-d05\u000a...[truncated 417 chars]...\u000a chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.locale as Toto_locale, Toto.modificationDate as Toto_modificationDate, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@56b76dbd-d050-47a3-9ad8-60c56ac75426}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embed_withMappedSuperClassAndOverride",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, creationDate timestamp, modificationTime timestamp, locale VARCHAR(20), name varchar(255), modificationDate timestamp, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Toto(creationDate, id, locale, modificationTime, name) values (?, ?, ?, ?, ?) | {1={Toto.modificationTime=null, Toto.name=null, Toto.locale=en_US, Toto.creationDate=Sun \u000a...[truncated 445 chars]...\u000a chunks\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.locale as Toto_locale, Toto.modificationTime as Toto_modificationTime, Toto.creationDate as Toto_creationDate, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@e5cf3cb4-dc36-4253-bda4-52189a9c5c0c}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mappingDefinedTwice_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.099,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_withConfigurationFromInheritance",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Titi(id VARCHAR(255) not null, prop1 varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Tutu(id VARCHAR(255) not null, firstName varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Tata ad\u000a...[truncated 5283 chars]...\u000aSQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009delete from Tata where id = ? | {1={Tata.id=o.c.s.i.PersistedIdentifier@2fd64034-0327-4422-a1cb-a0c7d9a6fc67}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistedIdentifier@2fd64034-0327-4422-a1cb-a0c7d9a6fc67}}\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select id from Toto union all select id from Tata | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(identifier VARCHAR(255) not null, unique (identifier))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperati\u000a...[truncated 2653 chars]...\u000a20 15:42:57\u0009TRACE\u0009SQLOperation\u0009delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@600666f8-c784-4612-a17b-e48f610ba726}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@600666f8-c784-4612-a17b-e48f610ba726}}\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select identifier from Toto union all select identifier from Tata | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tableStructure",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(identifier VARCHAR(255) not null, unique (identifier))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud_severalTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(identifier VARCHAR(255) not null, unique (identifier))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Tutu(identifier VARCHAR(255) not null, firstName varchar(255), unique (identifier))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identif\u000a...[truncated 4434 chars]...\u000a20 15:42:57\u0009TRACE\u0009SQLOperation\u0009delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@d41a0d29-1fe3-44c0-8cd1-014394d5e30f}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@d41a0d29-1fe3-44c0-8cd1-014394d5e30f}}\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select identifier from Toto union all select identifier from Tata | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tableStructure_columnNameGiven_columnNameIsUsed",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Tata(identifier VARCHAR(255) not null, dummyName varchar(255), unique (identifier))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(identifier VARCHAR(255) not null, unique (identifier))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)\u000a"
        }
      ],
      "duration" : 0.075,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "usingConstructor_constructorIsInvoked_setterIsNotCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(name varchar(255), id VARCHAR(255) not null, unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@931f0f62-1894-4eb0-8e75-e94fdab6fe03}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@931f0f62-1894-4eb0-8e75-e94fdab6fe03]\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@931f0f62-1894-4eb0-8e75-e94fdab6fe03}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey",
          "duration" : 0.032,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "usingConstructor_2Args_constructorIsInvoked_setterIsNotCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@8adad3b3-136d-4462-bf85-2fc1979ce6ce}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@8adad3b3-136d-4462-bf85-2fc1979ce6ce]\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@8adad3b3-136d-4462-bf85-2fc1979ce6ce}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "usingFactory_constructorIsInvoked_setterIsNotCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@61b7ed4e-5744-4cf4-a622-35bdd9a84de3, Toto.name=Tutu}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@61b7ed4e-5744-4cf4-a622-35bdd9a84de3]\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@61b7ed4e-5744-4cf4-a622-35bdd9a84de3}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "usingConstructor_supplier_supplierIsCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@b077006b-9bdf-48e2-a050-bd27d0b14ca8, Toto.name=Tutu}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@b077006b-9bdf-48e2-a050-bd27d0b14ca8]\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@b077006b-9bdf-48e2-a050-bd27d0b14ca8}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "calledTwice_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "byDefault_defaultConstructorIsInvoked_setterIsCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@56764851-54fd-4633-b1d3-e7ab774d4799}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@56764851-54fd-4633-b1d3-e7ab774d4799]\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@56764851-54fd-4633-b1d3-e7ab774d4799}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "usingConstructor_1Arg_constructorIsInvoked_setterIsNotCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@58c77471-411b-4b1f-994c-27d31a7e4d2f}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@58c77471-411b-4b1f-994c-27d31a7e4d2f]\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@58c77471-411b-4b1f-994c-27d31a7e4d2f}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "usingConstructor_1ArgColumnName_constructorIsInvoked_setterIsNotCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(name varchar(255), myId VARCHAR(255) not null, unique (myId))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into Toto(myId, name) values (?, ?) | {1={Toto.name=Tutu, Toto.myId=o.c.s.i.PersistableIdentifier@23995f7d-3797-43b6-8d9f-c3eef04b3509}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@23995f7d-3797-43b6-8d9f-c3eef04b3509]\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.myId as Toto_myId from Toto where Toto.myId in (?) | {Toto.myId=o.c.s.i.PersistableIdentifier@23995f7d-3797-43b6-8d9f-c3eef04b3509}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        }
      ],
      "duration" : 0.093,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withConstructorSpecified_constructorIsInvoked_setterIsNotCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@384c772f-7652-4605-be81-45549e2e652d}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@384c772f-7652-4605-be81-45549e2e652d]\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@384c772f-7652-4605-be81-45549e2e652d}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "withConstructorSpecified_byColumnName_constructorIsInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(label varchar(255), identifier VARCHAR(255) not null, unique (identifier))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into Toto(identifier, label) values (?, ?) | {1={Toto.label=null, Toto.identifier=o.c.s.i.PersistableIdentifier@45e16b68-047a-4feb-950d-41083fe84955}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifie\u000a...[truncated 39 chars]...\u000a\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select Toto.label as Toto_label, Toto.identifier as Toto_identifier from Toto where Toto.identifier in (?) | {Toto.identifier=o.c.s.i.PersistableIdentifier@45e16b68-047a-4feb-950d-41083fe84955}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "setByConstructor_withSeveralArguments",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values (?, ?) | {1={Toto.name=Hello, Toto.id=o.c.s.i.PersistableIdentifier@1497e4e1-b684-486e-b4d3-d905762f8066}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@1497e4e1-b684-486e-b4d3-d905762f8066]\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@1497e4e1-b684-486e-b4d3-d905762f8066}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "byDefault_defaultConstructorIsInvoked_setterIsCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@2440609b-bd23-417b-be02-1c7bd591e3ed}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@2440609b-bd23-417b-be02-1c7bd591e3ed]\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@2440609b-bd23-417b-be02-1c7bd591e3ed}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "setByConstructor_constructorIsInvoked_setterIsCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:57\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@c066ac9e-069e-431f-99d4-44c38bcd073e}}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@c066ac9e-069e-431f-99d4-44c38bcd073e]\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:42:57\u0009TRACE\u0009SQLOperation\u0009select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@c066ac9e-069e-431f-99d4-44c38bcd073e}\u000a2025-07-20 15:42:57\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto\u000a"
        }
      ],
      "duration" : 0.045,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$UseConstructor",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testCascade_SetSetMix_update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table State(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) ref\u000a...[truncated 15879 chars]...\u000afilarete.stalactite.engine.model.Country@2839a286,id=o.c.s.i.PersistedIdentifier@2,name=Grenoble,persons=<null>,state=<null>]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[State{id=o.c.s.i.PersistedIdentifier@0}, State{id=o.c.s.i.PersistedIdentifier@3}],timestamp=<null>,towns=<null>,version=0]\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select id from State where id = 1 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testCascade_oneToOneAndOneToMany_CRUD",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeplo\u000a...[truncated 10413 chars]...\u000a,name=France,president=Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@0,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=New french president,nicknames=<null>,phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0],states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest",
          "duration" : 0.061,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testCascade_ListSetMix_listContainsDuplicate_CRUD",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country_ancientCities(country_id int, ancientCities_id int, idx integer not null, unique (country_id, ancientCities_id, idx))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table State(name varchar(255), id int n\u000a...[truncated 27554 chars]...\u000ang o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=<null>,description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[State{id=o.c.s.i.PersistedIdentifier@0}, State{id=o.c.s.i.PersistedIdentifier@3}],timestamp=<null>,towns=<null>,version=0]\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select id from State where id = 1 | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "foreignKeyIsCreated",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id int not null, countryId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table Person(name varchar(255), id int not null, unique (id))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009alter table Country add constraint FK_Country_presidentId_Person_id foreign key(presidentId) references Person(id)\u000a"
        }
      ],
      "duration" : 0.112,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportToOneAndToManyMixTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest",
          "duration" : 0.028,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_versionIsUpgraded_dateVersion",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Country(modificationDate timestamp, name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Country(name, description, modificationDate, id) values (?, ?, ?, ?) | {1={Country.description=null, Country.modificationDate=2025-07-20T15:42:56.198, Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0}}\u000a2025\u000a...[truncated 1588 chars]...\u000a with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009update Country set name = ?, description = ?, modificationDate = ? where modificationDate = ? and id = ? | {1={Country.description (U)=null, Country.modificationDate (U)=2025-07-20T15:42:56.205, Country.modificationDate (W)=2025-07-20T15:42:56.201, Country.name (U)=Tutu, Country.id (W)=o.c.s.i.PersistedIdentifier@0}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_versionedPropertyIsOfUnsupportedType_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_versionIsUpgraded_integerVersion",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Country(version integer, name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Country(name, description, version, id) values (?, ?, ?, ?) | {1={Country.version=1, Country.name=France, Country.id=o.c.s.i.PersistableIdentifier@0, Country.description=null}}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersist\u000a...[truncated 1341 chars]...\u000aableIdentifier@0}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Country\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009update Country set name = ?, description = ?, version = ? where version = ? and id = ? | {1={Country.version (U)=3, Country.version (W)=2, Country.name (U)=Tutu, Country.id (W)=o.c.s.i.PersistedIdentifier@0, Country.description (U)=null}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest",
          "duration" : 0.063,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update_entityIsOutOfSync_databaseIsNotUpdated",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:56\u0009DEBUG\u0009DDLDeployer\u0009create table Country(version integer, name varchar(255), description varchar(255), id int not null, unique (id))\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009insert into Country(name, description, version, id) values (?, ?, ?, ?) | {1={Country.description=null, Country.version=1, Country.id=o.c.s.i.PersistableIdentifier@0, Country.name=France}}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SimpleRelationalEntityPersist\u000a...[truncated 618 chars]...\u000a-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009update Country set name = ?, description = ?, version = ? where version = ? and id = ? | {1={Country.description (U)=null, Country.version (U)=2, Country.version (W)=1, Country.id (W)=o.c.s.i.PersistableIdentifier@0, Country.name (U)=Tata}}\u000a2025-07-20 15:42:56\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:42:56\u0009TRACE\u0009SQLOperation\u0009delete from Country where version = ? and id = ? | {1={Country.version=1, Country.id=o.c.s.i.PersistableIdentifier@0}}\u000a"
        }
      ],
      "duration" : 0.127,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportVersioningTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.ForeignKeyNamingStrategyTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hash_2FK_targetColumnsHaveSameName_hashMustBeDifferent",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.001,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.ForeignKeyNamingStrategyTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.JoinColumnNamingStrategyTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "defaultGiveName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.001,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.JoinColumnNamingStrategyTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.MapEntryTableNamingStrategyTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveMapKeyColumnNames",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.MapEntryTableNamingStrategyTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.003,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.MapEntryTableNamingStrategyTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.AfterDeleteByIdSupportTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorWithDefaultFilter_acceptAll",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.AfterDeleteByIdSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorArgsAreInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.004,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.cascade.AfterDeleteByIdSupportTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.AfterDeleteSupportTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorWithDefaultFilter_acceptAll",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.AfterDeleteSupportTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorArgsAreInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.031,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.cascade.AfterDeleteSupportTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.AfterInsertSupportTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorWithDefaultFilter_acceptAll",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.AfterInsertSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorArgsAreInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.003,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.cascade.AfterInsertSupportTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.AfterUpdateCollectionCascaderTest",
          "duration" : 0.025,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testAfterUpdate",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.026,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.cascade.AfterUpdateCollectionCascaderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.AfterUpdateSupportTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorWithDefaultFilter_acceptAll",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.AfterUpdateSupportTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorArgsAreInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.011,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.cascade.AfterUpdateSupportTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.BeforeDeleteByIdSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorWithDefaultFilter_acceptAll",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.BeforeDeleteByIdSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorArgsAreInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.004,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.cascade.BeforeDeleteByIdSupportTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.BeforeDeleteSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorWithDefaultFilter_acceptAll",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.BeforeDeleteSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorArgsAreInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.004,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.cascade.BeforeDeleteSupportTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.BeforeInsertSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorWithDefaultFilter_acceptAll",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.BeforeInsertSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorArgsAreInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.004,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.cascade.BeforeInsertSupportTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.BeforeUpdateSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorWithDefaultFilter_acceptAll",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.cascade.BeforeUpdateSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "constructorArgsAreInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.004,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.cascade.BeforeUpdateSupportTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.AssociationRecordMappingTest$CompositeKey",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "write_read",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.007,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.configurer.AssociationRecordMappingTest$CompositeKey",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.AssociationRecordMappingTest$SingleColumnKey",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "write_read",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.002,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.configurer.AssociationRecordMappingTest$SingleColumnKey",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveTargetTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest",
          "duration" : 0.181,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ensureColumnBindingInRegistry",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveTargetTable_withImportedConfiguration",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveTargetTable_multipleTableFound_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest$InternalProcessor",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addColumnToTable_existingColumnDoesntMatchLinkageType_linkageAsParameterBinder_doesntThrowException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.002,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.configurer.BeanMappingBuilderTest$InternalProcessor",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Element(id bigint not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Part(name varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Question(label varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Element(id) values (?) | {1={Element.id=1}}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_withAfterInsertIdentifierPolicy_entitiesMustHaveTheirIdSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Element(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Part(name varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Question(label varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(\u000a...[truncated 44 chars]...\u000ater table Question add constraint FK_Question_id_Element_id foreign key(id) references Element(id)\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Element(id) values (default) | {1={}}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_targetTableAndOverridingColumnsAreDifferent_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Element(id bigint not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Part(name varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Question(label varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Part add constraint FK_Part_id_Element_id foreign key(id) references Element(id)\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009alter table Questi\u000a...[truncated 621 chars]...\u000a outer join Question as Question on Element.id = Question.id where Element.id in (?) | {1=1}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Element(id) values (?) | {1={Element.id=1}}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}\u000a"
        }
      ],
      "duration" : 0.028,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.configurer.JoinTablePolymorphismBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.OneToOneRelationConfigurerTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tableStructure_associationTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.OneToOneRelationConfigurerTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "tableStructure_relationMappedByReverseSide",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.031,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.configurer.OneToOneRelationConfigurerTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderContextTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cycling",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.018,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderContextTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "collectEmbeddedMappingFromInheritance_fromMappedSuperClasses",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "collectEmbeddedMappingFromInheritance_withoutHierarchy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "collectEmbeddedMappingFromInheritance_fromInheritedClasses",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest",
          "duration" : 0.024,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertCompositeKeyIdentifierOverridesEqualsHashcode",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "propagatePrimarykey",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addIdentifyingPrimarykey_afterInsertPolicy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "applyForeignKeys",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "collectEmbeddedMappingFromInheritance_fromInheritedClasses_withJoinedTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addIdentifyingPrimarykey_beforeInsertPolicy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addIdentifyingPrimaryKey_alreadyAssignedPolicy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest",
          "duration" : 0.082,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_withPolymorphismSingleTable_resultAssertsThatPersisterManageGivenEntities",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009SingleTablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@42]\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.id as AbstractVehicle_id, AbstractVehicle.DTYPE as AbstractVehicle_DTYPE from AbstractVehicle where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_resultAssertsThatPersisterManageGivenEntities",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@42]\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.id as AbstractVehicle_id from AbstractVehicle where AbstractVehicle.id in (?) | {AbstractVehicle.id=o.c.s.i.PersistableIdentifier@42}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_singleTable_singleClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, creationDate, id, model, modificationDate) values (?, ?, ?, ?, ?) | {1={Car.model=Renault, Car.modificationDate=Sun Jul 20 15:43:08 UTC 2025, Car.creationDate=Sun Jul 20 15:43:08 UTC 2025, Car.color=Color[rgb=123], Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_joinedTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into AbstractVehicle(creationDate, id, modificationDate) values (?, ?, ?) | {1={AbstractVehicle.creationDate=Sun Jul 20 15:43:08 UTC 2025, AbstractVehicle.id=o.c.s.i.PersistableIdentifier@1, AbstractVehicle.modificationDate=Sun Jul 20 15:43:08 UTC 2025}}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Vehicle(color, i\u000a...[truncated 1106 chars]...\u000aRACE\u0009SQLOperation\u0009select Car.model as Car_model, Car.id as Car_id, AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.id as AbstractVehicle_id, Vehicle.color as Vehicle_color, Vehicle.id as Vehicle_id from Car inner join AbstractVehicle as AbstractVehicle on Car.id = AbstractVehicle.id inner join Vehicle as Vehicle on Car.id = Vehicle.id where Car.id in (?) | {Car.id=o.c.s.i.PersistableIdentifier@1}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_connectionProviderIsNotRollbackObserver_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_twiceForSameClass_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_withPolymorphismJoinedTables_resultAssertsThatPersisterManageGivenEntities",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009JoinTablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@42]\u000a2025-07-20 15:43:08\u0009DEBUG\u0009JoinTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND AbstractVehicle.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select AbstractVehicle.creationDate as AbstractVehicle_creationDate, AbstractVehicle.modificationDate as AbstractVehicle_modificationDate, AbstractVehicle.id as AbstractVehicle_id, Vehicle.id as Vehicle_id from AbstractVehicle left outer join Vehicle as Vehicle on AbstractVehicle.id = Vehicle.id where AbstractVehicle.id in (?) | {1=o.c.s.i.PersistableIdentifier@42}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_createsAnInstanceThatDoesntRequireTwoSelectsOnItsUpdateMethod",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Car(id, model) values (?, ?) | {1={Car.model=Renault, Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@1]\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select Car.model as Car_model, Car.id as Car_id f\u000a...[truncated 506 chars]...\u000a Car.id in (?) | {Car.id=o.c.s.i.PersistableIdentifier@1}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Result found in cache, statement will not be executed\u000a2025-07-20 15:43:08\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Car\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009update Car set model = ? where id = ? | {1={Car.model (U)=Peugeot, Car.id (W)=o.c.s.i.PersistedIdentifier@1}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_singleTable_withInheritance",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Car(color, creationDate, id, model, modificationDate) values (?, ?, ?, ?, ?) | {1={Car.modificationDate=Sun Jul 20 15:43:08 UTC 2025, Car.id=o.c.s.i.PersistableIdentifier@1, Car.color=Color[rgb=123], Car.model=Renault, Car.creationDate=Sun Jul 20 15:43:08 UTC 2025}}\u000a"
        }
      ],
      "duration" : 0.144,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.configurer.PersisterBuilderImplTest$BuildTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve_propertyDoesntMeetJavaBeanNamingConvention_exceptionIsThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve(PropertyMapping, Accessor, Mutator)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve(PropertyMapping, Accessor, Mutator)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve(PropertyMapping, Accessor, Mutator)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve(PropertyMapping, Accessor, Mutator)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve(PropertyMapping, Accessor, Mutator)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve(PropertyMapping, Accessor, Mutator)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "resolve(PropertyMapping, Accessor, Mutator)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.012,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.configurer.PropertyAccessorResolverTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.DTYPE=QUESTION, Element.id=1, Element.label=What's the answer to Life, the Universe and Everything ?}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_withAfterInsertIdentifierPolicy_entitiesMustHaveTheirIdSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Element(id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Element(label, id, DTYPE) values (?, default, ?) | {1={Element.DTYPE=QUESTION, Element.label=What's the answer to Life, the Universe and Everything ?}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_targetTableAndOverridingColumnsAreDifferent_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Element(id bigint not null, label varchar(255), name varchar(255), DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SingleTablePolymorphismPersister\u0009selecting entities [1]\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Element.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009select Element.id as Element_id, Element.label as Element_label, Element.name as Element_name, Element.DTYPE as Element_DTYPE from Element where Element.id in (?) | {1=1}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Element(label, id, DTYPE) values (?, ?, ?) | {1={Element.DTYPE=QUESTION, Element.id=1, Element.label=What's the answer to Life, the Universe and Everything ?}}\u000a"
        }
      ],
      "duration" : 0.028,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.configurer.SingleTablePolymorphismBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_withBeforeInsertIdentifierPolicy_entitiesMustHaveTheirIdSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Part(name varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Question(label varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Question(label, id) values (?, ?) | {1={Question.label=What's the answer to Life, the Universe and Everything ?, Question.id=1}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_targetTableAndOverridingColumnsAreDifferent_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_withAlreadyAssignedIdentifierPolicy_entitiesMustHaveTheirIdSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Part(name varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009DDLDeployer\u0009create table Question(label varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:08\u0009DEBUG\u0009TablePerClassPolymorphismPersister\u0009selecting entities [1]\u000a2025-07-20 15:43:08\u0009DEBUG\u0009TablePerClassPolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Element.id In], hasCollectionCriteria\u000a...[truncated 293 chars]...\u000aTOR from Part union all select Question.id as id, 'Question' as DISCRIMINATOR from Question) as Element left outer join Part as Part on Element.id = Part.id left outer join Question as Question on Element.id = Question.id where Element.id in (?) | {1=1}\u000a2025-07-20 15:43:08\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:08\u0009TRACE\u0009SQLOperation\u0009insert into Question(label, id) values (?, ?) | {1={Question.id=1, Question.label=What's the answer to Life, the Universe and Everything ?}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "build_withAfterInsertIdentifierPolicy_throwsUnsupportedOperationException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.028,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.configurer.TablePerClassPolymorphismBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest$RecordIdAssemblerTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getColumnValues_mapEntryKeyIsASimpleProperty_givesRightValues",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest$RecordIdAssemblerTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assemble_mapEntryKeyIsASimpleProperty_recordIdContainsIdentifiers",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest$RecordIdAssemblerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assemble_mapEntryKeyIsEntityWithSingleColumn_recordIdContainsIdentifiers",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest$RecordIdAssemblerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getColumnValues_mapEntryKeyIsEntityWithCompositeKey_givesRightValues",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.008,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.configurer.map.KeyValueRecordMappingTest$RecordIdAssemblerTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffList(List, List, Set)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffList(List, List, Set)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffList(List, List, Set)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffList(List, List, Set)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffList(List, List, Set)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffList(List, List, Set)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffList(List, List, Set)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffList(List, List, Set)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffList(List, List, Set)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffList(List, List, Set)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffList(List, List, Set)[11]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffList_withClone_cloneMustBeReplacingInstance",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffSet(Set, Set, Set)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffSet(Set, Set, Set)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffSet(Set, Set, Set)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "diffSet(Set, Set, Set)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.034,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.diff.CollectionDifferTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.idprovider.PooledIdentifierProviderTest",
          "duration" : 10.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testAsynchronousLoad",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 10.005,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.idprovider.PooledIdentifierProviderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.idprovider.PooledSequenceIdentifierProviderTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveNewIdentifier",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:07\u0009DEBUG\u0009DDLDeployer\u0009create table sequence_table(sequence_name varchar(255), next_val bigint not null, unique (sequence_name))\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select sequence_na\u000a...[truncated 539 chars]...\u000a_table.sequence_name=Toto}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009update sequence_table set next_val = ? where sequence_name = ? | {1={sequence_table.next_val (U)=20, sequence_table.sequence_name (W)=Toto}}\u000a2025-07-20 15:43:07\u0009DEBUG\u0009SelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:07\u0009TRACE\u0009SQLOperation\u0009select sequence_name, next_val from sequence_table where sequence_name in (?) | {sequence_table.sequence_name=Toto}\u000a"
        }
      ],
      "duration" : 0.019,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.idprovider.PooledSequenceIdentifierProviderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.AssociationRecordInsertionCascaderTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testAssociationRecordInsertionCascader_getTargets",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.011,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.AssociationRecordInsertionCascaderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest",
          "duration" : 0.091,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasCollectionCriteria_manyCriteria_returnsTrue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasCollectionCriteria_embeddedCollectionCriteria_returnsTrue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "graphNode_getColumn_withRelationOneToMany",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasCollectionCriteria_noCollectionCriteria_returnsFalse",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "graphNode_getColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "graphNode_getColumn_doesntExist_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "graphNode_getColumn_many_doesntExist_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "graphNode_getColumn_withRelationOneToOne",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "apiUsage",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.13,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.EntityCriteriaSupportTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityGraphSelectExecutorTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Country.id as rootId from Country left outer join City as City on Countr\u000a...[truncated 1864 chars]...\u000a=[City[country=org.codefilarete.stalactite.engine.model.Country@5a621451,id=o.c.s.i.PersistedIdentifier@42,name=Paris,persons=<null>,state=<null>], City[country=org.codefilarete.stalactite.engine.model.Country@5a621451,id=o.c.s.i.PersistedIdentifier@43,name=Lyon,persons=<null>,state=<null>]],description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@12,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityGraphSelectExecutorTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_emptyResult",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Country(name varchar(255), id bigint not null, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Country.id as rootId from Country left outer join City as City on Country.id = City.countryId where Country.name = ? and City.name = ? | {1=France, 2=Grenoble}\u000a"
        }
      ],
      "duration" : 0.023,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.EntityGraphSelectExecutorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityGraphSelectorTest",
          "duration" : 0.039,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Tata.id as Tata_id from Toto inner join Tata on Toto.id = Tata.id where Toto.id = :toto_id | {toto_id=7}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.EntityGraphSelectorTest$Toto\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Toto[{id=7, a=null, b=null, x=null, y=null, z\u000a...[truncated 566 chars]...\u000alater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Toto[{id=17, a=null, b=null, x=null, y=null, z=null, tata=null}]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.EntityGraphSelectorTest$Toto\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Toto[{id=23, a=null, b=null, x=null, y=null, z=null, tata=null}]\u000a"
        }
      ],
      "duration" : 0.039,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.EntityGraphSelectorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.123,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[11]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[12]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[13]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked_withPolymorphicPersisterAtInit(Method, Object[])[14]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[11]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[12]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[13]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "assertMethodIsInvoked(Method, Object[])[14]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.173,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.EntityIsManagedByPersisterAsserterTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest",
          "duration" : 0.061,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_emptyArgument",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select(Table, List, PairSetList)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id1 as Toto_id1 from Toto where Toto.id1 in (?, ?, ?) | {Toto.id1=[11, 13, 17]}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id1 as Toto_id1 from Toto where Toto.id1 in (?) | {Toto.id1=23}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select(Table, List, PairSetList)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2 from Toto where (Toto.id1, Toto.id2) in ((?, ?), (?, ?), (?, ?)) | {Toto.id1=[11, 13, 17], Toto.id2=[11, 13, 17]}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2 from Toto where (Toto.id1, Toto.id2) in ((?, ?)) | {Toto.id1=23, Toto.id2=23}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select(Table, List, PairSetList)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2, Toto.id3 as Toto_id3 from Toto where (Toto.id1, Toto.id2, Toto.id3) in ((?, ?, ?), (?, ?, ?), (?, ?, ?)) | {Toto.id2=[11, 13, 17], Toto.id3=[11, 13, 17], Toto.id1=[11, 13, 17]}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2, Toto.id3 as Toto_id3 from Toto where (Toto.id1, Toto.id2, Toto.id3) in ((?, ?, ?)) | {Toto.id2=23, Toto.id3=23, Toto.id1=23}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select_argumentWithOneBlock",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select dummyTable.dummyPK as dummyTable_dummyPK from dummyTable where dummyTable.dummyPK in (?, ?) | {dummyTable.dummyPK=[11, 13]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_realLife_composedId",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Toto(id1 bigint not null, id2 bigint not null, name varchar(255), unique (id1, id2))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 1 chunks\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id1 as Toto_id1, Toto.id2 as Toto_id2, Toto.name as Toto_name from Toto where (Toto.id1, Toto.id2) in ((?, ?)) | {Toto.id2=1, Toto.id1=100}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.Join\u000a...[truncated 229 chars]...\u000a1 as Toto_id1, Toto.id2 as Toto_id2, Toto.name as Toto_name from Toto where (Toto.id1, Toto.id2) in ((?, ?), (?, ?)) | {Toto.id2=[1, 2], Toto.id1=[100, 200]}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.EntityMappingTreeSelectExecutorTest$Toto\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.EntityMappingTreeSelectExecutorTest$Toto\u000a"
        }
      ],
      "duration" : 0.091,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.EntityMappingTreeSelectExecutorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildComparator_singleDirectProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildComparator_severalCombinedSetter_withNullValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildComparator_severalDirectProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildComparator_severalCombinedProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildComparator_severalCombinedSetter",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.007,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.EntityQueryCriteriaSupportTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.IndexedAssociationRecordInsertionCascaderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testIndexedAssociationRecordInsertionCascader_getTargets",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.002,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.IndexedAssociationRecordInsertionCascaderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cachingQueryConnectionProvider_releasesConnectionOnClose",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cachingQueryConnectionProvider_releasesConnectionOnRollback",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cachingQueryConnectionProvider_implementsRollBackObserverWhenGivenOneDoes",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cachingQueryConnectionProvider_notifiesRollbackObserverWhenGivenOneIsAwareOfTransaction",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cachingQueryConnectionProvider_releasesConnectionOnCommit",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cachingQueryConnectionProvider_cachesQuery",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Result found in cache, statement will not be executed\u000a"
        }
      ],
      "duration" : 0.011,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.OptimizedUpdatePersisterTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_collectionCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as rootId from Toto where Toto.q = ? | {1=[42]}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?) | {1=o.c.s.i.PersistedIdentifier@7}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.b=23, Toto.a=17, Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.q=null}, 2={Toto.b=31, Toto.a=29, Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.q=null}, 3={Toto.b=41, Toto.a=37, Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.q=null}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.b=53, Toto.a=43, Toto.id=o.c.s.i.PersistableIdentifier@4, Toto.q=null}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@23]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?, ?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@\u000a...[truncated 451 chars]...\u000anflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@23}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@23]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.id in (?, ?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@\u000a...[truncated 1144 chars]...\u000as.i.PersistedIdentifier@7, Toto.a (U)=17, Toto.b (U)=23}, 2={Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@13, Toto.a (U)=29, Toto.b (U)=31}, 3={Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@17, Toto.a (U)=37, Toto.b (U)=41}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@23, Toto.a (U)=43, Toto.b (U)=53}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_multiple",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById_multiple",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id in (?, ?, ?) | {1={Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "updateById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.a (U)=17, Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.b (U)=23}, 2={Toto.q (U)=null, Toto.a (U)=29, Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.b (U)=31}, 3={Toto.q (U)=null, Toto.a (U)=37, Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.b (U)=41}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.a (U)=43, Toto.id (W)=o.c.s.i.PersistableIdentifier@4, Toto.b (U)=53}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.a = ? order by Toto.a asc | {1=42}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.a = ? | {1=42}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_namedParameter",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q from Toto where Toto.a = ? and Toto.id in (?) | {1=12, 2=o.c.s.i.PersistedIdentifier@42}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.r.SimpleRelationalEntityPersisterTest$Toto\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_orderByOnCollectionProperty_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}\u000a"
        }
      ],
      "duration" : 0.047,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@7}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, a, b, q) values (?, ?, ?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.a=17, Toto.b=23, Toto.q=null}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.a=29, Toto.b=31, Toto.q=null}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.a=37, Toto.b=41, Toto.q=null}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperati\u000a...[truncated 298 chars]...\u000aToto2.y=123, Toto2.x=117, Toto2.id=o.c.s.i.PersistableIdentifier@1, Toto2.z=-117}, 2={Toto2.y=131, Toto2.x=129, Toto2.id=o.c.s.i.PersistableIdentifier@2, Toto2.z=-129}, 3={Toto2.y=141, Toto2.x=137, Toto2.id=o.c.s.i.PersistableIdentifier@3, Toto2.z=-137}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009insert into Toto2(id, x, y, z) values (?, ?, ?, ?) | {1={Toto2.y=153, Toto2.x=143, Toto2.id=o.c.s.i.PersistableIdentifier@4, Toto2.z=-143}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@23]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2\u000a...[truncated 1402 chars]...\u000ao\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Toto[{id=23, a=1, b=2, x=null, y=null, z=null}]\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2_z from Toto inner join Toto2 as Toto2 on Toto.id = Toto2.id where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@23}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SimpleRelationalEntityPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@7, o.c.s.i.PersistableIdentifier@13, o.c.s.i.PersistableIdentifier@17, o.c.s.i.PersistableIdentifier@23]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityMappingTreeSelectExecutor\u0009selecting entities in 2 chunks\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.a as Toto_a, Toto.b as Toto_b, Toto.q as Toto_q, Toto2.id as Toto2_id, Toto2.x as Toto2_x, Toto2.y as Toto2_y, Toto2.z as Toto2\u000a...[truncated 2814 chars]...\u000a7, Toto2.z (U)=-117, Toto2.x (U)=117}, 2={Toto2.y (U)=131, Toto2.id (W)=o.c.s.i.PersistedIdentifier@13, Toto2.z (U)=-129, Toto2.x (U)=129}, 3={Toto2.y (U)=141, Toto2.id (W)=o.c.s.i.PersistedIdentifier@17, Toto2.z (U)=-137, Toto2.x (U)=137}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update Toto2 set x = ?, y = ?, z = ? where id = ? | {1={Toto2.y (U)=153, Toto2.id (W)=o.c.s.i.PersistedIdentifier@23, Toto2.z (U)=-143, Toto2.x (U)=143}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_multiple",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto2.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto2.id=o.c.s.i.PersistableIdentifier@3}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto2 where id = ? | {1={Toto2.id=o.c.s.i.PersistableIdentifier@4}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById_multiple",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto2 where id in (?, ?, ?) | {1={Toto2.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto2 where id in (?) | {Toto2.id=o.c.s.i.PersistableIdentifier@4}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id in (?, ?, ?) | {1={Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "updateById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update Toto set a = ?, b = ?, q = ? where id = ? | {1={Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.b (U)=23, Toto.a (U)=17, Toto.q (U)=null}, 2={Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.b (U)=31, Toto.a (U)=29, Toto.q (U)=null}, 3={Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.b (U)=41, Toto.a (U)=37, Toto.q (U)=null}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching stateme\u000a...[truncated 422 chars]...\u000a)=o.c.s.i.PersistableIdentifier@1}, 2={Toto2.z (U)=-129, Toto2.x (U)=129, Toto2.y (U)=131, Toto2.id (W)=o.c.s.i.PersistableIdentifier@2}, 3={Toto2.z (U)=-137, Toto2.x (U)=137, Toto2.y (U)=141, Toto2.id (W)=o.c.s.i.PersistableIdentifier@3}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update Toto2 set x = ?, y = ?, z = ? where id = ? | {1={Toto2.z (U)=-143, Toto2.x (U)=143, Toto2.y (U)=153, Toto2.id (W)=o.c.s.i.PersistableIdentifier@4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto2 where id in (?) | {Toto2.id=o.c.s.i.PersistableIdentifier@7}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}\u000a"
        }
      ],
      "duration" : 0.038,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$CRUD_WithListener",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadByEntityCriteria",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "checkSQLGeneration",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.a as Toto_a, tata.prop1 as tata_prop1, tata.id as tata_id from Toto left outer join Tata as tata on Toto.tataId = tata.id where Toto.a = ? and tata.prop1 = ? | {1=42, 2=dummy}\u000a"
        }
      ],
      "duration" : 0.009,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadByEntityCriteria",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadProjectionByEntityCriteria",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectProjectionWhere",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select count(id) as count from Toto where Toto.a = ? | {1=77}\u000a"
        }
      ],
      "duration" : 0.013,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.SimpleRelationalEntityPersisterTest$LoadProjectionByEntityCriteria",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.cycle.AbstractCycleLoaderTest",
          "duration" : 0.043,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "afterSelect_withSamePersisterAsTrigger_databaseIsATree_doesntFallIntoInfiniteLoop(List)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.cycle.AbstractCycleLoaderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "afterSelect_withSamePersisterAsTrigger_databaseIsATree_doesntFallIntoInfiniteLoop(List)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.046,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.cycle.AbstractCycleLoaderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.024,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_collectionCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009JoinTablePolymorphismEntityFinder\u0009Finding entities in 2-phases query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.q Equals], hasCollectionCriteria=true, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.id as TotoA_id, TotoB.id as TotoB_id from Toto left outer join TotoA on Toto.id = TotoA.id left outer join TotoB on Toto.id = TotoB.id where Toto.q = ? | {1=[42]}\u000a2025-07-20 15:43:09\u000a...[truncated 2143 chars]...\u000a}]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u0009Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=4, x=43, b=53}]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@7}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009insert into Toto(x, q, id) values (?, ?, ?) | {1={Toto.x=17, Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.x=29, Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.x=37, Toto.q=null, Toto.id=o.c.s.i.PersistableIdentifier@3}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009insert into Toto(x, q, id) values (?\u000a...[truncated 106 chars]...\u000aSQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009insert into TotoA(a, id) values (?, ?) | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1, TotoA.a=23}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2, TotoA.a=31}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009insert into TotoB(b, id) values (?, ?) | {1={TotoB.b=41, TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.b=53, TotoB.id=o.c.s.i.PersistableIdentifier@4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009JoinTablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2, o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009JoinTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id a\u000a...[truncated 1863 chars]...\u000a}]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u0009Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=4, x=43, b=53}]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009JoinTablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009JoinTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.x as Toto_x, Toto.q as Toto_q, T\u000a...[truncated 2427 chars]...\u000astatement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update TotoA set a = ? where id = ? | {1={TotoA.id (W)=o.c.s.i.PersistedIdentifier@1, TotoA.a (U)=123}, 2={TotoA.id (W)=o.c.s.i.PersistedIdentifier@2, TotoA.a (U)=131}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update TotoB set b = ? where id = ? | {1={TotoB.b (U)=141, TotoB.id (W)=o.c.s.i.PersistedIdentifier@3}, 2={TotoB.b (U)=153, TotoB.id (W)=o.c.s.i.PersistedIdentifier@4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_multiple",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from TotoB where id = ? | {1={TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.id=o.c.s.i.PersistableIdentifier@4}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}, 3={Toto.id=o.c.s.i.PersistableIdentifier@3}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById_multiple",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from TotoA where id in (?, ?) | {TotoA.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from TotoB where id in (?, ?) | {TotoB.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id in (?, ?, ?) | {1={Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3]}}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@4}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "updateById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 3 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update Toto set x = ?, q = ? where id = ? | {1={Toto.q (U)=null, Toto.x (U)=17, Toto.id (W)=o.c.s.i.PersistableIdentifier@1}, 2={Toto.q (U)=null, Toto.x (U)=29, Toto.id (W)=o.c.s.i.PersistableIdentifier@2}, 3={Toto.q (U)=null, Toto.x (U)=37, Toto.id (W)=o.c.s.i.PersistableIdentifier@3}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009up\u000a...[truncated 180 chars]...\u000at 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update TotoA set a = ? where id = ? | {1={TotoA.id (W)=o.c.s.i.PersistableIdentifier@1, TotoA.a (U)=123}, 2={TotoA.id (W)=o.c.s.i.PersistableIdentifier@2, TotoA.a (U)=131}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update TotoB set b = ? where id = ? | {1={TotoB.id (W)=o.c.s.i.PersistableIdentifier@3, TotoB.b (U)=141}, 2={TotoB.id (W)=o.c.s.i.PersistableIdentifier@4, TotoB.b (U)=153}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009JoinTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.id as TotoB_id from Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id\u000a...[truncated 1546 chars]...\u000a}]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u0009Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=4, x=43, b=53}]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009JoinTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.x as Toto_x, Toto.q as Toto_q, Toto.id as Toto_id, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoB.b as TotoB_b, TotoB.id as TotoB_id from Toto left outer join TotoA as TotoA on Toto.id = TotoA.id left outer join TotoB as TotoB on Toto.id\u000a...[truncated 1526 chars]...\u000a}]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009JoinTableRootJoinNode$JoinTablePolymorphicJoinRootRowConsumer\u0009Instantiating entity of type class org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$TotoB\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=4, x=43, b=53}]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_orderByOnCollectionProperty_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from TotoA where id in (?) | {TotoA.id=o.c.s.i.PersistableIdentifier@7}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}\u000a"
        }
      ],
      "duration" : 0.092,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$CRUD",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$OneToJoinTable",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, vehicleId int, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int not null, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id)\u000a...[truncated 5895 chars]...\u000ane where id = ? | {1={Engine.id=o.c.s.i.PersistedIdentifier@42}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@2}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@2}}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select id from Truck | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$OneToJoinTable",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneSubClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, vehicleId int, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009alter table Car add constraint FK_Car_id_Vehicle_id foreign key(id) references Vehicle(id)\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009alter table Engine add co\u000a...[truncated 4573 chars]...\u000ang statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select * from Vehicle left outer join car on Vehicle.id = car.id | {}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select id from Engine | {}\u000a"
        }
      ],
      "duration" : 0.035,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.jointable.JoinTablePolymorphismPersisterTest$OneToJoinTable",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.AbstractJoinNodeTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTree",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.005,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.load.AbstractJoinNodeTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "projectTo",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "foreachJoinWithDepth",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "joinIterator",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "lookupTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.017,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.load.EntityJoinTreeTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform_doesntGoDeeperIfRelatedBeanIdIsNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=j.l.Object\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object java.lang.Object@b14f46\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "foreachNode_iteratesInstancesInSameOrderAsJoins_fullTree",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "foreachNode_iteratesInstancesInSameOrderAsJoins_partialTree",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hashCode_instancesDifferOnIdentifier",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hashCode_instancesDifferOnEntityType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals_instancesDifferIdentifierWithOverriddenEquals",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hashCode_instanceWithSameValues",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hashCode_verySameInstance",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals_instancesDifferOnNode",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals_instancesDifferOnRoot",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hashCode_instancesDifferOnNode",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hashCode_instancesDifferOnRoot",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals_instancesDifferOnIdentifier",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals_instancesDifferOnEntityType",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals_instanceWithSameValues",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals_verySameInstance",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.014,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeInflaterTest$RelationIdentifierTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL_multipleStrategy(ClassMapping, ClassMapping, Key, Key, String)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL_multipleStrategy(ClassMapping, ClassMapping, Key, Key, String)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testJoin_2Relations",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "buildSelectQuery_robustToSeveralJoinsUsingSameTable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInheritance_tablePerClass_NClasses",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL_singleStrategy(Table, String, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSQL_singleStrategy(Table, String, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testInheritance_tablePerClass_3Classes",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.025,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.load.EntityTreeQueryBuilderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.JoinRootTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "addRelationJoin_targetNodeDoesntExist_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.load.JoinRootTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveTables",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.004,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.load.JoinRootTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_collectionCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in 2-phases query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.q Equals], hasCollectionCriteria=true, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.DTYPE as DISCRIMINATOR from Toto where Toto.q = ? | {1=[42]}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND \u000a...[truncated 476 chars]...\u000aleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@7}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009insert into Toto(a, id, x, q, DTYPE) values (?, ?, ?, ?, ?) | {1={Toto.a=23, Toto.x=17, Toto.id=o.c.s.i.PersistableIdentifier@1, Toto.q=null, Toto.DTYPE=100}, 2={Toto.a=31, Toto.x=29, Toto.id=o.c.s.i.PersistableIdentifier@2, Toto.q=null, Toto.DTYPE=100}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009insert into Toto(b, id, x, q, DTYPE) values (?, ?, ?, ?, ?) | {1={Toto.x=37, Toto.id=o.c.s.i.PersistableIdentifier@3, Toto.b=41, Toto.q=null, Toto.DTYPE=200}, 2={Toto.x=43, Toto.id=o.c.s.i.PersistableIdentifier@4, Toto.b=53, Toto.q=null, Toto.DTYPE=200}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SingleTablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2, o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.x as Toto_x, Tot\u000a...[truncated 335 chars]...\u000aleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SingleTablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.x as Tot\u000a...[truncated 1045 chars]...\u000ato.id (W)=o.c.s.i.PersistedIdentifier@1, Toto.a (U)=123}, 2={Toto.x (U)=29, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@2, Toto.a (U)=131}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, x = ?, q = ? where id = ? | {1={Toto.b (U)=141, Toto.x (U)=37, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@3}, 2={Toto.b (U)=153, Toto.x (U)=43, Toto.q (U)=null, Toto.id (W)=o.c.s.i.PersistedIdentifier@4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_multiple",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@1}, 2={Toto.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistableIdentifier@3}, 2={Toto.id=o.c.s.i.PersistableIdentifier@4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById_multiple",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id in (?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id in (?, ?) | {Toto.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "updateById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update Toto set a = ?, x = ?, q = ? where id = ? | {1={Toto.id (W)=o.c.s.i.PersistableIdentifier@1, Toto.a (U)=123, Toto.x (U)=17, Toto.q (U)=null}, 2={Toto.id (W)=o.c.s.i.PersistableIdentifier@2, Toto.a (U)=131, Toto.x (U)=29, Toto.q (U)=null}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update Toto set b = ?, x = ?, q = ? where id = ? | {1={Toto.id (W)=o.c.s.i.PersistableIdentifier@3, Toto.b (U)=141, Toto.x (U)=37, Toto.q (U)=null}, 2={Toto.id (W)=o.c.s.i.PersistableIdentifier@4, Toto.b (U)=153, Toto.x (U)=43, Toto.q (U)=null}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DTYPE as Toto_DTYPE from Toto where Toto.x = ? order by Toto.x asc | {1=42}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with \u000a...[truncated 16 chars]...\u000aleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SingleTablePolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.a as Toto_a, Toto.b as Toto_b, Toto.DTYPE as Toto_DTYPE from Toto where Toto.x = ? | {1=42}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.SingleTableRootJoinNode$SingleTablePolymorphicJoinRootRowConsumer\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_orderByOnCollectionProperty_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Toto where id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@7}\u000a"
        }
      ],
      "duration" : 0.057,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$CRUD",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$LoadProjectionByEntityCriteria",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectProjectionWhere",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select count(id) as count from Toto where Toto.x = ? | {1=77}\u000a"
        }
      ],
      "duration" : 0.009,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$LoadProjectionByEntityCriteria",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$OneToTablePerClass",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, vehicleId int, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(color int, id int, model varchar(255), DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009alter table Engine add constraint FK_Engine_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SingleTablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier\u000a...[truncated 3611 chars]...\u000aement=0.0,id=o.c.s.i.PersistedIdentifier@42,vehicle=<null>]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistedIdentifier@42}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistedIdentifier@2}}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select id from Vehicle | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$OneToTablePerClass",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneSubClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, vehicleId int, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Vehicle(id int not null, model varchar(255), color int, DTYPE varchar(255) not null, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009alter table Engine add constraint FK_Engine_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SingleTablePolymorphismPersister\u0009selecting entities [o.c.s.i.PersistableI\u000a...[truncated 3252 chars]...\u000a0 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Vehicle where id = ? | {1={Vehicle.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select * from Vehicle | {}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select id from Engine | {}\u000a"
        }
      ],
      "duration" : 0.032,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.singletable.SingleTablePolymorphismPersisterTest$OneToTablePerClass",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_collectionCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009TablePerClassPolymorphismEntityFinder\u0009Finding entities in 2-phases query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.q Equals], hasCollectionCriteria=true, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as id, DISCRIMINATOR as DISCRIMINATOR from (select TotoA.id as id, TotoA.x as x, TotoA.q as q, 'TotoA' as DISCRIMINATOR from TotoA union all select TotoB.id as id, TotoB.x as x, TotoB.q as q, 'TotoB' as DISCRIMINATOR from TotoB) as \u000a...[truncated 1674 chars]...\u000ar.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=3, x=37, b=41}]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=4, x=43, b=53}]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@7}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "insert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009insert into TotoA(a, id, x, q) values (?, ?, ?, ?) | {1={TotoA.a=23, TotoA.id=o.c.s.i.PersistableIdentifier@1, TotoA.q=null, TotoA.x=17}, 2={TotoA.a=31, TotoA.id=o.c.s.i.PersistableIdentifier@2, TotoA.q=null, TotoA.x=29}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009insert into TotoB(b, id, x, q) values (?, ?, ?, ?) | {1={TotoB.q=null, TotoB.b=41, TotoB.id=o.c.s.i.PersistableIdentifier@3, TotoB.x=37}, 2={TotoB.q=null, TotoB.b=53, TotoB.id=o.c.s.i.PersistableIdentifier@4, TotoB.x=43}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "select",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009TablePerClassPolymorphismPersister\u0009selecting entities [o.c.s.i.PersistedIdentifier@1, o.c.s.i.PersistedIdentifier@2, o.c.s.i.PersistedIdentifier@3, o.c.s.i.PersistedIdentifier@4]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009TablePerClassPolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.x as Toto_x,\u000a...[truncated 1346 chars]...\u000ar.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=3, x=37, b=41}]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=4, x=43, b=53}]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "update",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009TablePerClassPolymorphismPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2, o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009TablePerClassPolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.id In], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.x as\u000a...[truncated 2074 chars]...\u000aTotoA.id (W)=o.c.s.i.PersistedIdentifier@1}, 2={TotoA.x (U)=29, TotoA.a (U)=131, TotoA.q (U)=null, TotoA.id (W)=o.c.s.i.PersistedIdentifier@2}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update TotoB set b = ?, x = ?, q = ? where id = ? | {1={TotoB.id (W)=o.c.s.i.PersistedIdentifier@3, TotoB.x (U)=37, TotoB.b (U)=141, TotoB.q (U)=null}, 2={TotoB.id (W)=o.c.s.i.PersistedIdentifier@4, TotoB.x (U)=43, TotoB.b (U)=153, TotoB.q (U)=null}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_multiple",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from TotoA where id = ? | {1={TotoA.id=o.c.s.i.PersistableIdentifier@1}, 2={TotoA.id=o.c.s.i.PersistableIdentifier@2}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from TotoB where id = ? | {1={TotoB.id=o.c.s.i.PersistableIdentifier@3}, 2={TotoB.id=o.c.s.i.PersistableIdentifier@4}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById_multiple",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from TotoA where id in (?, ?) | {TotoA.id=[o.c.s.i.PersistableIdentifier@1, o.c.s.i.PersistableIdentifier@2]}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from TotoB where id in (?, ?) | {TotoB.id=[o.c.s.i.PersistableIdentifier@3, o.c.s.i.PersistableIdentifier@4]}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "updateById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update TotoA set a = ?, x = ?, q = ? where id = ? | {1={TotoA.id (W)=o.c.s.i.PersistableIdentifier@1, TotoA.a (U)=123, TotoA.q (U)=null, TotoA.x (U)=17}, 2={TotoA.id (W)=o.c.s.i.PersistableIdentifier@2, TotoA.a (U)=131, TotoA.q (U)=null, TotoA.x (U)=29}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009update TotoB set b = ?, x = ?, q = ? where id = ? | {1={TotoB.id (W)=o.c.s.i.PersistableIdentifier@3, TotoB.x (U)=37, TotoB.b (U)=141, TotoB.q (U)=null}, 2={TotoB.id (W)=o.c.s.i.PersistableIdentifier@4, TotoB.x (U)=43, TotoB.b (U)=153, TotoB.q (U)=null}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_orderByOnNonCollectionProperty_orderByIsAddedToSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009TablePerClassPolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.DISCRIMINATOR as Toto_DISCRIMINATOR, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoA.x as TotoA_x, TotoA.q as TotoA_q, TotoB.b as TotoB_b, TotoB.id as TotoB_id, TotoB.x as TotoB_\u000a...[truncated 1025 chars]...\u000ar.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=3, x=37, b=41}]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=4, x=43, b=53}]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009TablePerClassPolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Toto.x Equals], hasCollectionCriteria=false, parent=null\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select Toto.id as Toto_id, Toto.x as Toto_x, Toto.q as Toto_q, Toto.DISCRIMINATOR as Toto_DISCRIMINATOR, TotoA.a as TotoA_a, TotoA.id as TotoA_id, TotoA.x as TotoA_x, TotoA.q as TotoA_q, TotoB.b as TotoB_b, TotoB.id as TotoB_id, TotoB.x as TotoB_\u000a...[truncated 1005 chars]...\u000ar.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=3, x=37, b=41}]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Creating instance with o.c.s.e.r.l.TablePerClassRootJoinNode$TablePerClassPolymorphicJoinRootRowConsumer\u000a2025-07-20 15:43:09\u0009DEBUG\u0009EntityTreeInflater\u0009Consuming o.c.s.e.r.l.MergeJoinNode$MergeJoinRowConsumer on object TotoB[{id=4, x=43, b=53}]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "selectWhere_orderByOnCollectionProperty_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "deleteById",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from TotoA where id in (?) | {TotoA.id=o.c.s.i.PersistableIdentifier@7}\u000a"
        }
      ],
      "duration" : 0.074,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$CRUD",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$OneToTablePerClass",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoSubClasses",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Car(id int not null, model varchar(255), color int, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, vehicleId int, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Truck(id int not null, color int, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009TablePerClassPolymorphismPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@1]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009TablePerClassPolymorphismEntityFinder\u0009Findi\u000a...[truncated 5557 chars]...\u000aull>,wheels=[],id=o.c.s.i.PersistedIdentifier@2,timestamp=<null>]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistedIdentifier@42}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Truck where id = ? | {1={Truck.id=o.c.s.i.PersistedIdentifier@2}}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select id from Truck | {}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$OneToTablePerClass",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneSubClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Car(model varchar(255), color int, id int not null, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009DDLDeployer\u0009create table Engine(id int not null, vehicleId int, unique (id))\u000a2025-07-20 15:43:09\u0009DEBUG\u0009TablePerClassPolymorphismPersister\u0009selecting entities [o.c.s.i.PersistableIdentifier@1]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009TablePerClassPolymorphismEntityFinder\u0009Finding entities in a single query with criteria o.c.s.e.r.EntityCriteriaSupportcriteria=[AND Vehicle.i\u000a...[truncated 4127 chars]...\u000a>]\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Engine where id = ? | {1={Engine.id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:43:09\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009delete from Car where id = ? | {1={Car.id=o.c.s.i.PersistableIdentifier@1}}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select * from Car | {}\u000a2025-07-20 15:43:09\u0009TRACE\u0009SQLOperation\u0009select id from Engine | {}\u000a"
        }
      ],
      "duration" : 0.035,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.engine.runtime.tableperclass.TablePerClassPolymorphismPersisterTest$OneToTablePerClass",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.id.PersistableIdentifierTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.001,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.id.PersistableIdentifierTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.id.PersistedIdentifierTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.0,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.id.PersistedIdentifierTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.autoconfigure.StalactiteAutoConfigurationTest",
          "duration" : 0.282,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stalactiteAutoConfiguration_isTriggered",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "\u000a  .   ____          _            __ _ _\u000a /\\\\ / ___'_ __ _ _(_)_ __  __ _ \\ \\ \\ \\\u000a( ( )\\___ | '_ | '_| | '_ \\/ _` | \\ \\ \\ \\\u000a \\\\/  ___)| |_)| | | | | || (_| |  ) ) ) )\u000a  '  |____| .__|_| |_|_| |_\\__, | / / / /\u000a =========|_|==============|___/=/_/_/_/\u000a :: Spring Boot ::               (v2.7.13)\u000a\u000a"
        }
      ],
      "duration" : 3.174,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.autoconfigure.StalactiteAutoConfigurationTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository",
          "duration" : 0.047,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "createData",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:20\u0009INFO \u0009DefaultTestContextBootstrapper\u0009Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra\u000a...[truncated 12301 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "createSameDataAgain",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:20\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@45b0f44b\u000a2025-07-20 15:43:20\u0009TRACE\u0009SQLOperation\u0009select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistableIdentifier@42}\u000a2025-07-20 15:43:20\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:20\u0009TRACE\u0009SQLOperation\u0009insert into Person(name, id) values (?, ?) | {1={Person.id=o.c.s.i.PersistableIdentifier@42, Person.name=Tata}}\u000a2025-07-20 15:43:20\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7adb3688\u000a2025-07-20 15:43:20\u0009TRACE\u0009SQLOperation\u0009select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}\u000a"
        }
      ],
      "duration" : 0.157,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.config.StalactitePlatformTransactionManagerTest$WithRepository",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoryConfigExtensionTest",
          "duration" : 0.435,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:18\u0009INFO \u0009DefaultTestContextBootstrapper\u0009Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra\u000a...[truncated 5050 chars]...\u000abc.JDBCConnection@d3346f7\u000a2025-07-20 15:43:20\u0009DEBUG\u0009SQLOperation\u0009Batching statement 1 times\u000a2025-07-20 15:43:20\u0009TRACE\u0009SQLOperation\u0009delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}\u000a2025-07-20 15:43:20\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1631da37\u000a2025-07-20 15:43:20\u0009TRACE\u0009SQLOperation\u0009select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@42}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoryConfigExtensionTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "injectionIsDone",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:20\u0009TRACE\u0009SQLOperation\u0009insert into Person(id, name) values (?, ?) | {Person.name=John Do, Person.id=1}\u000a2025-07-20 15:43:20\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1850a5b5\u000a2025-07-20 15:43:20\u0009TRACE\u0009SQLOperation\u0009select Person.name as Person_name, Person.id as Person_id from Person where Person.id in (?) | {Person.id=o.c.s.i.PersistedIdentifier@1}\u000a"
        }
      ],
      "duration" : 2.193,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.config.StalactiteRepositoryConfigExtensionTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "projection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009DefaultTestContextBootstrapper\u0009Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra\u000a...[truncated 16604 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals_ignoreCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@77673a33\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@5ea8e39b, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb t\u000a...[truncated 15100 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "startsWith",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@33515fc1\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@285aec6c, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClas\u000a...[truncated 10361 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "projection_byExtraArgument",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@60359c7a\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@49c4027, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@34\u000a...[truncated 11262 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "before",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@458e4b42\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7587653c, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass = \u000a...[truncated 12159 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "exists",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3ae77255\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7c5fda87, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass = \u000a...[truncated 11106 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@34db6d5\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7c068c6a, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass = \u000a...[truncated 16888 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "isNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6a8e9306\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3836e2bc, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass = \u000a...[truncated 12133 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy_onDepthProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@4f84260e\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7c9ac4d5, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3411\u000a...[truncated 12085 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "like_ignoreCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@22a796cc\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@17800a1e, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb tes\u000a...[truncated 10807 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "lesser",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@76e1ad79\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@67763fad, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass = \u000a...[truncated 12159 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embeddedCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@319805c6\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7fadb3bc, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb te\u000a...[truncated 10379 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_all",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@741adbd2\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@2ed7d757, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb test\u000a...[truncated 10924 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_and",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@263549b\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@48fcd0c4, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testC\u000a...[truncated 10909 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6bd37b1e\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@4bb62c05, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testCla\u000a...[truncated 10345 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equalBoolean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@4f6ce421\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@65e6928d, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testCl\u000a...[truncated 11880 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "limit_throwsExceptionBecauseOfCollectionPropertyMapping",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@50700905\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@76aa7736, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = \u000a...[truncated 12037 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "contains",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@8cdd5d3\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@599535a3, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass =\u000a...[truncated 10357 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "in_string",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@15c19f18\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@45d683d4, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass\u000a...[truncated 13748 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notIn_string",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1039fd44\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1a4c3b7a, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testCl\u000a...[truncated 10558 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "greaterEquals",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@79b002d2\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@24049c2d, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testC\u000a...[truncated 12174 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "countDistinctByCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@736f2875\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6cdf4825, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3411\u000a...[truncated 14825 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "between",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2ede6d8e\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7b900775, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass =\u000a...[truncated 12207 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notContains",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7cee33c0\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@965bc67, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClas\u000a...[truncated 10366 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "countByCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@59171b78\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1ebaadae, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb tes\u000a...[truncated 13635 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "in",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@b935c64\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@4a49e05a, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass = Deriv\u000a...[truncated 12053 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "or",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@26dd2896\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@440daa12, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass = Deri\u000a...[truncated 13411 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "like",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@a2243db\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@42b9ed71, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass = Der\u000a...[truncated 10347 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToOneCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5bd5fb06\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@34a9ec3, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb tes\u000a...[truncated 14894 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneResultExpected_severalResults_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@28f2c115\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@77412955, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [Merged\u000a...[truncated 10363 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "after",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3e5265be\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@d5a417e, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass = De\u000a...[truncated 12155 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equal",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@4405a27e\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@4414751d, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass = D\u000a...[truncated 12133 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notIn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7b2a10e8\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@25756aca, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass = D\u000a...[truncated 10308 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "greater",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5e8e11b0\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@5d62d792, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass =\u000a...[truncated 12161 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_dynamic_inMemory",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7b2eafa0\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@682c97b0, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@\u000a...[truncated 16533 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@bfc2de\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@68f231bb, testMethod = oneToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb tes\u000a...[truncated 17011 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notLike_ignoreCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2d368846\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@7430ef2f, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb \u000a...[truncated 10817 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy_dynamic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@4dfa057d\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@3c50036d, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb tes\u000a...[truncated 16905 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy_criteriaOnCollection_onDepthProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@30dbe5a5\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@466c4700, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedCont\u000a...[truncated 15079 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_manyToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3504f1a5\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@709ab73e, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@34\u000a...[truncated 15386 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_dynamic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@521a6b10\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@44b98b5b, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb \u000a...[truncated 12449 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb]\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb, contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "lesserEquals",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@42b9bccb\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@6e074366, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testCl\u000a...[truncated 12172 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "isNotNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6c55c4e4\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@49716cdd, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass\u000a...[truncated 12143 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notEqual",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@113649c0\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@5ff1bbd0, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass \u000a...[truncated 10036 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "endsWith",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@204665ef\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@1623d97b, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass \u000a...[truncated 10357 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "manyToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@37e47943\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@58cd6120, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb \u000a...[truncated 16874 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notLike",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3798f847\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@49fbd92a testClass = DerivedQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest@69ac1501, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@341174fb testClass =\u000a...[truncated 10360 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        }
      ],
      "duration" : 0.451,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "projection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009DefaultTestContextBootstrapper\u0009Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra\u000a...[truncated 18698 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals_ignoreCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6b0bad4b\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@622720d5, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConf\u000a...[truncated 17486 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "startsWith",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@44251a65\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@568cb323, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati\u000a...[truncated 11748 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "projection_byExtraArgument",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5cc4b1fb\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@24606ff9, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], mergedCo\u000a...[truncated 12651 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "before",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1bae1d74\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@46d8824b, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration =\u000a...[truncated 14028 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "exists",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@26946374\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@4d38bb66, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration =\u000a...[truncated 12142 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@45a0f205\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@37d4662b, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration \u000a...[truncated 20407 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "isNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@acc8cbf\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@59a1776b, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = \u000a...[truncated 14001 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy_onDepthProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6616a114\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@11c2a590, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedConte\u000a...[truncated 13610 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "like_ignoreCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@99fa91f\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1d7e6c75, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu\u000a...[truncated 12331 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "lesser",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@76dc938d\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@59a87ef6, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration =\u000a...[truncated 14028 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embeddedCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3c2cc2a6\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@294c46ed, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfi\u000a...[truncated 11766 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_all",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3ea716a4\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7cfa39d0, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu\u000a...[truncated 12448 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_and",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@50d25909\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@60a8459b, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu\u000a...[truncated 12434 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1d7bc28b\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@733b00c, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati\u000a...[truncated 11729 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equalBoolean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@375df0ed\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@296c8e2f, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigura\u000a...[truncated 13600 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "limit_throwsExceptionBecauseOfCollectionPropertyMapping",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@534d2ead\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@72febfc3, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest, tes\u000a...[truncated 13083 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "contains",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7a2c610e\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6ac620b3, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration\u000a...[truncated 11745 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "in_string",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@26874d6c\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7358beb7, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguratio\u000a...[truncated 15870 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notIn_string",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@612714e5\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@20c0180d, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigura\u000a...[truncated 12014 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "greaterEquals",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@9b9f11\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@33605eb1, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat\u000a...[truncated 14041 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "countDistinctByCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7183f49e\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@41c5f0a3, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedConte\u000a...[truncated 15849 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "between",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2a57c2b2\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@37cb091c, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration \u000a...[truncated 14076 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notContains",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7764c4b3\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@b05dc63, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati\u000a...[truncated 11753 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "countByCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5a5edc9e\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@f268df, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur\u000a...[truncated 14663 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "in",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5c2ea14d\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6783e2f9, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [Me\u000a...[truncated 13774 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "or",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6dab1af1\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@5334844d, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [Me\u000a...[truncated 15266 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "like",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5dc36b0\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@606f5189, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = [M\u000a...[truncated 11734 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToOneCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1c947c53\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@36a697b, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig\u000a...[truncated 16950 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneResultExpected_severalResults_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@74c965cb\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@b597a0, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testExceptio\u000a...[truncated 11746 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "after",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@4fd5cff9\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@28116690, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = \u000a...[truncated 14026 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equal",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@537e93ff\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@40016653, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = \u000a...[truncated 14002 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notIn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2058cb18\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@47f066a2, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = \u000a...[truncated 11695 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "greater",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5ccb3b0\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3a8baf0d, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration =\u000a...[truncated 14029 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_dynamic_inMemory",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@63c18f25\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@1342a8fc, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mergedC\u000a...[truncated 20187 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.024,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@13514a3a\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@409dae13, testMethod = oneToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConf\u000a...[truncated 20533 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notLike_ignoreCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2c663d23\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@32cdb22f, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextCon\u000a...[truncated 12342 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy_dynamic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@14494229\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7b61442d, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig\u000a...[truncated 20423 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy_criteriaOnCollection_onDepthProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@10416ba8\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@5a1239b2, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testException \u000a...[truncated 17498 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_manyToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@4515c92\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@467c1aa9, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedCont\u000a...[truncated 17897 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_dynamic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@74cc941\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@5816ac62, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextConf\u000a...[truncated 14304 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "lesserEquals",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@4f8e11f0\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@657b4b5c, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigura\u000a...[truncated 14041 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "isNotNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@680a8317\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@5756c510, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguratio\u000a...[truncated 14012 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notEqual",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7a9f4af0\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@3344056c, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration\u000a...[truncated 11356 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "endsWith",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2e7df987\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@7f9ba6b1, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration\u000a...[truncated 11744 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "manyToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6df9493c\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@57297a27, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextCon\u000a...[truncated 20392 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notLike",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@35e48887\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@6764bec4, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration \u000a...[truncated 11747 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6b698bc7\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@59e2df32 testClass = DerivedQueriesWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest@788c4e56, testMethod = crud@DerivedQueriesWithJoinTablePolymorphismTest, testException = [null], mergedContext\u000a...[truncated 13043 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        }
      ],
      "duration" : 0.667,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithJoinTablePolymorphismTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.089,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "projection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:20\u0009INFO \u0009DefaultTestContextBootstrapper\u0009Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra\u000a...[truncated 17920 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.041,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals_ignoreCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@36a2fd51\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5fe09f92, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContext\u000a...[truncated 16834 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "startsWith",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@100dccd6\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@6793247f, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu\u000a...[truncated 11387 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.024,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "projection_byExtraArgument",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@50a9fa29\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3cdaf598, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], merg\u000a...[truncated 12290 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "before",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@250feea4\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5a48f281, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati\u000a...[truncated 13436 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "exists",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2ab42a53\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7457bfac, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati\u000a...[truncated 11878 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.043,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@28cb3e1e\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7eb0ea3e, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat\u000a...[truncated 18201 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "isNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2a45dfbd\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@f033ec6, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguratio\u000a...[truncated 13408 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy_onDepthProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@28b8c4b1\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@370fd959, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mergedC\u000a...[truncated 13195 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "like_ignoreCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1a95df8b\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@26dec287, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContextCo\u000a...[truncated 11917 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "lesser",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@38030c7c\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1d8aab12, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati\u000a...[truncated 13436 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embeddedCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7b1d1c75\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@8161366, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextCo\u000a...[truncated 11403 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_all",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@58e5f5f7\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@25052fcc, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContextCon\u000a...[truncated 12033 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_and",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3adf81d\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1edd9e09, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContextConf\u000a...[truncated 12018 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@25ea076d\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@55dea9a4, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig\u000a...[truncated 11370 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equalBoolean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3dc77ff4\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@cd59ef8, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig\u000a...[truncated 13140 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "limit_throwsExceptionBecauseOfCollectionPropertyMapping",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@58f0bd05\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@187fb0cf, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesTest,\u000a...[truncated 12819 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "contains",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@b6b8b74\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@1fbdd357, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat\u000a...[truncated 11383 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "in_string",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5fb44da3\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@25b2d465, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur\u000a...[truncated 15288 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notIn_string",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7648167b\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3fd6caab, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConfi\u000a...[truncated 11626 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "greaterEquals",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@53b2678\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7c8d4a94, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfi\u000a...[truncated 13450 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.034,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "countDistinctByCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@8626431\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4358fa9, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedCon\u000a...[truncated 15582 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "between",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@f983c87\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@778e52d0, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati\u000a...[truncated 13483 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notContains",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@485d79ef\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4fa22da7, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig\u000a...[truncated 11394 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "countByCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@c1ee50\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2f8a6f35, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextConf\u000a...[truncated 14401 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "in",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@9c5f9f0\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@61bfcf43, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration = \u000a...[truncated 13315 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "or",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3c591552\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@14a26264, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration =\u000a...[truncated 14754 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "like",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3879ed80\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@3eba813d, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration\u000a...[truncated 11374 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToOneCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@445e0c69\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@621b4166, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextC\u000a...[truncated 16397 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneResultExpected_severalResults_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5d1100c1\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@575bb02a, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, testEx\u000a...[truncated 11389 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "after",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3e7d4c04\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@5358e41e, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguratio\u000a...[truncated 13434 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equal",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@820abe5\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@7f206e59, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguration\u000a...[truncated 13409 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notIn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2f9ceea8\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@55ec97c6, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguratio\u000a...[truncated 11334 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "greater",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@71accac1\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2e67722b, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat\u000a...[truncated 13438 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.026,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_dynamic_inMemory",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@276decea\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@2b874d46, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null], mer\u000a...[truncated 17927 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.032,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@77b47cf5\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@120d4e85, testMethod = oneToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContext\u000a...[truncated 18327 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notLike_ignoreCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@28a44bb8\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@52e3b39b, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedContex\u000a...[truncated 11927 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.03,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy_dynamic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7711bbd9\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@4c08b45e, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContextCo\u000a...[truncated 18217 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy_criteriaOnCollection_onDepthProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2e115c27\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@239fd5ef, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testExcept\u000a...[truncated 16209 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_manyToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@227833cd\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@75515231, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], merge\u000a...[truncated 16425 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_dynamic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@70c058e9\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@157e0f80, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedContex\u000a...[truncated 13793 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "lesserEquals",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@20f80c94\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@bf43fd, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu\u000a...[truncated 13445 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "isNotNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@630762b4\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@34b456a3, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur\u000a...[truncated 13420 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notEqual",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@580a4873\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@e9f436e, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat\u000a...[truncated 11020 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "endsWith",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5ff6744a\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@727782da, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigura\u000a...[truncated 11383 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "manyToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:21\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1e93684d\u000a2025-07-20 15:43:21\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@29381a1d, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContex\u000a...[truncated 18186 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notLike",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6d208cb2\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@32369404, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurat\u000a...[truncated 11386 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@51ed4c3f\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3ebbd50c testClass = DerivedQueriesWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest@62c9ba66, testMethod = crud@DerivedQueriesWithSingleTablePolymorphismTest, testException = [null], mergedC\u000a...[truncated 12793 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        }
      ],
      "duration" : 1.514,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithSingleTablePolymorphismTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.029,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "projection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009DefaultTestContextBootstrapper\u0009Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra\u000a...[truncated 19904 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equals_ignoreCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@69b1313\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6d34e2e1, testMethod = equals_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedCont\u000a...[truncated 22585 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "startsWith",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2f83f197\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@484a7b4, testMethod = startsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConf\u000a...[truncated 13672 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "projection_byExtraArgument",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5d4f7d6c\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4f76d764, testMethod = projection_byExtraArgument@AbstractDerivedQueriesTest, testException = [null], \u000a...[truncated 14577 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "before",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1b4d6ccd\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@31cb8c10, testMethod = before@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu\u000a...[truncated 16869 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "exists",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@25401d0b\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@29cd9ce5, testMethod = exists@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu\u000a...[truncated 14490 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@4bb074e0\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@17e3d817, testMethod = orderBy@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig\u000a...[truncated 22731 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "isNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@14f7e6bf\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@1b5ba0ca, testMethod = isNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu\u000a...[truncated 16843 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy_onDepthProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6f4eff69\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@18d7c2c9, testMethod = orderBy_onDepthProperty@AbstractDerivedQueriesTest, testException = [null], mer\u000a...[truncated 15450 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "like_ignoreCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1ff67f85\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5c5c9be0, testMethod = like_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedConte\u000a...[truncated 14172 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "lesser",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3fbab9d8\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@17ed8459, testMethod = lesser@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigu\u000a...[truncated 16869 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "embeddedCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6102a05e\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5d4d1928, testMethod = embeddedCriteria@AbstractDerivedQueriesTest, testException = [null], mergedCont\u000a...[truncated 13692 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_all",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@68082846\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@75b8a37e, testMethod = ignoreCase_all@AbstractDerivedQueriesTest, testException = [null], mergedContex\u000a...[truncated 14288 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_and",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@24880b24\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@156d4d63, testMethod = ignoreCase_and@AbstractDerivedQueriesTest, testException = [null], mergedContex\u000a...[truncated 14274 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3613d239\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@4e789428, testMethod = twoCriteria@AbstractDerivedQueriesTest, testException = [null], mergedContextCo\u000a...[truncated 13657 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equalBoolean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@607d8d7d\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7434541, testMethod = equalBoolean@AbstractDerivedQueriesTest, testException = [null], mergedContextCo\u000a...[truncated 16582 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "limit_throwsExceptionBecauseOfCollectionPropertyMapping",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@77e0cc26\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@7ca4a0ce, testMethod = limit_throwsExceptionBecauseOfCollectionPropertyMapping@AbstractDerivedQueriesT\u000a...[truncated 13951 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "contains",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@22c29a29\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@14157883, testMethod = contains@AbstractDerivedQueriesTest, testException = [null], mergedContextConfi\u000a...[truncated 13671 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "in_string",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1a6c58b5\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@52b94ca5, testMethod = in_string@AbstractDerivedQueriesTest, testException = [null], mergedContextConf\u000a...[truncated 19869 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notIn_string",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@423223d2\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6094f1df, testMethod = notIn_string@AbstractDerivedQueriesTest, testException = [null], mergedContextC\u000a...[truncated 13897 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "greaterEquals",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@25515863\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@46c481fb, testMethod = greaterEquals@AbstractDerivedQueriesTest, testException = [null], mergedContext\u000a...[truncated 16884 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "countDistinctByCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@503ed922\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@21103798, testMethod = countDistinctByCriteria@AbstractDerivedQueriesTest, testException = [null], mer\u000a...[truncated 18937 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "between",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@395be849\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@15710468, testMethod = between@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig\u000a...[truncated 16917 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notContains",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@63a6d6cc\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2aa0622a, testMethod = notContains@AbstractDerivedQueriesTest, testException = [null], mergedContextCo\u000a...[truncated 13681 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "countByCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2482090d\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@12a80198, testMethod = countByCriteria@AbstractDerivedQueriesTest, testException = [null], mergedConte\u000a...[truncated 17015 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "in",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5fb18396\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@528e6647, testMethod = in@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati\u000a...[truncated 16758 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "or",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@581089bc\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@62724755, testMethod = or@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigurati\u000a...[truncated 18164 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "like",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2c91fd93\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@e63a7, testMethod = like@AbstractDerivedQueriesTest, testException = [null], mergedContextConfiguratio\u000a...[truncated 13655 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToOneCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@31e2426b\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5b0db9f8, testMethod = oneToOneCriteria@AbstractDerivedQueriesTest, testException = [null], mergedCont\u000a...[truncated 20994 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneResultExpected_severalResults_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1d6b468f\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@429fa359, testMethod = oneResultExpected_severalResults_throwsException@AbstractDerivedQueriesTest, te\u000a...[truncated 13676 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "after",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1bb76169\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6f22fa22, testMethod = after@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur\u000a...[truncated 16867 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equal",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@524bcad9\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@21075926, testMethod = equal@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur\u000a...[truncated 16843 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notIn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@393b6884\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@72b9c9ed, testMethod = notIn@AbstractDerivedQueriesTest, testException = [null], mergedContextConfigur\u000a...[truncated 13621 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "greater",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@745589f2\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@6529e160, testMethod = greater@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig\u000a...[truncated 16871 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_dynamic_inMemory",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6748b305\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@45ad3c10, testMethod = ignoreCase_dynamic_inMemory@AbstractDerivedQueriesTest, testException = [null],\u000a...[truncated 22425 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1f4b0fb\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@45dd36e0, testMethod = oneToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedCont\u000a...[truncated 22856 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notLike_ignoreCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@49dafb3\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@39ac875, testMethod = notLike_ignoreCase@AbstractDerivedQueriesTest, testException = [null], mergedCont\u000a...[truncated 14179 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy_dynamic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2a337194\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5723d538, testMethod = orderBy_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedConte\u000a...[truncated 22747 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "orderBy_criteriaOnCollection_onDepthProperty",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@24639c85\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3b829217, testMethod = orderBy_criteriaOnCollection_onDepthProperty@AbstractDerivedQueriesTest, testEx\u000a...[truncated 19008 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_manyToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@4a0e0211\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2b8958d1, testMethod = delete_manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], m\u000a...[truncated 19259 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ignoreCase_dynamic",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@74433068\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@28a5b510, testMethod = ignoreCase_dynamic@AbstractDerivedQueriesTest, testException = [null], mergedCo\u000a...[truncated 17203 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "lesserEquals",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@4fff479d\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@15584ac4, testMethod = lesserEquals@AbstractDerivedQueriesTest, testException = [null], mergedContextC\u000a...[truncated 16882 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "isNotNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6cb0e8cb\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@79e9e564, testMethod = isNotNull@AbstractDerivedQueriesTest, testException = [null], mergedContextConf\u000a...[truncated 16853 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notEqual",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@12fc7fed\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@2ebd9dbc, testMethod = notEqual@AbstractDerivedQueriesTest, testException = [null], mergedContextConfi\u000a...[truncated 13325 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "endsWith",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@75e953d3\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@3d946afa, testMethod = endsWith@AbstractDerivedQueriesTest, testException = [null], mergedContextConfi\u000a...[truncated 13670 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "manyToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@40f9cf69\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5a79668b, testMethod = manyToManyCriteria@AbstractDerivedQueriesTest, testException = [null], mergedCo\u000a...[truncated 22716 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "notLike",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@27a5a927\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@138fb0e9, testMethod = notLike@AbstractDerivedQueriesTest, testException = [null], mergedContextConfig\u000a...[truncated 13673 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "crud",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:23\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@eddc0f8\u000a2025-07-20 15:43:23\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@6cd3a9ef testClass = DerivedQueriesWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest@5159969e, testMethod = crud@DerivedQueriesWithTablePerClassPolymorphismTest, testException = [null], me\u000a...[truncated 15050 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        }
      ],
      "duration" : 0.823,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithTablePerClassPolymorphismTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pageable_withOrder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009DefaultTestContextBootstrapper\u0009Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra\u000a...[truncated 19608 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pageable_withCompositeOrder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@25590515\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@17c2393 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@75fb2c4e, testMethod = pageable_withCompositeOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException\u000a...[truncated 12493 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dynamicSort",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@50d0adba\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@17c2393 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@26911056, testMethod = dynamicSort@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], merge\u000a...[truncated 11594 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "limit",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@716b153\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@17c2393 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@5492b72b, testMethod = limit@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedContex\u000a...[truncated 11927 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "slice",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@16cdb44f\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@17c2393 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@685a4baf, testMethod = slice@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedConte\u000a...[truncated 11608 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "slice_withOrder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3fe183d0\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@17c2393 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@40eca7f2, testMethod = slice_withOrder@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], m\u000a...[truncated 10647 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pageable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@18127d17\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@17c2393 testClass = DerivedQueriesWithoutMappedCollectionTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest@2b4aeef7, testMethod = pageable@AbstractDerivedQueriesWithoutMappedCollectionTest, testException = [null], mergedCo\u000a...[truncated 14808 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        }
      ],
      "duration" : 0.158,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest",
          "duration" : 0.032,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pageable_withOrder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009DefaultTestContextBootstrapper\u0009Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra\u000a...[truncated 19302 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pageable_withCompositeOrder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@48a875b3\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@60617c46 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@57c4738e, testMethod = pageable_withCompositeOrder@AbstractDeriv\u000a...[truncated 12110 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dynamicSort",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@57555ba9\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@60617c46 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@1007864a, testMethod = dynamicSort@AbstractDerivedQueriesWithout\u000a...[truncated 11219 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "limit",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7ef1a064\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@60617c46 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@1efea148, testMethod = limit@AbstractDerivedQueriesWithoutMapped\u000a...[truncated 11280 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "slice",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2795f288\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@60617c46 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@65d3668, testMethod = slice@AbstractDerivedQueriesWithoutMappedC\u000a...[truncated 11232 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "slice_withOrder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@19554f81\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@60617c46 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@703e907a, testMethod = slice_withOrder@AbstractDerivedQueriesWit\u000a...[truncated 10150 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pageable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@260072a8\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@60617c46 testClass = DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest@b9252ac, testMethod = pageable@AbstractDerivedQueriesWithoutMapp\u000a...[truncated 14666 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        }
      ],
      "duration" : 0.226,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithJoinTablePolymorphismTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pageable_withOrder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009DefaultTestContextBootstrapper\u0009Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra\u000a...[truncated 18697 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pageable_withCompositeOrder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@77735cdf\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@78a9590b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@269ee42b, testMethod = pageable_withCompositeOrder@AbstractD\u000a...[truncated 11746 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dynamicSort",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@443ab337\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@78a9590b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@41a1a8f6, testMethod = dynamicSort@AbstractDerivedQueriesWit\u000a...[truncated 10855 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "limit",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1ce79dcc\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@78a9590b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@2fdfe37e, testMethod = limit@AbstractDerivedQueriesWithoutMa\u000a...[truncated 11024 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "slice",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2cf0a01b\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@78a9590b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@5e108456, testMethod = slice@AbstractDerivedQueriesWithoutMa\u000a...[truncated 10870 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "slice_withOrder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5ded1c1d\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@78a9590b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@6e867668, testMethod = slice_withOrder@AbstractDerivedQuerie\u000a...[truncated 9805 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pageable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3540b6da\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@78a9590b testClass = DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest@1e165365, testMethod = pageable@AbstractDerivedQueriesWithou\u000a...[truncated 14266 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        }
      ],
      "duration" : 0.164,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithSingleTablePolymorphismTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pageable_withOrder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009DefaultTestContextBootstrapper\u0009Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra\u000a...[truncated 18285 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pageable_withCompositeOrder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@27e9798c\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@1b73e384 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@439b428d, testMethod = pageable_withCompositeOrder@Abstr\u000a...[truncated 11475 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dynamicSort",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@385a2414\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@1b73e384 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@ca04000, testMethod = dynamicSort@AbstractDerivedQueries\u000a...[truncated 10574 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "limit",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1b1780d5\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@1b73e384 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@144f135a, testMethod = limit@AbstractDerivedQueriesWitho\u000a...[truncated 10814 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "slice",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5b20e3d3\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@1b73e384 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@3e62a9db, testMethod = slice@AbstractDerivedQueriesWitho\u000a...[truncated 10590 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "slice_withOrder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@38b33eee\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@1b73e384 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@632bf437, testMethod = slice_withOrder@AbstractDerivedQu\u000a...[truncated 9583 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pageable",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@491aa8a9\u000a2025-07-20 15:43:24\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@1b73e384 testClass = DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest, testInstance = org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest@13ef9815, testMethod = pageable@AbstractDerivedQueriesWi\u000a...[truncated 13882 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        }
      ],
      "duration" : 0.162,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.query.DerivedQueriesWithoutMappedCollectionWithTablePerClassPolymorphismTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "methodHasAMatchingBeanQueryWithAnExplicitRepositoryClass_beanQueryIsExecuted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:24\u0009INFO \u0009DefaultTestContextBootstrapper\u0009Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra\u000a...[truncated 18716 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "methodHasAMatchingBeanQuery_beanQueryIsExecuted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@3fca626a\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@21643955 testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@11fdf9b6, testMethod = methodHasAMatchingBeanQuery_beanQueryIsExecuted@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfig\u000a...[truncated 11347 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "methodHasAMatchingBeanName_beanQueryIsExecuted",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:25\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@7a7ca5f7\u000a2025-07-20 15:43:25\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@21643955 testClass = BeanQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest@2c03c766, testMethod = methodHasAMatchingBeanName_beanQueryIsExecuted@BeanQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfigu\u000a...[truncated 11345 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        }
      ],
      "duration" : 0.132,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.query.bean.BeanQueriesTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL",
          "duration" : 0.402,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multipleMatchingBeanQueries_butOneWithRepositoryClass_returnsMatchingBean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "singleMatchingBeanQueryOnBeanName_returnsMatchingBean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "multipleMatchingBeanQueries_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "noMatchingBeanQueries_returnsNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "singleMatchingBeanQueryOnMethodName_returnsMatchingBean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.409,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.query.bean.BeanQueryLookupStrategyTest$findSQL",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "projection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009DefaultTestContextBootstrapper\u0009Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springfra\u000a...[truncated 15374 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "projection_byExtraArgument",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@370aaee5\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@52529090, testMethod = projection_byExtraArgument@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguratio\u000a...[truncated 10034 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "exists",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@251c5444\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@2871590d, testMethod = exists@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@256e6ce3 testClass\u000a...[truncated 9876 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "twoCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1d760c33\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@5f9dac0e, testMethod = twoCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@256e6ce3 test\u000a...[truncated 9123 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equalBoolean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@2575b373\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@62695025, testMethod = equalBoolean@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@256e6ce3 tes\u000a...[truncated 9061 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "in_string",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@6d58674f\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@18a740b6, testMethod = in_string@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@256e6ce3 testCl\u000a...[truncated 9313 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "severalNativeQueries_theOneMatchingDatabaseIsChosen",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1a3e48ed\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@5c536b2e, testMethod = severalNativeQueries_theOneMatchingDatabaseIsChosen@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [\u000a...[truncated 9397 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "countDistinctByCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@12e8828a\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@451ec36d, testMethod = countDistinctByCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2\u000a...[truncated 11899 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "countByCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@5c24ccb2\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@7c588c8a, testMethod = countByCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@256e6ce3 \u000a...[truncated 12405 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "in",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@87814f1\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@511efd93, testMethod = in@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@256e6ce3 testClass = Na\u000a...[truncated 10817 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneToOneCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@12adb374\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@615d6ee0, testMethod = oneToOneCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@256e6ce3\u000a...[truncated 10488 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "oneResultExpected_severalResults_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@53530d5b\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@7664b517, testMethod = oneResultExpected_severalResults_throwsException@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [Mer\u000a...[truncated 9140 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "equal",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@e09cbfb\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@76badef9, testMethod = equal@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@256e6ce3 testClass =\u000a...[truncated 10909 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "delete_manyToManyCriteria",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:22\u0009INFO \u0009HSQLDBInMemoryDataSource\u0009giving connection org.hsqldb.jdbc.JDBCConnection@1489e6a4\u000a2025-07-20 15:43:22\u0009INFO \u0009TransactionContext\u0009Began transaction (1) for test context [DefaultTestContext@3108c627 testClass = NativeQueriesTest, testInstance = org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest@3348cc8b, testMethod = delete_manyToManyCriteria@AbstractNativeQueriesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration\u000a...[truncated 14156 chars]...\u000azerFactory$DisableMetricExportContextCustomizer@61da0413, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@73a845cb], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]\u000a"
        }
      ],
      "duration" : 0.249,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueriesTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "findSQL_withOneQueryOnMethod(DatabaseSignet, String)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "findSQL_withOneQueryOnMethod(DatabaseSignet, String)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "findSQL_withOneQueryOnMethod(DatabaseSignet, String)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "findSQL_withOneQueryOnMethod(DatabaseSignet, String)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "findSQL_withOneQueryOnMethod_withoutSignet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "findSQL_withSeveralQueriesOnMethod(DatabaseSignet, String)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.048,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.repository.query.nativ.NativeQueryLookupStrategyTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction",
          "duration" : 0.204,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "whenOperationFails_rollbackIsInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:14\u0009DEBUG\u0009BootstrapUtils\u0009Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]\u000a2025-07-20 15:43:14\u0009DEBUG\u0009BootstrapUtils\u0009Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]\u000a2025-07-20 15:43:14\u0009DEBUG\u0009BootstrapUtils\u0009Instantiating TestContextBootstrapp\u000a...[truncated 65725 chars]...\u000aContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3c770db4], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "whenOperationSucceeds_commitIsInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:16\u0009DEBUG\u0009DependencyInjectionTestExecutionListener\u0009Performing dependency injection for test context [[DefaultTestContext@525647f3 testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@1275d11b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42fc4ac4 testClass = StalactitePlatformTransactionManagerTest, locations = '{}', clas\u000a...[truncated 36852 chars]...\u000aContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3c770db4], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].\u000a"
        }
      ],
      "duration" : 1.895,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$ExecuteInNewTransaction",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection",
          "duration" : 0.117,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "noActiveTransaction_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:16\u0009DEBUG\u0009BootstrapUtils\u0009Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]\u000a2025-07-20 15:43:16\u0009DEBUG\u0009BootstrapUtils\u0009Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]\u000a2025-07-20 15:43:16\u0009DEBUG\u0009BootstrapUtils\u0009Instantiating TestContextBootstrapp\u000a...[truncated 33397 chars]...\u000aContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3c770db4], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "returnsActiveTransactionConnection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:16\u0009DEBUG\u0009DependencyInjectionTestExecutionListener\u0009Performing dependency injection for test context [[DefaultTestContext@525647f3 testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@77e8c81c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42fc4ac4 testClass = StalactitePlatformTransactionManagerTest, locations = '{}', clas\u000a...[truncated 35318 chars]...\u000aContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3c770db4], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].\u000a"
        }
      ],
      "duration" : 0.146,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$GiveConnection",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "createData",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:16\u0009DEBUG\u0009BootstrapUtils\u0009Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]\u000a2025-07-20 15:43:16\u0009DEBUG\u0009BootstrapUtils\u0009Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]\u000a2025-07-20 15:43:16\u0009DEBUG\u0009BootstrapUtils\u0009Instantiating TestContextBootstrapp\u000a...[truncated 43663 chars]...\u000aContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3c770db4], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "createSameDataAgain",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:43:16\u0009DEBUG\u0009DependencyInjectionTestExecutionListener\u0009Performing dependency injection for test context [[DefaultTestContext@525647f3 testClass = StalactitePlatformTransactionManagerTest, testInstance = org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest@66bd32b1, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42fc4ac4 testClass = StalactitePlatformTransactionManagerTest, locations = '{}', clas\u000a...[truncated 35646 chars]...\u000aContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3c770db4], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map['org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].\u000a"
        }
      ],
      "duration" : 0.05,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.spring.transaction.StalactitePlatformTransactionManagerTest$WithPersistenceContext",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorDerbyTest",
          "duration" : 1.246,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_withoutCallToHasNext_throwsNoSuchElementException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorDerbyTest",
          "duration" : 0.145,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_emptyResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorDerbyTest",
          "duration" : 0.145,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "convert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorDerbyTest",
          "duration" : 0.097,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_filledResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 1.661,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorDerbyTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLOperationDerbyTest",
          "duration" : 0.714,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cancel",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "SLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder\".\u000aSLF4J: Defaulting to no-operation (NOP) logger implementation\u000aSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.\u000a",
          "stdout" : None
        }
      ],
      "duration" : 0.716,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.SQLOperationDerbyTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.21,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigDecimalBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.077,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "timestampBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.074,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.068,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.063,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateSqlBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.068,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.069,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.073,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.063,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.057,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.068,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.092,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "blobBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.056,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytesBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.05,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.051,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.054,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stringBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.05,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigIntegerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.048,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.052,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "byteBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.048,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.047,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.056,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pathBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.049,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doubleBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.054,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uuidBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.07,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.052,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "binaryStreamBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.045,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.037,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.04,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "fileBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.041,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.043,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.044,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
          "duration" : 0.037,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 2.036,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.DerbyParameterBindersTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorH2Test",
          "duration" : 0.557,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_withoutCallToHasNext_throwsNoSuchElementException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorH2Test",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_emptyResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorH2Test",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "convert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorH2Test",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_filledResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.613,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorH2Test",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLOperationH2Test",
          "duration" : 0.621,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cancel",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "SLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder\".\u000aSLF4J: Defaulting to no-operation (NOP) logger implementation\u000aSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.\u000a",
          "stdout" : None
        }
      ],
      "duration" : 0.622,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.SQLOperationH2Test",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.097,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigDecimalBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "timestampBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateSqlBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "blobBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytesBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stringBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigIntegerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "byteBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pathBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doubleBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uuidBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "binaryStreamBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "fileBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.273,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.H2ParameterBindersTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorHSQLDBTest",
          "duration" : 0.657,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_withoutCallToHasNext_throwsNoSuchElementException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "SLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder\".\u000aSLF4J: Defaulting to no-operation (NOP) logger implementation\u000aSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.\u000a",
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorHSQLDBTest",
          "duration" : 0.032,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_emptyResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorHSQLDBTest",
          "duration" : 0.046,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "convert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorHSQLDBTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_filledResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.783,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorHSQLDBTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLOperationHSQLDBTest",
          "duration" : 0.623,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cancel",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.625,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.SQLOperationHSQLDBTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.118,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigDecimalBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "timestampBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateSqlBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.028,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "blobBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytesBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stringBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigIntegerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "byteBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pathBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doubleBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uuidBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "binaryStreamBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "fileBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.011,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "offsetDateTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "zonedDateTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.601,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.HSQLDBParameterBindersTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorMariaDBTest",
          "duration" : 0.113,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_withoutCallToHasNext_throwsNoSuchElementException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "SLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder\".\u000aSLF4J: Defaulting to no-operation (NOP) logger implementation\u000aSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.\u000a",
          "stdout" : "using embedded datasource\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorMariaDBTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_emptyResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorMariaDBTest",
          "duration" : 0.036,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "convert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorMariaDBTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_filledResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 8.388,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorMariaDBTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLOperationMariaDBTest",
          "duration" : 0.231,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cancel",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        }
      ],
      "duration" : 0.236,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.SQLOperationMariaDBTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.089,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigDecimalBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "timestampBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.03,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.03,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateSqlBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.024,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.025,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.025,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.028,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "blobBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.026,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytesBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.015,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stringBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigIntegerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "byteBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pathBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doubleBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uuidBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.025,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "binaryStreamBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "fileBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.024,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.037,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.026,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.791,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.MariaDBParameterBindersTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorMySQLTest",
          "duration" : 0.316,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_withoutCallToHasNext_throwsNoSuchElementException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorMySQLTest",
          "duration" : 0.104,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_emptyResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorMySQLTest",
          "duration" : 0.139,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "convert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorMySQLTest",
          "duration" : 0.063,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_filledResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 13.545,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorMySQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLOperationMySQLTest",
          "duration" : 0.279,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cancel",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        }
      ],
      "duration" : 0.29,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.SQLOperationMySQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.157,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigDecimalBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.082,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "timestampBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.068,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.066,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.073,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateSqlBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.075,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.068,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.1,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.029,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.05,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.152,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "blobBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.068,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytesBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.05,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stringBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.07,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigIntegerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.072,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.064,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "byteBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.063,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.046,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pathBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.059,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doubleBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.063,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uuidBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.059,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.061,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "binaryStreamBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.063,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.029,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.076,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "fileBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.108,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.092,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.038,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.045,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
          "duration" : 0.06,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 2.209,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.MySQLParameterBindersTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorOracleTest",
          "duration" : 2.358,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_withoutCallToHasNext_throwsNoSuchElementException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorOracleTest",
          "duration" : 0.252,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_emptyResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorOracleTest",
          "duration" : 0.127,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "convert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorOracleTest",
          "duration" : 0.114,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_filledResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 21.479,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorOracleTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLOperationOracleTest",
          "duration" : 0.791,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cancel",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        }
      ],
      "duration" : 0.792,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.SQLOperationOracleTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.199,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigDecimalBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.118,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "timestampBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.129,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.111,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.118,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateSqlBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.119,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.115,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.11,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.107,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.101,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.426,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "blobBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.288,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytesBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.101,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.078,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.103,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stringBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.115,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigIntegerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.121,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.114,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "byteBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.111,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.093,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.1,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pathBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.111,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doubleBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.121,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uuidBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.112,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.298,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "binaryStreamBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.127,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.091,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.099,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "fileBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.114,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.112,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.09,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.096,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.118,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "offsetDateTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.115,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "zonedDateTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
          "duration" : 0.122,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 4.628,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.OracleParameterBindersTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorPostgreSQLTest",
          "duration" : 0.141,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_withoutCallToHasNext_throwsNoSuchElementException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "SLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder\".\u000aSLF4J: Defaulting to no-operation (NOP) logger implementation\u000aSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.\u000a",
          "stdout" : "using embedded datasource\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorPostgreSQLTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_emptyResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorPostgreSQLTest",
          "duration" : 0.035,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "convert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorPostgreSQLTest",
          "duration" : 0.047,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_filledResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 3.48,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorPostgreSQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLOperationPostgreSQLTest",
          "duration" : 0.255,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cancel",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        }
      ],
      "duration" : 0.273,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.SQLOperationPostgreSQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.085,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigDecimalBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "using embedded datasource\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.025,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "timestampBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.029,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateSqlBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.024,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytesBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stringBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.031,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigIntegerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "byteBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pathBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doubleBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uuidBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "binaryStreamBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "fileBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.018,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.021,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.034,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "blobBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
          "duration" : 0.02,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.822,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.PostgreSQLParameterBindersTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorSQLiteTest",
          "duration" : 0.392,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "next_withoutCallToHasNext_throwsNoSuchElementException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "SLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder\".\u000aSLF4J: Defaulting to no-operation (NOP) logger implementation\u000aSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.\u000a",
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorSQLiteTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_emptyResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorSQLiteTest",
          "duration" : 0.019,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "convert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorSQLiteTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "hasNext_filledResultSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.447,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.ResultSetIteratorSQLiteTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLOperationSQLiteTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cancel",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.009,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.SQLOperationSQLiteTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.082,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigDecimalBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "timestampBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateSqlBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "blobBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bytesBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "stringBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "bigIntegerBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "longPrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "byteBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "dateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "integerPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "pathBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doubleBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "uuidBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "doublePrimitiveBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "binaryStreamBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "fileBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "booleanBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "floatPrimitiveBinder_nullValuePassed_NPEThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localDateTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "localTimeBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.204,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.SQLiteParameterBindersTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ClosedConnectionRetryerProviderTest",
          "duration" : 0.647,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveConnection_previousConnectionIsClosed_giveANewOne",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.648,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ClosedConnectionRetryerProviderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveConnection_connectionAutoCommitIsFalse",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveConnection_2ThreadsAskForAConnection_2DifferentOnesAreGiven",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveConnection_callTwice_returnSameConnection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.008,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.CurrentThreadConnectionProviderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.TransactionAwareConnectionProviderTest",
          "duration" : 0.013,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "commitIsCalled_commitMethodsAreInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.TransactionAwareConnectionProviderTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "rollbackSavepointIsCalled_rollbackSavepointMethodsAreInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.TransactionAwareConnectionProviderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "rollbackIsCalled_rollbackMethodsAreInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.024,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.TransactionAwareConnectionProviderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.TransactionListenerCollectionTest",
          "duration" : 0.169,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testAfterRolback_temporaryListenersShouldNotBeCalledTwice",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.TransactionListenerCollectionTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testAfterCommit_temporaryListenersShouldNotBeCalledTwice",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.196,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.TransactionListenerCollectionTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.TransactionListenerTest",
          "duration" : 0.027,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "beforeRollback_savepoint",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.TransactionListenerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "beforeCommit",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.TransactionListenerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "afterCommit",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.TransactionListenerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "afterRollback_savepoint",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.TransactionListenerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "afterRollback",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.TransactionListenerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "beforeRollback",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.035,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.TransactionListenerTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName_unknownType_returnsNull",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[11]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[12]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[13]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[14]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName(JavaTypeToSqlTypeMapping, Class, Size, String)[15]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName_withSingleton(JavaTypeToSqlTypeMapping, Class, Size, String)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getTypeName_withSingleton(JavaTypeToSqlTypeMapping, Class, Size, String)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.041,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.ddl.JavaTypeToSqlTypeMappingTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
          "duration" : 0.016,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "groupingBy_withMapping",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getFirstUnique",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
          "duration" : 0.014,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toUnmodifiableList",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toList",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSortedSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toUnmodifiableSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toCollection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "mapping",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "toKeepingOrderSet",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "groupingBy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getFirst",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.056,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.AccumulatorsTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.BeanRelationFixerTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "of_setter_getter_collection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.BeanRelationFixerTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "of_setter_getter_collection_bidirectional",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.BeanRelationFixerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "of_setter_getter",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.BeanRelationFixerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "of_setter",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.BeanRelationFixerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "giveCollectionFactory",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.01,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.BeanRelationFixerTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ColumnConsumerTest",
          "duration" : 0.022,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testAssemble",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ColumnConsumerTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testCopyWithAlias",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.026,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.ColumnConsumerTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.MultipleColumnsReaderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "read",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.004,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.MultipleColumnsReaderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.NoopPreparedStatementTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "allMethodsReturnDefaultValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.005,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.NoopPreparedStatementTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.NoopResultSetTest",
          "duration" : 0.017,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "allMethodsReturnDefaultValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.018,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.NoopResultSetTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "copyFor_withSupplierAsArg_instanceIsCreatedWithFunction_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform_basicUseCase_complexConsumer",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "exampleWithCollection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "relation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform_shareInstanceOverRows",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "copyWithAliases",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform_basicUseCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "copyFor",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform_noArgConstructor_basicUseCase",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "copyFor_withFunctionAsArg_instanceIsCreatedWithSupplier_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.023,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.ResultSetRowTransformerTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.RowIteratorTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "convert_columnReaderIsNotCompatibleWithColumnContent_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.006,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.RowIteratorTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.SimpleBeanCacheTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testComputeIfAbsent_ArrayAsKeySafety",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.SimpleBeanCacheTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testComputeIfAbsent",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.004,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.SimpleBeanCacheTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest",
          "duration" : 0.012,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transformAll_withAccumulator_testToRetrieveASingleColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform_withInnerClass",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform_invokedOnEachRow_returnsSameBeanInstanceIfKeyColumnContainsSameValue_asWellAsForRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transformAll_withCollector_testToRetrieveASingleColumn",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transformAll_withRelationDefiningAssemblyPolicy",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform_invokedOnEachRow_returnsSameBeanInstanceIfKeyColumnContainsSameValue",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest",
          "duration" : 0.023,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transform_copyWithAliases(ResultSetRowTransformer)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transformAll_withRowAssemblerForACollection",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "copyFor",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transformAll_withCollector_returnsSameBeanInstanceIfKeyColumnContainsSameValue_asWellAsForRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "transformAll_returnsSameBeanInstanceIfKeyColumnContainsSameValue_asWellAsForRelation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.1,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.result.WholeResultSetTransformerTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableSQLTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testExpandableParameters(List, Map, String, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableSQLTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testExpandableParameters(List, Map, String, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableSQLTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testExpandableParameters(List, Map, String, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableSQLTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testExpandableParameters(List, Map, String, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableSQLTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testExpandableParameters(List, Map, String, Map)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableSQLTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testExpandableParameters(List, Map, String, Map)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.009,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.ExpandableSQLTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableStatementTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testDoApplyValue(String, Map, Map, Map)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableStatementTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testDoApplyValue(String, Map, Map, Map)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableStatementTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testDoApplyValue(String, Map, Map, Map)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableStatementTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testDoApplyValue(String, Map, Map, Map)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableStatementTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testDoApplyValue(String, Map, Map, Map)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableStatementTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testDoApplyValue(String, Map, Map, Map)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableStatementTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testDoApplyValue(String, Map, Map, Map)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableStatementTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testDoApplyValue(String, Map, Map, Map)[8]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableStatementTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testDoApplyValue(String, Map, Map, Map)[9]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ExpandableStatementTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testDoApplyValue(String, Map, Map, Map)[10]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.023,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.ExpandableStatementTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.GeneratedKeysReaderTest",
          "duration" : 0.01,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "read_writeOperation",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.GeneratedKeysReaderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "convert",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.013,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.GeneratedKeysReaderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ReadOperationTest",
          "duration" : 0.178,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_parameterizedSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ReadOperationTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_preparedSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.ReadOperationTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "setValue_listenerIsCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.183,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.ReadOperationTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse(String, ParsedSQL)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse(String, ParsedSQL)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse(String, ParsedSQL)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse(String, ParsedSQL)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse(String, ParsedSQL)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse(String, ParsedSQL)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse_inMatcher(String, boolean)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse_inMatcher(String, boolean)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse_inMatcher(String, boolean)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse_inMatcher(String, boolean)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse_inMatcher(String, boolean)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse_inMatcher(String, boolean)[6]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse_inMatcher(String, boolean)[7]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse_error_causeEmptyParamName",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse_in(String, ParsedSQL)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse_in(String, ParsedSQL)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testParse_in(String, ParsedSQL)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.025,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.SQLParameterParserTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLStatementTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testApplyValue_allBindersPresent_doApplyValueIsCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLStatementTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testApplyValue_missingBinder_exceptionIsThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.SQLStatementTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testApplyValue_missingValue_exceptionIsThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.006,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.SQLStatementTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.WriteOperationTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "executeBatch_preparedSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.WriteOperationTest",
          "duration" : 0.007,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_sensibleValuesAreNotLogged_batchNamedParameters",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:28\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:28\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values(:id, :name) | {1={name=X-masked value-X, id=2}, 2={name=X-masked value-X, id=3}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.WriteOperationTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "executeBatch_parameterizedSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.WriteOperationTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_batchLog_namedParameters",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:28\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:28\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values(:id, :name) | {1={name=Tata, id=2}, 2={name=Toto, id=3}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.WriteOperationTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_sensibleValuesAreNotLogged",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:28\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values(?, ?) | {1=1, 2=X-masked value-X}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.WriteOperationTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_batchLog_indexedParameters",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2025-07-20 15:42:28\u0009DEBUG\u0009SQLOperation\u0009Batching statement 2 times\u000a2025-07-20 15:42:28\u0009TRACE\u0009SQLOperation\u0009insert into Toto(id, name) values(?, ?) | {1={1=1, 2=tata}, 2={1=2, 2=toto}}\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.WriteOperationTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_parameterizedSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.WriteOperationTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "execute_preparedSQL",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.WriteOperationTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "setValue_listenerIsCalled",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.036,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.WriteOperationTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "setBinaryStream",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest",
          "duration" : 0.051,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getBinaryStream_offsetAndLength",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "length",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "free",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "position",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "setBytes_offsetAndLength",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "position_blob",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "setBytes",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getBinaryStream",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "truncate",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getBytes",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.061,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.InMemoryBlobSupportTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.NameEnumParameterBinderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "get",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.NameEnumParameterBinderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "set",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.005,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.NameEnumParameterBinderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.NullSafeguardPreparedStatementWriterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSet_nonNullValueIsPassedAsArgument_delegateIsInvoked",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.NullSafeguardPreparedStatementWriterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "cc",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "long\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.NullSafeguardPreparedStatementWriterTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "testSet_nullIsPassedAsArgument_nonNPEIsThrown",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.005,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.NullSafeguardPreparedStatementWriterTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OrdinalEnumParameterBinderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "get",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.OrdinalEnumParameterBinderTest",
          "duration" : 0.002,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "set",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.004,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.OrdinalEnumParameterBinderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest",
          "duration" : 0.008,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getBinder_findCompliantBinder",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getBinder_multipleCompliantBindersFound_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getBinder_notFound",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getBinder_findCompliantBinder_enum",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "getBinder_notRegistered_throwsException",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.018,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.ParameterBinderRegistryTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ParameterBinderTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "wrap_convertAEnumToBoolean",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ParameterBinderTest",
          "duration" : 0.006,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "wrap_convertAStringToABinaryStream",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ParameterBinderTest",
          "duration" : 0.003,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "wrap_convertASetToAString",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.014,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.ParameterBinderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PreparedStatementWriterTest",
          "duration" : 0.004,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "preApply_typeIsConverterOne",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PreparedStatementWriterTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ofMethodReference(SerializableThrowingTriConsumer, Class)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PreparedStatementWriterTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ofMethodReference(SerializableThrowingTriConsumer, Class)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PreparedStatementWriterTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ofMethodReference(SerializableThrowingTriConsumer, Class)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PreparedStatementWriterTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ofMethodReference(SerializableThrowingTriConsumer, Class)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.PreparedStatementWriterTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ofMethodReference(SerializableThrowingTriConsumer, Class)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.014,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.PreparedStatementWriterTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest",
          "duration" : 0.093,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "get_exceptionHandling",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ofMethodReference(SerializableThrowingBiFunction, Class)[1]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ofMethodReference(SerializableThrowingBiFunction, Class)[2]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ofMethodReference(SerializableThrowingBiFunction, Class)[3]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ofMethodReference(SerializableThrowingBiFunction, Class)[4]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest",
          "duration" : 0.001,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "ofMethodReference(SerializableThrowingBiFunction, Class)[5]",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest",
          "duration" : 0.005,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "name" : "thenApply_typeIsConverterOne",
          "properties" : {
            
          },
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        }
      ],
      "duration" : 0.109,
      "enclosingBlockNames" : [
        "Build"
      ],
      "enclosingBlocks" : [
        "16"
      ],
      "id" : None,
      "name" : "org.codefilarete.stalactite.sql.statement.binder.ResultSetReaderTest",
      "nodeId" : "25",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    }
  ]
}