[22:47:12.793] su postgres <<-EOF [22:47:12.793] ulimit -c unlimited [22:47:12.793] # Otherwise tests will fail on OpenBSD, due to inability to start enough [22:47:12.793] # processes. [22:47:12.793] ulimit -p 256 [22:47:12.793] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} ${MTEST_SUITES} [22:47:12.793] EOF [22:47:13.867] 1/10 postgresql:setup / tmp_install OK 0.73s [22:47:13.931] 2/10 postgresql:setup / install_test_files OK 0.06s [22:47:15.345] 3/10 postgresql:setup / initdb_cache OK 1.41s [22:47:15.740] ▶ 4/10 - src/test/pytest/pyt/test_something.py::test_something FAIL [22:47:15.784] 4/10 postgresql:pytest / pytest/test_something FAIL 0.44s 1/2 subtests passed [22:47:15.784] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/pytest:/home/postgres/postgres/build/src/test/pytest/test:/usr/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/bin:/bin:/usr/sbin:/sbin top_builddir=/home/postgres/postgres/build LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MESON_TEST_ITERATION=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=89 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib PYTHONPATH=/home/postgres/postgres/src/test/pytest/plugins /usr/pkg/bin/python3.12 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/pytest --pg-test-extra '' --testgroup pytest --testname test_something -- /usr/pkg/bin/pytest -c /home/postgres/postgres/pytest.ini --verbose -p pgtap -ra /home/postgres/postgres/src/test/pytest/pyt/test_something.py [22:47:15.784] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [22:47:15.784] stderr: [22:47:15.784] ____________________________ test_something ____________________________ [22:47:15.784] [22:47:15.784] hey = None [22:47:15.784] [22:47:15.784] def test_something(hey): [22:47:15.784] > assert 2 == 4 [22:47:15.784] E assert 2 == 4 [22:47:15.784] [22:47:15.784] pyt/test_something.py:13: AssertionError [22:47:15.784] [22:47:15.784] _______________ Error during teardown of test_something ________________ [22:47:15.784] [22:47:15.784] @pytest.fixture [22:47:15.784] def hey(): [22:47:15.784] yield [22:47:15.784] > raise "uh-oh" [22:47:15.784] E TypeError: exceptions must derive from BaseException [22:47:15.784] [22:47:15.784] pyt/test_something.py:9: TypeError [22:47:15.784] [22:47:15.784] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [22:47:15.784] [22:47:16.083] 5/10 postgresql:pytest / pytest/test_libpq OK 0.73s 9 subtests passed [22:47:17.199] 6/10 postgresql:ssl / ssl/test_client OK 1.66s 4 subtests passed [22:47:17.696] 7/10 postgresql:ssl / ssl/002_scram OK 2.32s 28 subtests passed [22:47:17.752] 8/10 postgresql:ssl / ssl/003_sslinfo OK 2.35s 21 subtests passed [22:47:21.409] 9/10 postgresql:ssl / ssl/test_server OK 5.86s 12 subtests passed [22:47:23.772] 10/10 postgresql:ssl / ssl/001_ssltests OK 8.42s 247 subtests passed [22:47:23.795] [22:47:23.795] Summary of Failures: [22:47:23.795] [22:47:23.795] 4/10 postgresql:pytest / pytest/test_something FAIL 0.44s 1/2 subtests passed [22:47:23.795] [22:47:23.795] Ok: 9 [22:47:23.795] Fail: 1 [22:47:23.795] [22:47:23.795] Full log written to /home/postgres/postgres/build/meson-logs/testlog.txt