Re: [openstack-dev] Jenkins check failed on gate-glance_store-python34

2015-06-26 Thread Victor Stinner
Hi, Le 26/06/2015 09:17, 孙明达 a écrit : I am a new contributor for openstack. the following url is my code review for glance_store https://review.openstack.org/#/c/193403/ Jenkins check failed on gate-glance_store-python34 Referring to the console info, I have never changed the code me

Re: [openstack-dev] Jenkins check failed on gate-glance_store-python34

2015-06-26 Thread ozamiatin
Hi, The gate is 'non-voting' so it actually doesn't block the merge. But in console I see such errors: TypeError: Unicode-objects must be encoded before hashing which means py34 compatibility is broken in code (not by you maybe, but it is). If you will fix it in your next patches your team