summaryrefslogtreecommitdiffstats
path: root/src/test/isolation/expected/serializable-parallel-2.out
blob: 92753ccf39f7fcf5968d3f2d1345b583f6ebcb42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Parsed test spec with 2 sessions

starting permutation: s1r s2r1 s1c s2r2 s2c
step s1r: SELECT * FROM foo;
 a
--
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
(10 rows)

step s2r1: SELECT * FROM foo;
 a
--
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
(10 rows)

step s1c: COMMIT;
step s2r2: SELECT * FROM foo;
 a
--
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
(10 rows)

step s2c: COMMIT;