File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -132,15 +132,17 @@ jobs:
132
132
psql -c "ALTER SYSTEM SET aqo.mode = 'learn'"
133
133
psql -c "ALTER SYSTEM SET aqo.force_collect_stat = 'on'"
134
134
psql -c "SELECT pg_reload_conf()"
135
- learn_result=$( make -k installcheck-world)
135
+ make -k installcheck-world
136
136
137
137
# Should work like a total off for all the AQO features
138
138
- name : installcheck_learn_queryid_off
139
139
run : |
140
140
cd $PG_DIR
141
+ aqo_instance_launch.sh
141
142
psql -c "ALTER SYSTEM SET compute_query_id = 'off'"
142
143
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
144
146
145
147
- name : installcheck_intelligent
146
148
continue-on-error : true
You can’t perform that action at this time.
0 commit comments