Skip to content

Commit

Permalink
230831 230731 nonmesontest/mesontest_REL_17_STABLE - cube all ONE line
Browse files Browse the repository at this point in the history
meson test -C build --num-processes 1 -v --print-errorlogs --suite setup --suite cube
  • Loading branch information
AndreMikulec committed Aug 12, 2024
1 parent c0e7136 commit 66da3be
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/buildPLR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2228,27 +2228,20 @@ jobs:
# END MANUAL REGRESSION TEST #################################
# meson has no "test" pre-req system. So this "ordered" implentation is a kind of "hack".
# sometimes the "plr" regression test fails if an "easier" regression test did not come before it.
# true - cube failed its regression test and blocked plr - R devel PGsrc REL_17_BETA2 PGbin UCRT64 x64 windows-latest Debug
# classic of 2023 and pg16
meson test -C build --num-processes 1 -v --suite setup --suite cube
meson test -C build --num-processes 1 -v --suite setup --suite plr
# replace "-v" with "q --print-errorlogs"
# pg 17+ ONLY? - wiki.postgresql.org/index.php?title=Meson&diff=39209&oldid=38340
# Revision as of 21:30, 13 June 2024
# wiki.postgresql.org/index.php?title=Meson&diff=39209&oldid=38340
meson test -C build --num-processes 1 -v --suite setup --suite cube
meson test -C build --num-processes 1 -v --print-errorlogs --suite setup --suite cube
meson test -C build --num-processes 1 -v --suite setup --suite plr
meson test -C build --num-processes 1 -v --print-errorlogs --suite setup --suite plr
# Revision as of 21:30, 13 June 2024
# wiki.postgresql.org/index.php?title=Meson&diff=39209&oldid=38340
# split
meson test -C build --num-processes 1 -v --suite setup --suite cube
meson test -C build --num-processes 1 -v --print-errorlogs --suite setup --suite cube
meson test -C build --num-processes 1 -v --suite setup --suite plr
meson test -C build --num-processes 1 -v --print-errorlogs --suite setup --suite plr
# AUG 24 2023 - by - change 252dcb3, made on Aug 24, 2023
Expand All @@ -2269,6 +2262,14 @@ jobs:
meson test -C build --num-processes 1 -v --print-errorlogs --no-rebuild plr/regress
meson test -C build --num-processes 1 -v --print-errorlogs --no-rebuild --suite setup --suite cube/plr
# meson has no "test" pre-req system. So this "ordered" implentation is a kind of "hack".
# sometimes the "plr" regression test fails if an "easier" regression test did not come before it.
# true - cube failed its regression test and blocked plr - R devel PGsrc REL_17_BETA2 PGbin UCRT64 x64 windows-latest Debug
# classic of 2023 and pg16
meson test -C build --num-processes 1 -v --suite setup --suite cube
meson test -C build --num-processes 1 -v --suite setup --suite plr
if [ "${OperatingSystem}" == "Cygwin" ]
then
Expand Down

0 comments on commit 66da3be

Please sign in to comment.