Collect script fails with "sqlite3.IntegrityError: column name is not unique"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
status.linaro.org |
Fix Released
|
Critical
|
Milo Casagrande |
Bug Description
As seen on linaro-
Traceback (most recent call last):
File "./collect", line 791, in <module>
main()
File "./collect", line 780, in main
lp_
File "./collect", line 482, in lp_import
people_
File "./collect", line 199, in lp_import_
Blueprint, Blueprint.name == bp.name).one()
File "/usr/lib/
self.flush()
File "/usr/lib/
self.
File "/usr/lib/
result = self._connectio
File "/usr/lib/
raw_cursor = self.raw_
File "/usr/lib/
return Connection.
File "/usr/lib/
self.
File "/usr/lib/
return function(*args, **kwargs)
sqlite3.
collect failed for current
Related branches
- Paul Sokolovsky: Approve
- Loïc Minier: Pending requested
- Linaro Infrastructure: Pending requested
-
Diff: 28 lines (+10/-2)1 file modifiedcollect (+10/-2)
- Linaro Infrastructure: Pending requested
-
Diff: 3380 lines (+2497/-125) (has conflicts)32 files modifiedall-projects (+64/-2)
burndown-chart (+5/-0)
collect (+160/-66)
collect_jira (+229/-0)
collect_roadmap (+301/-0)
css/status.css (+58/-0)
generate-all (+53/-14)
html-report (+102/-0)
jira.py (+55/-0)
kanban-papyrs-to-jira (+397/-0)
lpworkitems/collect.py (+20/-20)
lpworkitems/collect_roadmap.py (+71/-0)
lpworkitems/database.py (+74/-2)
lpworkitems/error_collector.py (+10/-0)
lpworkitems/factory.py (+32/-1)
lpworkitems/models.py (+32/-14)
lpworkitems/models_roadmap.py (+60/-0)
lpworkitems/tests/test_collect.py (+0/-1)
lpworkitems/tests/test_collect_roadmap.py (+69/-0)
lpworkitems/tests/test_factory.py (+1/-1)
lpworkitems/tests/test_models.py (+17/-2)
report_tools.py (+162/-1)
roadmap-bp-chart (+249/-0)
roadmap_health.py (+102/-0)
templates/base.html (+13/-0)
templates/body.html (+4/-1)
templates/roadmap_card.html (+71/-0)
templates/roadmap_lane.html (+60/-0)
templates/util.html (+9/-0)
tests.py (+1/-0)
themes/linaro/templates/footer.html (+10/-0)
utils.py (+6/-0)
Changed in linaro-status-website: | |
importance: | Critical → Medium |
Changed in linaro-status-website: | |
milestone: | 2012.05 → backlog |
assignee: | Данило Шеган (danilo) → nobody |
Changed in linaro-status-website: | |
milestone: | backlog → none |
Changed in linaro-status-website: | |
assignee: | nobody → Milo Casagrande (milo) |
Changed in linaro-status-website: | |
status: | Triaged → In Progress |
Changed in linaro-status-website: | |
status: | In Progress → Fix Committed |
The problem is with the following blueprints using the same base-name which is used as the key in launchpad- work-items- tracker:
* https:/ /blueprints. launchpad. net/lava- lab/+spec/ ni-power- meter /blueprints. launchpad. net/linaro- android/ +spec/ni- power-meter
* https:/