Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Junit to 4.13.2 and migrate deprecated APIs to Hamcrest #20937

Merged
merged 5 commits into from
Sep 17, 2022

Conversation

linghengqian
Copy link
Member

@linghengqian linghengqian commented Sep 12, 2022

For #19845.

Changes proposed in this pull request:


Before committing this PR, I'm sure that I have checked the following options:

  • My code follows the code of conduct of this project.
  • I have self-reviewed the commit code.
  • I have triggered maven check: mvn clean install -B -T2C -DskipTests -Dmaven.javadoc.skip=true -e.
  • I have made corresponding changes to the documentation.
  • I have added corresponding unit tests for my changes.

@linghengqian linghengqian marked this pull request as ready for review September 12, 2022 11:17
� Conflicts:
�	shardingsphere-mode/shardingsphere-mode-core/src/test/java/org/apache/shardingsphere/mode/metadata/MetaDataContextsFactoryTest.java
� Conflicts:
�	shardingsphere-kernel/shardingsphere-sql-federation/shardingsphere-sql-federation-executor/shardingsphere-sql-federation-executor-core/src/main/java/org/apache/shardingsphere/sqlfederation/row/EmptyRowEnumerator.java
�	shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/handler/distsql/ral/queryable/ShowSQLTranslatorRuleHandlerTest.java
�	shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-scaling/src/test/java/org/apache/shardingsphere/integration/data/pipeline/cases/migration/primarykey/TextPrimaryKeyMigrationIT.java
�	shardingsphere-test/shardingsphere-pipeline-test/src/test/java/org/apache/shardingsphere/data/pipeline/core/prepare/InventoryTaskSplitterTest.java
@codecov-commenter
Copy link

codecov-commenter commented Sep 15, 2022

Codecov Report

Merging #20937 (6d93fbf) into master (32b29ba) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master   #20937   +/-   ##
=========================================
  Coverage     61.59%   61.59%           
  Complexity     2470     2470           
=========================================
  Files          4055     4055           
  Lines         55755    55755           
  Branches       9452     9452           
=========================================
  Hits          34343    34343           
  Misses        18540    18540           
  Partials       2872     2872           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

� Conflicts:
�	shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/test/java/org/apache/shardingsphere/sql/parser/sql/common/util/SQLUtilTest.java
�	shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-scaling/src/test/java/org/apache/shardingsphere/integration/data/pipeline/cases/migration/general/MySQLMigrationGeneralIT.java
@terrymanu
Copy link
Member

Awesome, this is a big PR, I will check it soon

@terrymanu terrymanu added this to the 5.2.1 milestone Sep 17, 2022
@terrymanu terrymanu added in: test type: dependencies Pull requests that update a dependency file labels Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: test type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants