[hibernate-commits] [hibernate/hibernate-ogm] f717ef: OGM-1152 Add GridDialectOperationInvocationTest fo...

GitHub noreply at github.com
Mon Sep 12 10:47:44 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: f717efa19a6991b4faf522dcaf7c5ad2c3985c9f
      https://github.com/hibernate/hibernate-ogm/commit/f717efa19a6991b4faf522dcaf7c5ad2c3985c9f
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
    A core/src/test/java/org/hibernate/ogm/backendtck/associations/onetoone/GridDialectOperationInvocationForOneToOneTest.java

  Log Message:
  -----------
  OGM-1152 Add GridDialectOperationInvocationTest for @OneToOne @JoinColumn

This test is not complete but offers an overview of persist


  Commit: 3bdd35f3104882b216532551e38f34c04fc4738f
      https://github.com/hibernate/hibernate-ogm/commit/3bdd35f3104882b216532551e38f34c04fc4738f
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
    A core/src/test/java/org/hibernate/ogm/backendtck/embeddable/GridDialectOperationInvocationForElementCollectionTest.java

  Log Message:
  -----------
  OGM-1152 Add test on List being updated + element collection


  Commit: c46fee48b632f60a645c69c3b7f85bffae696406
      https://github.com/hibernate/hibernate-ogm/commit/c46fee48b632f60a645c69c3b7f85bffae696406
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
    M core/src/test/java/org/hibernate/ogm/utils/InvokedOperationsLoggingDialect.java
    M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/dialectinvocations/GridDialectOperationInvocationsTest.java

  Log Message:
  -----------
  OGM-1152 Improve dialect logging of executeBatch

Prior to this patch, we didn't have any information about the content of
the executeBatch.


  Commit: 777d34e56a3eab683284f9d6a26a378d789c2b5a
      https://github.com/hibernate/hibernate-ogm/commit/777d34e56a3eab683284f9d6a26a378d789c2b5a
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
    M core/src/test/java/org/hibernate/ogm/backendtck/associations/onetoone/GridDialectOperationInvocationForOneToOneTest.java
    M core/src/test/java/org/hibernate/ogm/backendtck/embeddable/GridDialectOperationInvocationForElementCollectionTest.java

  Log Message:
  -----------
  OGM-1152 Dialect operation invocation tests


  Commit: 5960ce6651acac8f15ab25c1e175c2d862b216a6
      https://github.com/hibernate/hibernate-ogm/commit/5960ce6651acac8f15ab25c1e175c2d862b216a6
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
    R core/src/test/java/org/hibernate/ogm/backendtck/associations/onetoone/GridDialectOperationInvocationForOneToOneTest.java
    A core/src/test/java/org/hibernate/ogm/backendtck/dialectinvocations/GridDialectOperationInvocationForElementCollectionTest.java
    A core/src/test/java/org/hibernate/ogm/backendtck/dialectinvocations/GridDialectOperationInvocationForOneToOneTest.java
    R core/src/test/java/org/hibernate/ogm/backendtck/embeddable/GridDialectOperationInvocationForElementCollectionTest.java

  Log Message:
  -----------
  OGM-1152 Move the dialect invocations tests to a specific package


Compare: https://github.com/hibernate/hibernate-ogm/compare/c91ab25466a1...5960ce6651ac


More information about the hibernate-commits mailing list