You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2021/08/25 02:08:42 UTC

[shardingsphere] branch master updated (16508b7 -> 8cb515e)

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

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


    from 16508b7  Fix Issue#11977 :  Scaling increment task of PostgreSQL WalEventConverter ignore correct RowEvent (#11981)
     add 8cb515e  Issue10968 (#11957)

No new revisions were added by this update.

Summary of changes:
 .../AggregationDistinctTokenGeneratorTest.java     | 80 ++++++++++++++++++
 ...rUseDefaultInsertColumnsTokenGeneratorTest.java | 54 ++++++++++++
 ...GeneratedKeyInsertColumnTokenGeneratorTest.java | 52 ++++++++++++
 ...GeneratedKeyInsertValuesTokenGeneratorTest.java | 95 ++++++++++++++++++++++
 4 files changed, 281 insertions(+)
 create mode 100644 shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/test/java/org/apache/shardingsphere/sharding/rewrite/token/AggregationDistinctTokenGeneratorTest.java
 create mode 100644 shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/test/java/org/apache/shardingsphere/sharding/rewrite/token/GeneratedKeyForUseDefaultInsertColumnsTokenGeneratorTest.java
 create mode 100644 shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/test/java/org/apache/shardingsphere/sharding/rewrite/token/GeneratedKeyInsertColumnTokenGeneratorTest.java
 create mode 100644 shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/test/java/org/apache/shardingsphere/sharding/rewrite/token/GeneratedKeyInsertValuesTokenGeneratorTest.java