From 1476185b84dc7a9104734fe825312b72662c8197 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 21 Feb 2017 13:20:20 +0200 Subject: [PATCH] Resurrect test files that were still needed. I removed these files in commit b39c1356, but it turns out that some of the remaining tests still used those files. --- .../expected/uao_crash_update2.ans | 14 ++++++++++++++ .../uao_faultinjection/sql/uao_crash_update2.sql | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 src/test/tinc/tincrepo/mpp/gpdb/tests/storage/uao/uao_faultinjection/expected/uao_crash_update2.ans create mode 100644 src/test/tinc/tincrepo/mpp/gpdb/tests/storage/uao/uao_faultinjection/sql/uao_crash_update2.sql 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) diff --git a/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/uao/uao_faultinjection/sql/uao_crash_update2.sql b/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/uao/uao_faultinjection/sql/uao_crash_update2.sql new file mode 100644 index 0000000000..c48f1da20b --- /dev/null +++ b/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/uao/uao_faultinjection/sql/uao_crash_update2.sql @@ -0,0 +1,4 @@ +-- start_ignore +SET gp_create_table_random_default_distribution=off; +-- end_ignore +SELECT * FROM foo; -- GitLab