smart server streaming stacking triggers a failure

Bug #375303 reported by Robert Collins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
branchfeed
New
Undecided
Unassigned

Bug Description

  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/branch.py", line 1085, in copy_content_into
    self._synchronize_history(destination, revision_id)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/branch.py", line 2531, in _synchronize_history
    Branch._synchronize_history(self, destination, revision_id)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/branch.py", line 1075, in _synchronize_history
    destination.set_last_revision_info(revno, revision_id)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/remote.py", line 2373, in set_last_revision_info
    self._run_post_change_branch_tip_hooks(old_revno, old_revid)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/branch.py", line 963, in _run_post_change_branch_tip_hooks
    hook(params)
  File "/home/robertc/.bazaar/plugins/branchfeed/branch_feed.py", line 41, in post_change_hook
    BranchFeed(change.branch).update()
  File "/home/robertc/.bazaar/plugins/branchfeed/branch_feed.py", line 144, in update
    'branch.atom', self.generate())
  File "/home/robertc/.bazaar/plugins/branchfeed/branch_feed.py", line 137, in generate
    feed = self.generate_for_iterator(feed, self.iter_revisions())
  File "/home/robertc/.bazaar/plugins/branchfeed/branch_feed.py", line 115, in iter_revisions
    history = self.branch.revision_history()
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/decorators.py", line 138, in read_locked
    result = unbound(self, *args, **kwargs)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/branch.py", line 733, in revision_history
    history = self._gen_revision_history()
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/remote.py", line 2220, in _gen_revision_history
    'Branch.revision_history', self._remote_path())
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/remote.py", line 63, in _call_expecting_body
    self._translate_error(err, **err_context)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/remote.py", line 2014, in _translate_error
    self.repository._translate_error(err, branch=self, **context)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/remote.py", line 693, in _translate_error
    self.bzrdir._translate_error(err, repository=self, **context)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/remote.py", line 129, in _translate_error
    _translate_error(err, bzrdir=self, **context)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/remote.py", line 2622, in _translate_error
    raise errors.UnknownErrorFromSmartServer(err)
UnknownErrorFromSmartServer: Server sent an unexpected error: ('error', "'<email address hidden>'")

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.