From f1b32c09c133de4da565726ecbbd6a497def5bf1 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 21 Feb 2017 17:49:59 +0200 Subject: [PATCH] Resurrect one more file, in an attempt to fix the TINC test. I'm not sure why this seemed to pass on my laptop without this file, but looking at the code, I'm pretty sure it's still needed for the test_uao_crash_update_with_ins_fault test. We'll see what the Concourse job thinks.. --- .../expected/uao_crash_update2.ans | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/test/tinc/tincrepo/mpp/gpdb/tests/storage/uao/uao_faultinjection/expected/uao_crash_update2.ans diff --git a/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/uao/uao_faultinjection/expected/uao_crash_update2.ans b/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/uao/uao_faultinjection/expected/uao_crash_update2.ans new file mode 100644 index 0000000000..1b71608e76 --- /dev/null +++ b/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/uao/uao_faultinjection/expected/uao_crash_update2.ans @@ -0,0 +1,14 @@ +SELECT * FROM foo; + a | b | c +----+---+---------------------------------------------------------------------------------------------------------------------------------- + 1 | 1 | hello world + 2 | 1 | hello world + 3 | 1 | hello world + 4 | 1 | hello world + 5 | 1 | hello world + 6 | 1 | hello world + 7 | 1 | hello world + 8 | 1 | hello world + 9 | 1 | hello world + 10 | 1 | hello world +(10 rows) -- GitLab