[DRE-commits] [librarian-puppet] 97/153: More assertions for test that fails randomly

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:30:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository librarian-puppet.

commit e4f0bbaa2533ad08fca438c26c33185f072d2276
Author: Carlos Sanchez <carlos at apache.org>
Date:   Fri Feb 27 17:10:29 2015 +0100

    More assertions for test that fails randomly
---
 features/update.feature | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/features/update.feature b/features/update.feature
index 27665c3..08db42b 100644
--- a/features/update.feature
+++ b/features/update.feature
@@ -270,15 +270,18 @@ Feature: cli/update
     And the output should contain "rsync: true"
     When I run `librarian-puppet install`
     Then the exit status should be 0
+    And the file "Puppetfile.lock" should contain "614b3fbf6c15893e89ed8654fb85596223b5b7c5"
     And the file "modules/stdlib/.git/HEAD" should match /614b3fbf6c15893e89ed8654fb85596223b5b7c5/
     And a directory named "modules/stdlib" should exist
     When I run `librarian-puppet update --verbose`
     Then the exit status should be 0
     And a directory named "modules/stdlib" should exist
     And the file "modules/stdlib" should have an inode and ctime
+    And the file "Puppetfile.lock" should contain "a3c600d5f277f0c9d91c98ef67daf7efc9eed3c5"
     And the file "modules/stdlib/.git/HEAD" should match /a3c600d5f277f0c9d91c98ef67daf7efc9eed3c5/
     When I run `librarian-puppet update --verbose`
     Then the exit status should be 0
     And a directory named "modules/stdlib" should exist
     And the file "modules/stdlib" should have the same inode and ctime as before
+    And the file "Puppetfile.lock" should contain "a3c600d5f277f0c9d91c98ef67daf7efc9eed3c5"
     And the file "modules/stdlib/.git/HEAD" should match /a3c600d5f277f0c9d91c98ef67daf7efc9eed3c5/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git



More information about the Pkg-ruby-extras-commits mailing list