File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
.github/actions/run-python-test-set Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,13 @@ runs:
124
124
export ASAN_OPTIONS=detect_leaks=0:detect_stack_use_after_return=0:abort_on_error=1:strict_string_checks=1:check_initialization_order=1:strict_init_order=1
125
125
export UBSAN_OPTIONS=abort_on_error=1:print_stacktrace=1
126
126
127
+ # DEBUGGING
128
+ ls -l /tmp/neon/pg_install/v16/
129
+ ls -l /tmp/neon/pg_install/v16/bin/
130
+ ls -l /tmp/neon/pg_install/v16/lib/
131
+ ldd /tmp/neon/pg_install/v16/bin/pg_isready
132
+ # DEBUGGING
133
+
127
134
if [ "${BUILD_TYPE}" = "remote" ]; then
128
135
export REMOTE_ENV=1
129
136
fi
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ def raw_cli(
81
81
if val :
82
82
env_vars [var ] = val
83
83
84
+ log .info ("LD_LIBRARY_PATH: %s / %s" % (os .environ ["LD_LIBRARY_PATH" ] if "LD_LIBRARY_PATH" in os .environ else "-" , env_vars ["LD_LIBRARY_PATH" ] if "LD_LIBRARY_PATH" in env_vars else "-" ))
84
85
# Intercept CalledProcessError and print more info
85
86
try :
86
87
res = subprocess .run (
You can’t perform that action at this time.
0 commit comments