# Checking port 60240
# Found port 60240
Name: master
Data directory: E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/pgdata
Backup directory: E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/backup
Archive directory: E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/archives
Connection string: port=60240 host=127.0.0.1
Log file: E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/log/002_algorithm_master.log
# Running: initdb -D E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/pgdata -A trust -N
The files belonging to this database system will be owned by user "edb".
This user must also own the server process.

The database cluster will be initialized with locale "English_United States.1252".
The default database encoding has accordingly been set to "WIN1252".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/pgdata ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... windows
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... Asia/Calcutta
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.

Success. You can now start the database server using:

    pg_ctl -D E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/pgdata -l logfile start

# Running: E:/WorkSpace/PostgreSQL/master/postgresql/Debug/pg_regress/pg_regress --config-auth E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/pgdata
### Starting node "master"
# Running: pg_ctl -D E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/pgdata -l E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/log/002_algorithm_master.log -o --cluster-name=master start
waiting for server to start.... done
server started
# Postmaster PID for node "master" is 6672
# Running: pg_basebackup -D E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/backup/bogus --manifest-checksum bogus --no-sync
E:\WorkSpace\PostgreSQL\master\postgresql\tmp_install\bin\pg_basebackup.EXE: illegal option -- manifest-checksum
Try "pg_basebackup --help" for more information.
ok 1 - backup fails with algorithm "bogus"
# Running: pg_basebackup -D E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/backup/none --manifest-checksum none --no-sync
E:\WorkSpace\PostgreSQL\master\postgresql\tmp_install\bin\pg_basebackup.EXE: illegal option -- manifest-checksum
Try "pg_basebackup --help" for more information.
not ok 2 - backup ok with algorithm "none"

#   Failed test 'backup ok with algorithm "none"'
#   at t/002_algorithm.pl line 33.
not ok 3 - backup manifest exists

#   Failed test 'backup manifest exists'
#   at t/002_algorithm.pl line 39.
# Running: pg_validatebackup -e E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/backup/none
pg_validatebackup: fatal: could not open file "E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/backup/none/backup_manifest": No such file or directory
not ok 4 - validate backup with algorithm "none"

#   Failed test 'validate backup with algorithm "none"'
#   at t/002_algorithm.pl line 53.
# Running: pg_basebackup -D E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/backup/crc32c --manifest-checksum crc32c --no-sync
E:\WorkSpace\PostgreSQL\master\postgresql\tmp_install\bin\pg_basebackup.EXE: illegal option -- manifest-checksum
Try "pg_basebackup --help" for more information.
not ok 5 - backup ok with algorithm "crc32c"

#   Failed test 'backup ok with algorithm "crc32c"'
#   at t/002_algorithm.pl line 33.
could not open "E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/backup/crc32c/backup_manifest": The system cannot find the path specified at E:/WorkSpace/PostgreSQL/master/postgresql/src/test/perl/TestLib.pm line 417.
### Stopping node "master" using mode immediate
# Running: pg_ctl -D E:/WorkSpace/PostgreSQL/master/postgresql/src/bin/pg_validatebackup/tmp_check/t_002_algorithm_master_data/pgdata -m immediate stop
waiting for server to shut down.... done
server stopped
# No postmaster PID for node "master"
# Looks like you planned 19 tests but ran 5.
# Looks like you failed 4 tests of 5 run.
# Looks like your test exited with 2 just after 5.
