Skip to content

Commit c41c053

Browse files
author
Marina Polyakova
committed
Revert "Add schedule for regression tests instead of list of tests"
This reverts commit e5946ac.
1 parent c3ad3b3 commit c41c053

File tree

6 files changed

+23
-278
lines changed

6 files changed

+23
-278
lines changed

Makefile

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,29 @@ OBJS = $(WIN32RES) \
1111

1212
TAP_TESTS = 1
1313

14-
# Use an empty dummy test to define the variable REGRESS and therefore run all
15-
# regression tests. regress_schedule contains the full list of real tests.
16-
REGRESS = aqo_dummy_test
17-
REGRESS_OPTS = --schedule=$(srcdir)/regress_schedule
14+
REGRESS = aqo_disabled \
15+
aqo_controlled \
16+
aqo_intelligent \
17+
aqo_forced \
18+
aqo_learn \
19+
schema \
20+
aqo_fdw \
21+
aqo_CVE-2020-14350 \
22+
gucs \
23+
forced_stat_collection \
24+
unsupported \
25+
clean_aqo_data \
26+
parallel_workers \
27+
plancache \
28+
update_functions \
29+
temp_tables \
30+
top_queries \
31+
relocatable\
32+
look_a_like \
33+
feature_subspace \
34+
eclasses \
35+
eclasses_mchar \
36+
aqo_query_stat
1837

1938
# Set default values of some gucs to be stable on custom settings during
2039
# a kind of installcheck

expected/aqo_dummy_test.out

Whitespace-only changes.

expected/statement_timeout.out

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

regress_schedule

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

sql/aqo_dummy_test.sql

Whitespace-only changes.

sql/statement_timeout.sql

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

0 commit comments

Comments
 (0)