Closed
Bug 629374
Opened 14 years ago
Closed 13 years ago
testMercurialChangeRepo fails when HG_SHARE_BASE_DIR is set
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Unassigned)
Details
Currently fails with:
FAIL: testMercurialChangeRepo (buildtools.test.test_util_hg.TestHg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bhearsum/Mozilla/checkouts/tools/lib/python/buildtools/test/test_util_hg.py", line 266, in testMercurialChangeRepo
self.assertEquals(getRevisions(self.wc), getRevisions(repo2))
AssertionError: ['841988a5b499', 'b30e81bcede1', 'adc623d49763'] != ['ba46276498cd', 'c5e1686f0ca5', 'a8e365bcbda8']
Comment 1•13 years ago
|
||
Is this still a valid bug?
Component: Release Engineering → Release Engineering: Automation
QA Contact: release → catlee
Reporter | ||
Comment 2•13 years ago
|
||
Apparently not:
% echo $HG_SHARE_BASE_DIR
/home/bhearsum/usr/hg
bhearsum@voot ~/Mozilla/checkouts/clean/tools/lib/python
% PYTHONPATH=. nosetests
<snip>
Ran 140 tests in 77.537s
OK
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•