You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/11/19 02:30:45 UTC

[pulsar] branch master updated (72d6d28 -> 0e1d0d8)

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

penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 72d6d28  [Schema] Multi version schema reader implementation. (#8464)
     add 0e1d0d8  [Transaction] Add transaction integration test (#8594)

No new revisions were added by this update.

Summary of changes:
 ...schema.yaml => ci-integration-transaction.yaml} |   6 +-
 .../client/impl/TransactionEndToEndTest.java       |   1 -
 .../integration/transaction/TransactionTest.java   | 157 +++++++++++++++++++++
 .../transaction/TransactionTestBase.java           |  96 +++++++++++++
 .../{pulsar-sql.xml => pulsar-transaction.xml}     |   6 +-
 5 files changed, 259 insertions(+), 7 deletions(-)
 copy .github/workflows/{ci-integration-schema.yaml => ci-integration-transaction.yaml} (95%)
 create mode 100644 tests/integration/src/test/java/org/apache/pulsar/tests/integration/transaction/TransactionTest.java
 create mode 100644 tests/integration/src/test/java/org/apache/pulsar/tests/integration/transaction/TransactionTestBase.java
 copy tests/integration/src/test/resources/{pulsar-sql.xml => pulsar-transaction.xml} (79%)