blob: 92753ccf39f7fcf5968d3f2d1345b583f6ebcb42 [file] [log] [blame]
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;