Skip to content

Commit

Permalink
fix(restoretest): ignore dicts table
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Leszczynski committed Aug 29, 2024
1 parent a5d9d13 commit 1532181
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions pkg/service/restore/service_restore_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,6 @@ func TestRestoreGetTargetUnitsViewsIntegration(t *testing.T) {
if checkAnyConstraint(t, h.Client, "< 1000") {
ignoreUnits = append(ignoreUnits, "system_replicated_keys")
}
if checkAnyConstraint(t, h.Client, "< 2024.2") {
ignoreUnits = append(ignoreUnits, "dicts")
}
if checkAnyConstraint(t, h.Client, ">= 6.0, < 2000", ">= 2024.2, > 1000") {
ignoreUnits = append(ignoreUnits,
"system_auth",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
"tombstone_gc": "timeout",
"size": 185891
},
{
"table": "dicts",
"tombstone_gc": "timeout",
"size": 0
},
{
"table": "service_levels",
"tombstone_gc": "timeout",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
"tombstone_gc": "timeout",
"size": 185891
},
{
"table": "dicts",
"tombstone_gc": "timeout",
"size": 0
},
{
"table": "service_levels",
"tombstone_gc": "timeout",
Expand Down

0 comments on commit 1532181

Please sign in to comment.