forked from TrueCloudLab/restic
forget: update tests to reflect specific reasons for keeping oldest snapshots in a group
This commit is contained in:
parent
87f30bc787
commit
d656a50852
8 changed files with 10 additions and 10 deletions
|
@ -68,7 +68,7 @@
|
||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"yearly snapshot"
|
"oldest yearly snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"yearly": 6
|
"yearly": 6
|
||||||
|
|
|
@ -214,7 +214,7 @@
|
||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"yearly snapshot"
|
"oldest yearly snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"yearly": 6
|
"yearly": 6
|
||||||
|
|
|
@ -165,7 +165,7 @@
|
||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"yearly within 9999y"
|
"oldest yearly within 9999y"
|
||||||
],
|
],
|
||||||
"counters": {}
|
"counters": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1978,7 +1978,7 @@
|
||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"last snapshot"
|
"oldest last snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"last": -1
|
"last": -1
|
||||||
|
|
|
@ -2169,8 +2169,8 @@
|
||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"last snapshot",
|
"oldest last snapshot",
|
||||||
"hourly snapshot"
|
"oldest hourly snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"last": -1,
|
"last": -1,
|
||||||
|
|
|
@ -1708,7 +1708,7 @@
|
||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"hourly snapshot"
|
"oldest hourly snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"hourly": -1
|
"hourly": -1
|
||||||
|
|
|
@ -238,8 +238,8 @@
|
||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"monthly snapshot",
|
"oldest monthly snapshot",
|
||||||
"yearly snapshot"
|
"oldest yearly snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"monthly": -1,
|
"monthly": -1,
|
||||||
|
|
|
@ -1978,7 +1978,7 @@
|
||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"last snapshot"
|
"oldest last snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"last": 97
|
"last": 97
|
||||||
|
|
Loading…
Reference in a new issue