Fixed
Details
Assignee
Former userFormer user(Deactivated)Reporter
Simone TiraboschiSimone Tiraboschi(Deactivated)Components
Priority
Medium
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Simone Tiraboschi
Simone Tiraboschi(Deactivated)Components
Priority
Created May 24, 2017 at 1:32 PM
Updated June 1, 2017 at 11:31 AM
Resolved May 24, 2017 at 4:08 PM
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.