github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/sql/logictest/testdata/parallel_test/subquery_retry_multinode/test.yaml (about)

     1  cluster_size: 5
     2  
     3  range_split_size: 32768
     4  
     5  run:
     6     # First run setup
     7     - - file: setup
     8  
     9     # Run txn on all nodes in parallel.
    10     - - node: 0
    11         file: txn
    12  
    13       - node: 1
    14         file: txn
    15  
    16       - node: 2
    17         file: txn
    18  
    19       - node: 3
    20         file: txn
    21  
    22       - node: 4
    23         file: txn
    24  
    25     # Run final.
    26     - - file: final