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 2022/05/02 14:05:55 UTC

[shardingsphere] branch master updated (2bf17cae925 -> f2bf11a8c22)

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

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


    from 2bf17cae925 Replace assertThat is(true) and is(true) to assertTrue and assertFalse (#17269)
     add f2bf11a8c22 Unify variable name from properties to props (#17270)

No new revisions were added by this update.

Summary of changes:
 ...adwriteSplittingRuleStatementConverterTest.java |  8 ++--
 .../algorithm/sharding/cosid/PropertiesUtil.java   | 14 +++----
 .../cosid/CosIdIntervalShardingAlgorithmTest.java  | 41 ++++++++++----------
 .../cosid/CosIdModShardingAlgorithmTest.java       | 29 +++++++-------
 ...osIdSnowflakeIntervalShardingAlgorithmTest.java | 22 +++++------
 .../sharding/cosid/PropertiesUtilTest.java         | 17 ++++-----
 ...AlterShardingAlgorithmStatementUpdaterTest.java | 22 +++++------
 ...erShardingKeyGeneratorStatementUpdaterTest.java | 22 +++++------
 ...reateShardingAlgorithmStatementUpdaterTest.java | 28 +++++++-------
 .../DataSourceGeneratedDatabaseConfiguration.java  |  4 +-
 .../datasource/props/DataSourceProperties.java     |  8 ++--
 .../infra/hint/SQLHintExtractor.java               |  8 ++--
 .../dialect/postgres/PostgresAbstractLoader.java   |  4 +-
 .../postgres/PostgresConstraintsLoader.java        | 42 ++++++++++-----------
 .../infra/yaml/engine/YamlEngine.java              |  6 +--
 .../datasource/props/DataSourcePropertiesTest.java | 34 ++++++++---------
 .../datanode/SingleTableDataNodeLoaderTest.java    | 14 +++----
 .../DataSourceXAResourceRecoveryHelper.java        |  2 +-
 .../ContextManagerBuilderParameterTest.java        | 44 +++++++---------------
 .../repository/cluster/etcd/EtcdRepository.java    | 12 +++---
 .../cluster/etcd/lock/EtcdInternalLockHolder.java  |  6 +--
 .../cluster/etcd/EtcdRepositoryTest.java           |  2 +-
 .../repository/standalone/h2/H2Repository.java     | 16 +++-----
 .../ral/common/queryable/ShowVariableHandler.java  |  7 ++--
 .../rdl/resource/AlterResourceBackendHandler.java  |  3 +-
 .../rql/resource/DataSourceQueryResultSet.java     | 26 ++++++-------
 .../resource/UnusedDataSourceQueryResultSet.java   | 26 ++++++-------
 .../queryable/ShowTrafficRulesHandlerTest.java     |  8 ++--
 .../queryable/ShowVariableBackendHandlerTest.java  |  3 +-
 .../updatable/AlterTrafficRuleHandlerTest.java     |  6 +--
 .../updatable/CreateTrafficRuleHandlerTest.java    | 16 ++++----
 .../updatable/DropTrafficRuleHandlerTest.java      |  6 +--
 .../updatable/SetVariableBackendHandlerTest.java   | 12 +++---
 .../data/pipeline/cases/mysql/BaseMySQLITCase.java |  7 ++--
 .../cases/postgresql/BasePostgreSQLITCase.java     |  7 ++--
 35 files changed, 252 insertions(+), 280 deletions(-)