From a528b325ee3e7f109471d6b3b89e95d5b2f0b62d Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Tue, 21 Jan 2025 18:53:44 +0100 Subject: [PATCH] debug why CI tests don't run with sidecar-task --- .github/actions/run-python-test-set/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/run-python-test-set/action.yml b/.github/actions/run-python-test-set/action.yml index 9a0261d430..faad75a9ca 100644 --- a/.github/actions/run-python-test-set/action.yml +++ b/.github/actions/run-python-test-set/action.yml @@ -122,6 +122,8 @@ runs: export LD_LIBRARY_PATH=${POSTGRES_DISTRIB_DIR}/v${DEFAULT_PG_VERSION}/lib export BENCHMARK_CONNSTR=${BENCHMARK_CONNSTR:-} + echo PAGESERVER_GET_VECTORED_CONCURRENT_IO="$PAGESERVER_GET_VECTORED_CONCURRENT_IO" + if [ "${BUILD_TYPE}" = "remote" ]; then export REMOTE_ENV=1 fi