提交 d687a62f 编写于 作者: M Marbin Tan 提交者: lhamel

Update gptransfer test expectation for inet and cidr

* change inet and cidr from plain to main.

Author: Chumki Roy and Marbin Tan
上级 20f013da
......@@ -1284,7 +1284,8 @@ Feature: gptransfer tests
And the database "gptransfer_testdb3" does not exist
And the database "gptransfer_testdb4" does not exist
And the database "gptransfer_testdb5" does not exist
And the database "gptest" does not exist
And the user runs "psql -p $GPTRANSFER_SOURCE_PORT -h $GPTRANSFER_SOURCE_HOST -U $GPTRANSFER_SOURCE_USER -f test/behave/mgmt_utils/steps/data/gptransfer/teardown.sql -d template1"
And the user runs "psql -p $GPTRANSFER_DEST_PORT -h $GPTRANSFER_DEST_HOST -U $GPTRANSFER_DEST_USER -f test/behave/mgmt_utils/steps/data/gptransfer/teardown.sql -d template1"
And the user runs "psql -p $GPTRANSFER_SOURCE_PORT -h $GPTRANSFER_SOURCE_HOST -U $GPTRANSFER_SOURCE_USER -f test/behave/mgmt_utils/steps/data/gptransfer/setup.sql -d template1"
And the user "GPTRANSFER_SOURCE_USER" creates filespace_config file for "fs" on host "GPTRANSFER_SOURCE_HOST" with gpdb port "GPTRANSFER_SOURCE_PORT" and config "gpfilespace_config_src" in "HOME" directory
And the user "GPTRANSFER_DEST_USER" creates filespace_config file for "fs" on host "GPTRANSFER_DEST_HOST" with gpdb port "GPTRANSFER_DEST_PORT" and config "gpfilespace_config_dest" in "HOME" directory
......@@ -1359,7 +1360,7 @@ Feature: gptransfer tests
And the user runs "psql -p $GPTRANSFER_DEST_PORT -h $GPTRANSFER_DEST_HOST -U $GPTRANSFER_DEST_USER -f test/behave/mgmt_utils/steps/data/gptransfer/teardown.sql -d template1"
@T439821
Scenario: gptransfer filespace exists test with --full -t and -d options
Scenario: gptransfer filespace exists test with --full -t and -d options
Given the database is running
And the database "gptransfer_destdb" does not exist
And the database "gptransfer_testdb1" does not exist
......
......@@ -20,8 +20,8 @@ You are now connected to database "gptest" as user "tangp3".
col015 | bytea | | extended |
col016 | timestamp with time zone | | plain |
col017 | interval | | plain |
col018 | cidr | | plain |
col019 | inet | | plain |
col018 | cidr | | main |
col019 | inet | | main |
col020 | macaddr | | plain |
col022 | money | | plain |
col025 | circle | | plain |
......@@ -72,8 +72,8 @@ Distributed by: (a)
col015 | bytea | | extended |
col016 | timestamp with time zone | | plain |
col017 | interval | | plain |
col018 | cidr | | plain |
col019 | inet | | plain |
col018 | cidr | | main |
col019 | inet | | main |
col020 | macaddr | | plain |
col022 | money | | plain |
col025 | circle | | plain |
......
......@@ -20,8 +20,8 @@ You are now connected to database "gptest" as user "tangp3".
col015 | bytea | | extended | none | 0 | 32768 |
col016 | timestamp with time zone | | plain | none | 0 | 32768 |
col017 | interval | | plain | none | 0 | 32768 |
col018 | cidr | | plain | none | 0 | 32768 |
col019 | inet | | plain | none | 0 | 32768 |
col018 | cidr | | main | none | 0 | 32768 |
col019 | inet | | main | none | 0 | 32768 |
col020 | macaddr | | plain | none | 0 | 32768 |
col022 | money | | plain | none | 0 | 32768 |
col024 | time with time zone | | plain | none | 0 | 32768 |
......@@ -69,8 +69,8 @@ Distributed by: (a)
col015 | bytea | | extended | none | 0 | 32768 |
col016 | timestamp with time zone | | plain | none | 0 | 32768 |
col017 | interval | | plain | none | 0 | 32768 |
col018 | cidr | | plain | none | 0 | 32768 |
col019 | inet | | plain | none | 0 | 32768 |
col018 | cidr | | main | none | 0 | 32768 |
col019 | inet | | main | none | 0 | 32768 |
col020 | macaddr | | plain | none | 0 | 32768 |
col022 | money | | plain | none | 0 | 32768 |
col024 | time with time zone | | plain | none | 0 | 32768 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册