Re: [openstack-dev] [All] Fixed recent gate issues

2014-02-24 Thread Alan Pevec
> https://review.openstack.org/74451 doesn't solve the issue completely, we have > SKIP_EXERCISES=boot_from_volume,bundle,client-env,euca,swift,client-args > but failure is now in Grenade's Javelin script: > > + swift upload javelin /etc/hosts > ...(same Traceback)... > [ERROR] /opt/stack/new/grena

Re: [openstack-dev] [All] Fixed recent gate issues

2014-02-24 Thread Alan Pevec
2014-02-23 10:52 GMT+01:00 Gary Kotton : > It looks like this does not solve the issue. Yeah https://review.openstack.org/74451 doesn't solve the issue completely, we have SKIP_EXERCISES=boot_from_volume,bundle,client-env,euca,swift,client-args but failure is now in Grenade's Javelin script: + sw

Re: [openstack-dev] [All] Fixed recent gate issues

2014-02-23 Thread Gary Kotton
On 2/19/14 10:31 PM, "Alan Pevec" wrote: >> Yeah it's pip weirdness where things falls apart because of version >>cap. It's >> basically installing bin/swift from 1.9 when it sees the version >>requirement >> but it leaves everything in python-swiftclient namespace from master. >> >> So I've ac

Re: [openstack-dev] [All] Fixed recent gate issues

2014-02-19 Thread Alan Pevec
> Yeah it's pip weirdness where things falls apart because of version cap. It's > basically installing bin/swift from 1.9 when it sees the version requirement > but it leaves everything in python-swiftclient namespace from master. > > So I've actually been looking at this since late yesterday the c

Re: [openstack-dev] [All] Fixed recent gate issues

2014-02-18 Thread Matthew Treinish
On Tue, Feb 18, 2014 at 08:27:16PM +0100, Alan Pevec wrote: > Hi John, > > thanks for the summary. > I've noticed one more fall out from swiftclient update in Grenade jobs > running on stable/havana changes e.g. > http://logs.openstack.org/02/73402/1/check/check-grenade-dsvm/a5650ac/console.html >

Re: [openstack-dev] [All] Fixed recent gate issues

2014-02-18 Thread Alan Pevec
Hi John, thanks for the summary. I've noticed one more fall out from swiftclient update in Grenade jobs running on stable/havana changes e.g. http://logs.openstack.org/02/73402/1/check/check-grenade-dsvm/a5650ac/console.html ... 2014-02-18 13:00:02.103 | Test Swift 2014-02-18 13:00:02.103 | + swif

Re: [openstack-dev] [All] Fixed recent gate issues

2014-02-14 Thread Anita Kuno
On 02/14/2014 02:15 PM, John Dickinson wrote: > As many of you surely noticed, we had some significant significant > gate issues in the last day. It's fixed now, and I've got the > details below. > > The root cause of the issue was a lack of proper testing in > python- swiftclient. We've made som