|
1 | 1 | Parsed test spec with 2 sessions
|
2 | 2 |
|
3 | 3 | starting permutation: s1b s1_insert_150 s1r s1_show_partitions s2b s2_insert_150 s2c s2_show_partitions
|
4 |
| -create_range_partitions |
| 4 | +set_spawn_using_bgw |
5 | 5 |
|
6 |
| -1 |
| 6 | +
|
7 | 7 | step s1b: BEGIN;
|
8 | 8 | step s1_insert_150: INSERT INTO range_rel SELECT generate_series(1, 150);
|
9 | 9 | step s1r: ROLLBACK;
|
|
22 | 22 | ((id >= 101) AND (id < 201))
|
23 | 23 |
|
24 | 24 | starting permutation: s1b s1_insert_150 s1r s1_show_partitions s2b s2_insert_300 s2c s2_show_partitions
|
25 |
| -create_range_partitions |
| 25 | +set_spawn_using_bgw |
26 | 26 |
|
27 |
| -1 |
| 27 | +
|
28 | 28 | step s1b: BEGIN;
|
29 | 29 | step s1_insert_150: INSERT INTO range_rel SELECT generate_series(1, 150);
|
30 | 30 | step s1r: ROLLBACK;
|
|
44 | 44 | ((id >= 201) AND (id < 301))
|
45 | 45 |
|
46 | 46 | starting permutation: s1b s1_insert_300 s1r s1_show_partitions s2b s2_insert_150 s2c s2_show_partitions
|
47 |
| -create_range_partitions |
| 47 | +set_spawn_using_bgw |
48 | 48 |
|
49 |
| -1 |
| 49 | +
|
50 | 50 | step s1b: BEGIN;
|
51 | 51 | step s1_insert_300: INSERT INTO range_rel SELECT generate_series(151, 300);
|
52 | 52 | step s1r: ROLLBACK;
|
|
67 | 67 | ((id >= 201) AND (id < 301))
|
68 | 68 |
|
69 | 69 | starting permutation: s1b s1_insert_150 s2b s2_insert_300 s1r s2r s2_show_partitions
|
70 |
| -create_range_partitions |
| 70 | +set_spawn_using_bgw |
71 | 71 |
|
72 |
| -1 |
| 72 | +
|
73 | 73 | step s1b: BEGIN;
|
74 | 74 | step s1_insert_150: INSERT INTO range_rel SELECT generate_series(1, 150);
|
75 | 75 | step s2b: BEGIN;
|
|