# Running: initdb --help [23:38:37.752](0.060s) ok 1 - initdb --help exit code 0 [23:38:37.753](0.001s) ok 2 - initdb --help goes to stdout [23:38:37.753](0.000s) ok 3 - initdb --help nothing to stderr [23:38:37.753](0.000s) ok 4 - initdb --help maximum line length # Running: initdb --version [23:38:37.763](0.010s) ok 5 - initdb --version exit code 0 [23:38:37.763](0.000s) ok 6 - initdb --version goes to stdout [23:38:37.763](0.000s) ok 7 - initdb --version nothing to stderr # Running: initdb --not-a-valid-option [23:38:37.773](0.010s) ok 8 - initdb with invalid option nonzero exit code [23:38:37.773](0.000s) ok 9 - initdb with invalid option prints error message # Running: initdb -S /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/nonexistent initdb: error: could not access directory "/Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/nonexistent": No such file or directory [23:38:37.783](0.011s) ok 10 - sync missing data directory # Running: initdb -X /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/pgxlog /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: en_US.UTF-8 LC_CTYPE: en_US.UTF-8 LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data ... ok initdb: error: directory "/Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/pgxlog" exists but is not empty initdb: detail: It contains a lost+found directory, perhaps due to it being a mount point. initdb: hint: Using a mount point directly as the data directory is not recommended. Create a subdirectory under the mount point. initdb: removing data directory "/Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data" [23:38:37.811](0.027s) ok 11 - existing nonempty xlog directory # Running: initdb -X pgxlog /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: en_US.UTF-8 LC_CTYPE: en_US.UTF-8 LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data ... ok initdb: error: WAL directory location must be an absolute path initdb: removing data directory "/Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data" [23:38:37.851](0.041s) ok 12 - relative xlog directory not allowed # Running: initdb -U pg_test /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data initdb: error: superuser name "pg_test" is disallowed; role names cannot begin with "pg_" [23:38:37.885](0.034s) ok 13 - role names cannot begin with "pg_" # Running: initdb -N -T german -c default_text_search_config=german -X /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/pgxlog /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: en_US.UTF-8 LC_CTYPE: en_US.UTF-8 LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default database encoding has accordingly been set to "UTF8". initdb: warning: specified text search configuration "german" might not match locale "en_US.UTF-8" The default text search configuration will be set to "german". Data page checksums are disabled. fixing permissions on existing directory /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data ... ok fixing permissions on existing directory /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/pgxlog ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin/pg_ctl -D /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data -l logfile start [23:38:39.703](1.818s) ok 14 - successful creation [23:38:39.720](0.017s) ok 15 - check PGDATA permissions # Running: pg_controldata /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data [23:38:39.728](0.008s) ok 16 - checksums are disabled in control file: exit code 0 [23:38:39.728](0.000s) ok 17 - checksums are disabled in control file: no stderr [23:38:39.728](0.000s) ok 18 - checksums are disabled in control file: matches # Running: pg_checksums -D /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data pg_checksums: error: data checksums are not enabled in cluster [23:38:39.737](0.009s) ok 19 - pg_checksums fails with data checksum disabled # Running: initdb -S /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data syncing data to disk ... ok [23:38:39.770](0.033s) ok 20 - sync only # Running: initdb /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: en_US.UTF-8 LC_CTYPE: en_US.UTF-8 LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. initdb: error: directory "/Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data" exists but is not empty initdb: hint: If you want to create a new database system, either remove or empty the directory "/Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data" or run initdb with an argument other than "/Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data". [23:38:39.801](0.031s) ok 21 - existing data directory # Running: initdb -S /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data --sync-method syncfs initdb: error: this build does not support sync method "syncfs" [23:38:39.814](0.013s) ok 22 - sync method syncfs # Running: initdb -g /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data_group The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: en_US.UTF-8 LC_CTYPE: en_US.UTF-8 LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data_group ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin/pg_ctl -D /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data_group -l logfile start [23:38:41.703](1.889s) ok 23 - successful creation with group access [23:38:41.722](0.018s) ok 24 - check PGDATA permissions # Running: initdb --no-sync --locale-provider=icu /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data2 [23:38:41.752](0.030s) ok 25 - locale provider ICU requires --icu-locale: exit code not 0 [23:38:41.752](0.000s) not ok 26 - locale provider ICU requires --icu-locale: matches [23:38:41.752](0.000s) # Failed test 'locale provider ICU requires --icu-locale: matches' # at /Users/admin/pgsql/src/bin/initdb/t/001_initdb.pl line 118. [23:38:41.752](0.000s) # '' # doesn't match '(?^:initdb: error: locale must be specified if provider is icu)' # Running: initdb --no-sync --locale-provider=icu --icu-locale=en /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data3 The files belonging to this database system will be owned by user "admin". This user must also own the server process. Using language tag "en" for ICU locale "en". The database cluster will be initialized with this locale configuration: locale provider: icu default collation: en LC_COLLATE: en_US.UTF-8 LC_CTYPE: en_US.UTF-8 LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data3 ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin/pg_ctl -D /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data3 -l logfile start [23:38:43.576](1.824s) ok 27 - option --icu-locale # Running: initdb --no-sync -A trust --locale-provider=icu --locale=und --lc-collate=C --lc-ctype=C --lc-messages=C --lc-numeric=C --lc-monetary=C --lc-time=C /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data4 [23:38:44.934](1.358s) ok 28 - options --locale-provider=icu --locale=und --lc-*=C: exit code 0 [23:38:44.934](0.000s) ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr [23:38:44.934](0.000s) ok 30 - options --locale-provider=icu --locale=und --lc-*=C: matches # Running: initdb --no-sync --locale-provider=icu --icu-locale=@colNumeric=lower /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX [23:38:45.723](0.788s) ok 31 - fails for invalid ICU locale: exit code not 0 [23:38:45.723](0.000s) ok 32 - fails for invalid ICU locale: matches # Running: initdb --no-sync --locale-provider=icu --encoding=SQL_ASCII --icu-locale=en /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX [23:38:45.755](0.032s) ok 33 - fails for encoding not supported by ICU: exit code not 0 [23:38:45.755](0.000s) ok 34 - fails for encoding not supported by ICU: matches # Running: initdb --no-sync --locale-provider=icu --icu-locale=nonsense-nowhere /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX [23:38:45.784](0.029s) ok 35 - fails for nonsense language: exit code not 0 [23:38:45.785](0.000s) ok 36 - fails for nonsense language: matches # Running: initdb --no-sync --locale-provider=icu --icu-locale=@colNumeric=lower /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX [23:38:46.401](0.617s) ok 37 - fails for invalid collation argument: exit code not 0 [23:38:46.401](0.000s) ok 38 - fails for invalid collation argument: matches # Running: initdb --no-sync --locale-provider=builtin /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data6 The files belonging to this database system will be owned by user "admin". This user must also own the server process. initdb: error: locale must be specified if provider is builtin [23:38:46.436](0.035s) ok 39 - locale provider builtin fails without --locale # Running: initdb --no-sync --locale-provider=builtin --locale=C /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data7 The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: builtin default collation: C LC_COLLATE: C LC_CTYPE: C LC_MESSAGES: C LC_MONETARY: C LC_NUMERIC: C LC_TIME: C The default database encoding has accordingly been set to "SQL_ASCII". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data7 ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin/pg_ctl -D /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data7 -l logfile start [23:38:47.965](1.529s) ok 40 - locale provider builtin with --locale # Running: initdb --no-sync --locale-provider=builtin -E UTF-8 --lc-collate=C --lc-ctype=C --builtin-locale=C.UTF-8 /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data8 The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: builtin default collation: C.UTF-8 LC_COLLATE: C LC_CTYPE: C LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data8 ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin/pg_ctl -D /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data8 -l logfile start [23:38:49.363](1.398s) ok 41 - locale provider builtin with -E UTF-8 --builtin-locale=C.UTF-8 # Running: initdb --no-sync --locale-provider=builtin -E SQL_ASCII --lc-collate=C --lc-ctype=C --builtin-locale=C.UTF-8 /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data9 The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: builtin default collation: C.UTF-8 LC_COLLATE: C LC_CTYPE: C LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 initdb: error: builtin provider locale "C.UTF-8" requires encoding "UTF-8" [23:38:49.414](0.051s) ok 42 - locale provider builtin with --builtin-locale=C.UTF-8 fails for SQL_ASCII # Running: initdb --no-sync --locale-provider=builtin --lc-ctype=C --locale=C /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data10 The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: builtin default collation: C LC_COLLATE: C LC_CTYPE: C LC_MESSAGES: C LC_MONETARY: C LC_NUMERIC: C LC_TIME: C The default database encoding has accordingly been set to "SQL_ASCII". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data10 ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin/pg_ctl -D /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/data10 -l logfile start [23:38:54.080](4.666s) ok 43 - locale provider builtin with --lc-ctype # Running: initdb --no-sync --locale-provider=builtin --icu-locale=en /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX initdb: error: --icu-locale cannot be specified unless locale provider "icu" is chosen [23:38:54.093](0.013s) ok 44 - fails for locale provider builtin with ICU locale # Running: initdb --no-sync --locale-provider=builtin --icu-rules="" /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX initdb: error: --icu-rules cannot be specified unless locale provider "icu" is chosen [23:38:54.105](0.012s) ok 45 - fails for locale provider builtin with ICU rules # Running: initdb --no-sync --locale-provider=xyz /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX initdb: error: unrecognized locale provider: xyz [23:38:54.121](0.015s) ok 46 - fails for invalid locale provider # Running: initdb --no-sync --locale-provider=libc --icu-locale=en /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX initdb: error: --icu-locale cannot be specified unless locale provider "icu" is chosen [23:38:54.139](0.018s) ok 47 - fails for invalid option combination # Running: initdb --no-sync --set foo=bar /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: en_US.UTF-8 LC_CTYPE: en_US.UTF-8 LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 20 selecting default shared_buffers ... 400kB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... 2024-04-21 23:38:54.844 GMT [25319] LOG: unrecognized configuration parameter "foo" in file "/Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX/postgresql.conf" line 843 2024-04-21 23:38:54.844 GMT [25319] FATAL: configuration file "/Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX/postgresql.conf" contains errors child process exited with exit code 1 initdb: removing data directory "/Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataX" [23:38:54.851](0.713s) ok 48 - fails for invalid --set option # Running: initdb -cwork_mem=128 -cWork_Mem=256 -cWORK_MEM=512 /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataY The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: en_US.UTF-8 LC_CTYPE: en_US.UTF-8 LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataY ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin/pg_ctl -D /Users/admin/pgsql/build/testrun/initdb/001_initdb/data/tmp_test_JxZM/dataY -l logfile start [23:38:56.842](1.990s) ok 49 - multiple -c options with different case [23:38:56.842](0.000s) ok 50 - WORK_MEM should not be configured [23:38:56.842](0.000s) ok 51 - Work_Mem should not be configured [23:38:56.842](0.000s) ok 52 - work_mem should be in config [23:38:56.842](0.000s) 1..52 [23:38:56.843](0.001s) # Looks like you failed 1 test of 52.