comm-central not updating on Phabricator
Categories
(Conduit :: Administration, task)
Tracking
(Not tracked)
People
(Reporter: dandarnell, Unassigned)
References
Details
Currently, Thunderbird pushes to comm-central
do not close the corresponding Phabricator revisions to each patch in the push. We suspect this is related to the recent Lando update.
After a bit of digging, I suspect it partially has to do with the switch to identifying repos by unique short_name
s. I noticed the new config for Thunderbird doesn't seem to have short_name
s added to Thunderbird's repos.
Reporter | ||
Comment 1•1 month ago
•
|
||
@zeid I can write a patch to update comm-*
repo info for the new Lando, but I wanted to check with you: am I off-base/missing other commits I should be porting for Thunderbird?
Comment 2•1 month ago
|
||
Hi Daniel,
The create_environment_repos
script was meant as an initial script to populate the DB. comm-central
has in fact been added to the new Lando with comm-central
as the short_name. However, I did find this error in Phabricator:
Pull of 'comm-central' failed: Command failed with error #255!
...
abort: working directory of ***: timed out waiting for lock held by ***'
So it looks like an issue with Phabricator.
Comment 3•1 month ago
|
||
FYI I also get a 502 error whenever I try to access the raw diff (hosted on Cloudfront) from Phabricator.
As an example, click "Download Raw Diff" from this patch and you are taken to a 502 error at this URL.
Comment 4•1 month ago
|
||
(In reply to Zeid [:zeid] from comment #2)
Hi Daniel,
The
create_environment_repos
script was meant as an initial script to populate the DB.comm-central
has in fact been added to the new Lando withcomm-central
as the short_name. However, I did find this error in Phabricator:Pull of 'comm-central' failed: Command failed with error #255! ... abort: working directory of ***: timed out waiting for lock held by ***'
So it looks like an issue with Phabricator.
This is fixed now. Turned out to be a stale lock file in .hg that once removed, Phabricator was able to continue to import recent changes successfully.
Reporter | ||
Comment 5•1 month ago
|
||
(In reply to David Lawrence [:dkl] from comment #4)
(In reply to Zeid [:zeid] from comment #2)
Hi Daniel,
The
create_environment_repos
script was meant as an initial script to populate the DB.comm-central
has in fact been added to the new Lando withcomm-central
as the short_name. However, I did find this error in Phabricator:Pull of 'comm-central' failed: Command failed with error #255! ... abort: working directory of ***: timed out waiting for lock held by ***'
So it looks like an issue with Phabricator.
This is fixed now. Turned out to be a stale lock file in .hg that once removed, Phabricator was able to continue to import recent changes successfully.
Thank you for taking the time to look at this! It is greatly appreciated.
Description
•