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