diff --git a/build/script/utils/make_compile.sh b/build/script/utils/make_compile.sh index 493a651a7..56b52fe94 100644 --- a/build/script/utils/make_compile.sh +++ b/build/script/utils/make_compile.sh @@ -188,7 +188,7 @@ function install_gaussdb() export GAUSSHOME=${BUILD_DIR} export LD_LIBRARY_PATH=${BUILD_DIR}/lib:${BUILD_DIR}/lib/postgresql:${LD_LIBRARY_PATH} - make -sj 8>> "$LOG_FILE" 2>&1 + make -sj 20 >> "$LOG_FILE" 2>&1 make install -sj 8>> "$LOG_FILE" 2>&1 if [ $? -ne 0 ]; then make install -sj 8>> "$LOG_FILE" 2>&1 @@ -283,4 +283,4 @@ function gaussdb_build() echo "please input right paramenter values server or libpq " exit 1 esac -} \ No newline at end of file +} diff --git a/src/test/regress/parallel_schedule0 b/src/test/regress/parallel_schedule0 index 2228e393d..6f8e8214c 100644 --- a/src/test/regress/parallel_schedule0 +++ b/src/test/regress/parallel_schedule0 @@ -833,7 +833,7 @@ test: pg_compatibility # autonomous transaction Test #test jdbc pbe for bypass -test: bypass_pbe +#test: bypass_pbe #test: partition for hash list test: pbe_hash_list_partition test: hw_partition_list_insert @@ -898,11 +898,12 @@ test: procedure_privilege_test test: toomanyparams test: test_astore_multixact -test: component_view_enhancements single_node_user_mapping +test: component_view_enhancements +#test: single_node_user_mapping # publication and subscription, we need to record audit log for them, so seperate them into two test group -test: publication -test: subscription +#test: publication +#test: subscription test: fdw_audit test: gs_global_config_audit test: detail