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 0000000000000000000000000000000000000000..1b71608e76cbb3ec45e1dc8b96c7b649f1c1d471 --- /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 0000000000000000000000000000000000000000..c48f1da20b2a1fbc7ab13124a68f7f5287672dd2 --- /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;