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 Mockito and ByteBuddy to help with GraalVM integration #17665

Merged
merged 20 commits into from May 16, 2022

Conversation

linghengqian
Copy link
Member

@linghengqian linghengqian commented May 15, 2022

Fixes #17451.

Changes proposed in this pull request:

@linghengqian linghengqian changed the title Update Mockito to 4.5.1 to help with GraalVM integration Update Mockito and ByteBuddy to help with GraalVM integration May 15, 2022
@linghengqian
Copy link
Member Author

linghengqian commented May 15, 2022

@franco-h

@linghengqian linghengqian marked this pull request as ready for review May 16, 2022 03:56
@codecov-commenter
Copy link

Codecov Report

Merging #17665 (7a12b68) into master (90247fc) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master   #17665      +/-   ##
============================================
- Coverage     58.81%   58.79%   -0.03%     
- Complexity     2125     2126       +1     
============================================
  Files          3596     3599       +3     
  Lines         53536    53572      +36     
  Branches       9143     9144       +1     
============================================
+ Hits          31489    31497       +8     
- Misses        19373    19400      +27     
- Partials       2674     2675       +1     
Impacted Files Coverage Δ
...d/text/distsql/ral/common/hint/HintSourceType.java 0.00% <0.00%> (-42.86%) ⬇️
...uery/ShowScalingCheckAlgorithmsQueryResultSet.java 77.77% <0.00%> (-8.89%) ⬇️
...ode/repository/standalone/file/FileRepository.java 58.53% <0.00%> (-0.99%) ⬇️
...ardingsphere/infra/properties/TypedProperties.java 94.44% <0.00%> (ø)
...ngsphere/infra/properties/PropertiesConverter.java 100.00% <0.00%> (ø)
...de/metadata/persist/node/DatabaseMetaDataNode.java 71.87% <0.00%> (ø)
...a/database/type/dialect/OpenGaussDatabaseType.java 41.17% <0.00%> (ø)
.../database/type/dialect/PostgreSQLDatabaseType.java 64.70% <0.00%> (ø)
...tadata/schema/builder/SystemSchemaBuilderRule.java 96.87% <0.00%> (ø)
...distsql/rdl/rule/RuleDefinitionBackendHandler.java 50.00% <0.00%> (ø)
... and 28 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 90247fc...7a12b68. Read the comment docs.

@terrymanu terrymanu merged commit 403adb4 into apache:master May 16, 2022
@terrymanu
Copy link
Member

Good Job!

@linghengqian linghengqian deleted the fix-17451 branch May 16, 2022 16:15
zhaoguhong added a commit to zhaoguhong/shardingsphere that referenced this pull request May 17, 2022
* master: (90 commits)
  Remove usage of com.google.common.collect.Collections2 (apache#17721)
  Refactor execute RAL  statement reload metaData (apache#17720)
  Use caffeine instead of guava cache (apache#17712)
  Minor changes for test cases and code format (apache#17718)
  Add test case for RuleBasedSchemaMetaDataBuilderFactory . (apache#17709)
  Update Mockito and ByteBuddy to help with GraalVM integration (apache#17665)
  fix CI error (apache#17713)
  Add unit for MetaDataPersistService.persistTransactionRule(final Properties props, final boolean isOverwrit)  apache#16091 (apache#17714)
  Remove useless DatabaseMetaDataContextsBuilder (apache#17717)
  private MetaDataContextsBuilder.addDatabase and addSystemDatabases (apache#17716)
  Add unit test for ModShardingAlgorithm  (apache#17710)
  Refactor distribute database lock (apache#17711)
  Add unit test for Bootstrap use proxy default port from props (apache#17707)
  Scaling IT optimization (apache#17702)
  Add test cases for SQLRewriteContextDecoratorFactory and ExecutionPrepareDecoratorFactory . (apache#17701)
  Use ConfigurationProperties in ContextManager (apache#17706)
  Use ConfigurationProperties in MetaDataContextsBuilder (apache#17705)
  Refactor create schema statement parse logic (apache#17703)
  Revise apache#17695 (apache#17700)
  add test for DataNodeBuilderFactory (apache#17695)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Mockito to 4.5.0 or newer to help with GraalVM integration
3 participants