Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Sep 3, 2024
1 parent 6410d67 commit 97a4e36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/precheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
polardb_${{ matrix.container_image }} \
bash -c "cd /home/postgres/PolarDB-for-PostgreSQL && \
if [ -f /etc/bashrc ]; then source /etc/bashrc; fi && \
cpu_count=$(nproc) && \
./build.sh --debug=${{ matrix.debug_mode }} --jobs=$cpu_count --ec='--enable-tap-tests' && \
./build.sh --debug=${{ matrix.debug_mode }} --ec='--enable-tap-tests' && \
make precheck"
- name: change ownership of the source code back
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ precheck-main: | temp-install
$(MAKE) polar-check PG_TEST_EXTRA='kerberos ldap ssl' USE_MODULE_DB=1 PROVE_FLAGS=$(PROVE_FLAGS)
$(MAKE) polar-installcheck PG_TEST_EXTRA='kerberos ldap ssl' USE_MODULE_DB=1 NO_TAP_TESTS=1

precheck: plcheck dccheck-lite precheck-main
precheck: precheck-main

covcheck: coverage-html
$(top_srcdir)/src/tools/delta_coverage.pl -f coverage/delta_coverage.txt -p $(LAST_COMMIT)
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function compile() {
configure_flag+=" --prefix=$base_dir --with-pgport=$port ${extra_configure_flag-}"
info "Begin configure, flag: $configure_flag"
./configure $configure_flag
info "Begin compile and install PolarDB"
info "Begin compile and install PolarDB, flag: $make_flag"
make install-world-bin $make_flag
}

Expand Down

0 comments on commit 97a4e36

Please sign in to comment.