tristaZero opened a new issue, #9104:
URL: https://github.com/apache/shardingsphere/issues/9104
More test cases are needed to ensure integration test engine covers all the
scenarios as many as it can.
Here is a todo list to add cases,
1 For tables (Q1)
- [x] Broadcast table
- [ ] Single table
- [ ] DAL
2 For configuration (Q1)
- [x] Encryption
- [x] Sharding + Encryption
- [x] Encryption + ReplicaQuery
- [x] Sharding + Encryption + ReplicaQuery
3 For governance
- [ ] Zookeeper
- [ ] DDL+DML (Q1)
- [ ] CREATE TABLE
- [ ] ALTER TABLE
- [ ] DROP TABLE
- [ ] CREATE INDEX
- [ ] DROP INDEX
- [ ] CREATE VIEW
- [ ] DROP VIEW
- [ ] INSERT
- [ ] DELETE
- [ ] UPDATE
- [ ] CREATE USER
- [ ] DROP USER
- [ ] GRANT
- [ ] REVOKE
- [ ] RDL(#9964 )
- [ ] ETCD (Later)
4 For databases
- [ ] PostgreSQL JDBC
- [ ] PostgreSQL Proxy
- [ ] Oracle JDBC
- [ ] SQLServer JDBC
5 For Shadow
- [ ] Shadow
- [ ] Sharding + Encryption + ReplicaQuery + Shadow (Later)
6 Data agent
- [ ] Frontend: MySQL Backend: PostgreSQL
- [ ] Frontend: MySQL Backend: Oracle/Server
- [ ] Frontend: PostgreSQL Backend: MySQL
- [ ] Frontend: PostgreSQL Backend: Oracle/Server
### Tips
- Here is
[DOC](https://shardingsphere.apache.org/document/current/cn/features/test-engine/integration-test/)
presenting more details
- [Concepts](https://shardingsphere.apache.org/document/current/cn/features/)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]