test: enable parallel run for python test suites
Fixed issues: - box-py/iproto.test.py 1) Fixed receive_response() to wait for whole response. 2) Clean up _cluster space. - replication-py/cluster.test.py 1) Clean up _cluster space. - replication-py/multi.test.py 1) Removed vclock checking because it fails if previous test make some DML and vclock was incremented. Looks like it was used for debug and is not part of this test case. 2) Fixed typo in 'Synchronize' block. The following test sequences did fail due to unexpected IDs in _cluster space: - [box-py/iproto.test.py, null] - [box-py/bootstrap.test.py, null] - [replication-py/cluster.test.py, null] - [replication-py/multi.test.py, null] Part of #3232 (cherry picked from commit 4ea7d729)
Showing
- test/box-py/iproto.result 4 additions, 0 deletionstest/box-py/iproto.result
- test/box-py/iproto.test.py 5 additions, 0 deletionstest/box-py/iproto.test.py
- test/box-py/suite.ini 1 addition, 1 deletiontest/box-py/suite.ini
- test/replication-py/cluster.result 8 additions, 0 deletionstest/replication-py/cluster.result
- test/replication-py/cluster.test.py 2 additions, 1 deletiontest/replication-py/cluster.test.py
- test/replication-py/multi.result 2 additions, 14 deletionstest/replication-py/multi.result
- test/replication-py/multi.test.py 1 addition, 2 deletionstest/replication-py/multi.test.py
- test/replication-py/suite.ini 1 addition, 1 deletiontest/replication-py/suite.ini
- test/xlog-py/suite.ini 1 addition, 1 deletiontest/xlog-py/suite.ini
Loading
Please register or sign in to comment