Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-1352

refactor the cluster E2E test to cover more cases (different cluster size)

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • CI

    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

          Activity

            People

              hxd Xiangdong Huang
              hxd Xiangdong Huang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: