You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ch...@apache.org on 2023/05/11 02:31:41 UTC

[shardingsphere] branch master updated (837d8d160db -> 63ae1e9ccbc)

This is an automated email from the ASF dual-hosted git repository.

chengzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from 837d8d160db Remove : remove an useless param for sonar (#25568)
     add 63ae1e9ccbc Add unit test for new encrypt yaml api swapper (#25567)

No new revisions were added by this update.

Summary of changes:
 ...patibleEncryptRuleConfigurationSwapperTest.java |  1 +
 ...> YamlEncryptRuleConfigurationSwapperTest.java} | 28 +++++-----
 ...eEncryptColumnRuleConfigurationSwapperTest.java |  1 +
 ...leEncryptTableRuleConfigurationSwapperTest.java |  1 +
 ...EncryptColumnRuleConfigurationSwapperTest.java} | 45 ++++++++++------
 ...lEncryptTableRuleConfigurationSwapperTest.java} | 61 +++++++++++++---------
 6 files changed, 81 insertions(+), 56 deletions(-)
 copy features/encrypt/core/src/test/java/org/apache/shardingsphere/encrypt/yaml/swapper/{YamlCompatibleEncryptRuleConfigurationSwapperTest.java => YamlEncryptRuleConfigurationSwapperTest.java} (64%)
 copy features/encrypt/core/src/test/java/org/apache/shardingsphere/encrypt/yaml/swapper/rule/{YamlCompatibleEncryptColumnRuleConfigurationSwapperTest.java => YamlEncryptColumnRuleConfigurationSwapperTest.java} (53%)
 copy features/encrypt/core/src/test/java/org/apache/shardingsphere/encrypt/yaml/swapper/rule/{YamlCompatibleEncryptTableRuleConfigurationSwapperTest.java => YamlEncryptTableRuleConfigurationSwapperTest.java} (58%)