MetricsGrimoire / Bicho

Bicho is a command line based tool used to parse bug/issue tracking systems
http://metricsgrimoire.github.com/Bicho/
GNU General Public License v2.0
68 stars 30 forks source link

Error when parsing more than one Gerrit product #72

Closed dicortazar closed 10 years ago

dicortazar commented 11 years ago

Hi,

When analyzing Gerrit from OpenStack, it seems that when parsing each of the products, in different databases it works. However, when those are intended to be stored in the same database, this fails.

Steps:

  1. ./bicho -g --db-user-out=root --db-password-out="" --db-database-out=database1 -b gerrit -u xxx@review.openstack.org --gerrit-project="openstack/nova"
  2. ./bicho -g --db-user-out=root --db-password-out="" --db-database-out=database2 -b gerrit -u xxx@review.openstack.org --gerrit-project="openstack/keystone"

In database1 and database2 data is correctly stored.

However, if you run again, as an example, keystone using the database of nova, this will fail and no new issues will be added to the database.:

  1. ./bicho -g --db-user-out=root --db-password-out="" --db-database-out=database1 -b gerrit -u xxx@review.openstack.org --gerrit-project="openstack/keystone"
acs commented 11 years ago

Fix in 6209cd14bdf4f25ae5dc4a52f3d219399f290478