Merge lp:~jelmer/brz/shorten-test-name into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/shorten-test-name
Merge into: lp:brz
Diff against target: 21 lines (+2/-2)
1 file modified
breezy/tests/per_interrepository/test_interrepository.py (+2/-2)
To merge this branch: bzr merge lp:~jelmer/brz/shorten-test-name
Reviewer Review Type Date Requested Status
Martin Packman Approve
Review via email: mp+324819@code.launchpad.net

Commit message

Shorten test names to keep path length below 256 characters on ci.debian.net.

Description of the change

Shorten test names to keep path length below 256 characters on ci.debian.net.

To post a comment you must log in.
Revision history for this message
Martin Packman (gz) :
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

A commit message must be set
http://10.242.247.184:8080/job/brz-dev/20/

Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

Running landing tests failed
http://10.242.247.184:8080/job/brz-dev/22/

Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

Running landing tests failed
http://10.242.247.184:8080/job/brz-dev/24/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'breezy/tests/per_interrepository/test_interrepository.py'
--- breezy/tests/per_interrepository/test_interrepository.py 2017-05-30 19:16:23 +0000
+++ breezy/tests/per_interrepository/test_interrepository.py 2017-05-30 21:44:32 +0000
@@ -97,7 +97,7 @@
97 self.assertEqual(('search', {'rev2'}, {'rev1'}, 1),97 self.assertEqual(('search', {'rev2'}, {'rev1'}, 1),
98 result.get_recipe())98 result.get_recipe())
9999
100 def test_search_missing_revision_ids_absent_requested_raises(self):100 def test_absent_requested_raises(self):
101 # Asking for missing revisions with a tip that is itself absent in the101 # Asking for missing revisions with a tip that is itself absent in the
102 # source raises NoSuchRevision.102 # source raises NoSuchRevision.
103 repo_b = self.make_to_repository('target')103 repo_b = self.make_to_repository('target')
@@ -113,7 +113,7 @@
113 repo_b.search_missing_revision_ids, repo_a, revision_ids=['pizza'],113 repo_b.search_missing_revision_ids, repo_a, revision_ids=['pizza'],
114 find_ghosts=False)114 find_ghosts=False)
115115
116 def test_search_missing_revision_ids_revision_limited(self):116 def test_search_missing_rev_limited(self):
117 # revision ids in repository A that are not referenced by the117 # revision ids in repository A that are not referenced by the
118 # requested revision are not returned.118 # requested revision are not returned.
119 # make a repository to compare against that is empty119 # make a repository to compare against that is empty

Subscribers

People subscribed via source and target branches