Closed Bug 1270825 Opened 8 years ago Closed 8 years ago

Intermittent failure on mozreviewci: /hgext/reviewboard/tests/test-auth.t

Categories

(MozReview Graveyard :: Testing / Development Environment, defect)

Development/Staging
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1270834

People

(Reporter: rwood, Unassigned)

References

Details

/hgext/reviewboard/tests/test-auth.t:

Changing the email address in Bugzilla will update the RB email

  $ adminbugzilla update-user-email user2@example.com user2-new@example.com
  updated user 9
  $ exportbzauth user2-new@example.com password2
  $ SSH_KEYNAME=user2@example.com hg push --reviewid bz://1/user2newemail --config reviewboard.autopublish=false
  pushing to ssh://$DOCKER_HOSTNAME:$HGPORT6/test-repo
  searching for changes
  no changes found
  submitting 1 changesets for review
  
  changeset:  1:bb2efc8efdd7
  summary:    Bug 1 - Testing 1 2 3
  review:     http://$DOCKER_HOSTNAME:$HGPORT1/r/4 (draft)
  
  review id:  bz://1/user2newemail
  review url: http://$DOCKER_HOSTNAME:$HGPORT1/r/3 (draft)
  (review requests lack reviewers; visit review url to assign reviewers)
  (visit review url to publish these review requests so others can see them)
  [1]

  $ rbmanage dump-user newnick
  Error running mach:
  
      ['dump-user', 'newnick']
  
  The error occurred in code that was called by the mach command. This is either
  a bug in the called code itself or in the way that mach is calling it.
  
  You should consider filing a bug for this issue.
  
  If filing a bug, please include the full output of mach, including this error
  message.
  
  The details of the failure are as follows:
  
  ServerInterfaceError: [Errno 110] Connection timed out
  
    File "/var/lib/jenkins/workspace/mozreviewci/testing/vcttesting/reviewboard/mach_commands.py", line 579, in dump_user
      root = self._get_root()
    File "/var/lib/jenkins/workspace/mozreviewci/testing/vcttesting/reviewboard/mach_commands.py", line 209, in _get_root
      anonymous=anonymous).get_root()
    File "/var/lib/jenkins/workspace/mozreviewci/venv/local/lib/python2.7/site-packages/rbtools/api/client.py", line 21, in get_root
      return self._transport.get_root(*args, **kwargs)
    File "/var/lib/jenkins/workspace/mozreviewci/venv/local/lib/python2.7/site-packages/rbtools/api/transport/sync.py", line 47, in get_root
      return self._execute_request(HttpRequest(self.server.url))
    File "/var/lib/jenkins/workspace/mozreviewci/venv/local/lib/python2.7/site-packages/rbtools/api/transport/sync.py", line 84, in _execute_request
      rsp = self.server.make_request(request)
    File "/var/lib/jenkins/workspace/mozreviewci/venv/local/lib/python2.7/site-packages/rbtools/api/request.py", line 589, in make_request
      raise ServerInterfaceError('%s' % e.reason)
  [1]
Blocks: 1277566
No longer blocks: 1265423
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.