Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
in Issue 1310, we have supported using TestContainer for cluster tests.
However, what we need is, given a test case, we want to check:
- whether it runs well on clusters that have different size:
- cluster with only one node;
- cluster with 3 nodes and 3 replicas
- cluster with 5 nodes and 3 replicas
- whether it runs well on matter the client connection connects to which node:
- client writes data to node A, and query data on node A, data is managed by A
- client writes data to node A, and query data on node B, data is managed by A
- client writes data to node A, and query data on node A, data is managed by B
- client writes data to node A, and query data on node B, data is managed by B
- client writes data to node A, and query data on node A, data is managed by C
- client writes data to node A, and query data on node B, data is managed by C
Attachments
Issue Links
- Blocked
-
IOTDB-1310 Cluster IT framework using Docker and TestContainer
- Resolved
- links to