Skip to content

Commit 2dc14d9

Browse files
committed
Draft
1 parent 32da261 commit 2dc14d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/installchecks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,17 @@ jobs:
132132
psql -c "ALTER SYSTEM SET aqo.mode = 'learn'"
133133
psql -c "ALTER SYSTEM SET aqo.force_collect_stat = 'on'"
134134
psql -c "SELECT pg_reload_conf()"
135-
learn_result=$(make -k installcheck-world)
135+
make -k installcheck-world
136136
137137
# Should work like a total off for all the AQO features
138138
- name: installcheck_learn_queryid_off
139139
run: |
140140
cd $PG_DIR
141+
aqo_instance_launch.sh
141142
psql -c "ALTER SYSTEM SET compute_query_id = 'off'"
142143
psql -c "SELECT pg_reload_conf()"
143-
learn_result=$(make -k installcheck-world)
144+
# The AQO tests itself wouldn't pass
145+
make -k installcheck-world
144146
145147
- name: installcheck_intelligent
146148
continue-on-error: true

0 commit comments

Comments
 (0)