summaryrefslogtreecommitdiffstats
path: root/src/test/isolation/expected/fk-contention.out
blob: 0916f7f3d28b57a442c4909d59f551715ea6ed0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Parsed test spec with 2 sessions

starting permutation: ins com upd
step ins: INSERT INTO bar VALUES (42);
step com: COMMIT;
step upd: UPDATE foo SET b = 'Hello World';

starting permutation: ins upd com
step ins: INSERT INTO bar VALUES (42);
step upd: UPDATE foo SET b = 'Hello World';
step com: COMMIT;

starting permutation: upd ins com
step upd: UPDATE foo SET b = 'Hello World';
step ins: INSERT INTO bar VALUES (42);
step com: COMMIT;