From c5722850772ee1dfbc7a58d15c81e3baa5e0a0fe Mon Sep 17 00:00:00 2001 From: Adam Lee Date: Wed, 22 Feb 2017 11:38:29 +0800 Subject: [PATCH] Update tinc storage cases' ans files Due to changes of external table "on master" feature Signed-off-by: Haozhou Wang --- .../mpp/gpdb/tests/storage/basic/exttab/read/sql/query08_dsp.ans | 1 + .../gpdb/tests/storage/basic/exttab/write/sql/functional_dsp.ans | 1 + .../tests/storage/basic/exttab/write/sql/functional_dsp.ans.orca | 1 + 3 files changed, 3 insertions(+) diff --git a/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/basic/exttab/read/sql/query08_dsp.ans b/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/basic/exttab/read/sql/query08_dsp.ans index 830ae39214..d4d7f7d310 100644 --- a/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/basic/exttab/read/sql/query08_dsp.ans +++ b/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/basic/exttab/read/sql/query08_dsp.ans @@ -26,6 +26,7 @@ Format type: text Format options: delimiter ',' null '\N' escape '\' External options: {} External location: file://@hostname@@gpfdist_datadir@/lines? +Execute on: all segments Segment reject limit: 40 rows Error Log in File diff --git a/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/basic/exttab/write/sql/functional_dsp.ans b/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/basic/exttab/write/sql/functional_dsp.ans index c3d0cf7caf..77d52c69fa 100644 --- a/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/basic/exttab/write/sql/functional_dsp.ans +++ b/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/basic/exttab/write/sql/functional_dsp.ans @@ -56,6 +56,7 @@ Format type: text Format options: delimiter '|' null '\N' escape '\' External options: {} External location: gpfdist://@hostname@:@gp_port@/output/wet_ao_dsp.tbl +Execute on: all segments INSERT INTO tbl_wet_ao SELECT * FROM ao_table; INSERT 0 3 diff --git a/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/basic/exttab/write/sql/functional_dsp.ans.orca b/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/basic/exttab/write/sql/functional_dsp.ans.orca index 31cf3c6cf6..522d9d501c 100644 --- a/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/basic/exttab/write/sql/functional_dsp.ans.orca +++ b/src/test/tinc/tincrepo/mpp/gpdb/tests/storage/basic/exttab/write/sql/functional_dsp.ans.orca @@ -56,6 +56,7 @@ Encoding: UTF8 Format type: text Format options: delimiter '|' null '\N' escape '\' External location: gpfdist://test1:8080/output/wet_ao_dsp.tbl +Execute on: all segments INSERT INTO tbl_wet_ao SELECT * FROM ao_table; INSERT 0 3 -- GitLab