diff options
| author | Michael P | 2012-04-18 00:55:15 +0000 |
|---|---|---|
| committer | Michael P | 2012-04-18 00:55:15 +0000 |
| commit | 00124a3e249f550c2418e5ec8f19ca81e8fd0059 (patch) | |
| tree | 7aaaa8c264c919dc1c6cd72895687c898a61ef24 /src/test | |
| parent | 9aed10c153494d8ac8b7d3876642ba9bc542d035 (diff) | |
Run prepared_xacts independently in parallel schedule of regression
This test cannot run in parallel due to the nature of XC to use
implicit 2PC when a transaction involved several nodes with a write
operation.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/regress/parallel_schedule | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule index 082b046331..114ef0d19e 100644 --- a/src/test/regress/parallel_schedule +++ b/src/test/regress/parallel_schedule @@ -74,7 +74,10 @@ ignore: random # ---------- # Another group of parallel tests # ---------- -test: select_into select_distinct select_distinct_on select_implicit select_having subselect union case join aggregates transactions random portals arrays btree_index hash_index update namespace prepared_xacts delete +test: select_into select_distinct select_distinct_on select_implicit select_having subselect union case join aggregates transactions random portals arrays btree_index hash_index update namespace delete + +# prepared_xacts cannot run in parallel of other tests involving 2PC +test: prepared_xacts # ---------- # Another group of parallel tests |
