Skip to content

Commit 1800c03

Browse files
committed
Temporarily disable nativeTest of Proxy Native
1 parent 9715c29 commit 1800c03

File tree

13 files changed

+2127
-2068
lines changed

13 files changed

+2127
-2068
lines changed

docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/seata-at/_index.cn.md

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ authority:
170170
users:
171171
- user: root@%
172172
password: root
173+
admin: true
173174
privilege:
174175
type: ALL_PERMITTED
175176
transaction:

docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/seata-at/_index.en.md

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ authority:
174174
users:
175175
- user: root@%
176176
password: root
177+
admin: true
177178
privilege:
178179
type: ALL_PERMITTED
179180
transaction:

infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/jni-config.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
[
22
{
3-
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.frontend.ShardingSphereProxy"},
3+
"condition":{"typeReachable":"org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository"},
44
"name":"java.io.FileDescriptor",
55
"fields":[{"name":"fd"}]
66
},
77
{
8-
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.frontend.ShardingSphereProxy"},
8+
"condition":{"typeReachable":"org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository"},
99
"name":"java.io.IOException"
1010
},
1111
{
12-
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.frontend.ShardingSphereProxy"},
12+
"condition":{"typeReachable":"org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository"},
1313
"name":"java.lang.OutOfMemoryError"
1414
},
1515
{
16-
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.frontend.ShardingSphereProxy"},
16+
"condition":{"typeReachable":"org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository"},
1717
"name":"java.lang.RuntimeException"
1818
},
1919
{
20-
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.frontend.ShardingSphereProxy"},
20+
"condition":{"typeReachable":"org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository"},
2121
"name":"java.net.InetSocketAddress",
2222
"methods":[{"name":"<init>","parameterTypes":["java.lang.String","int"] }]
2323
},
2424
{
25-
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.frontend.ShardingSphereProxy"},
25+
"condition":{"typeReachable":"org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository"},
2626
"name":"java.net.PortUnreachableException"
2727
},
2828
{
29-
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.frontend.ShardingSphereProxy"},
29+
"condition":{"typeReachable":"org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository"},
3030
"name":"java.nio.Buffer",
3131
"fields":[{"name":"limit"}, {"name":"position"}],
3232
"methods":[{"name":"limit","parameterTypes":[] }, {"name":"position","parameterTypes":[] }]
3333
},
3434
{
35-
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.frontend.ShardingSphereProxy"},
35+
"condition":{"typeReachable":"org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository"},
3636
"name":"java.nio.DirectByteBuffer"
3737
},
3838
{
39-
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.frontend.ShardingSphereProxy"},
39+
"condition":{"typeReachable":"org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository"},
4040
"name":"java.nio.channels.ClosedChannelException",
4141
"methods":[{"name":"<init>","parameterTypes":[] }]
4242
}

infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/proxy-config.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
[
22
{
3-
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.initializer.BootstrapInitializer"},
3+
"condition":{"typeReachable":"org.apache.shardingsphere.mode.repository.standalone.jdbc.JDBCRepository"},
44
"interfaces":["java.sql.Connection"]
55
},
66
{
77
"condition":{"typeReachable":"org.apache.shardingsphere.infra.database.hive.metadata.data.loader.HiveMetaDataLoader"},
88
"interfaces":["org.apache.hadoop.metrics2.MetricsSystem$Callback"]
99
},
1010
{
11-
"condition":{"typeReachable":"org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource"},
11+
"condition":{"typeReachable":"org.apache.shardingsphere.mode.manager.standalone.StandaloneContextManagerBuilder"},
1212
"interfaces":["org.apache.hive.service.rpc.thrift.TCLIService$Iface"]
1313
},
14-
{
15-
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.initializer.BootstrapInitializer"},
16-
"interfaces":["org.apache.seata.config.Configuration"]
17-
},
1814
{
1915
"condition":{"typeReachable":"org.apache.shardingsphere.transaction.base.seata.at.SeataATShardingSphereTransactionManager"},
2016
"interfaces":["org.apache.seata.config.Configuration"]

0 commit comments

Comments
 (0)