Alexander Lakhin
Alexander Lakhin
With PartitionDevice I can't set partition flags such as bios_grub or hidden, that are supported by parted. I can explicitly call partition.setFlag(parted.PARTITION_HIDDEN) for partition created, but then I should call...
When running chbenchmark (on 12e3acc56): java -jar benchbase.jar -b chbenchmark -c config/postgres/chbenchmark_config.xml -create true -load true - -execute true I get a lot of error messages generated: chbenchmark: [WARN ]...
When trying to use asan-enabled libpq (as a part of a complete postgres build), compiled as follows: ``` CC=gcc CFLAGS="-Og -fsanitize=address -fsanitize=undefined -fno-sanitize-recover" \ LDFLAGS="-fsanitize=address -fsanitize=undefined -static-libasan -static-libubsan" \ ./configure...
Multiple failures of test_lr_with_slow_safekeeper, e.g.: https://neon-github-public-dev.s3.amazonaws.com/reports/pr-10238/12486246775/index.html#/testresult/455c25d1ecd98aac with the following diagnostics: ``` test_runner/regress/test_logical_replication.py:317: in test_lr_with_slow_safekeeper assert [r[0] for r in vanilla_pg.safe_psql("select * from t")] == [1] E assert [] == [1]...
The following script: ``` neon_local init --force remove-all-contents neon_local start neon_local tenant create --pg-version 17 --set-default neon_local endpoint create --pg-version 17 main echo " debug_discard_caches = 1 " >> ".neon/endpoints/main/postgresql.conf"...
## Problem We don't test debug builds for v14..v16 in the regular "Build and Test" runs to perform the testing faster, but it means we can't detect assertion failures in...
## Problem Provide infrastructure for automatic detection of new unstable tests and for running selected tests multiple times to test them for stability. (This task is about regression tests suite...
This pull request is purposed solely for running tests.
Several failures of the test_location_conf_churn test: https://neon-github-public-dev.s3.amazonaws.com/reports/pr-10537/13725294150/index.html#testresult/9985f1fcf2c1267a test_location_conf_churn[debug-pg17-2] / X64 / __lfc: 'without-lfc' / seed: 2 https://neon-github-public-dev.s3.amazonaws.com/reports/pr-10841/13440141402/index.html#testresult/3f38c46eb2f7cc test_location_conf_churn[release-pg17-2] / ARM64 / __lfc: 'without-lfc' / seed: 2 with the following diagnostics:...
Multiple failures of test_change_pageserver, e. g.: https://neon-github-public-dev.s3.amazonaws.com/reports/pr-10993/13587168793/index.html#/testresult/940f78b1b81ded4a test_change_pageserver[release-pg16] / X64 / __sanitizers: 'disabled' https://neon-github-public-dev.s3.amazonaws.com/reports/main/13316989014/index.html#/testresult/e03d8f42343a4def test_change_pageserver[release-pg16] / ARM64 / __sanitizers: 'disabled' https://neon-github-public-dev.s3.amazonaws.com/reports/main/13720657425/index.html#/testresult/328dcbe2aa327d95 test_change_pageserver[release-pg14] / ARM64 / __sanitizers: 'disabled' https://neon-github-public-dev.s3.amazonaws.com/reports/main/13824996212/index.html#/testresult/5611bc191d85599 test_change_pageserver[release-pg17] /...