Skip to content

Commit

Permalink
Adjust pod & container counts to new VCR
Browse files Browse the repository at this point in the history
Script deletes (and refresh should archive):
po/my-build-config-0-1-build
po/my-pod-0
+
po/my-build-config-1-1-build
po/my-pod-1
+
po/my-pod-2
  • Loading branch information
cben committed Jan 28, 2018
1 parent f5ecabb commit e62556c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@ def assert_specific_persistent_volume_claim
it "archives & disconnects objects" do
archived = {
'ContainerNode' => 1, # the fake node
'ContainerGroup' => 2 * 1 + 1,
'Container' => 2 * 1 + 1,
'ContainerGroup' => 2 * 2 + 1,
'Container' => 2 * 2 + 1,
}
actual_archived = archived.collect { |k, _| [k, k.constantize.archived.count] }.to_h
expect(actual_archived).to eq(archived)
Expand Down

0 comments on commit e62556c

Please sign in to comment.