Skip to content

Commit

Permalink
Merge pull request #4201 from vespa-engine/hmusum/add-validation-over…
Browse files Browse the repository at this point in the history
…ride

Add validation override
  • Loading branch information
hmusum committed Sep 18, 2024
2 parents eaf95a9 + 4280651 commit 6971d8c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def create_hierarchic_2groups_app
node(NodeSpec.new("node1", 0))).
group(NodeGroup.new(1, "mygroup1").
node(NodeSpec.new("node1", 1))))).
storage(StorageCluster.new("mycluster", 2))
storage(StorageCluster.new("mycluster", 2)).
validation_override('redundancy-increase')
end

def assert_satisfied_within_timeout(timeout: 60*2)
Expand Down

0 comments on commit 6971d8c

Please sign in to comment.