This is an automated email from the ASF dual-hosted git repository. panjuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from a25ce41 Merge pull request #6997 from strongduanmu/issue-6939-dev-0822 new 1569bf5 rename property name new 505516a add unit test new 343eedd Merge pull request #7006 from Lucas-307/0823.1513-6813 The 26305 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../scaling/core/metadata/JdbcUriTest.java | 31 +++-- .../scaling/mysql/MySQLBinlogDumper.java | 38 ++---- .../scaling/mysql/MySQLPositionManager.java | 2 +- .../mysql/binlog/event/AbstractRowsEvent.java | 2 +- .../mysql/binlog/event/UpdateRowsEvent.java | 3 - .../scaling/mysql/MySQLBinlogDumperTest.java | 143 ++++++++++++++++++++- .../scaling/mysql/spi/ScalingEntryLoaderTest.java | 46 +++++++ .../postgresql/PostgreSQLPositionManager.java | 2 +- .../scaling/postgresql/PostgreSQLImporterTest.java | 4 +- .../postgresql/spi/ScalingEntryLoaderTest.java | 46 +++++++ 10 files changed, 268 insertions(+), 49 deletions(-) copy shardingsphere-infra/shardingsphere-infra-rewrite/shardingsphere-infra-rewrite-engine/src/test/java/org/apache/shardingsphere/infra/rewrite/parameter/builder/impl/StandardParameterBuilderTest.java => shardingsphere-scaling/shardingsphere-scaling-core/src/test/java/org/apache/shardingsphere/scaling/core/metadata/JdbcUriTest.java (54%) create mode 100644 shardingsphere-scaling/shardingsphere-scaling-mysql/src/test/java/org/apache/shardingsphere/scaling/mysql/spi/ScalingEntryLoaderTest.java create mode 100644 shardingsphere-scaling/shardingsphere-scaling-postgresql/src/test/java/org/apache/shardingsphere/scaling/postgresql/spi/ScalingEntryLoaderTest.java