remove test in regression

This commit is contained in:
yanghao
2022-03-06 01:43:25 +08:00
parent e9a98a5a27
commit 6a5266d02a
2 changed files with 7 additions and 6 deletions

View File

@ -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
}
}

View File

@ -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