Friday, 2015-11-20

gmannmtreinish: also if we make subclass for service clients -1. we need to separately instantiate those in client.py  2. for microversion if changes are in all method(due to schema changes) of that client then it might need to override all methods00:00
*** akshai has quit IRC00:01
*** markvoelker has quit IRC00:01
*** tmatsu has joined #openstack-qa00:02
*** mylu has quit IRC00:02
*** sabeen1 has quit IRC00:02
*** mylu has joined #openstack-qa00:02
mtreinishgmann: ok, you said this was just to test right? I'm saying having a divergent local fork of something we have in tempest-lib isn't the way to test this00:03
*** bapalm has quit IRC00:03
*** russellb has quit IRC00:03
mtreinishwe either hack it in with subclassing which will lead to duplication, or we fix it in tempest-lib and wait for a release00:04
*** bapalm has joined #openstack-qa00:04
mtreinishneither is a good answer, but those are our choices00:04
*** russellb has joined #openstack-qa00:04
*** mylu_ has joined #openstack-qa00:04
mtreinishI think subclassing will be a bit faster, even if the first microversion test is a bit uglier because we're manually instatiating clients in that class00:04
openstackgerritRamy Asselin proposed openstack-infra/elastic-recheck: Disable InsecurePlatform Warnings  https://review.openstack.org/24706900:05
mtreinishgmann: this is a good time to figure out what the client interface needs to look like for a microversioned client though00:05
*** mylu has quit IRC00:05
*** rbrndt has quit IRC00:06
*** amotoki has joined #openstack-qa00:06
*** amotoki has quit IRC00:06
*** ranger81 has quit IRC00:07
gmannmtreinish: but that will be different for each microversion00:07
mtreinishwhat will?00:08
*** hichihara has quit IRC00:08
gmannmtreinish: client interface.00:08
gmannmtreinish: client interface you mean each microversion interface right?00:08
*** ranger81 has joined #openstack-qa00:09
openstackrecheckConsole logs not available after 13:39s for gate-keystone-pep8 242614,10,e1b162100:09
gmannmtreinish: subclass might be very complex as we might need to select the clients instance for existing tests which might get run for microversion tests etc00:11
*** tmatsu_ has joined #openstack-qa00:11
gmannmtreinish: thats can be done but i feel its same thing again we sync the code in existing old client in lib00:12
mtreinishgmann: we have clients defined in tempest-lib, how are you going to handle using microversions there?00:12
*** tmatsu__ has joined #openstack-qa00:12
mtreinishwe have to do this in a backwards compat manner, which means either adding an optional arg (either to the method or the init) or a seperate class for microversions right?00:12
*** tmatsu__ has quit IRC00:13
gmannmtreinish: ahh you mean separate class for microversion..00:13
*** tmatsu__ has joined #openstack-qa00:14
gmannmtreinish: for no changes in request etc we do like - https://review.openstack.org/#/c/244996/3/tempest/services/compute/json/keypairs_client.py00:14
*** tmatsu has quit IRC00:14
openstackgerritMerged openstack/tempest: Fix skip_checks in live_migration  https://review.openstack.org/24642500:15
*** zhangjn has quit IRC00:15
gmannmtreinish: but yes if there is request interface change then we might adjust in same client.00:15
*** tmatsu_ has quit IRC00:16
gmannmtreinish: if new interface then we can add new method, if request param change then it should be ok as we use **kwargs for all methods00:16
openstackgerritMerged openstack/tempest: Unbreak test_created_router_interface (heat)  https://review.openstack.org/24739700:16
openstackgerritMerged openstack/tempest: Fix H404/405 violations for api tests(2/3)  https://review.openstack.org/24734000:16
mtreinishgmann: this is what I meant by client interface00:16
mtreinishgmann: in that link how does the version it sends get determined00:17
mtreinishbecause the request is different we use a different header00:17
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add an additional group_by field for node_region  https://review.openstack.org/24386600:18
gmannmtreinish: that will be done by overriding get_headers() of rest_client - https://review.openstack.org/#/c/242346/8/tempest/services/compute/json/base.py00:18
*** amotoki has joined #openstack-qa00:19
gmannmtreinish: this is how m thinking - https://review.openstack.org/#/q/status:open++branch:master+topic:bp/api-microversions-testing-support,n,z00:19
openstackgerritMerged openstack/tempest: Fix H404/405 violations for api tests(3/3)  https://review.openstack.org/24734200:19
mtreinishgmann: ok, well if you have that in mind then just do it in tempest-lib. A release is easy00:20
*** mylu_ has quit IRC00:20
mtreinishgmann: we really shouldn't assume the clients still live in tempest at this point00:20
gmannmtreinish: ok, so first version test we can do in tempest and sync in lib again :) as discussed with you00:20
*** mylu has joined #openstack-qa00:21
openstackgerritRamy Asselin proposed openstack-infra/elastic-recheck: Disable InsecurePlatform Warnings  https://review.openstack.org/24706900:21
*** oomichi has joined #openstack-qa00:21
mtreinishgmann: I really don't want to be added code to tempest for something that already lives in tempest-lib. I was fine with experimenting with a new framework in tempest first00:21
gmannmtreinish: but yes for further microversion tests we can do in lib and release first00:21
gmannmtreinish: yes. agree00:21
gmannmtreinish: so if we release new interface etc in lib and on testing of tempest we find bug then how we going to handle that ?00:22
mtreinishgmann: bug fix release00:22
mtreinishgmann: but what are you expecting a bug in? the schema?00:23
gmannmtreinish: any way we can mark that interface NOT RELEASED till we tests that ?00:23
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full-juno 247340,1,1279dcd00:23
gmannmtreinish: but that might create backward incompatibility00:23
mtreinishgmann: you can mark it as private I guess, we don't really have a mechanism in place to say do not use this interface yet00:23
gmannmtreinish: not schema that is just internal but like request param type etc00:23
mtreinishgmann: also you can test it locally :)00:24
openstackgerritMerged openstack/tempest: Fix H404/405 violations for common code  https://review.openstack.org/24735000:24
gmannmtreinish: yea locally we can test but reviewer would not be able to have full confidence :)00:24
*** mylu_ has joined #openstack-qa00:24
openstackgerritMerged openstack/tempest: Fix H404/405 violations for unit tests  https://review.openstack.org/24735100:24
openstackgerritMerged openstack/tempest: Fix H404/405 violations for thirdparty and stress  https://review.openstack.org/24738000:25
gmannmtreinish: mark it private you mean just in doc string etc '_' only works00:25
*** mylu has quit IRC00:25
gmannmtreinish: can we use deprecate here ?00:25
mtreinishgmann: that's a fair point, but do a depends on commit with a check experimental. We should have have machinery in place to run tempest with tempest-lib from src00:25
gmannmtreinish: not sure if that is right thing for new interface till they gets mature00:25
mtreinishif we don't we need to fix that00:25
mtreinishgmann: I think instead of trying to avoid commiting to something we should just do it00:26
mtreinishgmann: your concern is that doing it in tempest-lib won't work on the first go right?00:26
mtreinishso we just need a way to run the proposed commit from tempest-lib with a change in tempest00:27
gmannmtreinish: yes in case.00:27
mtreinishwhich we should use depends-on and the experimental job00:27
mtreinishand if it doesn't work fix that00:27
mtreinishthat should remove any barrier to experimenting on it in tempest-lib right?00:27
mtreinishthat's something we should have already00:28
gmannmtreinish: ok that works00:28
gmannmtreinish: and mark lib patch WIP till tempest one is pass with lib src job00:28
*** pglass has joined #openstack-qa00:29
mtreinishgmann: yep00:29
gmannmtreinish: thanks :)00:29
gmannmtreinish: i will remove WIP from those patches00:30
*** ranger81_ has joined #openstack-qa00:30
gmannmtreinish: if you can please review microversion testing patches - https://review.openstack.org/#/q/status:open++branch:master+topic:bp/api-microversions-testing-support,n,z00:30
mtreinishgmann: ok cool, then I'll start going through them00:30
gmannmtreinish:  i need to update base one as per sdague comments.00:30
mtreinishgmann: I'll look at those tomorrow probably, it's getting to be end of the day here. I don't want to think too hard00:31
*** ranger81 has quit IRC00:31
gmannmtreinish: yea sure, M-1 is very near :)00:31
mtreinishgmann: when is it?00:31
gmannmtreinish: i think dec 300:32
mtreinishahh, that's plenty of time :)00:32
*** jamielennox|away is now known as jamielennox00:32
mtreinish2 weeks00:32
mtreinishgmann: it's also not a hard deadline...00:33
*** weshay_xchat has quit IRC00:33
mtreinishit's not like if it's M1 + 2 weeks we'll reject patches00:33
gmannmtreinish: all set of patches are up for microversion thing just review (hoping current direction is right :)) and move to lib pending00:33
gmannmtreinish: ok :) Thanks00:33
mtreinishgmann: well unless you want us to start -2ing microversion patches after dec 3rd :)00:34
*** ccneill has joined #openstack-qa00:34
gmannmtreinish: no, never :)00:34
gmannmtreinish: at least for tempest we are much flexible.00:34
*** hoangcx has joined #openstack-qa00:35
openstackrecheckConsole logs not available after 13:28s for gate-glance-pep8 247819,1,bc25e5600:37
*** tmatsu has joined #openstack-qa00:39
openstackgerritMerged openstack/tempest: Fix H404/405 violations for remaining  https://review.openstack.org/24743800:39
*** tmatsu__ has quit IRC00:39
*** mylu_ has quit IRC00:40
*** nicholasgoracke has joined #openstack-qa00:48
*** dwalleck has joined #openstack-qa00:48
openstackrecheckConsole logs not available after 13:28s for gate-glance_store-pep8 247310,2,d474ed300:50
*** ccneill has quit IRC00:50
*** dmorita has joined #openstack-qa00:51
*** nicholasgoracke has quit IRC00:53
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Fix T110 violations for servers_client  https://review.openstack.org/24786100:54
*** salv-orl_ has joined #openstack-qa00:55
*** salv-orlando has quit IRC00:58
*** jaypipes has quit IRC00:59
*** armax_ has joined #openstack-qa01:00
*** apevec has quit IRC01:01
*** itsuugo has joined #openstack-qa01:02
*** armax_ is now known as armax01:02
*** jacky-zhang has quit IRC01:03
openstackrecheckConsole logs not available after 13:27s for gate-cinder-pep8 247806,1,fa01de401:04
*** hoangcx has left #openstack-qa01:04
*** zhangjn has joined #openstack-qa01:05
*** Swami has quit IRC01:06
*** rossella_s has quit IRC01:07
*** itsuugo has quit IRC01:07
*** rossella_s has joined #openstack-qa01:08
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add reno release notes to subunit2sql  https://review.openstack.org/24773701:08
*** mylu has joined #openstack-qa01:09
*** markvoelker has joined #openstack-qa01:17
openstackrecheckConsole logs not available after 13:28s for gate-tempest-dsvm-lxc 247081,13,a9b152b01:17
*** ranger81_ has quit IRC01:20
*** markvoelker has quit IRC01:22
asselinmtreinish, this is the line that causes pid file to get deleted and process keeps going. Any ideas why? http://git.openstack.org/cgit/openstack-infra/elastic-recheck/tree/elastic_recheck/log.py#n4601:23
*** ranger81 has joined #openstack-qa01:23
*** tonyb has quit IRC01:23
*** tonyb has joined #openstack-qa01:23
*** tonyb has quit IRC01:24
asselinI know b/c I debugged with a sleep. Before that line, during sleep, pid file is there.01:24
asselinIf I pu tthe sleep after that line, pid file is gone.01:24
*** tonyb has joined #openstack-qa01:24
asselinand when I kill the process, pid file deletes automatically01:25
*** tonyb has quit IRC01:26
*** tonyb has joined #openstack-qa01:26
asselinso I must have a bad configuration or something...??01:26
openstackrecheckConsole logs not available after 13:26s for gate-grenade-dsvm-multinode 246718,6,c8fe58c01:31
*** tonyb has quit IRC01:32
*** ranger81 has quit IRC01:33
*** tonyb has joined #openstack-qa01:33
*** ranger81 has joined #openstack-qa01:33
*** tonyb has quit IRC01:34
*** tonyb has joined #openstack-qa01:34
*** tmatsu has quit IRC01:35
*** tmatsu has joined #openstack-qa01:37
*** mylu has quit IRC01:38
*** mriedem has joined #openstack-qa01:41
*** sabeen has joined #openstack-qa01:41
*** mylu has joined #openstack-qa01:44
*** ranger81 has quit IRC01:44
openstackrecheckConsole logs not available after 13:24s for gate-swift-python27 88736,296,5c1558401:44
*** ranger81 has joined #openstack-qa01:45
openstackgerritMatthew Treinish proposed openstack/tempest: Set default value for tempest log file  https://review.openstack.org/17358101:49
*** markvoelker has joined #openstack-qa01:50
mtreinishasselin: well are you setting the log config file to the pid file? I mean we're giving the logging lib a path so maybe it does something that ends up deleting the file (although that seems really weird01:51
mtreinish)01:51
asselinmtreinish, well I did find an error in the logging config.01:51
mtreinishasselin: and that was killing the pid file?01:52
mtreinishor was it just hanging things there?01:52
asselinmtreinish, so now it's failing here: http://git.openstack.org/cgit/openstack-infra/elastic-recheck/tree/elastic_recheck/bot.py#n20201:52
asselinmtreinish, I think the pid file deletes automatically when the deamon-ed process itself ends - but seems like there's something causing it to hang to its deleted by still running sortof01:53
mtreinishif fails on import?01:54
asselinyes01:55
lifelessasselin: did you resolve your pip thing?01:56
mtreinishasselin: well that's weird, do you have a traceback?01:56
asselinmtreinish, no...tried but not sure how to get it exactly01:56
mtreinishasselin: well you could wrap: https://github.com/openstack-infra/elastic-recheck/blob/master/elastic_recheck/bot.py#L328-L330 with a try:01:57
mtreinishand then except Exception:01:57
*** ccneill has joined #openstack-qa01:57
mtreinishand either log the exception or exit with a traceback there01:57
asselinlifeless, not sure yet. trying this: http://paste.openstack.org/show/479526/01:57
openstackrecheckConsole logs not available after 13:26s for gate-nova-python27 247176,2,e9e08d601:58
mtreinishasselin: well unless something lower down is catching the exception01:58
mtreinishwhich I don't think would be the case because that's happening pretty early in run()01:59
asselinmtreinish, never gets to '2' http://paste.openstack.org/show/479527/01:59
asselinand no exception trace in the log file01:59
asselinmaybe I can make it sleep before and see if I can connect a debugger02:00
mtreinishasselin: L2 or error message 2?02:00
asselinstarting run 2")02:00
mtreinishasselin: hmm, maybe something weird is going on with the threading lib. Does it work if you call run directly instead of start? (well the whole thing won't work because the infinite loop will block the other class from spinning up)02:02
mtreinishbut you'll at least see the issue02:02
asselingood idea02:02
*** gema has quit IRC02:03
asselinsame thing02:03
*** pglass has quit IRC02:07
*** rfolco_ has joined #openstack-qa02:07
*** yamamoto_ has quit IRC02:10
openstackrecheckConsole logs not available after 13:24s for gate-nova-pep8 247742,3,2c7e64802:11
*** mylu has quit IRC02:12
asselinlifeless, ok that worked. thanks for the follow-up02:14
*** rfolco_ has quit IRC02:14
dwallecklifeless: I'm not sure if you're still around, but I had some questions re: the Tempest run command that we talked about in Tokyo02:17
openstackgerritliusheng proposed openstack/tempest: Change tests to adapt alarm spliting  https://review.openstack.org/20241802:21
*** ranger81 has quit IRC02:23
asselinlifeless, btw nice to see familiar names :) https://github.com/pypa/pip/issues/269602:24
*** binbincong has joined #openstack-qa02:25
openstackrecheckConsole logs not available after 13:39s for gate-nova-pep8 215917,14,085872c02:25
lifelessdwalleck: sure?02:25
lifelessasselin: yah :)02:25
*** ranger81 has joined #openstack-qa02:27
*** hoangcx has joined #openstack-qa02:27
*** hoangcx has left #openstack-qa02:27
dwallecklifeless: We were talking during the Tempest CLI discussion about how to properly implement a Tempest runner (https://etherpad.openstack.org/p/mitaka-qa-tempest-run-cli) and you had mentioned using testrepository.ui as the base02:28
dwalleckI didn't see how that was totally was possible given that its very generic (but I'm also very new to the code base), but mtreinish said the primary concern was to not subproc out any commands, which I totally agree with02:29
lifelessyes, I remember the conversation02:30
lifelessjust didn't see any questions from you :)02:30
dwalleckSo I guess my question is if the intent was that the `tempest run` be just built directly on top of testrepository in general, or could it be directly implemented on top of testrepository.ui?02:31
*** mylu has joined #openstack-qa02:31
*** mylu has quit IRC02:32
dwalleckI was leading the convo with Sam, and you were pretty tired so I didn't want to bug you :-) I thought I could figure it out, but I'm wanting to make sure I captured the spirit of the discussion02:32
*** fedexo has joined #openstack-qa02:33
lifelessdwalleck: so you've got some options02:34
*** jdandrea has quit IRC02:34
lifelessdwalleck: https://github.com/testing-cabal/testrepository/blob/master/testrepository/commands/__init__.py#L16502:34
lifelessdwalleck: is the entry point to invoke testr without subprocess calls to it02:34
*** mylu has joined #openstack-qa02:35
*** ccneill has quit IRC02:35
*** nic has quit IRC02:36
*** Wei_Liu_ has quit IRC02:36
lifelessdwalleck: but you could implement a custom UI if you wanted to process things on a semantic level02:36
*** nithyag_ has joined #openstack-qa02:36
lifelessdwalleck: e.g. one thing a number of projects do is use --subunit and then process the stream02:36
lifelessdwalleck: whereas a custom UI (or patches to the existin  CLI UI) could just handle events differently02:36
dwallecklifeless: That makes more sense. I just had the note to look at testrepository.ui and I was staring at it until my eyes crossed02:37
lifelessif you look at the implementation of run_argv you can see its extremely shallow02:37
*** nithyag__ has quit IRC02:37
*** mylu has quit IRC02:38
*** mylu has joined #openstack-qa02:38
*** dims_ has quit IRC02:39
openstackrecheckConsole logs not available after 13:29s for gate-nova-pep8 232585,17,df59e4f02:39
dwalleckRight, so you have to build up whatever you need around it. I think I still need to go back to mtreinish and make sure we're getting value out of building up `tempest run`. There's extra candy in command line args we can create, but that's mostly it.02:39
*** ajmiller has quit IRC02:40
*** ajmiller_ has joined #openstack-qa02:40
dwallecklifeless: But from everything I've read, is that one of the purposes of testrepository? To be a runner of more specific runners?02:40
dwalleckI stalked you back to some PyCon videos :D02:40
lifelessdwalleck: it is indeed, I describe it as being twofold - a meta-runner and a datastore02:41
lifelessdwalleck: We can always move stuff to testr from tempest-run if it appears generally applicable02:41
*** mylu has quit IRC02:43
dwallecklifeless: That makes sense. And if we want some Tempest-friendly args, it would live at that meta-runner level02:43
lifelessdwalleck: tempest-run is a domain-specific wrapper02:44
*** mylu has joined #openstack-qa02:44
lifelessdwalleck: some parts of that domain are only applicable to tempest, like config file setup02:44
dwalleckI have a spec partially done, and I'll push it up before I leave for the Thanksgiving holiday. I just wanted to make sure my memory was correct02:44
*** jacky-zhang has joined #openstack-qa02:44
lifelessdwalleck: or default heuristics02:44
lifelessdwalleck: all good, great02:44
dwallecklifeless: Yeah, domain-specific is a better term02:44
lifelessdwalleck: when is thanksgiving?02:45
dwalleckNext Thursday02:45
lifelessdwalleck: the meta-runner bit is because testr runs test runners (like nose/subunit.run/py.test/....)02:45
lifelessdwalleck: for 4 days?02:45
dwalleckI forget that we're not all from the US :D02:45
lifeless:)02:45
dwallecklifeless: yes. I'll be out most of next week traveling, but I'll be back in town the week after02:45
dwalleckIt's interesting to work with testrepository after working on the opencafe stuff I've worked on before. Different approaches, but it's making sense now02:48
*** hoangcx has joined #openstack-qa02:49
*** hoangcx has left #openstack-qa02:49
openstackrecheckConsole logs not available after 13:27s for gate-nova-pep8 247729,2,7ec56d602:52
lifelessdwalleck: cool; you should blog on the difference at some point02:52
*** Wei_Liu_ has joined #openstack-qa02:56
*** armax has quit IRC02:56
*** woodster_ has quit IRC02:59
*** yamamoto has joined #openstack-qa02:59
*** tonyb has quit IRC03:01
*** tonyb has joined #openstack-qa03:01
*** yamahata has quit IRC03:01
*** cody-somerville has quit IRC03:01
openstackrecheckConsole logs not available after 13:32s for gate-nova-pep8 238321,10,c0a2dc703:06
*** binbincong has quit IRC03:06
*** jasonsb has joined #openstack-qa03:09
*** ranger81 has quit IRC03:09
*** cody-somerville has joined #openstack-qa03:17
openstackrecheckConsole logs not available after 13:38s for gate-nova-pep8 232554,12,71ee4fe03:19
*** edmondsw has quit IRC03:19
*** dims has joined #openstack-qa03:21
*** mylu_ has joined #openstack-qa03:22
*** mylu has quit IRC03:22
*** tochi has quit IRC03:25
*** pglass has joined #openstack-qa03:25
*** binbincong has joined #openstack-qa03:29
*** ranger81 has joined #openstack-qa03:32
openstackrecheckConsole logs not available after 13:28s for gate-keystone-python27 243742,4,25fc6a403:33
*** Wei_Liu_ has quit IRC03:35
*** ranger81 has quit IRC03:35
*** Wei_Liu_ has joined #openstack-qa03:35
*** ranger81 has joined #openstack-qa03:39
*** ranger81 has quit IRC03:44
openstackrecheckConsole logs not available after 13:46s for gate-nova-pep8 238239,10,fc3203b03:47
*** weshay_xchat has joined #openstack-qa03:54
*** ranger81 has joined #openstack-qa03:55
*** ranger81 has quit IRC03:56
*** mriedem has quit IRC03:59
openstackrecheckConsole logs not available after 13:33s for gate-nova-pep8 238323,11,d4088f504:00
*** tochi has joined #openstack-qa04:01
*** pglass has quit IRC04:01
*** itsuugo has joined #openstack-qa04:02
*** jhesketh has quit IRC04:06
*** itsuugo has quit IRC04:07
*** dave-mccowan has quit IRC04:07
*** jeblair has quit IRC04:08
*** josh6627 has joined #openstack-qa04:08
*** EmilienM has quit IRC04:08
*** jeblair has joined #openstack-qa04:09
*** ranger81 has joined #openstack-qa04:10
*** EmilienM has joined #openstack-qa04:10
*** weshay_xchat has quit IRC04:12
*** zhangjn has quit IRC04:14
*** ranger81 has quit IRC04:15
openstackrecheckConsole logs not available after 13:34s for gate-nova-pep8 232620,15,087998c04:15
*** lutostag has quit IRC04:22
*** lutostag has joined #openstack-qa04:23
*** hoangcx has joined #openstack-qa04:23
*** achanda has joined #openstack-qa04:23
*** hoangcx has left #openstack-qa04:23
*** cody-somerville has quit IRC04:24
*** lutostag has quit IRC04:24
*** lutostag has joined #openstack-qa04:25
*** asselin has quit IRC04:25
*** asselin has joined #openstack-qa04:25
openstackrecheckConsole logs not available after 13:35s for gate-glance-python27 247819,2,f1402dd04:29
*** zhangjn has joined #openstack-qa04:29
*** yamahata has joined #openstack-qa04:32
*** ranger81_ has joined #openstack-qa04:33
*** ranger81 has joined #openstack-qa04:33
*** dims has quit IRC04:36
*** armax has joined #openstack-qa04:37
*** aopincar has joined #openstack-qa04:38
*** cody-somerville has joined #openstack-qa04:41
openstackrecheckConsole logs not available after 13:33s for gate-grenade-dsvm 247720,2,69fef8904:44
*** zhangjn has quit IRC04:45
*** achanda_ has joined #openstack-qa04:46
*** Triveni has joined #openstack-qa04:46
*** mylu_ has quit IRC04:47
*** achanda has quit IRC04:50
*** aopincar has quit IRC04:56
*** ranger81_ has quit IRC04:58
openstackrecheckConsole logs not available after 13:42s for gate-grenade-dsvm 247853,1,098934b04:58
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/24716605:00
*** nicholasgoracke has joined #openstack-qa05:00
*** armax has quit IRC05:00
*** oomichi_ has joined #openstack-qa05:01
*** ranger81 has joined #openstack-qa05:01
*** oomichi has quit IRC05:03
*** nicholasgoracke has quit IRC05:05
*** rossella_s has quit IRC05:07
*** rossella_s has joined #openstack-qa05:07
*** zhangjn has joined #openstack-qa05:11
openstackrecheckConsole logs not available after 13:38s for gate-tempest-dsvm-postgres-full 196942,15,25116f505:12
*** mattoliverau has quit IRC05:12
*** zhangjn has quit IRC05:12
*** mattoliverau has joined #openstack-qa05:13
*** zhangjn has joined #openstack-qa05:18
*** achanda_ has quit IRC05:21
oomichi_dmellado: hi05:22
oomichi_dmellado: about service-client dev.05:22
oomichi_dmellado: I'd like to get  your help for v2 dentity_client.py. so please check https://etherpad.openstack.org/p/mitaka-tempest-service-clients05:23
oomichi_dmellado: I wrote working item for you :)05:23
*** mylu has joined #openstack-qa05:24
*** mylu has quit IRC05:25
*** mylu has joined #openstack-qa05:26
*** mylu has quit IRC05:27
*** mylu has joined #openstack-qa05:28
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Fix T110 violations for image_client  https://review.openstack.org/24791905:30
openstackrecheckConsole logs not available after 13:53s for gate-tempest-dsvm-full-kilo 202418,15,cdf0afd05:31
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-dev/devstack: Updated HACKING.rst for typos  https://review.openstack.org/24792005:31
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-dev/devstack: Updated typos in lib/dlm  https://review.openstack.org/24792105:31
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-dev/devstack: Updated typos in lib/ironic  https://review.openstack.org/24792205:31
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-dev/devstack: Updated typos in unittest.sh  https://review.openstack.org/24792305:32
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-dev/devstack: Updated typos in test_meta_config.sh  https://review.openstack.org/24792405:32
*** stevemar_ has quit IRC05:34
*** stevemar_ has joined #openstack-qa05:35
*** armax has joined #openstack-qa05:35
*** ranger81 has quit IRC05:37
*** stevemar_ has quit IRC05:38
*** gema has joined #openstack-qa05:38
*** mylu has quit IRC05:39
*** ranger81 has joined #openstack-qa05:39
*** tmatsu has quit IRC05:42
*** tmatsu has joined #openstack-qa05:44
openstackrecheckConsole logs not available after 13:46s for gate-cinder-python34 246787,1,c7a155405:45
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-dev/devstack: Updated Typos in devstack  https://review.openstack.org/24792005:49
*** ranger81 has quit IRC05:53
*** dwalleck has quit IRC05:54
*** dwalleck has joined #openstack-qa05:54
*** itsuugo has joined #openstack-qa05:56
*** mylu has joined #openstack-qa05:57
openstackrecheckConsole logs not available after 13:36s for gate-cinder-python34 247886,1,25c06a805:59
*** hoangcx has joined #openstack-qa06:01
*** shausy has joined #openstack-qa06:01
*** hoangcx has left #openstack-qa06:01
*** sabeen has quit IRC06:03
*** mkumatag has joined #openstack-qa06:04
*** oomichi_ has quit IRC06:04
*** amotoki_ has joined #openstack-qa06:07
*** mylu has quit IRC06:12
openstackrecheckConsole logs not available after 13:31s for gate-cinder-python34 227943,6,e60f9ec06:12
*** mylu has joined #openstack-qa06:12
*** jasonsb has quit IRC06:14
*** oomichi has joined #openstack-qa06:15
*** amotoki_ has quit IRC06:17
*** mylu has quit IRC06:18
*** jasonsb has joined #openstack-qa06:19
*** tochi has quit IRC06:19
*** jasonsb has quit IRC06:21
*** eliqiao_ has joined #openstack-qa06:26
openstackrecheckConsole logs not available after 13:33s for gate-tempest-dsvm-neutron-full 240329,5,1df868806:26
*** achanda has joined #openstack-qa06:26
*** eliqiao has quit IRC06:28
*** rcernin has joined #openstack-qa06:30
*** nadya_ has joined #openstack-qa06:31
*** itsuugo has quit IRC06:32
*** nadya_ has quit IRC06:33
*** dwalleck has quit IRC06:36
*** itsuugo has joined #openstack-qa06:36
openstackrecheckConsole logs not available after 13:31s for gate-cinder-python34 246861,1,78867c906:41
*** SridharG has joined #openstack-qa06:41
*** achanda has quit IRC06:42
*** achanda has joined #openstack-qa06:43
openstackgerritAndrea Frittoli proposed openstack/tempest: Skip test that rely on creds by role  https://review.openstack.org/24794706:44
*** itsuugo has quit IRC06:44
andreafmtreinish, sdague, masayukig, oomichi, afazekas: this fix is relatively urgent https://review.openstack.org/247947 it restores non-isolated jobs06:45
andreafmtreinish: I tracked down the issue to the "is_role_available" method raising an exception instead of returning false on the legacy creds provider - by bad :(06:46
*** achanda has quit IRC06:48
*** nadya_ has joined #openstack-qa06:53
*** salv-orlando has joined #openstack-qa06:54
*** salv-orl_ has quit IRC06:58
gmannandreaf: Thanks. i missed that on that patch :(07:03
*** tochi has joined #openstack-qa07:08
*** eliqiao has joined #openstack-qa07:09
*** eliqiao_ has quit IRC07:10
*** jasonsb has joined #openstack-qa07:10
openstackgerritBin Bin Cong proposed openstack/tempest: Add keystone v3 user negative cases  https://review.openstack.org/24239207:14
*** eliqiao has quit IRC07:18
*** eliqiao has joined #openstack-qa07:20
*** itsuugo has joined #openstack-qa07:22
*** tmatsu has quit IRC07:22
*** tmatsu has joined #openstack-qa07:23
*** anshul has joined #openstack-qa07:28
*** achanda has joined #openstack-qa07:29
*** tmatsu has quit IRC07:30
*** tmatsu has joined #openstack-qa07:32
*** itsuugo has quit IRC07:33
*** armax has quit IRC07:34
*** fedexo has quit IRC07:34
*** tmatsu has quit IRC07:35
*** tmatsu has joined #openstack-qa07:36
*** neeti has joined #openstack-qa07:38
*** nadya_ has quit IRC07:38
*** anshul has quit IRC07:40
*** anshul has joined #openstack-qa07:40
openstackgerritMerged openstack/tempest: Updated from global requirements  https://review.openstack.org/24716607:41
*** achanda has quit IRC07:41
*** safchain has joined #openstack-qa07:44
*** zhangjn has quit IRC07:47
*** gfidente has joined #openstack-qa07:50
*** vgridnev has joined #openstack-qa07:52
*** ranger81 has joined #openstack-qa07:54
openstackrecheckConsole logs not available after 13:53s for gate-tempest-dsvm-neutron-full-non-isolated 247554,2,ce320b007:54
*** chicxurug has joined #openstack-qa07:55
*** ttx has quit IRC07:57
*** ttx has joined #openstack-qa07:57
*** chicxurug has left #openstack-qa07:57
*** hpeter has joined #openstack-qa07:58
*** ranger81 has quit IRC08:00
dmelladooomichi: read your message, ack ;)08:02
oomichidmellado: thanks :-)08:02
dmelladoquery oomichi08:04
openstackgerritMerged openstack/tempest: Modify baremetal_basic_ops test  https://review.openstack.org/24531308:05
*** dpaterson has quit IRC08:07
*** dpaterson has joined #openstack-qa08:08
openstackrecheckopenstack/tempest change: https://review.openstack.org/247861 failed because of: gate-tempest-dsvm-layer4: https://bugs.launchpad.net/bugs/140090508:14
openstackLaunchpad bug 1400905 in OpenStack-Gate "Hash Sum mismatch on apt mirrors" [Undecided,Confirmed]08:14
*** achanda has joined #openstack-qa08:17
*** zhangjn has joined #openstack-qa08:18
openstackgerritYaroslav Lobankov proposed openstack/tempest: Rename get_group to show_group  https://review.openstack.org/24796508:24
openstackgerritYaroslav Lobankov proposed openstack/tempest: [V3] Rename get_group to show_group  https://review.openstack.org/24796508:26
*** oomichi has quit IRC08:27
*** zhangjn has quit IRC08:32
*** amotoki_ has joined #openstack-qa08:36
*** zhangjn has joined #openstack-qa08:36
*** tmatsu has quit IRC08:36
*** tmatsu has joined #openstack-qa08:37
*** vgridnev has quit IRC08:40
*** dmorita has quit IRC08:41
*** shausy has quit IRC08:41
*** tmatsu has quit IRC08:41
*** shausy has joined #openstack-qa08:42
*** jlanoux has joined #openstack-qa08:43
*** piyush_ has joined #openstack-qa08:47
*** amotoki_ has quit IRC08:47
piyush_HI Gmann08:48
*** ifarkas has joined #openstack-qa08:48
*** oomichi has joined #openstack-qa08:48
*** maht has joined #openstack-qa08:49
*** zhangjn has quit IRC08:51
openstackrecheckConsole logs not available after 14:36s for gate-tempest-dsvm-large-ops-kilo 242965,1,2ccad7308:54
*** yamahata has quit IRC08:58
*** bauzas is now known as bauwser09:02
*** k4n0 has joined #openstack-qa09:06
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Refactor T110 rule  https://review.openstack.org/24798009:07
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Add T111 hacking rule for consistent DELETE method  https://review.openstack.org/24798109:07
openstackgerritGhanshyam Mann proposed openstack/tempest: Add the base microversions test part  https://review.openstack.org/24229609:07
*** rossella_s has quit IRC09:07
*** rossella_s has joined #openstack-qa09:08
*** jecarey has joined #openstack-qa09:08
*** nadya_ has joined #openstack-qa09:08
*** itsuugo has joined #openstack-qa09:10
*** jecarey has quit IRC09:13
*** itsuugo has quit IRC09:15
gmannpiyush_: hi09:15
openstackgerritGhanshyam Mann proposed openstack/tempest: Use Tempest-lib's compute images_client  https://review.openstack.org/23679809:15
*** achanda has quit IRC09:17
openstackrecheckConsole logs not available after 13:35s for gate-tempest-dsvm-ironic-agent_ssh 247861,1,e0a820709:19
andreafmasayukig, afazekas: thanks for your reviews on https://review.openstack.org/#/c/247947/ - the non isolated jobs are back to green now, so it should be ok to +A the change09:20
openstackgerritGhanshyam Mann proposed openstack/tempest: Use Tempest-lib's compute instance_usage_audit_logs  https://review.openstack.org/23680309:21
openstackgerritAndrea Frittoli proposed openstack/tempest: Remove preprov provider dependencies from CONF  https://review.openstack.org/23420009:22
afazekasandreaf, done09:22
andreafafazekas: thanks!09:22
*** jecarey has joined #openstack-qa09:24
*** achanda has joined #openstack-qa09:25
openstackgerritGhanshyam Mann proposed openstack/tempest: Use Tempest-lib's compute limits_client  https://review.openstack.org/23873909:26
*** jecarey has quit IRC09:28
*** vgridnev has joined #openstack-qa09:29
openstackgerritGhanshyam Mann proposed openstack/tempest: Use Tempest-lib's compute migrations_client  https://review.openstack.org/24041609:30
*** markvoelker has quit IRC09:30
*** e0ne has joined #openstack-qa09:31
*** yamamoto has quit IRC09:31
*** zhangjn has joined #openstack-qa09:31
openstackgerritYaroslav Lobankov proposed openstack/tempest: Use V3 params when initializing Keystone V3 clients  https://review.openstack.org/24798809:32
*** pkoniszewski has quit IRC09:35
openstackgerritGhanshyam Mann proposed openstack/tempest: Use Tempest-lib's compute networks_client  https://review.openstack.org/24042109:35
gmannmtreinish: removed WIP - https://review.openstack.org/#/q/status:open+project:openstack/tempest+branch:master+topic:use_lib_service_client,n,z09:36
*** dtantsur|afk is now known as dtantsur09:36
dmelladogmann: andreaf may I ask you a question regarding service clients?09:37
*** achanda has quit IRC09:37
gmanndmellado: yea, please09:40
*** itsuugo has joined #openstack-qa09:41
dmelladogmann: I'm working into splitting the keystone service client, as in https://etherpad.openstack.org/p/mitaka-tempest-service-clients09:41
dmellado    tempest/services/identity/v2/json/09:41
*** pkoniszewski has joined #openstack-qa09:41
gmanndmellado: ok09:41
dmelladoand I first created a TokenClient, which holds the 2 methods for show token and delete token09:42
dmelladowhich is ok09:42
piyush_Gmann: can you please tell me this check experimental is what for09:42
piyush_?09:42
dmelladothen I was going to modify tempest/clients.py09:42
dmelladoto add the TokenClient09:43
gmannpiyush_: there are many jobs which run on experimental pipeline, "check experimental" comment trigger those so that we can see their results09:43
openstackgerritKomei Shimamura proposed openstack-dev/devstack: Add official devstack plugins to plugin-registry documentation  https://review.openstack.org/24799109:43
gmannpiyush_: like keystone v3 API job09:43
dmelladobut I saw that there was already a TokenClient from tempest-lib09:43
gmanndmellado: yes there is one09:43
dmelladoDoes it mean that the token methods for the identityclient were not used anymore?09:43
dmelladothus there wasn't really a need for such a TokenClient in tempest?09:44
piyush_Gmann: okies so in my case its failing..09:44
dmelladoIf so, I'll just delete them for v2/identity_client.py :\09:44
*** zhangjn has quit IRC09:44
dmelladoafazekas: ^09:44
*** maht has quit IRC09:44
*** maht has joined #openstack-qa09:45
piyush_Gmann: with some ssh error, so i need to restart this job again09:45
dmelladooomichi: was suggesting this patch as a model https://review.openstack.org/#/c/246520/309:45
gmanndmellado: both are different and we need both09:45
dmelladogmann: then I should just rename the import for the TokenClient so it doesn't collide?09:45
dmelladoV2TokenClient or something like that?09:46
* dmellado trying to get this09:46
gmanndmellado: lib one is used to get token for auth during initial cred preparation09:46
dmelladogmann: I see, and the other one is used within the tests09:48
gmanndmellado: V2TokenClient will be confusing with lib one09:48
dmelladogmann: what would you suggest then?09:48
gmanndmellado: thinking about this..09:48
gmannpiyush_: no exactly till it pass keystone v3 job as your change related to that09:49
gmannpiyush_: i will check09:49
*** jordanP has joined #openstack-qa09:49
*** amotoki_ has joined #openstack-qa09:50
piyush_Gmann: okies thanks :-)09:51
gmanndmellado: i think we can keep those in identity_client only as v3 client also09:51
gmanndmellado: because renaming those in token_something will be confusing09:52
dmelladogmann: sounds fine for me, I'll drop this patch and continue with the next one09:52
dmelladoI'll also add a comment in the identity client about this09:52
dmelladooomichi: ^09:52
openstackgerritKomei Shimamura proposed openstack-dev/devstack: Add existing devstack plugins to the devstack plugin list  https://review.openstack.org/24799109:53
gmanndmellado: or another way i was thinking about putting those in lib token_client but that takes different set of arg auth_url09:53
gmannso that would not be good09:54
*** nicholasgoracke has joined #openstack-qa09:54
gmanndmellado: yea but oomichi can suggest if he has some better name for those..09:54
openstackgerritMerged openstack-dev/devstack: doc: document override_defaults phase  https://review.openstack.org/24677509:54
dmelladogmann: I'll create a WIP then so everyone can comment09:55
gmanndmellado: yea09:55
gmanndmellado: do you have that patch up ?09:55
dmelladogmann: up to the point where I was modifying the tempest/client yep09:56
gmanndmellado: ohk09:56
*** Wei_Liu_ has quit IRC09:56
dmelladolet me name the commit and I'll post the link09:56
gmanndmellado: ok09:56
*** ranger81 has joined #openstack-qa09:56
gmanndmellado: also ylobankov working on separating v3 client - https://review.openstack.org/#/c/247538/09:57
dmelladoI saw that, that's why I asked about the V3TokenClient and thought about using V2TokenClient for this09:57
gmanndmellado: I hope you have already coordinated on etherpad09:57
dmelladobut I do agree that it'd be confusing09:57
dmelladogmann: yep09:57
gmanndmellado: cool09:58
*** nicholasgoracke has quit IRC09:59
openstackgerritYaroslav Lobankov proposed openstack/tempest: Removing initialization of clients that are not used  https://review.openstack.org/24800209:59
*** ranger81 has quit IRC10:01
openstackgerritDaniel Mellado proposed openstack/tempest: [WIP] Split out keystone token client  https://review.openstack.org/24800510:04
dmelladogmann: https://review.openstack.org/#/c/248005/10:05
*** amotoki_ has quit IRC10:06
*** aix has joined #openstack-qa10:07
*** hop|2 has joined #openstack-qa10:08
*** Wei_Liu_ has joined #openstack-qa10:09
*** yamamoto has joined #openstack-qa10:17
*** yamamoto_ has joined #openstack-qa10:17
*** shardy has joined #openstack-qa10:18
openstackgerritGhanshyam Mann proposed openstack/tempest: Add compute client base class for microversion support  https://review.openstack.org/24234610:20
openstackgerritGhanshyam Mann proposed openstack/tempest: Add logic to select the request microversion  https://review.openstack.org/24443910:20
openstackgerritGhanshyam Mann proposed openstack/tempest: Add support of schema versioning for microversion  https://review.openstack.org/24497410:20
openstackgerritGhanshyam Mann proposed openstack/tempest: Add tests for Nova microversion v2.2  https://review.openstack.org/24499610:20
*** yamamoto has quit IRC10:21
*** yamamoto_ has quit IRC10:28
*** amotoki_ has joined #openstack-qa10:29
*** amotoki_ has quit IRC10:30
*** markvoelker has joined #openstack-qa10:31
*** apevec has joined #openstack-qa10:33
*** apevec has quit IRC10:33
*** apevec has joined #openstack-qa10:33
*** tochi has quit IRC10:34
*** markvoelker has quit IRC10:36
openstackgerritMerged openstack/tempest: Skip test that rely on creds by role  https://review.openstack.org/24794710:36
*** tochi has joined #openstack-qa10:39
*** e0ne has quit IRC10:43
*** nicholasgoracke has joined #openstack-qa10:45
openstackrecheckConsole logs not available after 13:57s for gate-tempest-dsvm-neutron-full 236798,3,2f4e6d310:47
*** e0ne has joined #openstack-qa10:51
apevecfungi, while checking devstack for possiblity of post-EOL grenade job, I noticed icehouse-eol tag is missing?10:52
apevecany chance you could recover and push it? Just for completeness and maybe quick PoC test10:53
*** gszasz has joined #openstack-qa10:56
openstackrecheckConsole logs not available after 14:01s for gate-tempest-dsvm-postgres-full-juno 234200,14,c67f37c11:01
openstackrecheckConsole logs not available after 14:03s for gate-tempest-dsvm-full 248005,1,8df6bea11:20
*** neeti has quit IRC11:24
*** dims has joined #openstack-qa11:24
*** safchain has quit IRC11:28
*** salv-orlando has quit IRC11:28
*** yamamoto has joined #openstack-qa11:28
*** salv-orlando has joined #openstack-qa11:29
*** achanda has joined #openstack-qa11:31
*** yamamoto has quit IRC11:33
*** piyush_ has quit IRC11:34
*** yamamoto has joined #openstack-qa11:37
*** Triveni has quit IRC11:37
*** yamamoto has quit IRC11:38
*** safchain has joined #openstack-qa11:41
*** yamamoto has joined #openstack-qa11:45
*** salv-orlando has quit IRC11:45
*** yamamoto has quit IRC11:49
*** ranger81 has joined #openstack-qa11:57
openstackrecheckConsole logs not available after 14:01s for gate-tempest-dsvm-postgres-full-kilo 238739,3,b14740111:57
clarkbapevec fungi is on vacation but tag exists https://git.openstack.org/cgit/openstack-dev/devstack/tag/?h=icehouse-eol11:58
*** zhangjn has joined #openstack-qa12:02
*** ranger81 has quit IRC12:02
*** zhangjn has quit IRC12:02
*** zhangjn has joined #openstack-qa12:03
apevecclarkb, thanks - so looks like git fetch is not retrieving tags on dead branches?12:03
clarkbdo a git remote update?12:06
clarkbgit fetch knows nothing of "dead" branches. a tag is a tag is a tag12:06
apevecgit remote update did the trick, thanks12:07
apevecinteresting that git fetch gerrit icehouse-eol worked w/o local tag, but still didn't retrieve the tag locally12:08
clarkbyou have to do --tags iirc12:08
apevecah yes, rtfm: "By default, any tag that points into the histories being fetched is also fetched"12:09
apevecso for dead branches, --tags is required12:09
*** TuanNguyen has joined #openstack-qa12:12
openstackrecheckConsole logs not available after 14:34s for gate-tempest-dsvm-full-kilo 236803,3,83604d612:12
*** salv-orlando has joined #openstack-qa12:17
*** e0ne has quit IRC12:19
*** e0ne has joined #openstack-qa12:19
openstackrecheckConsole logs not available after 14:29s for gate-tempest-dsvm-neutron-full-non-admin 234200,14,ff15c8112:26
*** maht has quit IRC12:28
*** tochi has quit IRC12:29
openstackgerritVasyl Saienko proposed openstack-dev/devstack: Allow to build user image with DIB  https://review.openstack.org/24751312:32
openstackgerritVasyl Saienko proposed openstack-dev/devstack: refactor ironic enroll-node code  https://review.openstack.org/24804812:32
*** markvoelker has joined #openstack-qa12:32
*** aix has quit IRC12:36
*** markvoelker has quit IRC12:37
*** itsuugo has quit IRC12:39
openstackrecheckConsole logs not available after 14:05s for gate-tempest-dsvm-full-juno 248002,1,7176f7112:41
openstackgerritShinobu KINJO proposed openstack-dev/devstack: Being force into using "FORCE=yes", otherwise "stack.sh" ends up with failing  https://review.openstack.org/24805612:48
*** weshay_xchat has joined #openstack-qa12:51
openstackgerritShinobu KINJO proposed openstack-dev/devstack: Being force into using "FORCE=yes", otherwise "stack.sh" ends up with being failed  https://review.openstack.org/24805612:52
*** salv-orl_ has joined #openstack-qa12:54
*** wuhg has joined #openstack-qa12:55
openstackrecheckConsole logs not available after 16:19s for gate-nova-python34 246298,3,b6c124b12:57
*** salv-orlando has quit IRC12:57
*** jaypipes has joined #openstack-qa13:00
*** ChanServ sets mode: +o jaypipes13:00
*** achanda has quit IRC13:01
*** achanda has joined #openstack-qa13:02
*** yfried has quit IRC13:06
*** rossella_s has quit IRC13:07
*** itsuugo has joined #openstack-qa13:08
*** rossella_s has joined #openstack-qa13:08
*** salv-orl_ has quit IRC13:09
*** aojea has joined #openstack-qa13:09
*** salv-orlando has joined #openstack-qa13:09
*** itsuugo has quit IRC13:09
*** binbincong has quit IRC13:11
openstackrecheckConsole logs not available after 15:07s for gate-tempest-dsvm-neutron-full-kilo 247861,1,c4ec67e13:12
*** Wei_Liu_ has quit IRC13:13
*** mkumatag has left #openstack-qa13:13
*** jacky-zhang has quit IRC13:13
*** jacky-zhang has joined #openstack-qa13:14
*** salv-orlando has quit IRC13:16
openstackgerritAlexander Gubanov proposed openstack/tempest: Change comments and description for minimum_basic test  https://review.openstack.org/24648313:16
*** salv-orlando has joined #openstack-qa13:16
*** yamamoto has joined #openstack-qa13:17
*** mkoderer has quit IRC13:18
*** shausy has quit IRC13:21
*** mkoderer has joined #openstack-qa13:22
*** yamamoto has quit IRC13:22
*** jacky-zhang has quit IRC13:23
*** tnguyen1 has joined #openstack-qa13:23
*** dpaterson has quit IRC13:25
openstackgerritVasyl Saienko proposed openstack-dev/devstack: Add configure_provision_netowrk function  https://review.openstack.org/24807413:26
openstackrecheckConsole logs not available after 15:01s for gate-tempest-dsvm-postgres-full-juno 242346,9,3f9527313:27
*** achanda has quit IRC13:28
*** maht has joined #openstack-qa13:29
*** aix has joined #openstack-qa13:30
*** dave-mccowan has joined #openstack-qa13:30
*** Wei_Liu has joined #openstack-qa13:30
*** achanda has joined #openstack-qa13:31
*** maht has quit IRC13:34
*** markvoelker has joined #openstack-qa13:35
*** achanda has quit IRC13:37
*** achanda has joined #openstack-qa13:38
*** Triveni has joined #openstack-qa13:40
*** maht has joined #openstack-qa13:41
openstackgerritYuriy Yekovenko proposed openstack/tempest: Add new tempest test "RebuildInstanceWithVolume"  https://review.openstack.org/18236513:41
openstackgerritliusheng proposed openstack/tempest: Change tests to adapt alarm spliting  https://review.openstack.org/20241813:44
*** tmatsu has joined #openstack-qa13:49
*** salv-orlando has quit IRC13:52
*** salv-orl_ has joined #openstack-qa13:52
*** annemccormick has joined #openstack-qa13:53
*** regXboi has joined #openstack-qa13:53
*** tmatsu has quit IRC13:54
*** dkranz has joined #openstack-qa13:55
*** ranger81 has joined #openstack-qa13:58
*** jaypipes has quit IRC13:59
openstackrecheckConsole logs not available after 14:49s for gate-tempest-dsvm-large-ops 238358,30,86194e714:01
*** ranger81 has quit IRC14:02
*** nicholasgoracke has quit IRC14:04
*** binbincong has joined #openstack-qa14:06
*** dpaterson has joined #openstack-qa14:11
*** achanda has quit IRC14:11
*** stevemar_ has joined #openstack-qa14:13
*** aojea has quit IRC14:13
*** achanda has joined #openstack-qa14:13
*** itsuugo has joined #openstack-qa14:16
openstackrecheckConsole logs not available after 14:48s for gate-cinder-pep8 247977,2,598292a14:16
*** mriedem has joined #openstack-qa14:16
*** salv-orl_ has quit IRC14:17
*** itsuugo has quit IRC14:20
*** salv-orlando has joined #openstack-qa14:21
*** dwalleck has joined #openstack-qa14:21
*** itsuugo has joined #openstack-qa14:22
*** dwalleck has quit IRC14:26
*** bauwser has left #openstack-qa14:26
*** artom has joined #openstack-qa14:26
*** achanda has quit IRC14:26
openstackrecheckConsole logs not available after 14:52s for gate-tempest-dsvm-neutron-full 242513,12,ca944bf14:31
*** itsuugo has quit IRC14:33
*** akshai has joined #openstack-qa14:35
*** itsuugo has joined #openstack-qa14:37
*** grafuls__ has quit IRC14:38
*** SridharG has left #openstack-qa14:40
*** zz_dimtruck is now known as dimtruck14:41
*** dansmith is now known as superdan14:41
*** achanda has joined #openstack-qa14:44
openstackrecheckConsole logs not available after 14:58s for gate-grenade-dsvm-multinode 202673,32,baa836514:46
*** aix has quit IRC14:47
*** aix has joined #openstack-qa14:49
openstackgerritDavid Paterson proposed openstack/tempest: Migrate verify-tempest-config to new cliff cli framework  https://review.openstack.org/24724014:50
openstackgerritDavid Paterson proposed openstack/tempest: Add run_stress to cliff-based cli framework  https://review.openstack.org/24039914:50
*** itsuugo has quit IRC14:55
*** rbak has joined #openstack-qa14:56
*** itsuugo has joined #openstack-qa14:57
*** _dpaterson has joined #openstack-qa14:58
openstackrecheckConsole logs not available after 14:44s for gate-tempest-dsvm-ironic-agent_ssh 247988,1,f056c9615:00
*** boris-42 has joined #openstack-qa15:01
*** yamamoto has joined #openstack-qa15:01
*** dpaterson has quit IRC15:02
*** yamamoto has quit IRC15:07
*** stevemar_ has quit IRC15:10
*** aalam has joined #openstack-qa15:10
*** e0ne has quit IRC15:11
openstackrecheckConsole logs not available after 14:54s for gate-nova-pep8 248029,1,327134515:15
*** krtaylor has joined #openstack-qa15:16
*** yamamoto has joined #openstack-qa15:17
*** maht has quit IRC15:18
*** ccneill has joined #openstack-qa15:19
*** yamamoto has quit IRC15:21
openstackgerritVasyl Saienko proposed openstack-dev/devstack: Add configure_provision_netowrk function  https://review.openstack.org/24807415:21
openstackgerritJordan Pittier proposed openstack/tempest: Scenarios: cleanup class scope variable usage  https://review.openstack.org/24813615:23
*** aalam has quit IRC15:24
*** rbrndt has joined #openstack-qa15:25
*** vgridnev has quit IRC15:26
openstackgerritRamy Asselin proposed openstack-infra/elastic-recheck: Disable InsecurePlatform Warnings  https://review.openstack.org/24706915:30
*** k4n0 has quit IRC15:32
openstackrecheckConsole logs not available after 16:32s for gate-nova-python27 246299,3,8ee5e7c15:32
*** ccneill has quit IRC15:33
*** e0ne has joined #openstack-qa15:33
*** rcernin has quit IRC15:34
*** yamahata has joined #openstack-qa15:35
*** nithyag_ has quit IRC15:36
*** ccneill has joined #openstack-qa15:36
openstackgerritMartin Hickey proposed openstack-dev/devstack: Neutron: Use generated configuration files if available  https://review.openstack.org/20472215:39
*** itsuugo has quit IRC15:40
*** maht has joined #openstack-qa15:52
*** stevemar_ has joined #openstack-qa15:52
*** Wei_Liu has quit IRC15:53
openstackgerritJohn Warren proposed openstack/tempest: Split out Neutron floating IPs client  https://review.openstack.org/24652015:56
openstackrecheckConsole logs not available after 14:45s for gate-nova-pep8 246298,4,d1d9cf015:56
*** itsuugo has joined #openstack-qa15:57
*** e0ne_ has joined #openstack-qa15:57
*** e0ne has quit IRC15:58
*** svasheka has quit IRC15:58
*** stevemar_ has quit IRC15:58
*** ranger81 has joined #openstack-qa15:59
*** stevemar_ has joined #openstack-qa15:59
*** austin81 has joined #openstack-qa15:59
*** rcernin has joined #openstack-qa16:00
*** rcernin is now known as rcernin|dinner16:00
*** Triveni has quit IRC16:00
*** nicholasgoracke has joined #openstack-qa16:05
*** svasheka has joined #openstack-qa16:05
*** ranger81 has quit IRC16:06
*** SridharG has joined #openstack-qa16:07
*** binbincong has quit IRC16:07
*** nicholasgoracke has quit IRC16:09
openstackrecheckConsole logs not available after 14:59s for gate-tempest-dsvm-postgres-full 247692,2,fdb70d516:11
*** kbaikov has quit IRC16:15
openstackgerritMerged openstack/stackviz: Removed unused settings.py.  https://review.openstack.org/24720216:16
*** armax has joined #openstack-qa16:18
*** ranger81 has joined #openstack-qa16:22
*** itsuugo has quit IRC16:23
*** itsuugo has joined #openstack-qa16:24
openstackgerritJoseph Lanoux proposed openstack/tempest: Migrate scenario tests ssh-auth-strategy  https://review.openstack.org/22557516:24
*** hop|2 has quit IRC16:25
openstackrecheckConsole logs not available after 14:58s for gate-devstack-bashate 248048,1,817584b16:26
*** stevemar_ has quit IRC16:26
*** ranger81 has quit IRC16:26
openstackgerritMerged openstack/stackviz: Switch to eslint.  https://review.openstack.org/24722016:28
*** woodster_ has joined #openstack-qa16:29
glauco___mtreinish: do you have an idea of when you will release a newer version of subunit2sql?16:32
*** glauco___ is now known as glauco16:32
mtreinishglauco: likely next week. I need to do a little prep work in the repo around some of the changes from the new migration (docs and stuff)16:33
*** armax has quit IRC16:34
*** mylu has joined #openstack-qa16:34
mtreinishglauco: we also have to time it well because the migration is very long running. As soon as I push it'll trigger the migration16:34
mtreinishand update the version on all the services using it16:34
*** jlanoux has quit IRC16:34
mtreinishso I've got to coordinate with infra before I push it16:34
*** nadya_ has quit IRC16:37
*** mylu has quit IRC16:38
*** itsuugo has quit IRC16:38
*** sabeen1 has joined #openstack-qa16:39
mtreinishglauco: I'll likely shoot to do it next friday to let the migration run over the weekend16:39
*** stevemar_ has joined #openstack-qa16:39
*** jecarey has joined #openstack-qa16:40
openstackrecheckConsole logs not available after 14:52s for gate-tempest-dsvm-postgres-full-juno 247988,1,2a4f9a416:41
*** jlanoux has joined #openstack-qa16:41
*** rcernin|dinner is now known as rcernin16:42
*** stevemar_ has quit IRC16:44
*** dims_ has joined #openstack-qa16:44
openstackgerritDaniel Mellado proposed openstack/tempest: [WIP] Split out keystone tenant client  https://review.openstack.org/24817016:44
*** dims has quit IRC16:44
*** mylu has joined #openstack-qa16:44
*** yamamoto has joined #openstack-qa16:44
*** stevemar_ has joined #openstack-qa16:45
*** jecarey has quit IRC16:45
*** jecarey has joined #openstack-qa16:46
mtreinishmkoderer: when you get a sec, I'd appreciate your view on this branch: https://review.openstack.org/#/c/216303/416:47
*** mylu has quit IRC16:48
*** mylu has joined #openstack-qa16:48
*** ranger81 has joined #openstack-qa16:49
*** yamamoto has quit IRC16:49
*** mylu has quit IRC16:50
*** mylu_ has joined #openstack-qa16:50
*** jecarey has quit IRC16:50
*** itsuugo has joined #openstack-qa16:51
openstackgerritMerged openstack-dev/devstack: Fedora 23 supported  https://review.openstack.org/24738416:57
*** dtantsur is now known as dtantsur|afk16:57
*** e0ne_ has quit IRC16:58
*** stevemar_ has quit IRC16:59
*** stevemar_ has joined #openstack-qa17:00
*** nic has joined #openstack-qa17:01
*** armax has joined #openstack-qa17:02
*** ifarkas has quit IRC17:04
*** stevemar_ has quit IRC17:04
*** jlanoux has quit IRC17:05
*** nadya_ has joined #openstack-qa17:06
openstackrecheckConsole logs not available after 15:14s for gate-tempest-dsvm-ironic-agent_ssh 248056,2,1c0093a17:06
*** rossella_s has quit IRC17:07
*** rossella_s has joined #openstack-qa17:08
*** jordanP has quit IRC17:09
*** jordanP has joined #openstack-qa17:10
*** rbak has quit IRC17:10
*** sabeen3 has joined #openstack-qa17:12
*** sabeen1 has quit IRC17:12
*** mfalatic has joined #openstack-qa17:12
*** mylu_ has quit IRC17:16
*** mylu has joined #openstack-qa17:16
openstackgerritSean Dague proposed openstack-dev/devstack: remove precise from the supported list  https://review.openstack.org/24697317:19
*** TuanNguyen has quit IRC17:19
*** bnemec has quit IRC17:20
sdaguemtreinish: ^^ rebased after colliding with the add fc23 bit17:21
sdaguewe should also land the liberasurecode bit as notmyname would like it in - https://review.openstack.org/#/c/246601/17:21
*** Swami has joined #openstack-qa17:21
*** luqas__ has quit IRC17:22
*** maht has quit IRC17:23
openstackrecheckConsole logs not available after 13:29s for gate-tempest-dsvm-postgres-full 248076,1,9d27a5117:23
*** luqas has joined #openstack-qa17:23
*** rbak has joined #openstack-qa17:24
*** gfidente is now known as gfidente|afk17:27
*** luqas has quit IRC17:28
*** bnemec has joined #openstack-qa17:30
*** wuhg has quit IRC17:31
*** nic has quit IRC17:32
*** nic has joined #openstack-qa17:33
*** ajmiller_ is now known as ajmiller17:35
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full 215154,4,3de3f2617:36
*** devananda has quit IRC17:44
*** jasonsb has quit IRC17:44
*** devananda has joined #openstack-qa17:45
*** mylu has quit IRC17:46
*** mylu has joined #openstack-qa17:46
openstackrecheckConsole logs not available after 13:24s for gate-grenade-dsvm 248074,1,99eb2c117:50
*** mylu has quit IRC17:51
*** dwalleck has joined #openstack-qa17:51
*** dwalleck has quit IRC17:51
*** zhangjn has quit IRC17:51
*** yamahata has quit IRC17:52
*** jasonsb has joined #openstack-qa17:54
*** hitalia has joined #openstack-qa18:00
*** SridharG has left #openstack-qa18:00
*** mylu has joined #openstack-qa18:00
*** mylu has quit IRC18:01
*** achanda has quit IRC18:01
*** mylu has joined #openstack-qa18:03
*** jordanP has quit IRC18:03
openstackrecheckConsole logs not available after 13:29s for gate-tempest-dsvm-full-juno 246483,3,7d7532518:04
*** dwalleck has joined #openstack-qa18:04
*** dims has joined #openstack-qa18:05
*** austin81 has left #openstack-qa18:06
*** dims_ has quit IRC18:06
*** jordanP has joined #openstack-qa18:06
*** jordanP has quit IRC18:06
SpamapSmtreinish: your daily slow migration update: 94 million rows inserted18:06
SpamapSmtreinish: are we just going to wait until next week to kick off the prod migration?18:07
*** shardy has quit IRC18:08
*** mylu has quit IRC18:09
*** mylu has joined #openstack-qa18:09
*** aix has quit IRC18:10
*** e0ne has joined #openstack-qa18:11
*** mylu has quit IRC18:11
*** itsuugo has quit IRC18:11
*** mylu has joined #openstack-qa18:12
*** mriedem has quit IRC18:13
*** mylu has quit IRC18:14
*** itsuugo has joined #openstack-qa18:14
*** mylu has joined #openstack-qa18:15
*** TuanNguyen has joined #openstack-qa18:17
*** safchain has quit IRC18:17
*** mylu_ has joined #openstack-qa18:17
openstackrecheckConsole logs not available after 13:28s for gate-nova-pep8 232554,13,9edebfd18:17
*** mriedem has joined #openstack-qa18:18
*** mylu has quit IRC18:18
*** cody-somerville has quit IRC18:18
*** cody-somerville has joined #openstack-qa18:20
*** TuanNguyen has quit IRC18:20
*** e0ne has quit IRC18:22
*** achanda has joined #openstack-qa18:26
*** dwalleck has quit IRC18:27
*** dwalleck has joined #openstack-qa18:28
openstackrecheckConsole logs not available after 13:33s for gate-nova-pep8 247729,3,8478b0618:31
*** itsuugo has quit IRC18:31
*** nadya__ has joined #openstack-qa18:32
*** itsuugo has joined #openstack-qa18:33
*** rbak has quit IRC18:33
*** nadya_ has quit IRC18:34
*** e0ne has joined #openstack-qa18:34
*** mylu_ has quit IRC18:39
*** mylu has joined #openstack-qa18:39
*** edmondsw has joined #openstack-qa18:39
*** tmatsu has joined #openstack-qa18:43
*** rbrndt has quit IRC18:44
*** itsuugo has quit IRC18:44
*** jbernard has quit IRC18:44
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm-multinode 202418,16,700738818:44
*** rbak has joined #openstack-qa18:45
*** stevemar_ has joined #openstack-qa18:46
*** tmatsu has quit IRC18:48
*** stevemar_ has quit IRC18:48
*** stevemar_ has joined #openstack-qa18:48
*** itsuugo has joined #openstack-qa18:49
*** jecarey has joined #openstack-qa18:50
*** jecarey has quit IRC18:50
*** jecarey has joined #openstack-qa18:50
*** jecarey has quit IRC18:50
*** jecarey has joined #openstack-qa18:51
*** jecarey_ has joined #openstack-qa18:51
*** salv-orl_ has joined #openstack-qa18:54
*** jecarey has quit IRC18:55
*** e0ne has quit IRC18:57
*** salv-orlando has quit IRC18:57
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-full-juno 182365,17,e1366b218:58
*** sabeen3 has quit IRC19:03
*** ranger81 has left #openstack-qa19:04
*** jordanP has joined #openstack-qa19:11
openstackrecheckConsole logs not available after 13:31s for gate-nova-pep8 215917,15,e1984c419:11
*** jordanP has quit IRC19:12
*** stevemar_ has quit IRC19:13
*** mylu has quit IRC19:13
*** jordanP has joined #openstack-qa19:14
*** stevemar_ has joined #openstack-qa19:16
*** jacky-zhang has joined #openstack-qa19:19
*** jacky has joined #openstack-qa19:19
*** jacky is now known as Guest1665919:20
*** sabeen1 has joined #openstack-qa19:20
*** mylu has joined #openstack-qa19:21
*** Guest16659 has quit IRC19:24
*** jacky-zhang has quit IRC19:24
openstackrecheckConsole logs not available after 13:27s for gate-swift-pep8 243040,4,212931c19:25
*** Swami has quit IRC19:31
openstackgerritMorgan Fainberg proposed openstack-dev/devstack: No longer support configuring keystone under eventlet  https://review.openstack.org/22911219:33
*** achanda has quit IRC19:34
mtreinishSpamapS: yeah I think so, there are still a few little things that need to land before we can do it19:38
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-lxc 240611,1,e216d5419:38
mtreinishSpamapS: if we can get all those bits landed today we can still do it19:38
mtreinishbut next week seems more feasible19:39
*** dkranz has quit IRC19:40
*** yamahata has joined #openstack-qa19:41
*** rbrndt has joined #openstack-qa19:42
*** mylu has quit IRC19:46
*** mylu has joined #openstack-qa19:46
*** regXboi has quit IRC19:46
*** regXboi has joined #openstack-qa19:47
*** achanda has joined #openstack-qa19:48
*** mylu has quit IRC19:51
*** gfidente|afk has quit IRC19:52
openstackrecheckConsole logs not available after 13:24s for gate-grenade-dsvm-neutron 247678,1,592572e19:52
openstackgerritSean Dague proposed openstack-dev/devstack: install ebtables locking workaround  https://review.openstack.org/24823419:55
*** dkranz has joined #openstack-qa19:55
openstackgerritMatthew Treinish proposed openstack/tempest: Add ostestr tox jobs  https://review.openstack.org/17027019:55
sdaguemtreinish: so the only fail on ebtables in the last day is tempest on kilo / juno jobs19:55
sdaguehttps://review.openstack.org/248234 is the kilo backport of the hack19:56
mtreinishsdague: well I'm starting to kill the juno jobs: https://review.openstack.org/24786619:56
sdaguejuno will get deleted soon enough we don't care19:56
sdaguemtreinish: +A19:56
mtreinishsdague: I fast approved your kilo backport19:57
*** mylu has joined #openstack-qa19:57
mtreinishsdague: if you're looking at project config changes this fixes a bug mriedem found: https://review.openstack.org/24783219:57
*** mylu has quit IRC20:02
*** mylu has joined #openstack-qa20:02
*** mylu has quit IRC20:02
*** mylu has joined #openstack-qa20:02
sdague+A20:03
*** nadya__ has quit IRC20:03
openstackrecheckConsole logs not available after 13:26s for gate-grenade-dsvm 173885,124,651c16e20:05
*** mylu has quit IRC20:05
*** mylu has joined #openstack-qa20:07
SpamapSOh I just realized with counter-inspection I need to respond to the concerns about putting it in pre/post hooks. Hm20:07
*** itsuugo has quit IRC20:10
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full 221803,5,57f541120:19
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add reno release notes to subunit2sql  https://review.openstack.org/24773720:19
mtreinishSpamapS: ^^^ do you think I need to say anything else in the release notes for the new migration?20:20
*** dims has quit IRC20:23
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-neutron-full 246305,1,d81cf9320:32
*** mriedem has quit IRC20:33
*** artom has quit IRC20:38
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-full-ceph 246476,3,e468a3e20:46
*** jecarey_ has quit IRC20:53
*** achanda has quit IRC20:53
*** jasonsb has quit IRC20:56
*** achanda has joined #openstack-qa20:56
*** itsuugo has joined #openstack-qa20:59
openstackrecheckConsole logs not available after 13:29s for gate-horizon-pep8 188134,11,46f055521:00
*** glauco has quit IRC21:02
*** openstackstatus has quit IRC21:02
*** openstack has joined #openstack-qa21:05
-cameron.freenode.net- [freenode-info] channel trolls and no channel staff around to help? please check with freenode support: http://freenode.net/faq.shtml#gettinghelp21:05
*** mylu has quit IRC21:07
*** rossella_s has quit IRC21:07
*** mylu has joined #openstack-qa21:07
*** rossella_s has joined #openstack-qa21:08
*** mylu has quit IRC21:11
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-full-juno 248136,1,e69f2ca21:13
*** mylu has joined #openstack-qa21:25
openstackrecheckConsole logs not available after 13:34s for gate-devstack-bashate 248074,2,eb5c70b21:27
*** gszasz has quit IRC21:30
*** jbernard has joined #openstack-qa21:31
*** stevemar_ has quit IRC21:31
*** mylu has quit IRC21:31
*** annemccormick has quit IRC21:32
*** mylu has joined #openstack-qa21:32
*** mylu_ has joined #openstack-qa21:33
*** mylu has quit IRC21:33
*** jecarey has joined #openstack-qa21:33
*** jecarey has quit IRC21:37
openstackrecheckConsole logs not available after 13:27s for gate-tempest-dsvm-full-juno 246483,3,8f7ff8321:40
*** jordanP has quit IRC21:41
SpamapSmtreinish: I'll check it out shortly.21:45
*** mriedem has joined #openstack-qa21:46
*** rcernin has quit IRC21:50
mtreinishSpamapS: cool, thanks21:53
openstackrecheckConsole logs not available after 13:26s for gate-glance-python27 238358,30,9564a9a21:54
*** gabriel has joined #openstack-qa21:55
*** _dpaterson has quit IRC22:00
SpamapSmtreinish: reviewed22:01
SpamapSmtreinish: the run_id going away seems like an oversight that we should correct22:02
openstackgerritMerged openstack-dev/devstack: Add liberasurecode-dev as a swift dependency  https://review.openstack.org/24660122:02
SpamapSmtreinish: even if nobody used it up until now.. these ints should be entirely private.22:02
*** dave-mccowan has quit IRC22:03
*** mylu_ has quit IRC22:05
SpamapSalso only 16 million more records22:05
SpamapS:-P22:05
*** mylu has joined #openstack-qa22:05
SpamapS| Innodb_rows_inserted                  | 105120271     |22:06
SpamapS| Innodb_rows_read                      | 233603750     |22:06
SpamapSthat has me thinking maybe this insert..select method was not the most efficient. :-P22:06
*** mylu_ has joined #openstack-qa22:07
openstackrecheckConsole logs not available after 13:25s for gate-nova-pep8 247729,4,31618c522:07
*** mylu has quit IRC22:07
SpamapS| Innodb_data_read                      | 1635304132608 |22:08
SpamapS| Innodb_data_written                   | 69638543360   |22:08
*** itsuugo has joined #openstack-qa22:13
*** dimtruck is now known as zz_dimtruck22:14
*** regXboi has quit IRC22:16
*** yamahata has quit IRC22:18
openstackrecheckConsole logs not available after 13:27s for gate-tempest-dsvm-neutron-full 239364,11,ce32c2822:21
mtreinishSpamapS: we're getting there22:21
mtreinishSpamapS: sure we can easily change the migration to preserve the uuids as a separate column22:21
SpamapSmtreinish: I think renaming the current id to 'uuid' instead of dropping it would suffice.22:22
mtreinishI used run.id for sql2subunitbecause it was the only unique identifier in the runs table22:22
mtreinishSpamapS: wfm22:22
SpamapSmtreinish: I'm just thinking from a user perspective.. that is clearly a feature that is needed.22:22
SpamapSmtreinish: so I think I know why this is reading more than I had expected it to22:23
SpamapSmtreinish: I forgot that runs_new doesn't have an index on the old id column.22:23
openstackgerritMerged openstack-dev/devstack: install ebtables locking workaround  https://review.openstack.org/24823422:23
SpamapSmtreinish: so instead of walking through test_runs sequentially, looking up runs_new.new_id by that, it is going through every run+test unique combo and looking up all the test_runs rows for that.22:24
SpamapSmtreinish: so... 8GB instead of 4GB will actually have a marked improvement on that22:24
SpamapSas hit rates will be much higher22:24
mtreinishSpamapS: cool, maybe it won't be so bad when we do it for real then :)22:25
SpamapSmtreinish: as Grandpa says, you can wish in one hand....22:27
*** nicholasgoracke has joined #openstack-qa22:28
*** dkranz has quit IRC22:31
*** yamahata has joined #openstack-qa22:32
openstackrecheckConsole logs not available after 13:29s for gate-tempest-dsvm-neutron-full 212102,37,28ba3d322:34
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/devstack-gate: Use os-collect-counters when appropriate  https://review.openstack.org/24827522:40
openstackrecheckConsole logs not available after 13:30s for gate-tempest-dsvm-full 248151,1,a76397c22:48
*** auggy has quit IRC22:50
*** josh6627 is now known as jhesketh22:51
*** krtaylor has quit IRC22:55
openstackrecheckConsole logs not available after 13:32s for gate-tempest-dsvm-postgres-full 248116,1,f5ccff823:01
*** stevemar has joined #openstack-qa23:03
*** stevemar_ has joined #openstack-qa23:04
*** stevemar_ has quit IRC23:04
*** krtaylor has joined #openstack-qa23:08
*** sabeen1 has quit IRC23:08
*** itsuugo has quit IRC23:12
*** jhesketh has quit IRC23:13
openstackrecheckConsole logs not available after 13:32s for gate-nova-pep8 215917,16,4daac5523:15
*** jhesketh has joined #openstack-qa23:15
*** gabriel has left #openstack-qa23:20
openstackrecheckConsole logs not available after 13:27s for gate-tempest-dsvm-neutron-full 240399,10,7beaa0323:28
*** rbak has quit IRC23:33
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add reno release notes to subunit2sql  https://review.openstack.org/24773723:34
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add back uuid column for runs table  https://review.openstack.org/24828923:34
mtreinishSpamapS: ^^^ I modified the migration to preserve the run uuid23:34
*** markvoelker has quit IRC23:34
mtreinishI also took care of adding the compat shim into sql2subunit in the same patch23:35
mtreinishjust seemed easier that way23:35
SpamapSmtreinish: I think uuid needs an index23:39
SpamapSmtreinish: otherwise, woot23:39
openstackgerritTim Buckley proposed openstack/stackviz: Allow sharing of selected item by page URL.  https://review.openstack.org/24829323:39
mtreinishSpamapS: ok, cool. I wasn't sure about that, but it's a 1 liner (well unless postgres or sqlite gets in the way and makes it 2)23:39
SpamapSmtreinish: also, shell should probably make use of that API call for a --run-uuid option23:39
*** ccneill has quit IRC23:41
*** ccneill has joined #openstack-qa23:41
mtreinishSpamapS: to provide a uuid? I'm not sure I get what that opt will do23:41
SpamapSmtreinish: or actually, just make --run-id use it23:41
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8 232554,14,943ffac23:42
*** apevec has quit IRC23:42
*** mylu_ has quit IRC23:43
mtreinishSpamapS: oh, right I forgot that there was an option to provide it. I'll respin with both fixes23:43
*** nicholasgoracke has quit IRC23:51
openstackrecheckConsole logs not available after 13:26s for gate-grenade-dsvm-neutron 182365,17,b61f9be23:55
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add reno release notes to subunit2sql  https://review.openstack.org/24773723:59
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add back uuid column for runs table  https://review.openstack.org/24828923:59

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