This is an automated email from the ASF dual-hosted git repository.
menghaoran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 69df4dc Add `IF EXISTS` keyword to `DROP DB_DISCOVERY HEARBEAT`.
(#15982)
add ce99691 Remove all dbcp dependencies except pool creator test case
(#16013)
No new revisions were added by this update.
Summary of changes:
.../pool/creator/DataSourcePoolCreatorTest.java | 16 --------
.../datasource/props/DataSourcePropertiesTest.java | 5 +--
.../driver/jdbc/base/AbstractSQLTest.java | 13 +++++-
.../driver/jdbc/base/DataSourceBuilder.java | 47 ----------------------
.../driver/AbstractYamlDataSourceTest.java | 20 ++++-----
...hardingWithReadwriteSplittingIntegrateTest.java | 7 ++--
.../YamlReadwriteSplittingIntegrateTest.java | 9 +++--
.../driver/sharding/YamlShardingIntegrateTest.java | 5 ++-
...gWithReadwriteSplittingDataSourceWithProps.yaml | 12 +++---
...thReadwriteSplittingDataSourceWithoutProps.yaml | 12 +++---
.../sharding/configWithDataSourceWithProps.yaml | 8 ++--
.../sharding/configWithDataSourceWithoutProps.yaml | 8 ++--
.../sharding/configWithoutDataSourceWithProps.yaml | 26 ++++++------
.../configWithoutDataSourceWithoutProps.yaml | 26 ++++++------
.../configWithDataSourceWithProps.yaml | 16 ++++----
.../configWithDataSourceWithoutProps.yaml | 16 ++++----
.../configWithDataSourceWithoutRules.yaml | 16 ++++----
.../configWithoutDataSourceWithProps.yaml | 25 ++++++------
.../configWithoutDataSourceWithoutProps.yaml | 26 ++++++------
.../src/test/resources/yaml/unit/sharding.yaml | 8 ++--
20 files changed, 136 insertions(+), 185 deletions(-)
delete mode 100644
shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/java/org/apache/shardingsphere/driver/jdbc/base/DataSourceBuilder.java