my-ship-it commented on code in PR #1398:
URL: https://github.com/apache/cloudberry/pull/1398#discussion_r2450654076


##########
src/test/regress/GNUmakefile:
##########
@@ -223,6 +223,12 @@ installcheck-cbdb-parallel: all tablespace-setup 
twophase_pqexecparams
        $(pg_regress_installcheck) $(REGRESS_OPTS) 
--schedule=$(srcdir)/parallel_schedule --schedule=$(srcdir)/greenplum_schedule 
--max-connections=5 $(EXTRA_TESTS) --exclude-tests explain \
        )
 
+installcheck-orca-parallel: all tablespace-setup twophase_pqexecparams
+       ( \
+       export PGOPTIONS='-c optimizer=on -c enable_parallel=true -c 
min_parallel_table_scan_size=0 -c min_parallel_index_scan_size=0 -c 
parallel_setup_cost=0'; \
+       $(pg_regress_installcheck) $(REGRESS_OPTS) 
--exclude-file=$(srcdir)/excluded_tests.conf 
--schedule=$(srcdir)/parallel_schedule --schedule=$(srcdir)/greenplum_schedule 
--max-connections=4 --ignore-plans $(EXTRA_TESTS) \

Review Comment:
   why ignore-plans here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to