zettadb / cloudnative

Apache License 2.0
0 stars 1 forks source link

Add copy cases back into tests #9

Closed jd-zhang closed 3 years ago

jd-zhang commented 3 years ago

Issue migrated from trac ticket # 133

component: Testing | priority: minor | resolution: finished

2021-07-28 01:35:28: @jd-zhang created the issue


We remove the copy cases from various tests when 'copy' was not supported. Now 'copy' is supported, so we need to add these cases back.

jd-zhang commented 3 years ago

2021-08-17 14:52:43: @jd-zhang changed owner from winter to charles

jd-zhang commented 3 years ago

2021-08-24 14:16:30: @jd-zhang changed owner from charles to vito

jd-zhang commented 3 years ago

2021-09-03 18:39:26: @vito4172 commented


Contains the copy.sql file numeric.sql # Copy2.sql # tsdicts.sql # bit.sql # domain.sql # - domain is supported currently, so skip it. enum.sql select_into.sql triggers.sql drop_if_exists.sql without_oid.sql # kunlun by default is without oid, skip it temporarily. hs_standby_allowed.sql create_table_like.sql plpgsql.sql alter_generic.sql psql.sql /groupingsets.sql tsearch.sql # - not supported currently. object_address.sql copyselect.sql

The modified file insert.sql identity.sql aggregates.sql create_view.sql privileges.sql alter_table.sql rowsecurity.sql

Special case file: copydml.sql CREATE TRIGGER and CREATE RULE statements are not supported.

privileges.sql PGSQL [code: 110] kunlunSQL [code: 110] PGSQL [code: 117-119] kunlunSQL [code: 117-119] PGSQL [code: 280 282 284]kunlunSQL [code: 280 282 284] PGSQL [code: 317-320] kunlunSQL [code: 312-315] PGSQL [code: 366-367] kunlunSQL [code: 343-344]

aggregates.sql PGSQL [code: 123-149]kunlunSQL [code: 123-149] PGSQL [code: 202-239] kunlunSQL [code: 185-222]

alter_table.sql PGSQL [code: 1052-1073] kunlunSQL [code: 506-527]

identity.sql PGSQL [code: 89-103] kunlunSQL[code: 89-103]

insert.sql PGSQL [code: 545-566] kunlunSQL [code: 322-343]

rowsecurity.sql PGSQL [code: 945-1070] kunlunSQL [code: 945-1070]

create_view.sql kunlunSQL [code: 33-39] deleted annotation

jd-zhang commented 3 years ago

2021-09-22 10:56:01: @vito4172

jd-zhang commented 3 years ago

2021-09-22 10:56:01: @vito4172 commented


Related Links: http://192.168.0.104:8080/view/open-source-testing/job/pg_regress_ubuntu_opensource/

jd-zhang commented 3 years ago

2021-11-04 14:56:02: @jd-zhang set resolution to finished

jd-zhang commented 3 years ago

2021-11-04 14:56:02: @jd-zhang changed status from assigned to closed