From 311bcfc6b3acdd6fd152798c7f287ddf74fa2a98 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 21:46:48 +0200 Subject: Adding upstream version 15.4. Signed-off-by: Daniel Baumann --- src/test/isolation/expected/fk-contention.out | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/test/isolation/expected/fk-contention.out (limited to 'src/test/isolation/expected/fk-contention.out') diff --git a/src/test/isolation/expected/fk-contention.out b/src/test/isolation/expected/fk-contention.out new file mode 100644 index 0000000..0916f7f --- /dev/null +++ b/src/test/isolation/expected/fk-contention.out @@ -0,0 +1,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; -- cgit v1.2.3