============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y9m1/005246/ydb/tests/functional/postgresql/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 14 items

test_postgres.py F.............

=================================== FAILURES ===================================
_______________ TestPostgresSuite.test_postgres_suite[select_1] ________________
ydb/tests/functional/postgresql/test_postgres.py:83: in test_postgres_suite
    stdout_file = execute_binary(
ydb/tests/functional/postgresql/test_postgres.py:48: in execute_binary
    yatest.common.execute(
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y9m1/005246/ydb/tests/functional/postgresql/psql/psql postgresql://root:1234@localhost:23981/Root -w -a -f /home/runner/.ya/build/build_root/y9m1/005246/environment/arcadia/ydb/tests/functional/postgresql/cases/select_1.sql' has failed with code 2.
E   Errors:
E   None
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_postgres_suite[select_1]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y9m1/005246/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30452
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/y9m1/005246/r3tmp/kikimr_cluster_h4y73x4q
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y9m1/005246/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21501
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62776
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21179
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23981
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/y9m1/005246/ydb/tests/functional/postgresql/test-results/py3test/testing_out_stuff/test_postgres.py.TestPostgresSuite.test_postgres_suite.select_1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/y9m1/005246/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/y9m1/005246/ydb/tests/functional/postgresql/test-results/py3test/testing_out_stuff/test_postgres.py.TestPostgresSuite.test_postgres_suite.select_1/cluster/node_1/logfile_khnt9klu.log --grpc-port=21501 --mon-port=62776 --ic-port=30452 --pgwire-port=23981
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21501/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/y9m1/005246/ydb/tests/functional/postgresql/test-results/py3test/testing_out_stuff/test_postgres.py.TestPostgresSuite.test_postgres_suite.select_1/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/y9m1/005246/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/y9m1/005246/ydb/tests/functional/postgresql/test-results/py3test/testing_out_stuff/test_postgres.py.TestPostgresSuite.test_postgres_suite.select_1/cluster/node_1/logfile_khnt9klu.log --grpc-port=21501 --mon-port=62776 --ic-port=30452 --pgwire-port=23981
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/y9m1/005246/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/y9m1/005246/ydb/tests/functional/postgresql/test-results/py3test/testing_out_stuff/test_postgres.py.TestPostgresSuite.test_postgres_suite.select_1/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/y9m1/005246/ydb/tests/functional/postgresql/test-results/py3test/testing_out_stuff/test_postgres.py.TestPostgresSuite.test_postgres_suite.select_1/cluster/node_1/logfile_khnt9klu.log', '--grpc-port=21501', '--mon-port=62776', '--ic-port=30452', '--pgwire-port=23981')' in '/home/runner/.ya/build/build_root/y9m1/005246/ydb/tests/functional/postgresql/test-results/py3test/testing_out_stuff/test_postgres.py.TestPostgresSuite.test_postgres_suite.select_1/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1264434
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:21501/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y9m1/005246/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1264454
DEBUG    ya.test:process.py:259 Command (pid 1264454) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1264454) elapsed time (sec): 0.7272882461547852
DEBUG    ya.test:process.py:263 Command (pid 1264454) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264454) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1264454) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264454) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1264454) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1264454) maxrss: 480384
DEBUG    ya.test:process.py:263 Command (pid 1264454) minflt: 45364
DEBUG    ya.test:process.py:263 Command (pid 1264454) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1264454) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1264454) nivcsw: 80
DEBUG    ya.test:process.py:263 Command (pid 1264454) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1264454) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1264454) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1264454) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1264454) stime: 0.213363
DEBUG    ya.test:process.py:263 Command (pid 1264454) utime: 0.450621
DEBUG    ya.test:process.py:263 Command (pid 1264454) wtime: 0.729
DEBUG    ya.test:process.py:275 Command (pid 1264454) output:
Git info:
    Commit: cae7ac073808664a2659a3d5724fc1caf4ccfbe7
    Branch: 
    Author: Dmitry Kardymon <kardymon.d@gmail.com>
    Summary: Merge 9917dbf9076166a9e0031df85f6117b5ab81ab6b into e44a95b53bbc2c7cadc99a69bbfd3099d5659f97

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-i5ufdptdv4
    Host information: 
        Linux ghrun-i5ufdptdv4 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

    
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 1264454) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: cae7ac073808664a2659a3d5724fc1caf4ccfbe7
    Branch: 
    Author: Dmitry Kardymon <kardymon.d@gmail.com>
    Summary: Merge 9917dbf9076166a9e0031df85f6117b5ab81ab6b into e44a95b53bbc2c7cadc99a69bbfd3099d5659f97
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y9m1/005246/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/y9m1/005246/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21501', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 30452\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y9m1/005246/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21501', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 30452\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1266763
DEBUG    ya.test:process.py:259 Command (pid 1266763) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1266763) elapsed time (sec): 0.8999426364898682
DEBUG    ya.test:process.py:263 Command (pid 1266763) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1266763) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1266763) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1266763) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1266763) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1266763) maxrss: 560240
DEBUG    ya.test:process.py:263 Command (pid 1266763) minflt: 51568
DEBUG    ya.test:process.py:263 Command (pid 1266763) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1266763) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1266763) nivcsw: 103
DEBUG    ya.test:process.py:263 Command (pid 1266763) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1266763) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1266763) nvcsw: 511
DEBUG    ya.test:process.py:263 Command (pid 1266763) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1266763) stime: 0.301766
DEBUG    ya.test:process.py:263 Command (pid 1266763) utime: 0.500204
DEBUG    ya.test:process.py:263 Command (pid 1266763) wtime: 0.902
DEBUG    ya.test:process.py:275 Command (pid 1266763) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 1266763) errors:

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y9m1/005246/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/y9m1/005246/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21501', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y9m1/005246/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21501', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1267441
DEBUG    ya.test:process.py:259 Command (pid 1267441) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1267441) elapsed time (sec): 0.9208071231842041
DEBUG    ya.test:process.py:263 Command (pid 1267441) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1267441) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1267441) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1267441) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1267441) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1267441) maxrss: 560888
DEBUG    ya.test:process.py:263 Command (pid 1267441) minflt: 51749
DEBUG    ya.test:process.py:263 Command (pid 1267441) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1267441) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1267441) nivcsw: 120
DEBUG    ya.test:process.py:263 Command (pid 1267441) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1267441) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1267441) nvcsw: 666
DEBUG    ya.test:process.py:263 Command (pid 1267441) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1267441) stime: 0.281555
DEBUG    ya.test:process.py:263 Command (pid 1267441) utime: 0.561358
DEBUG    ya.test:process.py:263 Command (pid 1267441) wtime: 0.923
DEBUG    ya.test:process.py:275 Command (pid 1267441) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 1267441) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:567 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_postgres.py::TestPostgresSuite, test_name: test_postgres_suite[select_1])
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y9m1/005246/ydb/tests/functional/postgresql/psql/psql
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y9m1/005246/ydb/tests/functional/postgresql/psql/psql', 'postgresql://root:1234@localhost:23981/Root', '-w', '-a', '-f', PosixPath('/home/runner/.ya/build/build_root/y9m1/005246/environment/arcadia/ydb/tests/functional/postgresql/cases/select_1.sql')]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1268236
DEBUG    ya.test:process.py:259 Command (pid 1268236) rc: 2
DEBUG    ya.test:process.py:260 Command (pid 1268236) elapsed time (sec): 0.06510162353515625
DEBUG    ya.test:process.py:263 Command (pid 1268236) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1268236) inblock: 1744
DEBUG    ya.test:process.py:263 Command (pid 1268236) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1268236) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1268236) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 1268236) maxrss: 572644
DEBUG    ya.test:process.py:263 Command (pid 1268236) minflt: 32
DEBUG    ya.test:process.py:263 Command (pid 1268236) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1268236) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1268236) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 1268236) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1268236) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1268236) nvcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 1268236) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1268236) stime: 0.0
DEBUG    ya.test:process.py:263 Command (pid 1268236) utime: 0.001766
DEBUG    ya.test:process.py:263 Command (pid 1268236) wtime: 0.068
DEBUG    ya.test:process.py:275 Command (pid 1268236) output:
None
DEBUG    ya.test:process.py:276 Command (pid 1268236) errors:
None
ERROR    ya.test:process.py:416 Execution failed with exit code: 2
	,std_out:None
	std_err:None
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
12.79s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[numeric]
12.01s teardown test_postgres.py::TestPostgresSuite::test_postgres_suite[strings]
9.95s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[strings]
7.92s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[horology]
6.67s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[float8]
5.55s setup    test_postgres.py::TestPostgresSuite::test_postgres_suite[select_1]
5.45s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[withtable]
5.35s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[boolean]
2.39s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[float4]
1.53s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[int2]
1.00s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[comments]
0.79s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[text]
0.40s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[name]
0.38s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[char]
0.35s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[roles]
0.12s setup    test_postgres.py::TestPostgresSuite::test_postgres_suite[comments]
0.08s call     test_postgres.py::TestPostgresSuite::test_postgres_suite[select_1]
0.05s setup    test_postgres.py::TestPostgresSuite::test_postgres_suite[char]
0.03s teardown test_postgres.py::TestPostgresSuite::test_postgres_suite[char]
0.02s setup    test_postgres.py::TestPostgresSuite::test_postgres_suite[numeric]
0.02s setup    test_postgres.py::TestPostgresSuite::test_postgres_suite[float4]
0.01s setup    test_postgres.py::TestPostgresSuite::test_postgres_suite[boolean]
0.01s setup    test_postgres.py::TestPostgresSuite::test_postgres_suite[strings]
0.01s setup    test_postgres.py::TestPostgresSuite::test_postgres_suite[name]
0.01s setup    test_postgres.py::TestPostgresSuite::test_postgres_suite[int2]
0.01s setup    test_postgres.py::TestPostgresSuite::test_postgres_suite[roles]

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_postgres.py::TestPostgresSuite::test_postgres_suite[select_1] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y9m1/005246/ydb/tests/functional/postgresql/psql/psql postgresql://root:1234@localhost:23981/Root -w -a -f /home/runner/.ya/build/build_root/y9m1/005246/environment/arcadia/ydb/tests/functional/postgresql/cases/select_1.sql' has failed with code 2.
Errors:
None
=================== 1 failed, 13 passed in 74.90s (0:01:14) ====================
