]
eyal edri [Administrator] commented on OVIRT-1405:
--------------------------------------------------
You have only one active identity:
account_id | full_name | preferred_email | registered_on |
inactive | ex_ids | changes | comments
-----------+-------------------+---------------------+----------------------------+----------+--------+---------+---------
1000532 | Simone Tiraboschi | stirabos(a)redhat.com | 2014-01-19 17:13:11.13-05 | N
| 7 | 905 | 5799
1000798 | Simone Tiraboschi | stirabos(a)redhat.com | 2015-04-22 03:43:10.411-04 | Y
| 0 | 0 | 0
1000926 | Simone Tiraboschi | stirabos(a)redhat.com | 2015-06-11 03:28:14.148-04 | Y
| 0 | 0 | 0
so 1000532 should be the active and relevant one, can you verify this is the one
you're logged in with?
gerrit seams to fail accepting my patches due to multiple accounts
merged in the past
-------------------------------------------------------------------------------------
Key: OVIRT-1405
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1405
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: Gerrit/git
Reporter: Simone Tiraboschi
Assignee: infra
Gerrit seams to fail accepting my patches due to multiple accounts merged in the past
with this error:
[stirabos@t440s ovirt-setup-lib] $ git push gerrit.ovirt.org:ovirt-setup-lib
HEAD:refs/for/master/interface
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 626 bytes | 0 bytes/s, done.
Total 5 (delta 3), reused 0 (delta 0)
remote: Resolving deltas: 100% (3/3)
remote: Processing changes: refs: 2, done
To gerrit.ovirt.org:ovirt-setup-lib
! [remote rejected] HEAD -> refs/for/master/interface (internal server error:
java.lang.IllegalArgumentException: expected one element but was: <1000926, 1000532,
1000798>)
error: failed to push some refs to 'gerrit.ovirt.org:ovirt-setup-lib'
Where 1000926, 1000532, 1000798 are my identities merged in the past.
A lot of web actions (edit a patch, rebasing and so on) are failing as well due to the
same issue.
The patch, at the end, instead is in gerrit but bugzilla didn't get automatically
updated as expected.