Incremental backup data page copy is not tested by any of the incremental backup tests
Bug #1021249 reported by
Laurynas Biveinis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
High
|
Laurynas Biveinis | ||
2.0 |
Fix Released
|
High
|
Laurynas Biveinis | ||
2.1 |
Fix Released
|
High
|
Laurynas Biveinis |
Bug Description
The xb_incremental test does not test the data file scanning for the updated pages.
A sample run of the test would result in the full backup done up to LSN 45342. Even though after the full backup completes there is a workload on the server, it apparently does not force the server to checkpoint.
Thus when the incremental backup is started, the only action required for the backup is log scanning from LSN 45342 to 202964.
Another confirmation is that tracing code added to the code path of page with LSN > incremental_lsn never triggers on 2.0 and 2.1.
The test needs to be updated so that workload between the backups makes InnoDB checkpoints.
Related branches
lp://staging/~laurynas-biveinis/percona-xtrabackup/bug1021249-2.0
- Stewart Smith (community): Approve
-
Diff: 251 lines (+82/-35)3 files modifiedtest/t/ib_incremental.sh (+19/-8)
test/t/xb_incremental.sh (+21/-9)
test/t/xb_incremental_compressed.sh (+42/-18)
lp://staging/~laurynas-biveinis/percona-xtrabackup/bug1021249-2.1
- Laurynas Biveinis (community): Approve
-
Diff: 251 lines (+82/-35)3 files modifiedtest/t/ib_incremental.sh (+19/-8)
test/t/xb_incremental.sh (+21/-9)
test/t/xb_incremental_compressed.sh (+42/-18)
summary: |
- Test xb_incremental does not test incremental backups + Test xb_incremental does not test incremental backup page copy |
summary: |
- Test xb_incremental does not test incremental backup page copy + Incremental backup data page copy is not tested by any of the + incremental backup tests |
To post a comment you must log in.
The tested configuration was xtradb51.