Skip to content

Commit 7f73860

Browse files
committed
Revert "Create and fix all tests for singlenode deployment"
This reverts commit efef6de.
1 parent d5617bf commit 7f73860

1,246 files changed

Lines changed: 0 additions & 638438 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/test/isolation/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ installcheck: all gpdiff.pl gpstringsubs.pl install-tests
8989
$(pg_isolation_regress_installcheck) --init-file=$(srcdir)/init_file --load-extension=pageinspect --schedule=$(srcdir)/isolation_schedule
9090
$(bindir)/dropdb --if-exists isolation_regression
9191

92-
installcheck-singlenode: all gpdiff.pl gpstringsubs.pl install-tests
93-
$(pg_isolation_regress_installcheck) --init-file=$(srcdir)/init_file --load-extension=pageinspect --schedule=$(srcdir)/isolation_schedule
94-
$(bindir)/dropdb --if-exists isolation_regression
95-
9692
check: all
9793
$(pg_isolation_regress_check) --schedule=$(srcdir)/isolation_schedule
9894

src/test/regress/expected/aggregates_optimizer.out

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,12 +1306,6 @@ select (select max(min(unique1)) from int8_tbl) from tenk1;
13061306
ERROR: aggregate function calls cannot be nested
13071307
LINE 1: select (select max(min(unique1)) from int8_tbl) from tenk1;
13081308
^
1309-
select avg((select avg(a1.col1 order by (select avg(a2.col2) from tenk1 a3))
1310-
from tenk1 a1(col1)))
1311-
from tenk1 a2(col2);
1312-
ERROR: aggregate function calls cannot be nested
1313-
LINE 1: select avg((select avg(a1.col1 order by (select avg(a2.col2)...
1314-
^
13151309
--
13161310
-- Test removal of redundant GROUP BY columns
13171311
--

src/test/regress/expected/domain_optimizer.out

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -576,15 +576,6 @@ HINT: For non-partitioned tables, run analyze <table_name>(<column_list>). For
576576
{"(1,5)"}
577577
(1 row)
578578

579-
-- if there's no constraints, a different code path is taken:
580-
alter domain dcomptype drop constraint dcomptype_check;
581-
update dcomptable set f1[1].cf1 = -1; -- now ok
582-
table dcomptable;
583-
f1
584-
------------
585-
{"(-1,5)"}
586-
(1 row)
587-
588579
drop table dcomptable;
589580
drop type comptype cascade;
590581
NOTICE: drop cascades to type dcomptype

src/test/singlenode_isolation2/.gitignore

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/test/singlenode_isolation2/Makefile

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/test/singlenode_isolation2/README

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/test/singlenode_isolation2/expected/.gitignore

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/test/singlenode_isolation2/expected/add_column_after_vacuum_skip_drop_column.out

Lines changed: 0 additions & 69 deletions
This file was deleted.

src/test/singlenode_isolation2/expected/alter_blocks_for_update_and_viceversa.out

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/test/singlenode_isolation2/expected/ao_partition_lock.out

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)