You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sa...@apache.org on 2022/03/09 14:33:53 UTC

[ignite-3] branch main updated (782df30 -> 8b9562e)

This is an automated email from the ASF dual-hosted git repository.

sanpwc pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from 782df30  IGNITE-16539 Update IDEA settings (#656)
     add 6e169f3  IGNITE-16624 Tx state doesn't replicate within raft group if tx coordinator is collocated with corresponding raft leader.
     add 8b9562e  Merge branch 'main' of https://github.com/apache/ignite-3 into main

No new revisions were added by this update.

Summary of changes:
 ...butedTestThreeNodesThreeReplicasCollocated.java | 26 +++++++++
 .../internal/table/InteropOperationsTest.java      |  4 ++
 .../table/KeyValueBinaryViewOperationsTest.java    |  4 ++
 .../KeyValueViewOperationsSimpleSchemaTest.java    |  4 ++
 .../internal/table/KeyValueViewOperationsTest.java |  4 ++
 .../internal/table/MessagingServiceTestUtils.java  | 67 ++++++++++++++++++++++
 .../table/RecordBinaryViewOperationsTest.java      |  4 ++
 .../internal/table/RecordViewOperationsTest.java   |  4 ++
 .../internal/table/SchemaValidationTest.java       |  4 ++
 .../ignite/internal/table/TxAbstractTest.java      |  2 +-
 .../apache/ignite/internal/table/TxLocalTest.java  |  4 ++
 .../ignite/internal/tx/impl/TransactionImpl.java   |  3 +-
 12 files changed, 127 insertions(+), 3 deletions(-)
 create mode 100644 modules/table/src/test/java/org/apache/ignite/internal/table/MessagingServiceTestUtils.java