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 01d36a9 Remove unnecessary commons-io dependency (#16015)
add b95e03a Unify YamlReadwriteSplittingIntegrateTest and other test for
yaml file load (#16016)
No new revisions were added by this update.
Summary of changes:
.../driver/AbstractYamlDataSourceTest.java | 15 ------
.../YamlReadwriteSplittingIntegrateTest.java | 2 +-
.../api/impl/GovernanceRepositoryAPIImplTest.java | 7 +--
.../api/impl/RuleAlteredJobAPIImplTest.java | 18 +++----
.../DataConsistencyCheckerImplTest.java | 6 +--
.../datasource/PipelineDataSourceManagerTest.java | 6 +--
.../pipeline/core/job/FinishedCheckJobTest.java | 6 +--
.../core/job/progress/JobProgressTest.java | 20 ++++----
.../pipeline/core/task/IncrementalTaskTest.java | 4 +-
.../data/pipeline/core/task/InventoryTaskTest.java | 4 +-
.../pipeline/core/util/ConfigurationFileUtil.java | 59 ++++++++++++++++++++++
...ourceUtil.java => JobConfigurationBuilder.java} | 38 ++------------
.../pipeline/core/util/PipelineContextUtil.java | 2 +-
.../scenario/rulealtered/RuleAlteredJobTest.java | 4 +-
.../prepare/InventoryTaskSplitterTest.java | 4 +-
15 files changed, 105 insertions(+), 90 deletions(-)
create mode 100644
shardingsphere-test/shardingsphere-pipeline-test/src/test/java/org/apache/shardingsphere/data/pipeline/core/util/ConfigurationFileUtil.java
rename
shardingsphere-test/shardingsphere-pipeline-test/src/test/java/org/apache/shardingsphere/data/pipeline/core/util/{ResourceUtil.java
=> JobConfigurationBuilder.java} (66%)