Closed
Bug 1065754
Opened 10 years ago
Closed 10 years ago
Bug cache ingestion isn't running since production is out of sync with tasks.json
Categories
(Tree Management :: Treeherder, defect, P1)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Assigned: emorley)
References
Details
Attachments
(2 files)
1.10 KB,
patch
|
mdoglio
:
review+
|
Details | Diff | Splinter Review |
15.26 KB,
patch
|
Details | Diff | Splinter Review |
This failure:
https://tbpl.mozilla.org/php/getParsedLog.php?id=47825536&tree=Mozilla-Central
Should be suggesting bug 1063696 and bug 1064137. Neither is in the bug cache at the moment.
Assignee | ||
Updated•10 years ago
|
Priority: -- → P1
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → emorley
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
The production DB is out of date with the tasks fixture in the repo. This will make us reload the fixtures data from the files in the repo each time we deploy. Bug 1065784 will disable editing of these particular tables, so people aren't tempted to edit via Django admin and then have the changes clobbered on deploy.
Prior to deploying this I'll audit the current prod DB against the in-repo fixtures to check we won't be clobbering anything this time.
Attachment #8488306 -
Flags: review?(mdoglio)
Assignee | ||
Updated•10 years ago
|
Summary: Treeherder bug cache is missing bugs → Bug cache ingestion isn't running since production is out of sync with tasks.json
Updated•10 years ago
|
Attachment #8488306 -
Flags: review?(mdoglio) → review+
Assignee | ||
Comment 2•10 years ago
|
||
The old file is prod, the new in-repo.
This patch represents the changes that will be made on next load_initial_data (other than the timestamp changes & run counts etc).
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder-service
https://github.com/mozilla/treeherder-service/commit/0830f3dbf9e8b31ba7b58f9e2ad5b099e42ef824
Bug 1065754 - On deployment update prod DB using in-repo fixtures
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•