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
1=== modified file 'breezy/tests/per_interrepository/test_interrepository.py'
2--- breezy/tests/per_interrepository/test_interrepository.py 2017-05-30 19:16:23 +0000
3+++ breezy/tests/per_interrepository/test_interrepository.py 2017-05-30 21:44:32 +0000
4@@ -97,7 +97,7 @@
5 self.assertEqual(('search', {'rev2'}, {'rev1'}, 1),
6 result.get_recipe())
7
8- def test_search_missing_revision_ids_absent_requested_raises(self):
9+ def test_absent_requested_raises(self):
10 # Asking for missing revisions with a tip that is itself absent in the
11 # source raises NoSuchRevision.
12 repo_b = self.make_to_repository('target')
13@@ -113,7 +113,7 @@
14 repo_b.search_missing_revision_ids, repo_a, revision_ids=['pizza'],
15 find_ghosts=False)
16
17- def test_search_missing_revision_ids_revision_limited(self):
18+ def test_search_missing_rev_limited(self):
19 # revision ids in repository A that are not referenced by the
20 # requested revision are not returned.
21 # make a repository to compare against that is empty

Subscribers

People subscribed via source and target branches