Merge ~vila/gpgservice:fail into gpgservice:master

Proposed by Vincent Ladeuil
Status: Needs review
Proposed branch: ~vila/gpgservice:fail
Merge into: gpgservice:master
Diff against target: 15 lines (+4/-0)
1 file modified
.pmr-merge-hook (+4/-0)
Reviewer Review Type Date Requested Status
Otto Co-Pilot Needs Fixing
Review via email: mp+306431@code.launchpad.net

Commit message

Though should not land

Description of the change

Testing, this should fail to land.

To post a comment you must log in.
Revision history for this message
Otto Co-Pilot (otto-copilot) wrote :

The merge was fine but running tests failed.

Output of .pmr-merge-hook:

Though should not land !

review: Needs Fixing

Unmerged commits

9c84151... by Vincent Ladeuil

Make tests fail hard to test landing failures.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.pmr-merge-hook b/.pmr-merge-hook
2index 03ebb24..b0c8a81 100755
3--- a/.pmr-merge-hook
4+++ b/.pmr-merge-hook
5@@ -2,6 +2,10 @@
6 set -o errexit
7 set -o nounset
8
9+# Fail early and block landing
10+echo "Though should not land !"
11+exit 1
12+
13 ./utilities/set-db-url 'postgresql://postgres@/gpgservice_db?host=%(ROOT)s/dev-db/localhost'
14 make start-db
15 make test

Subscribers

People subscribed via source and target branches