You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-08-15 22:22:14 +03:00
Update integration tests in real/all that use test points.
Test points are not supported by the new C code so these will be replaced with unit tests. The fact that the tests still pass even when the changes aren't made mid-backup (except application_name) shows how weak they were in the first place. Even so, this does represent a regression in (soon to be be removed) Perl coverage.
This commit is contained in:
@@ -70,7 +70,7 @@ full backup - fail on backup lock exists (db-master host)
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
full backup - update during backup (db-master host)
|
full backup - update during backup (db-master host)
|
||||||
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --buffer-size=16384 --type=full --stanza=db backup --test --test-delay=1 --test-point=manifest-build=y
|
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --buffer-size=16384 --type=full --stanza=db backup
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
||||||
@@ -116,7 +116,7 @@ incr backup - fail on archive_mode=always (db-master host)
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
incr backup - update during backup (db-master host)
|
incr backup - update during backup (db-master host)
|
||||||
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --stop-auto --buffer-size=32768 --delta --stanza=db backup --test --test-delay=1 --test-point=manifest-build=y
|
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --stop-auto --buffer-size=32768 --delta --stanza=db backup
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
||||||
|
@@ -6,7 +6,7 @@ stanza-create db - main create stanza info files (db-master host)
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
full backup - update during backup (db-master host)
|
full backup - update during backup (db-master host)
|
||||||
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --buffer-size=16384 --type=full --stanza=db backup --test --test-delay=1 --test-point=manifest-build=y
|
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --buffer-size=16384 --type=full --stanza=db backup
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
||||||
@@ -158,7 +158,7 @@ check db - verify check command on standby (db-standby host)
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
incr backup - update during backup (db-master host)
|
incr backup - update during backup (db-master host)
|
||||||
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --stop-auto --buffer-size=32768 --delta --stanza=db backup --test --test-delay=1 --test-point=manifest-build=y
|
> [CONTAINER-EXEC] db-master [BACKREST-BIN] --config=[TEST_PATH]/db-master/pgbackrest.conf --stop-auto --buffer-size=32768 --delta --stanza=db backup
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
||||||
|
@@ -6,7 +6,7 @@ stanza-create db - main create stanza info files (db-standby host)
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
full backup - update during backup (db-standby host)
|
full backup - update during backup (db-standby host)
|
||||||
> [CONTAINER-EXEC] db-standby [BACKREST-BIN] --config=[TEST_PATH]/db-standby/pgbackrest.conf --buffer-size=16384 --type=full --stanza=db backup --test --test-delay=1 --test-point=manifest-build=y
|
> [CONTAINER-EXEC] db-standby [BACKREST-BIN] --config=[TEST_PATH]/db-standby/pgbackrest.conf --buffer-size=16384 --type=full --stanza=db backup
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
||||||
@@ -158,7 +158,7 @@ archive-copy=y
|
|||||||
start-fast=y
|
start-fast=y
|
||||||
|
|
||||||
incr backup - update during backup (db-standby host)
|
incr backup - update during backup (db-standby host)
|
||||||
> [CONTAINER-EXEC] db-standby [BACKREST-BIN] --config=[TEST_PATH]/db-standby/pgbackrest.conf --stop-auto --buffer-size=32768 --delta --stanza=db backup --test --test-delay=1 --test-point=manifest-build=y
|
> [CONTAINER-EXEC] db-standby [BACKREST-BIN] --config=[TEST_PATH]/db-standby/pgbackrest.conf --stop-auto --buffer-size=32768 --delta --stanza=db backup
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
||||||
|
@@ -94,7 +94,7 @@ stanza-upgrade db - upgrade stanza files online (backup host)
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
full backup - update during backup (backup host)
|
full backup - update during backup (backup host)
|
||||||
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --buffer-size=16384 --type=full --stanza=db backup --test --test-delay=1 --test-point=manifest-build=y
|
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --buffer-size=16384 --type=full --stanza=db backup
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
||||||
@@ -165,7 +165,7 @@ start all stanzas (db-master host)
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
incr backup - update during backup (backup host)
|
incr backup - update during backup (backup host)
|
||||||
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --stop-auto --buffer-size=32768 --delta --stanza=db backup --test --test-delay=1 --test-point=manifest-build=y
|
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --stop-auto --buffer-size=32768 --delta --stanza=db backup
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
||||||
|
@@ -6,7 +6,7 @@ stanza-create db - main create stanza info files (backup host)
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
full backup - update during backup (backup host)
|
full backup - update during backup (backup host)
|
||||||
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --buffer-size=16384 --type=full --stanza=db backup --test --test-delay=1 --test-point=manifest-build=y
|
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --buffer-size=16384 --type=full --stanza=db backup
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
||||||
@@ -220,7 +220,7 @@ check db - verify check command on standby (db-standby host)
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
incr backup - update during backup (backup host)
|
incr backup - update during backup (backup host)
|
||||||
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --stop-auto --buffer-size=32768 --delta --stanza=db backup --test --test-delay=1 --test-point=manifest-build=y
|
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --stop-auto --buffer-size=32768 --delta --stanza=db backup
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
||||||
|
@@ -94,7 +94,7 @@ stanza-upgrade db - upgrade stanza files online (backup host)
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
full backup - update during backup (backup host)
|
full backup - update during backup (backup host)
|
||||||
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --buffer-size=16384 --type=full --stanza=db backup --test --test-delay=1 --test-point=manifest-build=y
|
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --buffer-size=16384 --type=full --stanza=db backup
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
||||||
@@ -160,7 +160,7 @@ archive-copy=y
|
|||||||
start-fast=y
|
start-fast=y
|
||||||
|
|
||||||
incr backup - update during backup (backup host)
|
incr backup - update during backup (backup host)
|
||||||
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --stop-auto --buffer-size=32768 --delta --stanza=db backup --test --test-delay=1 --test-point=manifest-build=y
|
> [CONTAINER-EXEC] backup [BACKREST-BIN] --config=[TEST_PATH]/backup/pgbackrest.conf --stop-auto --buffer-size=32768 --delta --stanza=db backup
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
+ supplemental file: [TEST_PATH]/db-master/pgbackrest.conf
|
||||||
|
@@ -397,17 +397,14 @@ sub run
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
my $oExecuteBackup = $oHostBackup->backupBegin(
|
|
||||||
CFGOPTVAL_BACKUP_TYPE_FULL, 'update during backup',
|
|
||||||
{strTest => TEST_MANIFEST_BUILD, fTestDelay => $fTestDelay,
|
|
||||||
strOptionalParam => ' --' . cfgOptionName(CFGOPT_BUFFER_SIZE) . '=16384'});
|
|
||||||
|
|
||||||
$oHostDbMaster->sqlExecute("update test set message = '$strFullMessage'");
|
$oHostDbMaster->sqlExecute("update test set message = '$strFullMessage'");
|
||||||
|
|
||||||
# Required to set hint bits to be sent to the standby to make the heap match on both sides
|
# Required to set hint bits to be sent to the standby to make the heap match on both sides
|
||||||
$oHostDbMaster->sqlSelectOneTest('select message from test', $strFullMessage);
|
$oHostDbMaster->sqlSelectOneTest('select message from test', $strFullMessage);
|
||||||
|
|
||||||
my $strFullBackup = $oHostBackup->backupEnd(CFGOPTVAL_BACKUP_TYPE_FULL, $oExecuteBackup);
|
my $strFullBackup = $oHostBackup->backup(
|
||||||
|
CFGOPTVAL_BACKUP_TYPE_FULL, 'update during backup',
|
||||||
|
{strOptionalParam => ' --' . cfgOptionName(CFGOPT_BUFFER_SIZE) . '=16384'});
|
||||||
|
|
||||||
# Enabled async archiving
|
# Enabled async archiving
|
||||||
$oHostBackup->configUpdate({&CFGDEF_SECTION_GLOBAL => {cfgOptionName(CFGOPT_ARCHIVE_ASYNC) => 'y'}});
|
$oHostBackup->configUpdate({&CFGDEF_SECTION_GLOBAL => {cfgOptionName(CFGOPT_ARCHIVE_ASYNC) => 'y'}});
|
||||||
@@ -621,34 +618,16 @@ sub run
|
|||||||
$oHostDbMaster->sqlSelectOne("select pg_start_backup('test backup that will be restarted', true)");
|
$oHostDbMaster->sqlSelectOne("select pg_start_backup('test backup that will be restarted', true)");
|
||||||
}
|
}
|
||||||
|
|
||||||
# Exercise --delta checksum option
|
|
||||||
$oExecuteBackup = $oHostBackup->backupBegin(
|
|
||||||
CFGOPTVAL_BACKUP_TYPE_INCR, 'update during backup',
|
|
||||||
{strTest => TEST_MANIFEST_BUILD, fTestDelay => $fTestDelay,
|
|
||||||
strOptionalParam => '--' . cfgOptionName(CFGOPT_STOP_AUTO) . ' --' . cfgOptionName(CFGOPT_BUFFER_SIZE) . '=32768' .
|
|
||||||
' --delta'});
|
|
||||||
|
|
||||||
# Drop a table
|
# Drop a table
|
||||||
$oHostDbMaster->sqlExecute('drop table test_remove');
|
$oHostDbMaster->sqlExecute('drop table test_remove');
|
||||||
$oHostDbMaster->sqlWalRotate();
|
$oHostDbMaster->sqlWalRotate();
|
||||||
$oHostDbMaster->sqlExecute("update test set message = '$strIncrMessage'", {bCommit => true});
|
$oHostDbMaster->sqlExecute("update test set message = '$strIncrMessage'", {bCommit => true});
|
||||||
|
|
||||||
# Check that application name is set
|
# Exercise --delta checksum option
|
||||||
if ($oHostDbMaster->pgVersion() >= PG_VERSION_APPLICATION_NAME)
|
my $strIncrBackup = $oHostBackup->backup(
|
||||||
{
|
CFGOPTVAL_BACKUP_TYPE_INCR, 'update during backup',
|
||||||
my $strApplicationNameExpected = PROJECT_NAME . ' [' . cfgCommandName(CFGCMD_BACKUP) . ']';
|
{strOptionalParam =>
|
||||||
my $strApplicationName = $oHostDbMaster->sqlSelectOne(
|
'--' . cfgOptionName(CFGOPT_STOP_AUTO) . ' --' . cfgOptionName(CFGOPT_BUFFER_SIZE) . '=32768 --delta'});
|
||||||
"select application_name from pg_stat_activity where application_name like '" . PROJECT_NAME . "%'");
|
|
||||||
|
|
||||||
if (!defined($strApplicationName) || $strApplicationName ne $strApplicationNameExpected)
|
|
||||||
{
|
|
||||||
confess &log(ERROR,
|
|
||||||
"application name '" . (defined($strApplicationName) ? $strApplicationName : '[null]') .
|
|
||||||
"' does not match '" . $strApplicationNameExpected . "'");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
my $strIncrBackup = $oHostBackup->backupEnd(CFGOPTVAL_BACKUP_TYPE_INCR, $oExecuteBackup);
|
|
||||||
|
|
||||||
# Ensure the check command runs properly with a tablespace unless there is a bogus host
|
# Ensure the check command runs properly with a tablespace unless there is a bogus host
|
||||||
if (!$oHostBackup->bogusHost())
|
if (!$oHostBackup->bogusHost())
|
||||||
|
Reference in New Issue
Block a user