提交 548dc837 编写于 作者: P Pengzhou Tang

Remove intermittent external protocol test

A test output in extprotocol is undeterministic in which case all
segments will report an error, you can not tell which segment will
report it firstly. Normally it's segment 0 first report that, but we
can not count on this.
上级 027d6172
......@@ -711,9 +711,8 @@ NOTICE: table "exttabtest_r_invalid" does not exist, skipping
-- Add a column (value3) to RET
ALTER EXTERNAL TABLE exttabtest_r_invalid ADD COLUMN value3 int;
-- Access RET again with changed structure, the data file format is invalid now
SELECT count(*) from exttabtest_r_invalid;
ERROR: missing data for column "value3" (seg0 slice1 rh55-qavm55:7532 pid=14575)
DETAIL: External table exttabtest_r_invalid, line 1 of demoprot://exttabtest.txt: "1 name1 2 3"
-- Comment this out since output file is undeterministic
-- SELECT count(*) from exttabtest_r_invalid;
-- Drop a column (id) from RET
ALTER EXTERNAL TABLE exttabtest_r_invalid DROP COLUMN id;
-- Access RET again with changed structure, the data file format is also invalid
......
......@@ -568,7 +568,8 @@ select max(cnt) - min(cnt) > 20 from t;
ALTER EXTERNAL TABLE exttabtest_r_invalid ADD COLUMN value3 int;
-- Access RET again with changed structure, the data file format is invalid now
SELECT count(*) from exttabtest_r_invalid;
-- Comment this out since output file is undeterministic
-- SELECT count(*) from exttabtest_r_invalid;
-- Drop a column (id) from RET
ALTER EXTERNAL TABLE exttabtest_r_invalid DROP COLUMN id;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册