Lines Matching refs:strDescription

44     my $strDescription;
79 $strDescription = 'Nothing to expire';
84 … $oExpireTest->process($self->stanza(), 1, 1, CFGOPTVAL_BACKUP_TYPE_FULL, 1, $strDescription);
87 … $strDescription = 'Expire oldest full backup, archive expire falls on segment major boundary';
90 … $oExpireTest->process($self->stanza(), 1, 1, CFGOPTVAL_BACKUP_TYPE_FULL, 1, $strDescription);
93 $strDescription = 'Expire oldest full backup';
97 … $oExpireTest->process($self->stanza(), 1, 1, CFGOPTVAL_BACKUP_TYPE_FULL, 1, $strDescription);
100 …$strDescription = 'Expire oldest diff backup, archive expire does not fall on major segment bounda…
105 … $oExpireTest->process($self->stanza(), 1, 1, CFGOPTVAL_BACKUP_TYPE_DIFF, 1, $strDescription);
108 $strDescription = 'Expire oldest diff backup (cascade to incr)';
111 … $oExpireTest->process($self->stanza(), 1, 1, CFGOPTVAL_BACKUP_TYPE_DIFF, 1, $strDescription);
114 $strDescription = 'Expire archive based on newest incr backup';
117 … $oExpireTest->process($self->stanza(), 1, 1, CFGOPTVAL_BACKUP_TYPE_INCR, 1, $strDescription);
120 $strDescription = 'Expire diff treating full as diff';
125 … $oExpireTest->process($self->stanza(), 2, 1, CFGOPTVAL_BACKUP_TYPE_DIFF, 1, $strDescription);
128 …$strDescription = 'Expire diff with repo-retention-archive with warning repo-retention-diff not se…
133 …ExpireTest->process($self->stanza(), undef, undef, CFGOPTVAL_BACKUP_TYPE_DIFF, 1, $strDescription);
136 …$strDescription = 'Expire full with repo-retention-archive with warning repo-retention-full not se…
140 …ExpireTest->process($self->stanza(), undef, undef, CFGOPTVAL_BACKUP_TYPE_FULL, 1, $strDescription);
143 … $strDescription = 'Expire no archive with warning since repo-retention-archive not set for INCR';
146 … $oExpireTest->process($self->stanza(), 1, 1, CFGOPTVAL_BACKUP_TYPE_INCR, undef, $strDescription);
149 …$strDescription = 'Expire no archive with warning since neither repo-retention-archive nor repo-re…
154 …reTest->process($self->stanza(), undef, undef, CFGOPTVAL_BACKUP_TYPE_DIFF, undef, $strDescription);
171 $strDescription = 'Create backups in current db version';
176 …reTest->process($self->stanza(), undef, undef, CFGOPTVAL_BACKUP_TYPE_DIFF, undef, $strDescription);
179 $strDescription = 'Upgrade stanza and expire only earliest db backup and archive';
186 …ExpireTest->process($self->stanza(), 3, undef, CFGOPTVAL_BACKUP_TYPE_FULL, undef, $strDescription);
189 …$strDescription = 'Upgrade the stanza, create full back - earliest db orphaned archive removed and…
194 …ExpireTest->process($self->stanza(), 2, undef, CFGOPTVAL_BACKUP_TYPE_FULL, undef, $strDescription);
197 $strDescription = 'Expire all archive last full backup through pitr';
200 … $oExpireTest->process($self->stanza(), 3, 1, CFGOPTVAL_BACKUP_TYPE_DIFF, 1, $strDescription);
203 $strDescription = 'Expire all archive except for the current database';
205 …ExpireTest->process($self->stanza(), 2, undef, CFGOPTVAL_BACKUP_TYPE_FULL, undef, $strDescription);