This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push: new d334a8824d2 Fix sonar issue on ConsistencyCheckJobAPITest (#35064) d334a8824d2 is described below commit d334a8824d2192f4d6a8e551484926349daa583e Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Sun Mar 23 23:24:52 2025 +0800 Fix sonar issue on ConsistencyCheckJobAPITest (#35064) --- .../scenario/consistencycheck/api/ConsistencyCheckJobAPITest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/it/pipeline/src/test/java/org/apache/shardingsphere/data/pipeline/scenario/consistencycheck/api/ConsistencyCheckJobAPITest.java b/test/it/pipeline/src/test/java/org/apache/shardingsphere/data/pipeline/scenario/consistencycheck/api/ConsistencyCheckJobAPITest.java index 8792b98c4ff..c8a180d3f36 100644 --- a/test/it/pipeline/src/test/java/org/apache/shardingsphere/data/pipeline/scenario/consistencycheck/api/ConsistencyCheckJobAPITest.java +++ b/test/it/pipeline/src/test/java/org/apache/shardingsphere/data/pipeline/scenario/consistencycheck/api/ConsistencyCheckJobAPITest.java @@ -59,7 +59,7 @@ class ConsistencyCheckJobAPITest { private final YamlMigrationJobConfigurationSwapper jobConfigSwapper = new YamlMigrationJobConfigurationSwapper(); @BeforeAll - public static void beforeClass() { + static void beforeClass() { PipelineContextUtils.mockModeConfigAndContextManager(); }