This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from e99e7145716 Fix sonar issues (#29106)
add 62312206f74 Move native test from infra module to test module (#29107)
No new revisions were added by this update.
Summary of changes:
.../graalvm-native-image/_index.cn.md | 10 +++++-----
.../graalvm-native-image/_index.en.md | 10 +++++-----
.../resource-config.json | 21 ---------------------
infra/pom.xml | 1 -
infra/reachability-metadata/pom.xml | 1 -
pom.xml | 8 ++++----
.../native}/native-image-filter/extra-filter.json | 2 +-
.../native-image-filter/user-code-filter.json | 0
{infra/nativetest => test/native}/pom.xml | 4 ++--
.../shardingsphere/test/natived}/FileTestUtils.java | 2 +-
.../test/natived}/jdbc/features/EncryptTest.java | 16 ++++++++--------
.../test/natived}/jdbc/features/MaskTest.java | 16 ++++++++--------
.../jdbc/features/ReadWriteSplittingTest.java | 16 ++++++++--------
.../test/natived}/jdbc/features/ShadowTest.java | 16 ++++++++--------
.../test/natived}/jdbc/features/ShardingTest.java | 16 ++++++++--------
.../ClassBasedInlineShardingAlgorithmFixture.java | 2 +-
.../TestQueryAssistedShardingEncryptAlgorithm.java | 2 +-
.../test/natived}/jdbc/features/entity/Address.java | 2 +-
.../test/natived}/jdbc/features/entity/Order.java | 2 +-
.../natived}/jdbc/features/entity/OrderItem.java | 2 +-
.../jdbc/features/repository/AddressRepository.java | 4 ++--
.../features/repository/OrderItemRepository.java | 4 ++--
.../jdbc/features/repository/OrderRepository.java | 4 ++--
.../reflect-config.json | 3 ++-
.../resource-config.json | 21 +++++++++++++++++++++
...ache.shardingsphere.encrypt.spi.EncryptAlgorithm | 2 +-
.../native}/src/test/resources/logback-test.xml | 0
.../native}/src/test/resources/yaml/encrypt.yaml | 0
.../native}/src/test/resources/yaml/mask.yaml | 0
.../test/resources/yaml/readwrite-splitting.yaml | 0
.../native}/src/test/resources/yaml/shadow.yaml | 0
.../native}/src/test/resources/yaml/sharding.yaml | 2 +-
test/pom.xml | 1 +
33 files changed, 95 insertions(+), 95 deletions(-)
delete mode 100644
infra/nativetest/src/test/resources/META-INF/native-image/shardingsphere-infra-nativetest-test-metadata/resource-config.json
rename {infra/nativetest => test/native}/native-image-filter/extra-filter.json
(93%)
rename {infra/nativetest =>
test/native}/native-image-filter/user-code-filter.json (100%)
rename {infra/nativetest => test/native}/pom.xml (95%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/FileTestUtils.java
(98%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/EncryptTest.java
(87%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/MaskTest.java
(87%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/ReadWriteSplittingTest.java
(87%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/ShadowTest.java
(90%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/ShardingTest.java
(89%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/algorithm/ClassBasedInlineShardingAlgorithmFixture.java
(96%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/algorithm/TestQueryAssistedShardingEncryptAlgorithm.java
(95%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/entity/Address.java
(94%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/entity/Order.java
(94%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/entity/OrderItem.java
(94%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/repository/AddressRepository.java
(96%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/repository/OrderItemRepository.java
(97%)
rename
{infra/nativetest/src/test/java/org/apache/shardingsphere/infra/nativetest =>
test/native/src/test/java/org/apache/shardingsphere/test/natived}/jdbc/features/repository/OrderRepository.java
(98%)
rename
{infra/nativetest/src/test/resources/META-INF/native-image/shardingsphere-infra-nativetest-test-metadata
=>
test/native/src/test/resources/META-INF/native-image/shardingsphere-test-native-metadata}/reflect-config.json
(62%)
create mode 100644
test/native/src/test/resources/META-INF/native-image/shardingsphere-test-native-metadata/resource-config.json
rename {infra/nativetest =>
test/native}/src/test/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
(87%)
rename {infra/nativetest => test/native}/src/test/resources/logback-test.xml
(100%)
rename {infra/nativetest => test/native}/src/test/resources/yaml/encrypt.yaml
(100%)
rename {infra/nativetest => test/native}/src/test/resources/yaml/mask.yaml
(100%)
rename {infra/nativetest =>
test/native}/src/test/resources/yaml/readwrite-splitting.yaml (100%)
rename {infra/nativetest => test/native}/src/test/resources/yaml/shadow.yaml
(100%)
rename {infra/nativetest => test/native}/src/test/resources/yaml/sharding.yaml
(94%)