Skip to content

Commit

Permalink
Add block incremental to real/all test output.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Feb 7, 2023
1 parent 31cad5e commit 089fae0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions doc/xml/release.xml
Expand Up @@ -15,6 +15,20 @@

<release-list>
<release date="XXXX-XX-XX" version="2.45dev" title="UNDER DEVELOPMENT">
<release-core-list>
<release-feature-list>
<release-item>
<commit subject="Add block incremental to real/all test output."/>

<release-item-contributor-list>
<release-item-contributor id="david.steele"/>
</release-item-contributor-list>

<p>Block-level incremental backup.</p>
</release-item>
</release-feature-list>
</release-core-list>

<release-doc-list>
<release-improvement-list>
<release-item>
Expand Down
2 changes: 1 addition & 1 deletion test/lib/pgBackRestTest/Module/Real/RealAllTest.pm
Expand Up @@ -84,7 +84,7 @@ sub run
# Increment the run, log, and decide whether this unit test should be run
next if !$self->begin(
"bkp ${bHostBackup}, tls ${bTls}, dst ${strBackupDestination}, cmp ${strCompressType}, storage ${strStorage}" .
", enc ${bRepoEncrypt}");
", enc ${bRepoEncrypt}, bi ${bBlockIncr}");

# Create hosts, file object, and config
my ($oHostDbPrimary, $oHostDbStandby, $oHostBackup) = $self->setup(
Expand Down

0 comments on commit 089fae0

Please sign in to comment.