Thursday, 2014-04-03

*** eguz has quit IRC00:02
*** radez is now known as radez_g0n300:06
*** ViswaV has quit IRC00:15
*** sbfox has joined #openstack-trove00:25
*** matsuhashi has joined #openstack-trove00:28
*** achampion has joined #openstack-trove00:42
*** sbfox has quit IRC00:56
*** sbfox has joined #openstack-trove01:01
*** harlowja is now known as harlowja_away01:01
*** matsuhashi has quit IRC01:05
*** matsuhashi has joined #openstack-trove01:06
*** sbfox has quit IRC01:07
*** mattgriffin has joined #openstack-trove01:12
*** michael-yu has quit IRC01:22
*** nosnos has joined #openstack-trove01:29
*** achampio1 has joined #openstack-trove01:30
*** achampion has quit IRC01:31
*** mattgriffin has quit IRC01:55
*** haomaiwang has quit IRC02:02
*** haomaiwang has joined #openstack-trove02:02
*** mattgriffin has joined #openstack-trove02:10
*** mattgriffin has quit IRC02:19
*** haomaiw__ has joined #openstack-trove02:20
*** haomaiwang has quit IRC02:23
*** achampion has joined #openstack-trove02:56
*** achampio1 has quit IRC02:58
*** michael-yu has joined #openstack-trove03:04
*** matsuhashi has quit IRC03:05
*** michael-yu has quit IRC03:16
*** nosnos has quit IRC03:23
*** coolsvap has joined #openstack-trove03:32
*** eghobo has joined #openstack-trove03:54
*** harlowja_away is now known as harlowja04:00
openstackgerritsai krishna proposed a change to openstack/trove: Added new variable to validate CA_file.pem of keystone and cinder  https://review.openstack.org/8448404:06
*** michael-yu has joined #openstack-trove04:07
*** nosnos has joined #openstack-trove04:09
*** achampion has quit IRC04:11
*** michael-yu has quit IRC04:12
*** matsuhashi has joined #openstack-trove04:15
*** michael-yu has joined #openstack-trove04:19
*** esp has left #openstack-trove04:26
*** matsuhashi has quit IRC04:40
*** michael-yu has quit IRC04:46
*** matsuhashi has joined #openstack-trove04:46
*** achampion has joined #openstack-trove04:48
*** achampion has quit IRC04:53
*** achampion has joined #openstack-trove04:56
*** robertmyers has joined #openstack-trove05:08
*** achampion has quit IRC05:11
*** sgotliv has quit IRC05:18
*** sgotliv has joined #openstack-trove05:18
*** eghobo has quit IRC05:20
*** sgotliv has quit IRC05:22
*** sgotliv has joined #openstack-trove05:23
*** robertmyers has quit IRC05:28
*** harlowja is now known as harlowja_away05:32
*** haomaiw__ has quit IRC05:40
*** haomaiwang has joined #openstack-trove05:41
sgotlivhub_cap, ping05:51
*** sgotliv has quit IRC05:53
*** sgotliv has joined #openstack-trove05:53
*** haomai___ has joined #openstack-trove06:01
shalini_Hi all06:04
shalini_Can any one help in understandin test_volume_found int-test?06:04
*** haomaiwang has quit IRC06:05
*** denis_makogon has joined #openstack-trove06:05
*** achampion has joined #openstack-trove06:07
shalini_https://github.com/openstack/trove/blob/master/trove/tests/api/instances.py  L:97806:07
shalini_Can any one help in understandin test_volume_found int-test?06:07
*** michael-yu has joined #openstack-trove06:10
*** achampion has quit IRC06:11
openstackgerritJenkins proposed a change to openstack/trove: Imported Translations from Transifex  https://review.openstack.org/8272106:17
shalini_denis_makogon Hi06:21
denis_makogonshalini_, 'sup06:21
shalini_Wanted to talk about cassandra datastore :)06:22
shalini_You added it.06:22
denis_makogonshalini_, yes06:22
denis_makogonshalini_, what's the question ?06:22
shalini_There is a test test_volume_found in int-tests, that's failing for it.06:23
shalini_What exactly its doing?06:24
denis_makogonshalini_, where does it failing ?06:25
shalini_    assert_true(0.12 < instance.volume['used'] < 0.25)06:25
shalini_AssertionError: Condition was False.06:25
denis_makogonshalini_, first of all, cassandra has only three test cases inside the integration06:25
denis_makogonthose tests are desinged for mysql06:26
shalini_Yeah06:26
*** shivam has joined #openstack-trove06:26
denis_makogonshalini_, that's because cassandra uses alot more space on install than mysql06:27
shalini_denis_makogon, So we need not to make them work for cassandra or write new tests ?06:27
denis_makogonshalini_, if you are running mysql int-tests on with cassandra datastore i would say that test would not pass06:27
denis_makogonshalini_, we cannot write new tests with other datastore06:28
shalini_denis_makogon, So why did we included them?06:28
denis_makogonshalini_, you cannot automatically test all datastores inside the integration, because each datastore expects the kick-start06:28
denis_makogonshalini_, to ensure that instance is up and running06:29
shalini_Yeah so it should be follwoed by kick-start cassandra and then they should pass.06:29
denis_makogonshalini_, those tests are not the part of the gate job06:29
denis_makogonshalini_, but we cannot change the gate job process06:30
denis_makogonshalini_, it works only for mysql06:30
denis_makogonshalini_, if you want write new tests, do it inside the tempest06:30
shalini_denis_makogon, So in that case those tests should not be added in int-tests as well.06:31
shalini_denis_makogon, even gate do not test functionality also. Like instance-creation of cassandra06:32
denis_makogonshalini_, those tests are for the manual verification06:32
denis_makogonshalini_, and the tast was to make instance ACTIVE, no big deal, if volume has a bit more used space06:33
denis_makogonshalini_, i'd suggest you to re-write test for mysql06:33
denis_makogonshalini_, remove the upper limit06:33
denis_makogonshalini_, would it work for you ?06:34
denis_makogonshalini_, ok ?06:34
shalini_denis_makogon, So you mean it doesnt matter if my volume test fail manually..!!06:35
shalini_denis_makogon, Yes only this test is failing.06:35
denis_makogonshalini_, if that so, remove the upper limit06:35
shalini_What should be the upper limit06:35
shalini_?06:35
*** matsuhashi has quit IRC06:36
denis_makogonassert_true(0.12 < instance.volume['used'])06:36
denis_makogonshalini_, that would be enough06:36
shalini_Ok06:36
shalini_It wont effect mysql test?06:37
shalini_denis_makogon, ?06:38
*** sgotliv has quit IRC06:39
*** matsuhashi has joined #openstack-trove06:39
denis_makogonshalini_, no, also you could use next assertion: assert_true(0.12 < instance.volume['used'] < volume_size)06:41
shalini_denis_makogon, Or it should be, assert_true(0.12 < instance.volume['used'] < instance.volume['size'])06:42
denis_makogonshalini_, нуы06:42
denis_makogonshalini_, yes06:43
denis_makogonshalini_, just the same as i said =)06:43
shalini_denis_makogon, Yes06:43
shalini_:)06:43
shalini_Thanks06:43
shalini_:)06:43
denis_makogonshalini_, you're welcome06:44
denis_makogonshalini_, try the mongo, couchbase tests06:44
shalini_denis_makogon, Ok will do. :)06:45
denis_makogonshalini_, i guess, they could have the same issue (pinned to mysql)06:45
shalini_denis_makogon, Sure :)06:46
*** SushilKM has joined #openstack-trove06:53
*** zigo has quit IRC07:04
shalini_denis_makogon, It is still failing.07:05
shalini_denis_makogon> assert_true(0.12 < instance.volume['used'] < instance.volume['size'])07:05
shalini_AssertionError: Condition was False.07:05
*** zigo has joined #openstack-trove07:08
*** achampion has joined #openstack-trove07:08
denis_makogonshalini_, try, assert_true(0.0 < instance.volume['used'] < instance.volume['size'])07:09
*** achampion has quit IRC07:12
*** SushilKM has quit IRC07:19
shalini_denis_makogon, It worked. So it can be added in trove.07:23
denis_makogonyes07:27
*** robertmyers has joined #openstack-trove07:28
*** robertmyers has quit IRC07:40
denis_makogonshalini_, please file a bug with certain description and steps to reproduce07:44
*** VinodGupta has joined #openstack-trove07:57
*** sbfox has joined #openstack-trove07:58
*** sgotliv has joined #openstack-trove08:02
*** sgotliv has quit IRC08:07
*** sbfox has quit IRC08:21
*** michael-yu has quit IRC08:25
*** sgotliv has joined #openstack-trove08:25
*** denis_makogon has quit IRC08:30
*** dmitryme has joined #openstack-trove08:54
*** matsuhashi has quit IRC09:07
*** VinodGupta has quit IRC09:11
*** matsuhashi has joined #openstack-trove09:12
*** denis_makogon has joined #openstack-trove09:15
openstackgerritShalini khandelwal proposed a change to openstack/trove-integration: Added datastore type in test.conf  https://review.openstack.org/8496409:20
*** coolsvap has quit IRC09:35
openstackgerritShalini khandelwal proposed a change to openstack/trove: Changed assert statement of test_volume_found  https://review.openstack.org/8496909:38
*** dukhlov has quit IRC09:52
*** dukhlov has joined #openstack-trove09:56
*** dukhlov has quit IRC09:56
openstackgerritShalini khandelwal proposed a change to openstack/trove-integration: Added datastore type in test.conf  https://review.openstack.org/8496409:59
*** matsuhashi has quit IRC09:59
*** matsuhashi has joined #openstack-trove09:59
*** sgotliv has quit IRC10:11
openstackgerritShalini khandelwal proposed a change to openstack/trove: Changed assert statement of test_volume_found  https://review.openstack.org/8496910:22
*** coolsvap has joined #openstack-trove10:25
*** coolsvap has quit IRC10:38
*** matsuhashi has quit IRC10:48
*** VinodGupta has joined #openstack-trove10:50
*** VinodGupta has quit IRC10:55
*** matsuhashi has joined #openstack-trove10:55
*** sgotliv has joined #openstack-trove11:08
openstackgerritDenis M. proposed a change to openstack/trove: Add point in time recovery  https://review.openstack.org/7722211:10
*** VinodGupta has joined #openstack-trove11:11
*** matsuhashi has quit IRC11:15
openstackgerritDenis M. proposed a change to openstack/trove: Add point in time recovery  https://review.openstack.org/7722211:16
openstackgerritDenis M. proposed a change to openstack/trove: Add point in time recovery  https://review.openstack.org/7722211:19
*** matsuhashi has joined #openstack-trove11:21
*** sgotliv has quit IRC11:25
*** sgotliv has joined #openstack-trove11:26
*** matsuhashi has quit IRC11:52
*** dmitryme has quit IRC12:07
*** pdmars has joined #openstack-trove12:21
*** pdmars has quit IRC12:21
*** pdmars has joined #openstack-trove12:22
*** radez_g0n3 is now known as radez12:28
*** dmitryme has joined #openstack-trove12:34
*** Flegmatik has joined #openstack-trove12:48
*** grapex has joined #openstack-trove12:48
Flegmatikjoin #openstack-packaging12:50
*** Flegmatik has left #openstack-trove12:50
*** nosnos has quit IRC12:50
*** PradeepChandani has joined #openstack-trove12:51
*** SnowDust has joined #openstack-trove12:51
*** achampion has joined #openstack-trove12:52
*** grapex has quit IRC12:55
*** grapex_ has joined #openstack-trove13:07
*** flegmatik has joined #openstack-trove13:11
*** dmitryme has quit IRC13:12
*** Barker has joined #openstack-trove13:19
*** flegmatik has quit IRC13:30
*** freyes has joined #openstack-trove13:30
*** dmitryme has joined #openstack-trove13:33
*** jcru has joined #openstack-trove13:38
*** VinodGupta has quit IRC13:39
*** kevinconway has joined #openstack-trove13:47
openstackgerritDenis M. proposed a change to openstack/trove: Refactoring strategies implementation  https://review.openstack.org/7789914:01
*** yidclare has quit IRC14:04
*** jmontemayor has joined #openstack-trove14:10
*** SnowDust has quit IRC14:11
*** esp has joined #openstack-trove14:16
*** thedodd has joined #openstack-trove14:18
*** esp has left #openstack-trove14:22
*** amytron has joined #openstack-trove14:24
*** jcru has quit IRC14:31
*** jcru has joined #openstack-trove14:32
*** SushilKM has joined #openstack-trove14:35
*** SushilKM has quit IRC14:36
openstackgerritKaleb Pomeroy proposed a change to openstack/trove: Implements datastore capabilities  https://review.openstack.org/8350314:40
*** jmontemayor has quit IRC14:52
*** jmontemayor has joined #openstack-trove14:52
*** Barker has quit IRC14:52
*** jmontemayor has quit IRC14:59
*** jmontemayor has joined #openstack-trove15:04
*** jcru has quit IRC15:07
*** jcru has joined #openstack-trove15:07
*** Barker has joined #openstack-trove15:08
*** shivamshukla has joined #openstack-trove15:09
*** michael-yu has joined #openstack-trove15:22
*** Barker has quit IRC15:25
*** jmontemayor has quit IRC15:25
*** shivamshukla has quit IRC15:36
*** jcru has quit IRC15:37
*** jcru_ has joined #openstack-trove15:37
*** jcru_ has quit IRC15:38
*** jcru has joined #openstack-trove15:38
*** Barker has joined #openstack-trove15:42
*** jmontemayor has joined #openstack-trove15:44
*** eghobo has joined #openstack-trove15:47
*** setho2 has quit IRC15:48
*** sgotliv has quit IRC15:54
*** esp has joined #openstack-trove15:57
*** jmontemayor has quit IRC16:03
*** jmontemayor has joined #openstack-trove16:03
*** ViswaV has joined #openstack-trove16:07
*** ViswaV_ has joined #openstack-trove16:07
*** ViswaV has quit IRC16:11
*** freyes has quit IRC16:12
*** michael-yu has quit IRC16:15
*** michael-yu has joined #openstack-trove16:20
*** michael-yu has quit IRC16:21
*** sbfox has joined #openstack-trove16:32
*** sbfox has quit IRC16:55
*** ramashri has joined #openstack-trove16:58
*** sbfox has joined #openstack-trove17:05
*** dmitryme has quit IRC17:10
*** harlowja_away is now known as harlowja17:14
openstackgerritSteve Leon proposed a change to openstack/trove: Unmounting ephemeral if it has already been mounted  https://review.openstack.org/8137917:21
*** michael-yu has joined #openstack-trove17:25
*** michael-yu has quit IRC17:39
*** jmontemayor_ has joined #openstack-trove17:40
*** jmontemayor has quit IRC17:41
*** ramashri has quit IRC17:43
*** thedodd has quit IRC17:45
*** yidclare has joined #openstack-trove17:45
*** sbfox has quit IRC17:46
*** sbfox has joined #openstack-trove17:47
*** michael-yu has joined #openstack-trove17:49
*** _shalinik has joined #openstack-trove17:50
*** yogesh has joined #openstack-trove17:51
*** khyati has joined #openstack-trove17:53
*** ramashri has joined #openstack-trove17:53
*** ramashri_ has joined #openstack-trove17:54
*** ramashri has quit IRC17:54
*** _shalinik has quit IRC17:58
*** sbfox has quit IRC18:00
*** rwsu has quit IRC18:03
*** dmitryme has joined #openstack-trove18:04
k-pomhub_cap: I have a review where reddwarf failed. looking at the logs, it doesn't look like it was related to a change I made.18:08
k-pomI tried "recheck no bug" but that only re ran jenkins18:08
k-pomis there a way to rerun the reddwarf gate?18:09
k-pomhttps://rdjenkins.dyndns.org/job/Trove-Gate/3124/consoleText  and https://review.openstack.org/#/c/83503/ for reference18:09
*** thedodd has joined #openstack-trove18:11
openstackgerritAndreas Jaeger proposed a change to openstack/trove: Check that all po/pot files are valid  https://review.openstack.org/8423918:19
juicek-pom: depending on your authority you can just retrigger it from jenkins18:23
juicek-pom: does it give you the option when you log into jenkins?18:23
SlickNikk-pom: Looks like you're not a member of https://launchpad.net/~trove18:24
SlickNikk-pom: what's your launchpad id?18:24
SlickNikk-pom: Or alternatively, you can request to join that group.18:25
k-pomI'm not sure right off.18:25
k-pomOther tests are failing too18:25
k-pomI'll request to join that group18:26
SlickNikJust found and added you (kaleb-pomeroy)18:26
SlickNikYou should now see the option to retrigger builds when you log in tojenkins18:26
SlickNikAlso, looks like the builds are failing due to quota issues.18:27
SlickNikLet me take a look, one sec.18:27
imsplitbitgrapex_: thanks for the code review18:28
imsplitbitI'll address that stuff tonight18:28
imsplitbitthe .clear() method is from the dictionary interface18:28
imsplitbitbtw18:28
*** michael-yu has quit IRC18:29
grapex_imsplitbit: No problem18:29
SlickNikk-pom: Cleaned out. Can you re-trigger your failed build from jenkins?18:29
k-pomyeah, looking at that now18:29
grapex_I know clear is used for dictionaries. Honestly I know it's from Nova but I feel like something that is updating the database shouldn't constantly obey dictionary semantics18:29
*** michael-yu has joined #openstack-trove18:30
k-pomSlickNik, I don't see the option in jenkins18:32
SlickNikk-pom: Can you log out and log back in?18:32
imsplitbitgrapex_: I don't disagree with that for the most part but I felt like using the dictionary interface kept the metadata stuff focused on the key being the important piece and not a generated uuid18:33
k-pomah, there is an additional checkbox for team: Trove18:33
SlickNikIt will ask you if you want to identify yourself as a member in that trove group during the SSO (you might have to check that)18:33
SlickNikyes18:33
imsplitbitalso on the db id field I just assumed that sqlalchemy liked a primary key that was called id.  if that isn't necessary it can easily be removed as we don't make use of it in metadata18:33
imsplitbitI know in the ruby world ActiveRecord used to require the id field18:34
imsplitbitso I assumed it was the same for SQLAlchemy18:34
imsplitbitdidn't put too much thought into that18:34
kevinconwayimsplitbit: from what i recall, sqlalchemy really likes having a PK. the name is not so important.18:35
imsplitbitI'll mess around with that tonight18:35
imsplitbitshould be easy to test18:36
imsplitbitI tried the same dictionary interface with the topology api last night and found it to be too limiting for that use case so I'm rewriting the model18:36
grapex_imsplitbit: You're right, there's normally always an ID. I don't understand why either though so I thought I'd point it out and see if anyone knew of a good reason why.18:37
grapex_imsplitbit: It's looking good so far. Btw, thanks for avoiding the temptation to put the integration tests into tests/api/instances.py :)18:37
kevinconwayi think i missed some context.18:37
kevinconwayis it a matter of having an FK and not a PK? there's no reason they can't be the same18:37
imsplitbitkevinconway: https://review.openstack.org/#/c/82123/18:38
imsplitbitno grapex_ pointed out that I have a primary key that is a uuid but I already have a unique constraint on instance_uuid and key together18:38
*** sbfox has joined #openstack-trove18:46
*** michael-yu has quit IRC18:55
*** michael-yu has joined #openstack-trove18:57
openstackgerritMorgan Jones proposed a change to openstack/trove-integration: Removed dependencies on first-boot.d  https://review.openstack.org/6996519:03
*** thedodd has quit IRC19:06
*** thedodd has joined #openstack-trove19:21
*** ramashri_ has quit IRC19:36
*** ViswaV_ has quit IRC19:40
*** sbfox has quit IRC19:43
*** denis_makogon_ has joined #openstack-trove19:53
*** denis_makogon has quit IRC19:54
*** denis_makogon_ is now known as denis_makogon19:54
denis_makogon'sup. guys =)19:54
*** dmakogon_ has joined #openstack-trove19:54
*** rwsu has joined #openstack-trove19:56
*** harlowja has quit IRC20:02
*** harlowja has joined #openstack-trove20:03
*** ramashri has joined #openstack-trove20:05
*** rwsu has quit IRC20:07
*** rwsu has joined #openstack-trove20:09
*** rwsu has quit IRC20:11
*** rwsu has joined #openstack-trove20:11
*** rwsu has quit IRC20:27
*** rwsu has joined #openstack-trove20:31
*** Barker has quit IRC20:31
*** Barker has joined #openstack-trove20:32
*** sbfox has joined #openstack-trove20:33
*** khyati has quit IRC20:40
*** khyati has joined #openstack-trove20:40
openstackgerritA change was merged to openstack/trove: Change Cassandra to Service Start vs Bin  https://review.openstack.org/8191420:48
*** amcrn has joined #openstack-trove20:55
*** achampion has quit IRC20:55
*** robertmyers has joined #openstack-trove20:56
*** Barker has quit IRC21:01
cp16netSlickNik: hey i'm not sure but maybe the rdjenkins job might be getting close on space21:01
cp16netSlickNik: might need to clean up the acct...21:02
*** pdmars has quit IRC21:02
*** michael-yu has quit IRC21:02
*** radez is now known as radez_g0n321:02
juicecp16net: thanks for the heads up - I'll take a look at it and pass it on to slicknik if I can't figure out what's going on21:05
cp16netjuice: ok i just saw one job say RAM issue21:06
cp16netbut i retriggered and it ran21:06
*** michael-yu has joined #openstack-trove21:09
juiceyeah we may have some old instances laying around that are using up the quota21:09
juicecp16net: thanks for the tip21:09
cp16nethttps://rdjenkins.dyndns.org/job/Python-TroveClient-Gate/516/console21:10
cp16nettheres what i saw21:10
*** rwsu has quit IRC21:22
denis_makogoncp16net, yeah, you are right, this type of an error occures from time to time21:28
cp16netyeah usually i mention it to SlickNik and he fixes it up21:29
juicecute error message21:29
denis_makogoncp16net, hope, SlickNik will be around soon21:29
cp16netjuice:  :-P21:29
*** dmitryme has quit IRC21:29
cp16netdenis_makogon: its not a huge deal because i saw at least 1 job run21:30
cp16netbut if we see the error we should retrigger the job21:30
*** dmitryme has joined #openstack-trove21:30
cp16netbtw did trove group get added to be able to retigger the jobs?21:30
*** dmitryme has quit IRC21:30
cp16neti noticed that changed when i logged in a second ago21:31
denis_makogoncp16net, don't know, still using reddwarf driver group21:35
denis_makogoncp16net, you could try do to that21:35
juicecp16net: yes I think slicknik added that a few weeks ago21:36
cp16netbadass21:36
cp16net<3 SlickNik21:36
denis_makogonso that group allows to retrigg jobs ?21:38
openstackgerritCraig Vyvial proposed a change to openstack/trove: changing field from local_infile to local-infile  https://review.openstack.org/8518221:39
cp16netdenis_makogon: apparently21:39
cp16netso everyone thats contrib and now retigger if needed21:39
cp16netinstead of needing to be in the silly reddwarf-drivers grou21:40
cp16netthats so 2 years ago21:40
*** grapex_ has quit IRC21:53
*** grapex has joined #openstack-trove21:54
*** grapex_ has joined #openstack-trove21:56
*** robertmyers has quit IRC21:56
*** grapex has quit IRC21:59
*** sbfox has quit IRC22:00
*** grapex_ has quit IRC22:04
*** jcru has quit IRC22:24
*** rwsu has joined #openstack-trove22:26
*** jmontemayor_ has quit IRC22:27
*** denis_makogon has quit IRC22:42
*** robertmyers has joined #openstack-trove22:43
*** kevinconway has quit IRC22:47
*** yogesh has quit IRC22:54
*** khyati has quit IRC23:02
*** matsuhashi has joined #openstack-trove23:05
*** khyati has joined #openstack-trove23:07
openstackgerritAuston McReynolds proposed a change to openstack/trove: Collapse mysql OptGroup Sections  https://review.openstack.org/8519823:11
*** thedodd has quit IRC23:12
*** robertmyers has quit IRC23:14
*** achampion has joined #openstack-trove23:24
*** sbfox has joined #openstack-trove23:29
*** amytron has quit IRC23:34
*** yidclare has quit IRC23:35
*** eghobo has quit IRC23:42
*** ramashri has quit IRC23:52
*** ramashri has joined #openstack-trove23:54
*** ramashri_ has joined #openstack-trove23:55
*** ramashri has quit IRC23:55
*** ramashri has joined #openstack-trove23:56
*** michael-yu has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!