Closed
Bug 1288144
Opened 9 years ago
Closed 9 years ago
MozReview CI: Several tests intermittently fail on mozreview start
Categories
(MozReview Graveyard :: Testing / Development Environment, defect)
MozReview Graveyard
Testing / Development Environment
Development/Staging
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rwood, Unassigned)
References
Details
Several tests are intermittently failing (being skipped) because they are failing on mozreview start:
+ ['start', '/tmp/hgtests.Okgxgy/child21/test-commits-added.t', '--mercurial-port', '20248', '--reviewboard-port', '20249', '--bugzilla-port', '20250', '--pulse-port', '20251', '--autoland-port', '20252', '--ldap-port', '20253', '--ssh-port', '20254', '--hgweb-port', '20255', '--treestatus-port', '20256']
...
+ReadTimeout: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
+ File "/var/lib/jenkins/workspace/mozreviewci-rb/testing/vcttesting/mozreview_mach_commands.py", line 90, in start
+ verbose=True)
+ File "/var/lib/jenkins/workspace/mozreviewci-rb/testing/vcttesting/mozreview.py", line 296, in start
+ self.create_user_api_key(bugzilla.username, description='mozreview')
+ File "/var/lib/jenkins/workspace/mozreviewci-rb/testing/vcttesting/mozreview.py", line 539, in create_user_api_key
+ email, description], stdout=True).strip()
+ File "/var/lib/jenkins/workspace/mozreviewci-rb/testing/vcttesting/docker.py", line 1640, in execute
Sometimes mozreview start also fails with:
+APIError: 500 Server Error: Internal Server Error ("rpc error: code = 2 desc = "containerd: container not started"")
+
+ File "/var/lib/jenkins/workspace/mozreviewci-rb/testing/vcttesting/mozreview_mach_commands.py", line 79, in start
+ verbose=True)
+ File "/var/lib/jenkins/workspace/mozreviewci-rb/testing/vcttesting/mozreview.py", line 219, in start
+ verbose=verbose)
+ File "/var/lib/jenkins/workspace/mozreviewci-rb/testing/vcttesting/docker.py", line 1096, in start_mozreview
+ f_start_autolanddb.result()
In the CI the tests are marked as 'skipped' since mozreview couldn't start. Seen intermittently in several tests including:
test-review-commit-rewrite.t: skipped
test-push-multiple-bugs.t: skipped
test-pulse-publishing.t: skipped
test-operation-prevention.t: skipped
test-fetchreviews.t: skipped
test-reviewer-flags.t: skipped
test-store.t: skipped
test-push-invalid-bug.t: skipped
test-remote-strip.t: skipped
test-obsolescence.t: skipped
test-multiple-parents.t: skipped
test-user-apis.t: skipped
test-multiple-precursors.t: skipped
test-folding-obsolescence.t: skipped
test-commits-added.t: skipped
test-review-request-summary.t: skipped
test-diffset-verification.t: skipped
| Reporter | ||
Comment 1•9 years ago
|
||
Won't fix, as the ubuntu-based mozreview CI has been replaced by a new CI by :mars
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•