I've just finish a set of tests for Sharding-Proxy with MySQL protocol on this release. Here are some test features and results:
Test environment - MySQL version ??5.7.21 Test features - basic SQLs like INSERT/DELETE/UPDATE/SELECT. - Broadcast table. - Solve data lean problem when using DefaultKeyGenerator with low TPS. - DISTINCT SQL syntax available. Test results - Support basic SQLs like INSERT/DELETE/UPDATE/SELECT - Support Broadcast table and basic SQLs. - Parity generate key for DefaultKeyGenerator with low TPS. - Support almost DISTINCT statements. Test Problem - Some DISTINCT SQL loses data[1]. [1] https://github.com/apache/incubator-shardingsphere/issues/2094 ------------------ Yi Yang (Sion) Apache ShardingSphere ------------------ Original ------------------ From: "[email protected]"<[email protected]>; Date: Mon, Mar 25, 2019 11:02 AM To: "dev"<[email protected]>; Subject: [Discuss] Acceptance test for ShardingSphere 4.0.0 [RC1] release Hello ShardingSphere Community, This is a call for discuss to release Apache ShardingSphere (Incubating) version 4.0.0-RC1 Release notes: https://github.com/apache/incubator-shardingsphere/releases/edit/untagged-90bdf1e5cbba8422332f The release candidates: https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/4.0.0-RC1/ Maven 2 staging repository: https://repository.apache.org/content/repositories/staging/org/apache/shardingsphere/ Git tag for the release: https://github.com/apache/incubator-shardingsphere/tree/4.0.0-RC1 Release Commit ID: https://github.com/apache/incubator-shardingsphere/commit/90a17fd3ac5af99d0fe1bd8018ba1393b1864672 Keys to verify the Release Candidate: https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/KEYS Every who inserted can be do acceptance test and discuss this version should be release or not. ------------------ Liang Zhang (John) Apache ShardingSphere & Dubbo
