Thursday, 2015-09-03

shayneburgessthe gate is just screwed right now00:04
vkmc:/00:04
*** saurabhs has left #openstack-trove00:11
cp16netvkmc: nice00:12
*** saurabhs has joined #openstack-trove00:15
*** saurabhs has left #openstack-trove00:17
cp16netsince we see the instance goto error there must be some other issue now00:19
*** sharikapongubala has joined #openstack-trove00:25
openstackgerritMasaki Matsushita proposed openstack/trove-integration: Simplify sed statement  https://review.openstack.org/21698200:29
amrithsaurabhs, sorry. wasn't looking at this screen.00:43
*** IanGovett has quit IRC00:45
sharikapongubalaamrith , you have applied the cli changes too when trying to run the api right?00:48
amrithsharika, yes00:48
amrithsharikapongubala, yes00:48
amritham trying again now00:48
amrithcp16net, I just updated etherpad with progress.00:48
amrithlooks like we're moving forward.00:48
sharikapongubalaok if theres an error let me know00:48
amrithvkmc, waiting for your change (mariadb).00:49
cp16netamrith: thanks00:49
amrithsharikapongubala, no error, I just can't see any code path that would actually invoke some of the cluster code.00:49
amrithand I don't see what cluster support in mysql means at this stage.00:49
sharikapongubalaroot-show <cluster-id> with a vertica cluster will work00:49
sharikapongubalamysql doesnt support cluster root-enable as far as i know00:50
amrithsharikapongubala, that's my point exactly. hence my bewilderment at the code.00:50
amrithanyway, I'll try to understand it some more.00:50
amrithhave to switch monitors.00:50
vkmcamrith, already up for review, PS1000:50
amrithbbiab00:50
cp16netmvandijk: can you update this one. https://review.openstack.org/#/c/205355/00:50
amrithvkmc, will cycle back to it shortly. half way through this root-show/root-enable thing.00:50
vkmcamrith, cool, thx00:51
amrithvkmc, if you have a second would you also take a look at https://review.openstack.org/#/c/196913/29/trove/extensions/mysql/models.py,cm. Maybe you have already looked at it and understand it better. will be back on irc in about 15m'ish.00:51
vkmcsure thing00:53
cp16netvgnbkr: how goes the updates to redis cluster? https://review.openstack.org/#/c/203702/00:54
*** mingdang1 has joined #openstack-trove01:14
SlickNikwow01:14
SlickNikhi folks01:15
*** erkules has joined #openstack-trove01:19
*** erkules_ has quit IRC01:22
*** saurabhs has joined #openstack-trove01:27
cp16neti just found the fun probalem...01:36
cp16netcant have spaces apparently in the name of an instance01:36
cp16netBadRequest: Invalid input for field/attribute name. Value: test here. u'test here' does not match '^[a-zA-Z0-9-._]*$' (HTTP 400) (Request-ID: req-fb2e8a3e-20c7-456c-a2a0-33a6852467b1)01:36
amrithSlickNik, hello!01:46
amrithare you in zipcode country or pincode country?01:46
openstackgerritCraig Vyvial proposed openstack/trove: Instance name can not have a space in it now.  https://review.openstack.org/21995001:48
cp16netso it looks like that is the solution01:49
vkmccp16net, that's in the gate?01:50
SlickNikcp16net: I saw that too01:50
SlickNikit can't have a : in it either01:50
vkmcit can't have special chars at all01:50
vkmcright?01:50
SlickNikso you might have to rework that patch.01:50
vkmcïnst|nc* is not a valid name01:51
*** imandhan has quit IRC01:51
cp16netah your right...01:51
SlickNikamrith: I'm in no country right now01:52
SlickNikup in the air01:52
SlickNikcp16net: possibly replace that with epoch time?01:52
SlickNikamrith: On my way from pincode land to zipcode land.01:53
vkmcoh wow01:54
vkmcreviewing from a plane01:54
vkmcif this is not FF...01:54
cp16netdoes the time in the name matter?01:54
SlickNikNo, i suspect it's just to unique'ify01:55
SlickNikand give you qn idea of which instance was created when.01:55
cp16netyeah.. so i was just thinking uuid01:55
cp16netTEST_+uuid.uuid4()01:55
SlickNikgopher it01:56
SlickNikbtw, I can't pinpoint which nova change recently merged to cause this.01:57
openstackgerritCraig Vyvial proposed openstack/trove: Test instance name can not have special charactrers in it now.  https://review.openstack.org/21995001:57
cp16netthere thats better01:58
cp16nethere it is...02:02
cp16nethttps://github.com/openstack/python-novaclient/commit/72190ba9a28353f1176cdc20f2ea2c688ee697e702:02
cp16netits in the client02:02
cp16netnovaclient*02:02
cp16netdoh.. nevermind thats not it02:03
SlickNikno — it's coming from the server02:03
SlickNikfunny part is the server schema validation (on n-api) looks like it should allow for spaces.02:04
SlickNikhttps://github.com/openstack/nova/blob/master/nova/api/validation/parameter_types.py#L43-L5502:04
SlickNikwow, almost looks like it's trying to validate against the hostname regexinstead for some reason.02:06
SlickNikhttps://github.com/openstack/nova/blob/master/nova/api/validation/parameter_types.py#L43-L5502:06
SlickNikwhoops https://github.com/openstack/nova/blob/master/nova/api/validation/parameter_types.py#L84-L9202:07
cp16netoh doesnt the name get translated to hostname02:08
saurabhsamrith do you want to talk here about that root-enable patch?02:15
cp16neti bet thats what it is02:15
SlickNikyeah, but not sure how it worked before in that case.02:15
saurabhscp16net do you have a min to guide me on being able to setup a mysql cluster, we need to test the root-enable on cluster patch with mysql clusters02:18
SlickNikJust spoke to the nova guys — apparently it's a side effect of https://github.com/openstack/nova/commit/4a18f7d3bafcdbede48500aac389e0a770b8e6a802:18
cp16netsaurabhs: sure02:19
cp16netSlickNik: thats interesting02:20
saurabhscp16net so in order to build the mysql image for clustering all I do is run ./redstack kick-start pxc. do I need to do anything else?02:20
cp16netthat should be sufficient if you have the code02:20
*** ashleighfarnham has quit IRC02:21
cp16netSlickNik: so now we need both of those changes in02:21
cp16netor the gate will never pass02:21
cp16netbut you cant make a circular dependency between them02:22
saurabhsand this is all the code I need correct? https://review.openstack.org/#/c/208073/02:22
cp16netthat and have the latest trove-integration02:22
cp16netyup02:23
SlickNikcp16net: not circular - 3 layers deep02:23
amrithsaurabhs, yes02:23
amriththe issue is that when pxc lands02:23
amriththe root controller for that should be something other than MySQL Root Controller02:24
amrithyou need a PXC Root Controller.02:24
amrithThat can have the code you are showing in https://review.openstack.org/#/c/196913/29/trove/extensions/mysql/models.py,cm02:24
amrithhowever, the code in mysql/models.py should (I believe) not have anything to do with clusters.02:24
*** csoukup has joined #openstack-trove02:24
amrithafter all, pxc has its own config section in cfg.py02:24
amrithsaurabhs ^^02:25
amriththe code for MySQL should (I believe) error if the cluster parameter is passed in.02:25
*** saurabhs1 has joined #openstack-trove02:25
amrithsame for percona though I think it should eventually get its own (or we need the refactor to give it a way). These OO languages have something called inheritence ;)02:26
amriththere I said the dirty "I" word.02:26
amrithsaurabhs ^^02:26
*** saurabhs has quit IRC02:26
amrithbbiab. switching screens; not a good day to have a monitor fail.02:26
cp16netbooo that sucks amrith02:27
amrithcp16net what sucks? the fact that my monitor broke. I'm getting it replaced (warranty). It is a HP w2408h.02:29
amrithnice monitor02:29
amrithgreat colors02:29
amrithI have two of them02:30
amrithone of them went on the fritz02:30
amrithor are you saying that inheritence sucks?02:30
cp16netlosing a monitor sucks02:30
amrithnot if you get a fat check in the mail for an aunt you never liked anyway.02:30
cp16netand that sucks02:30
cp16netlol02:30
amrithnot that I have any like that02:30
amriththey all love me and have no money.02:30
amriththat sucks too ;)02:30
amrithback to linux screen for a bit. bbiab02:30
saurabhs1amrith I agree with your concerns and confusion. but as I said before in the patch comment. the Root class is currently used by all the datastore that wants to implment root functionality. And its true for other classes in that file, like Users or RootHistory.02:34
saurabhs1and we don't wanted to refactor the whole thing just for root-enable functionality on clusters02:34
saurabhs1today we are using inheritance by implementing a MySQLRootController and VerticaRootController and that is datastore specific thing.02:35
*** haomaiwang has quit IRC02:36
saurabhs1when pxc gets merged, it can have its own pxcRootController when root-enable functionality is supported by it02:37
amrithsaurabhs1, I don't get it. MySQL has NO cluster capability. not now, not after PXC merges.02:38
saurabhs1amrith if you are asking to do the refactor to move the Root classes out of mysql models then its a big change and needs lot of testing02:38
saurabhs1amrith that is correct02:38
saurabhs1but it does have root-enable fuctionality02:38
amrithand your cfg.py only sets this class for mysql and percona02:38
*** haomaiwang has joined #openstack-trove02:38
saurabhs1and the Root class works for instances as well as clusters02:38
amrithand for that, sure, accept a parameter. the implementation is bogus.02:39
saurabhs1amrith cft.py also sets it for vertica02:39
amrithsaurabhs1, not to this class02:39
amrithfor vertica it sets it to VerticaRootController.02:39
amriththe ONLY thing I'm saying is that you can receive cluster_instances_list. But, in MySQL root controller, if it is set, throw an exception02:40
openstackgerritSharika Pongubala proposed openstack/trove: Root enablement for Vertica clusters/instances  https://review.openstack.org/19691302:40
amriththe implementation makes no sense there.02:40
saurabhs1trove.extensions.mysql.service.MySQLRootController is in mysql/service.py02:40
amrithyes, so?02:40
*** sabeen has joined #openstack-trove02:41
amrithsaurabhs1, here is my proposed code in MySQL root controller02:42
amrithhttps://gist.github.com/amrith/26254f6883011ef3d06c02:42
saurabhs1amrith we both are on same page, but on different side I guess :).  can you look at this patch : https://review.openstack.org/#/c/196913/, when root-enabled is called for mysql cluster it raises an exception in service.py02:42
amrithsorry, the indentation is messed up in gist02:43
amrithall I'm saying is that the code in MySQL root controller to do anything with the cluster_instance_list parameter is meaningless.02:43
amrithWhen cp16net's code merges, you get to create a PXC Root Controller.02:43
amriththat's it!02:43
amrithbbiab02:45
amrithswitching screens02:45
saurabhs1so from your gist, again this method gets called for vertica as well as mysql. so thats why we don't want to raise exception here.02:46
saurabhs1instead if you look at new patch https://review.openstack.org/#/c/196913/ , its raising appropriate exception in service.py in MySQLRootController.  https://review.openstack.org/#/c/196913/30/trove/extensions/mysql/service.py02:46
saurabhs1that will take care of cp16net's pxc datastore and will say that operation is not supported02:47
cp16netalright so i have a plan of attack on this gate issue now...02:52
amrithsaurabhs1, I don't believe that this is a good solution.02:53
amrithin service.py (vertica) you are importing all the MySQL extensions.02:53
amriththat defeats the whole purpose of having datastore specific extensions.02:54
amrithin doing this, you are tying the hands of anyone who in the future wants to do MySQL specific stuff in the MySQL extension!02:54
amrithbecause that would (potentially) break Vertica.02:55
saurabhs1amrith other datastores already use users extensions from mysql, don't they02:56
saurabhs1?02:57
*** haomaiwang has quit IRC02:57
amrithwe're trying like hell not to add new dependencies like this.02:57
amrithI don't know whether they do or not02:57
amrithspecifically to your question though.02:57
SlickNikcp16net: Are you gonna create a chain of patches turning the int-tests off in the first one, putting in the needed fixes, and then re-enabling them?03:00
*** haomaiwa_ has joined #openstack-trove03:00
cp16netthats the plan03:00
amrithsaurabhs1, I just checked. I don't see any other instances of a datastore using mysql extensions.03:00
SlickNikYup, I don't see any other way out.03:00
amrithI did a quick check03:00
amrithso I may be wrong03:00
amrithI'll look again03:00
saurabhs1amrith: any datastore that implements users functionality will use mysql models03:01
saurabhs1or users api to be very specific03:01
cp16neti think the plan is to 1. exit 0 out of redstack at the top. 2. fix the test info name we use. 3. reenable redstack. 4. get image to build 5. other patches merged03:01
cp16netSlickNik: sounds good?03:02
SlickNikI would re-order 3 and 4.03:06
SlickNikcp16net: ^03:06
SlickNikto save us some time.03:06
openstackgerritCraig Vyvial proposed openstack/trove-integration: skip everything with the gate to fix issues  https://review.openstack.org/21996703:06
cp16netSlickNik: ok03:07
cp16neti was thinking about that as well03:07
cp16netthe only thing is that if the image merges then the other depends-on patches could merge without tests run03:07
cp16netdunno if thats a terrible thing but it could bite us03:08
cp16neti guess they havnt passed as is tho03:08
cp16netso we'd have to recheck them anyway03:08
SlickNikNo the other depends on patches won't merge.03:08
cp16netyea ok03:09
openstackgerritCraig Vyvial proposed openstack/trove: Test instance name can not have special charactrers in it now.  https://review.openstack.org/21995003:09
openstackgerritCraig Vyvial proposed openstack/trove-integration: Fix ubuntu image builds due to revert in tarball names  https://review.openstack.org/21954803:10
*** bhunter71 has quit IRC03:11
openstackgerritCraig Vyvial proposed openstack/trove-integration: Revert "skip everything with the gate to fix issues"  https://review.openstack.org/21997203:12
cp16netumm double check those 4 changes now...03:12
cp16netthe order i submitted them should be the order they are in.03:13
amrithsaurabhs1, I'm not comfortable with this change. I've looked at it a bunch and it may be worthwhile someone else review it. This module has a number of things including User, UserAccess, Root, with MySQL based implementaions. making this dependency on vertica strikes me as highly unadvisable.03:13
cp16neti think it would be easier to start with the last one since they link in the depends-on change id03:13
cp16netlooks good to me03:14
cp16netSlickNik: mind looking those over?03:16
SlickNiklooking now.03:16
cp16neti work flowed everything but that first one in the chain03:16
*** csoukup has quit IRC03:16
SlickNikcp16net: FYI https://bugs.launchpad.net/nova/+bug/149151103:17
openstackLaunchpad bug 1491511 in OpenStack Compute (nova) "Behavior change with latest nova paste config" [Undecided,New]03:17
cp16netok03:18
cp16netcool03:18
SlickNikLGTM03:19
cp16netawesome03:19
cp16netso once all those are merged then we recheck the patches03:19
cp16neteta... forever...03:19
cp16netlol03:19
*** esmute_ has quit IRC03:26
amrithSlickNik, https://bugs.launchpad.net/nova/+bug/1491511 ... that's crazy!03:26
openstackLaunchpad bug 1491511 in OpenStack Compute (nova) "Behavior change with latest nova paste config" [Undecided,Confirmed]03:26
amrithI'm going to wander away and get some dinner. be back shortly.03:27
amrithcrap, is that really the time?03:27
cp16netsame here03:27
*** eglute has quit IRC03:27
amrithit is way past my bedtime03:27
cp16neti'm going to look at something other than my computer for a bit...03:27
amrithI'm going to go eat and be back.03:28
amrithlooks like a long night ahead.03:28
amrithhow's your merge situation going; I get to start up on vkmc's changes next.03:28
cp16netamrith: i think we have a resolution to the madness03:28
SlickNikamrith: cp16net and I have a plan.03:29
amrithvkmc ... your changes 211791 failed check again03:29
cp16netnot an ideal one but its already in motion03:29
amrithgood deal, would your plan need to be applied to 211791?03:29
amrithhttps://review.openstack.org/#/c/211791/03:29
cp16netyeah i'm sure they will03:29
* SlickNik crosses his fingers03:29
cp16neti'm surprised much of anything passes right now03:29
* amrith uncrosses his eyes03:29
cp16netacutally shouldnt juna pass tho?03:30
cp16neti'd expect master to fail but kilo and juno should be pinned03:30
amrithjuno failed on a timeout03:30
amrithin 1h54m03:30
cp16netahh damn it timed out03:31
amrithat 2h03:31
*** sharikap_ has joined #openstack-trove03:31
cp16netomg this is fun03:31
amrithI thought only instance delete was allowed 2h03:31
*** eglute has joined #openstack-trove03:32
*** sharikapongubala has quit IRC03:32
amrithsee https://review.openstack.org/#/c/217881/03:32
amrithoh, never mind03:32
amrithwonder who gives a 2h timeout03:32
amrithnot anything I know of03:32
amriththat is 120s03:32
amrithnot 120m03:32
amrithI'm too cross-eyed03:32
amrithgoing to go get food.03:32
amrithSlickNik, you have the wheel. put the sucker on auto-pilot, stay steady at 35k feet.03:33
amrith37k if you get bumps03:33
amrithkeep the fasten seat belts sign on03:33
cp16netlol03:33
amrithhave the crew pass out extra grog.03:33
amrithtoodle doo for now03:33
cp16netgate-trove-functional-dsvm-mysql SUCCESS in 22m 55s03:34
cp16netthats amazing...03:35
cp16net:-P03:35
SlickNikcp16net: trove integration is branchless03:36
SlickNikso juno and kilo should pass.03:36
cp16netyeah thats what i was thinking03:37
cp16netSlickNik: so i guess we sit and wait for the those to get through now03:37
SlickNikYup03:37
SlickNikhey the gate is down to double digits03:38
SlickNik:P03:38
cp16netyeah but it will take all "night" to get through i bet03:38
SlickNikbtw saurabhs1 and amrith — was reading scrollback and your conversation.03:39
SlickNikmethinks it's probably wise to put the the common root models (used by mysql and vertica) in a common module and have them both import it from there.03:40
SlickNikRather than having vertica import the mysql one.03:40
saurabhs1yeh started working on it will post a patch in couple of hours03:41
SlickNikthanks saurabhs103:44
SlickNikcp16net: are you going to update your pxc patch to be dependent on the last one in that series? :)03:45
SlickNikYeah probably will03:45
SlickNikbtw, Are there any more changes that need to get looked at?03:45
SlickNik(as opposed to ones that just need to merge now)03:45
*** links has joined #openstack-trove04:02
*** sabeen has quit IRC04:02
*** esmute_ has joined #openstack-trove04:08
*** esmute_ has quit IRC04:25
cp16netoh yeah that would be a good idea SlickNik04:36
cp16neti just took a break and gave my stinky dogs a bath04:37
*** sharikap_ has quit IRC04:41
*** sharikapongubala has joined #openstack-trove04:44
openstackgerritCraig Vyvial proposed openstack/trove: Percona Xtradb Cluster implementation  https://review.openstack.org/20807304:50
cp16netoh crap looks like theres more than one place where we use names with time stamps...04:52
openstackgerritCraig Vyvial proposed openstack/trove: Test instance name can not have special charactrers in it now.  https://review.openstack.org/21995004:56
cp16netSlickNik: yt?04:56
cp16neti did a search all through the test to find all the place we use time stamps for instance names05:02
cp16netreplaced them all now05:02
*** esmute_ has joined #openstack-trove05:26
*** sgotliv has joined #openstack-trove06:30
*** lexholden has joined #openstack-trove07:55
*** links has quit IRC08:02
*** sharikapongubala has quit IRC08:04
*** _bhi_ has joined #openstack-trove08:30
*** mingdang1 has quit IRC08:57
*** tosky has joined #openstack-trove09:34
*** sharikapongubala has joined #openstack-trove09:47
*** sharikapongubala has quit IRC09:52
*** IanGovett has joined #openstack-trove10:02
*** kbyrne has quit IRC10:12
*** kbyrne has joined #openstack-trove10:15
*** links has joined #openstack-trove10:31
amrithcp16net, SlickNik looks like the masterful change (exit 0) may have passed gate!11:04
amrithsaurabhs1, don't see any new code on the root enablement.11:05
saurabhs1amrith: yeh still working through the changes, did lil more refactor and just testing everything now.11:09
amriththe gate seems to be a smouldering mountain of horse manure right now.11:10
*** lexholden has quit IRC11:28
openstackgerritSaurabh Surana proposed openstack/trove: Root enablement for Vertica clusters/instances  https://review.openstack.org/19691311:28
SlickNikcp16net: Just got back11:36
SlickNikapparently there are no satellite connections when you're flying over the North pole.11:37
SlickNikcp16net: Thanks for looking into the other places with the name issue.11:38
SlickNikls11:38
SlickNikI'm planning on making a small change to your revert fix as well — temporarily disable stable branch support in trove-int. We'll re-enable it once lib-3 is cut.11:39
openstackgerritSaurabh Surana proposed openstack/trove: Root enablement for Vertica clusters/instances  https://review.openstack.org/19691311:42
saurabhs1amrith: https://review.openstack.org/#/c/196913/31 is now refactored to address earlier comments. I think I only went back on one of the old comments on that patch where it was asked to set default rootController to None. I realized that before this patch everything was anyways going through the old root controller, so if we let everything go through the default implementation we won't change the bahavior of other databases. Jus11:49
saurabhs1I will be online in couple of hours again.11:51
*** lexholden has joined #openstack-trove11:57
openstackgerritNikhil Manchanda proposed openstack/trove: Test instance name can not have special charactrers in it now.  https://review.openstack.org/21995012:02
SlickNikcp16net: updated https://review.openstack.org/#/c/219950/ to fix a couple of pep8 issues12:26
*** arist has quit IRC12:29
*** arist has joined #openstack-trove12:30
*** amrith is now known as _amrith_12:50
*** pmackinn has joined #openstack-trove13:05
*** itlinux has joined #openstack-trove13:16
*** mingdang1 has joined #openstack-trove13:27
*** robcresswell has joined #openstack-trove13:37
*** links has quit IRC13:40
*** _crobertsrh is now known as crobertsrh13:43
*** _amrith_ is now known as amrith13:48
*** sharikapongubala has joined #openstack-trove13:50
*** sharikapongubala has quit IRC13:54
*** atomic77 has left #openstack-trove14:20
*** atomic77 has joined #openstack-trove14:20
*** devlaps has quit IRC14:33
openstackgerritMerged openstack/trove-integration: skip everything with the gate to fix issues  https://review.openstack.org/21996714:33
*** mingdang1 has quit IRC14:34
pmackinncp16net, lol, not playing around anymore14:35
*** itlinux has quit IRC14:43
*** esmute_ has quit IRC14:51
cp16netnope14:54
pmackinnscorched earth14:54
pmackinncp16net, so trove-integration changes should wait? or merge that to slide in for now? or this is is just to unblock py-trove, trove?14:55
cp16netpmackinn: you talking about the changes i made?14:57
pmackinncp16net, your unblocker change14:57
cp16netthere is a chain of patches i created14:58
cp16netto fix the gate14:58
amrithwhat a mess (the gate is)15:03
amrithsaurabhs1, I'm running your new code15:04
*** csoukup has joined #openstack-trove15:07
cp16netamrith: i agree15:08
cp16nethmm anyone seen this error? http://logs.openstack.org/72/219972/1/check/gate-trove-functional-dsvm-mysql/78fdb96/logs/screen-tr-tmgr.txt.gz#_2015-09-03_13_17_03_55015:12
cp16neti notcied it last night when testing mariadb but never saw it in the gate till now15:13
saurabhs1amrith: Just woke up. let me know  if you need anything15:14
amrithsaurabhs1, I think we both need coffee ;)15:15
cp16neti just made some myself15:17
*** rjaiswal has joined #openstack-trove15:34
*** amrith is now known as _amrith_15:40
*** sabeen has joined #openstack-trove15:47
openstackgerritMorgan Jones proposed openstack/trove: Redis Cluster Initial Implementation  https://review.openstack.org/20370215:47
*** esmute_ has joined #openstack-trove15:52
*** mattgriffin has joined #openstack-trove15:54
*** esmute_ has quit IRC15:56
*** mattgriffin has quit IRC16:00
*** mattgriffin has joined #openstack-trove16:00
cp16nethttp://logs.openstack.org/72/219972/1/check/gate-trove-functional-dsvm-mysql/78fdb96/logs/screen-tr-tmgr.txt.gz#_2015-09-03_13_17_03_55016:03
*** saurabhs1 has quit IRC16:27
*** _bhi_ has quit IRC16:34
openstackgerritMatthew Van Dijk proposed openstack/trove: Mongodb Cluster Scaling  https://review.openstack.org/20535516:37
*** ashleighfarnham has joined #openstack-trove16:39
*** sharikapongubala has joined #openstack-trove16:58
*** sharikapongubala has quit IRC16:59
*** saurabhs has joined #openstack-trove17:00
*** imandhan has joined #openstack-trove17:01
*** esmute_ has joined #openstack-trove17:01
*** haomaiw__ has joined #openstack-trove17:02
*** haomaiwa_ has quit IRC17:03
*** esmute_ has quit IRC17:11
SlickNikhi folks17:11
cp16nethey SlickNik17:12
SlickNikcp16net: looks like the first of our changes merged.17:13
cp16netyup17:14
cp16netthe 2 patches are in the gate17:14
cp16netbut i saw some weird issues when booting a nova instance now17:14
cp16netlook at one of the log links i posted17:15
*** _amrith_ is now known as amrith17:16
mvandijkcp16net, i updated the commit msg as you suggested and it wiped my reviews17:19
cp16netok17:20
SlickNikcp16net: I think I know what's going on — the latest version of nova-client isn't on pypi and that's causing the issue.17:22
amrithcp16net, you have a +2 to add to https://review.openstack.org/#/c/205355/15 ... I put one on it.17:22
*** esmute_ has joined #openstack-trove17:22
amrithI reviewed the previous patch set; the only diff in 15 is the commit message.17:22
amrithso I think it is good to go.17:23
mvandijkyou both +2 no wf+1 though17:24
cp16netheh yeah17:24
cp16netdone17:24
*** esmute_ has quit IRC17:27
*** sharikapongubala has joined #openstack-trove17:27
mvandijkcheers dudes17:27
cp16netword17:27
cp16netlol the check passes so fast now...17:29
SlickNikcp16net: So I suspect that this functional job isn't going to work correctly unless nova releases a new client that supports the new 2.1 API.17:30
cp16netah17:30
cp16netSlickNik: one way to make them all pass is the way we have the gate setup now :-p17:32
SlickNikcp16net: I vote that we get our Liberty-3 patches merged while the job is still a no-op. And then bring back the job once we have the right client.17:32
SlickNikyup.17:32
cp16netheh17:32
SlickNikWe've already run these anyway.17:32
cp16nettrue17:32
cp16netshould we workflow -1 the test revert?17:32
*** esmute_ has joined #openstack-trove17:33
cp16netso it doesnt merge?17:33
cp16netnothing depends on that patch that i know of17:33
*** sabeen has quit IRC17:33
cp16netthis will mean that its likely that we will have an unstable l-317:33
cp16netwhich is ok for now i suppose17:34
*** esmute_ has quit IRC17:34
SlickNikI don't think it will anyway since the tests won't pass.17:34
cp16netoh true...17:34
cp16net:-P17:34
cp16netunless its updated before it gets run17:35
edmondkTrying to get updated so is the gate-trove-functional-dsvm-mysql gate a noop?17:35
edmondkwhich is why its only 22 minutes17:35
cp16netedmondk: yeah17:35
cp16neti "fixed" it :-P17:35
edmondklol17:35
cp16netexit 0 as the first line of redstack17:35
edmondkpeterstac, https://review.openstack.org/#/c/185892/ this patch has a unit test failing17:36
*** saurabhs1 has joined #openstack-trove17:36
edmondkRedis backup/restore ^17:36
cp16netSlickNik: i marked this as wf-1 for time being https://review.openstack.org/#/c/219972/17:37
SlickNikcp16net: sounds good.17:38
peterstacedmondk, yeah, it's failing on MethodTest (get_flavors) - which shouldn't be affected by my code17:40
peterstacI've seen that before, usually I just recheck until it goes away :)17:41
SlickNikFYI -2'ed https://review.openstack.org/#/c/214782/ and https://review.openstack.org/#/c/210094/ for now — let's wait until lib-3 BPs are in before merging other fixes.17:42
edmondkpeterstac, ok I cherry picked your change down and running tox to just confirm17:44
peterstacit passed yesterday on the same patchset, so I'm pretty sure the code's fine17:45
edmondkpeterstac, We should probably do something with that test if it is flaky17:45
edmondkpeterstac, bad to have unit tests we cannot rely on17:45
peterstacedmondk, Yeah, I agree17:46
saurabhs1amrith did you had luck testing root-enable patch17:46
saurabhs1I tested it with mysql, pxc and vertica17:46
saurabhs1trying to build mariadb image and will test it with that next17:48
saurabhs1I also ran tox and int tests with it17:48
peterstacedmondk, py27 just passed in the check pipeline, so hopefully we're good17:50
edmondkk17:50
SlickNikcp16net / peterstac: Does someone need to look into https://review.openstack.org/#/c/203702/?17:51
edmondkyes we need to review it17:51
amrithsaurabhs1, got waylaid by another crisis. will get back to it now.17:51
peterstacSlickNik, yeah, I'm looking at that (plus the pxc cluster - try to do both at the same time)17:52
amrithedmondk, we have highly non-deterministic tests ... https://review.openstack.org/#/c/219544/ passes 100% of the time on my desktop machines, and fails 100% of the time on gate.17:52
peterstacamrith, yeah, had a quick convo with edmondk ^^^ we should disable/fix tests that are flakey17:53
edmondkwe should be using patch.start() with LOG for all of these17:53
edmondkin the setup17:53
edmondkI recently fixed some unit tests that had this same problem17:53
amrithedmondk, let's talk more about this17:53
edmondkand noticed all of the missed mocks of LOG17:53
amrithI DON'T like my solution.17:53
amrithit imposes a huge burden on the future17:53
amrithto make sure that we don't reintroduce code paths that throw errors.17:54
peterstacThe dangling-mock detector project got sidelined - unfortunately now we could have used it ...17:54
edmondkcheck out what I did on this one, specifically the patcher_log https://review.openstack.org/#/c/215402/3/trove/tests/unittests/guestagent/test_dbaas.py,cm17:54
amrithfor Mikata or Miata or Myopia or whatever we're calling it today.17:54
SlickNikMitaka17:55
edmondkwith the patcher start and stop you don't have to put @patch on every test17:55
amrithedmondk, that's not a safe patch17:55
amrithsafe fix17:55
edmondk?17:55
amrithand your fix may be the thing that is throwing me off.17:55
amrithhere's why17:55
amrithwe run the tests in (I believe) a parallel framework17:55
amrithso in a single python process, you could have >1 test running at the same time.17:55
amriththis is why things like dangling mocks produced non-deterministic results.17:56
amrithIf you do a patch like this, and some other code path is checking (as I do) for the number of times a call like mock_logging.exception.call_count is 3, I could be off17:56
amrithbecause some other code path comes along and drops a mock on top of mine.17:56
amritham I making sense or do we need to upgrade from 1200 baud?17:56
edmondkI get what you are saying17:57
amrithI went the route I did because I wanted to narrow the time for which I held a mock17:57
amrithto be exactly one test long17:57
edmondkpatcher.start is exact one test long17:57
edmondksetup runs for each test17:57
edmondkand tears down17:57
edmondkon each test17:57
peterstacedmondk +117:57
edmondkexactly the same way yours is doing17:57
peterstacwell, except that it does it for *each* test17:58
edmondkyes because each test should be using it because it uses LOG on each test17:58
edmondkand we don't ever want to use a real logger in a unit test17:58
edmondkor else you get the no handler error17:58
*** sabeen1 has joined #openstack-trove18:00
edmondkI also think adding call counts for log exceptions is making our unit tests highly tied to an implementation18:01
edmondkbecause logs aren't logic and can be removed or added18:02
amrithedmondk, it does it for each test, irrespective of whether there is a potential for logging or not18:02
amriththerefore your patch ends up leaving mock enabled, or enables and disables mocks more often18:02
amrithmy desktop and laptop are 4core18:02
edmondkamrith, yes that is true it does it for each test18:02
amriththe test is 8 core18:02
amrithand therefore with more concurrency, I'm concluding comes more pain.18:02
amrithI'm going to retest without your change18:03
amrithand see if it reduces the concurrency issues18:03
amrithmy solution is not perfect18:03
amrithit is PAINFUL18:03
amrithwe need a better way out ...18:03
edmondkyour solution will have the same problem because we are just putting patch on each test versus setuop18:03
amrithcp16net, thanks for the WF+1 on the patch from above.18:03
edmondkthe race condition still exists the same18:03
*** sabeen3 has joined #openstack-trove18:03
cp16netamrith: i've noticed something similar where unittests would fail on my machine and pass in the gate18:03
edmondkI just ran the unit tests on my machine18:04
edmondkand they passed18:04
amrithcp16net, that's a problem with your machine ;)18:04
edmondkthey just take awhile18:04
cp16netthe error i found was with the database locked18:04
amrithouch18:04
*** sabeen1 has quit IRC18:04
cp16netnever seen it in the gate tho18:04
amrithI think a carefully placed "exit 0" could help ;)18:04
cp16nethehe :-P18:04
amrithremember to chalk that one up under "drammatically improved Trove development team productivity and reduced workload on CI infrastructure for each patch set" in your performance review/resume ;)18:05
edmondkamrith, just ran the test with peter's patch and you will see it hang with the handlers then eventually pass http://paste.openstack.org/show/444547/18:05
edmondktook 750 seconds though which seems off18:06
amriththis is a puny machine, 2 core18:06
edmondka vm18:06
amrithI can't find a way to print more diagnostics from py2718:07
amrithlike which test is running18:07
edmondkI will try removing my patcher_log and see if it makes a difference18:07
edmondkI don't see that making a difference for runtime though18:08
edmondkthe proboscis fake tests seemed to be hanging18:08
edmondknot the unit tests18:08
*** sharikapongubala has quit IRC18:12
edmondkamrith's new patch is failing on py27 with the database locking problem http://logs.openstack.org/44/219544/2/check/gate-trove-python27/8cc99cc/console.html18:13
edmondkcp16net, looks like the locking problem can happen on the gate18:13
cp16netomg...18:14
cp16netyup thats the same issue i saw18:14
amrithedmondk, you've seen this problem before?18:15
amrithare seeing it now?18:15
edmondkI have never seen this issue18:15
edmondkjust was pointing it out to craig because he said he has never seen the gate have it18:16
*** sharikapongubala has joined #openstack-trove18:16
edmondkAre we ever thinking of stopping the fake proboscis test to run in py27 ?18:16
edmondkthey are odd18:16
edmondkto say the least18:16
edmondkand only run the actual unit tests18:17
amrithso, there's a typo in https://review.openstack.org/#/c/203702/6//COMMIT_MSG,cm  (vgnbkr). I'm thinking of -1'ing it ;)18:17
SlickNikedmondk / cp16net: FWIW I've seen it in the gate before.18:17
cp16neti was thinking it could be from the util.init_db()18:18
edmondkamrith, taking out patcher_log made no difference unit tests still all pass and proboscis tests still take a long time18:18
cp16netif the db gets reset when something needs to read it18:18
amrithedmondk, I'm not seeing an issue with timing18:18
amrithMy tests run in about 200 to 300s18:18
edmondkThe true fix is injecting a new logger into the init of the classes we use versus defining a global LOG at the top of every file18:19
edmondkthis would remove the parallel problems because every class we test would have a unique mocked logger18:19
*** lexholden has quit IRC18:21
edmondkthe quick fix is make the unit tests run in serial18:22
edmondkthe gate isn't failing with these issues though?18:22
cp16netedmondk: i dont recal ever seeing an issue making things fail18:23
openstackgerritamrith proposed openstack/trove: Move ignore_dbs and ignore_users out of DEFAULT  https://review.openstack.org/20783318:26
amrithcp16net, what's the scoop with https://review.openstack.org/#/c/211791/? Does it need more "Depends-On" lines to get it through the process?18:29
cp16neti just gave it a +218:30
cp16netwf+118:31
cp16netlooking at the depends...18:31
cp16netshould be fine18:31
cp16netjust needs to get through18:31
cp16netman sometimes you just have to close all the tabs to sort through things...18:32
amrithcp16net, I just had to do that18:33
amrithmy browser went to hell18:33
amrithturns out I was running a window with zuul18:33
amrithwhich eats your cpu for lunch and spits it out whole.18:33
amrithwhat a piece of ...18:33
cp16netyeah no kidding LOTS of javascript going on in there18:34
amrithcp16net, edmondk would you take a look at https://review.openstack.org/#/c/203701/ please18:35
amrithI'm looking at that now,.18:35
openstackgerritamrith proposed openstack/python-troveclient: Redis Clustering Initial Implementation  https://review.openstack.org/20370118:36
cp16netok18:36
amrithI put the depends on that you'd mentioned so it wiped all earlier reviews. but it was all +1's only.18:37
amrithvgnbkr, is the split in troveclient/v1/shell.py (review https://review.openstack.org/#/c/203701/7/troveclient/v1/shell.py,cm) around line 271 correct?18:39
edmondkthat looks like the same split we have for cluster create18:40
cp16netso i guess grow/shrink return no data?18:41
cp16neti guess just a 202 accepted?18:41
edmondkmakes sense because it is just an action18:41
cp16netyah18:42
amrithcp16net, edmondk I just spoke with vgnbkr18:44
amrithhe is going to fix the metavar and help18:44
edmondkok18:44
amrith(or the code)18:46
amrithone part of that is wrong18:46
edmondkk I will await that patch and +2 when it comes18:47
amrithedmondk, you are correct; the apischema indicates name, flavorRef, volume, nics and az18:47
amrithso it is name, volume, flavor (at least)18:47
amrithflavor is the mandatory field18:47
*** sharikapongubala has quit IRC18:48
amrith#link https://review.openstack.org/#/c/203702/6/trove/common/apischema.py,cm18:48
openstackgerritMorgan Jones proposed openstack/python-troveclient: Redis Clustering Initial Implementation  https://review.openstack.org/20370118:49
*** sharikapongubala has joined #openstack-trove18:55
vkmcwhy this change is depending on Vertica cluster impl? https://review.openstack.org/#/c/208073/18:57
vkmccp16net, ^19:01
cp16netvkmc: no its the opposite19:01
amrithi don't think it i19:01
amrithit is ...19:02
amriththis change depends on the super-duper change ;)19:02
cp16netthe veritic depends on it19:02
vkmcoh oh that one depends on https://review.openstack.org/#/c/219972/19:02
vkmcok ok19:02
cp16netbut i screwed up on the depends-on: in that review...19:02
cp16netcrap19:02
amriththat explains why it is failing19:02
amrithcp16net ....19:02
openstackgerritCraig Vyvial proposed openstack/trove: Percona Xtradb Cluster implementation  https://review.openstack.org/20807319:02
amriththanks vkmc, you spotted a problem!19:02
cp16netyup19:03
cp16netyeah i think i was going cross eyed last night19:03
* amrith mutters, the OTHER "exit 0" change19:03
vkmcnp, ideas come when you stare at zuul19:03
cp16neti just revmoved the depends-on19:03
openstackgerritSaurabh Surana proposed openstack/trove: Add support for MariaDB datastore in Trove  https://review.openstack.org/21745119:03
openstackgerritSaurabh Surana proposed openstack/trove: Added root_controller for mariadb datastore  https://review.openstack.org/22028019:03
cp16netthat should get through since the gate is "working" right now19:04
amriththis is what I look like right now ... http://learningspanishlikecrazy.com/wp-content/uploads/2015/01/Cross_eyed.jpg19:04
cp16neti'm pretty sure that was me last night19:04
cp16netlol19:04
* amrith looks up working in m-w.com19:04
amrithworking: "the manner of functioning or operating"19:05
amriththat sounds about right19:05
amrithhttp://www.merriam-webster.com/dictionary/working19:05
vkmcloool19:05
amrithsomewhere down in that page.19:05
amrith3: good enough to allow work or further work to be done19:05
amrithYES, the gate is "working"19:06
openstackgerritSaurabh Surana proposed openstack/trove: Add support for MariaDB datastore in Trove  https://review.openstack.org/21745119:06
openstackgerritSaurabh Surana proposed openstack/trove: Added root_controller for mariadb datastore  https://review.openstack.org/22028019:06
amrithpeterstac, vkmc, cp16net, https://review.openstack.org/#/c/203701/8 is ready for you to look at19:07
amrithI'll let one of you +1 it19:07
*** sharikapongubala has quit IRC19:08
*** sharikapongubala has joined #openstack-trove19:08
openstackgerritSaurabh Surana proposed openstack/trove: Added root_controller for mariadb datastore  https://review.openstack.org/22028019:08
amrithpeterstac, take a look at https://review.openstack.org/#/c/217451/19:08
amrithnot sure waht saurabhs1 just did19:08
amrithbut he pushed ps 6 without losing reviews.19:09
vkmcpeterstac, hi! still hitting issues with mariadb?19:09
amrithvkmc, what's up with https://review.openstack.org/#/c/217451/?19:09
vkmcamrith, not sure what error is hitting peterstac, I managed to spin up some instances19:10
saurabhs1vkmc amrith peterstac don't get hartburn. I was trying to push a mariadb patch so that root-enable works on mariadb after both mariadb and https://review.openstack.org/#/c/196913/ patch lands19:10
vkmcI'll try again just in case19:10
amrithsaurabhs1, I don't grok19:11
saurabhs1accedently added root-enable depedancy for mariadb patch19:11
peterstacvkmc, still running the tests, but having some challenges on my larger instance (not specifically with mariadb though)19:11
saurabhs1but its fixed now19:11
vkmcpeterstac, it should with an small flavor, like mysql19:11
vkmcpeterstac, I think you can anonymously ssh to it and see what is the guest doing19:11
peterstacvkmc, amrith: I was getting timeouts in the guestagent - couldn't stop mariadb in 30s19:11
amrithcp16net, do you want to -2 https://review.openstack.org/#/c/219972/ ;)19:13
amriththere one person (who has received a loose fingers award in the past) who could accidentally WF+1 that ;)19:13
amrithSlickNik, peterstac, vkmc, edmondk ... I think we're about done for now. Have to let the machine do its thing now. yes?19:15
peterstacI'm still trying to get a bit of testing done, but otherwise yes19:16
cp16netamrith: yeah i think so... ill scope over the reviews once more to make sure19:16
vkmcI think so yes19:17
cp16neti think pxc needs +2 again19:17
vkmcI'm cheering the patches so they make it through the gate... but I don't think that helps much19:18
*** sharikapongubala has quit IRC19:18
amrithcp16net, done19:18
cp16netthx19:18
saurabhsamrith: any luck testing root-enable patch19:20
amrithsaurabhs, I knew I'd forgotten something.19:20
amrithanswer: no.19:20
saurabhs?19:20
cp16netpeterstac: how goes? https://review.openstack.org/#/c/217451/19:20
amrithbut I'll do it now.19:20
cp16netsaid you were testing it19:20
cp16neti coudlnt get it to work because of the novaclient19:20
vkmcwhat's wrong with novaclient?19:21
dhellmannSlickNik: hey, we need to get trove tagged today, how're things looking?19:21
saurabhs:) I am gonna go grab lunch while you do that. brb19:21
amrithsaurabhs, before you do19:21
amrithwhat about 220280 ?19:21
cp16netdhellmann: we have everything in the gate19:21
amrithhttps://review.openstack.org/#/c/220280/19:21
peterstaccp16net, I couldn't get an instance to go active, but I'm bowing out to others who were able to (might be environmental in my case)19:21
dhellmanncp16net: at this point, how likely is it for anything to land in the next few hours?19:21
cp16neti think SlickNik might be afk19:21
amrithcp16net, one more maybe ...https://review.openstack.org/#/c/196913/19:22
cp16netdhellmann: next few? unlikely with the gate time it looks like19:22
dhellmanncp16net: that's what I thought. Are those related to bugs, or would they need FFEs?19:23
peterstacdhellmann: Things current take > 11 hours to make it through in the best case19:23
cp16netdhellmann: we are pushing for all the features and holding off on bugs19:23
cp16netif we got a build cut now it would mean over half of the features we were pushing for would be missing19:24
dhellmanncp16net: ok. we're going to need to make a call soon based on what is actually merged in order to stick with the deadlines we've set. The team can decide on FFEs for anything you want in RC1, which is still several weeks away. (this is just the L3 tag, we're not branching)19:24
cp16netdhellmann: i understand i'll make sure SlickNik knows19:25
dhellmannthat's a lot of features landing late19:25
cp16netyeah the gate has been broken for us for one reason of another for the last week19:25
peterstacdhellmann: We've been fighting gate issues for well over a week now19:26
cp16netwhen the features were complete19:26
peterstacmost of this stuff should have landed last week19:26
dhellmannpeterstac: ack19:26
openstackgerritamrith proposed openstack/trove: Revert change set 217881  https://review.openstack.org/22028819:27
amrithcp16net, I've pushed up https://review.openstack.org/#/c/220288/1 with WF=-219:28
amrithpeterstac, vkmc, edmondk, SlickNik ^^19:28
saurabhsamrith: you need 220280 if you want to test too enable patch against mariadb19:29
cp16netamrith: nice19:32
*** imandhan has quit IRC19:33
*** mattgriffin has quit IRC19:37
*** mattgriffin has joined #openstack-trove19:38
cp16netamrith: looks like all the patches are updated19:50
cp16neti guess SlickNik with have to have a chat tho given the time its taking in the gate.19:51
cp16netamrith: did you work out this one? https://review.openstack.org/#/c/196913/19:52
cp16neti think thats the only outstanding patch from the priority list19:57
amrithcp16net, I am close on that one20:19
amrithI'll look at why jenkins doesn't like it20:19
amrithif it is benign I'm inclined to push it over.20:20
amrithwe can fix nits later.20:20
amrithhave to hit the road now so I don't get stuff in gridlock20:20
amrithback online in 45m20:20
cp16netok20:27
*** IanGovett has quit IRC20:29
*** amrith is now known as _amrith_20:29
*** imandhan has joined #openstack-trove20:30
openstackgerritPetr Malik proposed openstack/python-troveclient: Use more appropriate exceptions for validation  https://review.openstack.org/21000420:37
*** sharikapongubala has joined #openstack-trove20:40
openstackgerritPetr Malik proposed openstack/python-troveclient: Use more appropriate exceptions for validation  https://review.openstack.org/21000420:41
saurabhs1cp16net what is the correct dependson gerrit id to get through the gate, I am kind of lost. https://review.openstack.org/#/c/196913/ is failing consistently I think I need some of your fixes for the gate.20:42
saurabhs1give me the or gertit id and I will update it on the correct patches20:42
cp16neti think its the novaclient but let me know20:44
cp16nets/know/look20:44
saurabhs1thanks20:44
cp16nethttp://logs.openstack.org/13/196913/32/check/gate-trove-functional-dsvm-mysql/7ba3c28/logs/screen-tr-tmgr.txt.gz#_2015-09-03_20_13_05_33020:44
cp16netyup20:44
saurabhs1which is the patch which fixes this issues? I will make all my patches dependent on that one20:45
saurabhs1cp16net ^20:45
saurabhs1also I think its ok to have more than 1 DependsOn entry  in the commit message? is that correct?20:45
cp16netyeah you can but you cant have circular depends between patches20:46
cp16netthis forces everything to pass. https://review.openstack.org/#/c/219967/20:48
cp16netoh i see it20:49
cp16netlook slike that patch is based on https://review.openstack.org/#/c/208073/2320:50
cp16netand it should be 24 now20:50
cp16netthat was something i just changed about hour or 2 ago20:50
*** rjaiswal has quit IRC20:50
cp16netif you follow the depends on link you notice your patch goes to a vesrion thats not current20:51
cp16netsaurabhs1: ^^ see what i mean?20:51
saurabhs1so I should just do rebase and I will be good then20:51
saurabhs1?20:51
cp16neti think sol20:51
cp16netso*20:51
saurabhs1let me try20:51
cp16netk20:51
openstackgerritSaurabh Surana proposed openstack/trove: Root enablement for Vertica clusters/instances  https://review.openstack.org/19691320:52
cp16nethad to follow all the dependencies to find that20:52
cp16netlooks better when i click through20:53
saurabhs1cp16net thanks for figuring that out. I tried clicking on links to figure out why I was not getting the dependancies, but didn't notice that betwee 23 and 24 you had removed one of the dependsOn. You are super awsome20:53
saurabhs1I will keep an eye on zuul for this change20:54
* cp16net keeps learning new things about the gerrit system like that :-P20:55
cp16netsaurabhs1: its possible now that all the other patches that are dependent on that patch will need to be updated as well20:58
saurabhs1yup they will be, but they are not in the critical path so I am not going to mess with them for now20:59
saurabhs1I need to get this one fixed through20:59
saurabhs1https://review.openstack.org/#/c/218548/20:59
saurabhs1should I just remove its depends on, I think that should be it isn't it?20:59
saurabhs1cp16net ^20:59
openstackgerritSaurabh Surana proposed openstack/python-troveclient: Root enablement for Vertica clusters/instances  https://review.openstack.org/21854821:00
*** crobertsrh is now known as _crobertsrh21:05
openstackgerritSaurabh Surana proposed openstack/trove: Add support for extended_properties for clusters  https://review.openstack.org/20693121:11
cp16netsaurabhs1: should be fine21:28
*** sharikapongubala has quit IRC21:30
*** tosky has quit IRC21:41
*** tosky has joined #openstack-trove21:45
*** tosky has quit IRC21:50
*** mattgriffin has quit IRC21:53
*** haomaiwa_ has joined #openstack-trove21:54
*** haomaiw__ has quit IRC21:56
*** sharikapongubala has joined #openstack-trove21:57
*** tosky has joined #openstack-trove22:02
*** tosky has quit IRC22:07
*** tosky has joined #openstack-trove22:11
*** tosky has quit IRC22:16
*** sharikapongubala has quit IRC22:18
*** tosky has joined #openstack-trove22:30
SlickNikhi folks - just an FYI — we're tagging L3 with what's currently merged. For issues that are in flight / still in the gate, we've got exceptions so that these can land in the next few hours.22:30
vkmcmakes sense22:31
vkmcthanks SlickNik22:31
SlickNikI've moved the bps that are still in flight to the rc1 page22:31
*** sharikapongubala has joined #openstack-trove22:34
cp16netalright sounds good22:35
*** tosky has quit IRC22:35
saurabhs1amrith cp16net the jenkins cleanred on https://review.openstack.org/#/c/218548/  https://review.openstack.org/#/c/196913/23:01
*** csoukup has quit IRC23:17
*** tosky___ has joined #openstack-trove23:22
openstackgerritMerged openstack/trove: Test instance name can not have special charactrers in it now.  https://review.openstack.org/21995023:26
openstackgerritMerged openstack/trove-integration: Fix ubuntu image builds due to revert in tarball names  https://review.openstack.org/21954823:26
*** saurabhs1 has left #openstack-trove23:31
*** saurabhs1 has joined #openstack-trove23:31
*** sabeen3 has quit IRC23:49
*** ashleighfarnham has quit IRC23:58

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