Tuesday, 2014-09-23

marunbut i digress00:00
*** dimtruck is now known as zz_dimtruck00:00
lifelessmarun: jogo: so read my link00:01
marunlifeless: wil do00:01
lifelessmarun: jogo: and think about things like quota consistency issues00:01
jogolifeless: just added it to pocket, will read it00:01
lifelessand how much easier they would be to address in such a world vs the maybe-you-get-themessage-maybe-you-don't world we program in today00:02
*** ianw has quit IRC00:04
lifelessand the scheduler race00:04
lifelessif nodes claimed into a log00:04
lifelessand the schedulers - all of them read from the same log00:05
lifelessallcoations by schedulers could go into the same log00:05
lifelessand it would all eventually line up00:05
*** ianw has joined #openstack-qa00:05
jogowhile that whole class of things are pretty broken, I don't think fixing those is near the top of the priorities list yet00:06
jogowell from the OpenStack view not just the 'nova' view00:06
jogomtreinish: so the servers_client delete commands stink00:09
*** proverma has quit IRC00:09
jogodelete is async but they don't check if things get deleted at all00:09
*** zz_dimtruck is now known as dimtruck00:10
jogomtreinish: also the xml clients don't validate the response00:10
jogocyeoh: ^00:10
jogoor at least make sure the return code is good00:11
jogoohh they do have error checking for return codes at least00:13
*** melwitt has quit IRC00:16
*** gustyhopeful has quit IRC00:20
jogomtreinish: https://bugs.launchpad.net/tempest/+bug/137269600:26
*** yamahata has quit IRC00:27
jogothe fix should be easy but not sure what the prefered way of doing it is00:27
*** mlavalle has quit IRC00:28
*** yjiang5 has quit IRC00:30
*** aimon has joined #openstack-qa00:31
jogolifeless: I would rather  more work on the cross-project issues00:31
jogofunctional testing, better APIs, better fault isolation/tolerance etc00:31
*** oomichi has joined #openstack-qa00:34
lifelessjogo: ECONTEXT ?00:34
lifelessjogo: oh, page of prose, reading ;)00:34
jogolifeless: half of ^ is to mtreinish about tempest00:35
jogonotmyname: so just spotted this at the top of the gate queue https://jenkins01.openstack.org/job/gate-swift-python27/4032/console00:35
lifelessjogo: so the reason I am arguing for this is because our cross project story is painful because we don't have a good unifying thing other than 'poll cross service'00:35
lifelessjogo: so I'm talking root cause fix for a raft (haha) of issues00:35
clarkbthat pun00:36
jogolifeless: ahh makes sense00:36
*** HenryG has quit IRC00:36
jogolifeless: well we do have a 'RPC' bus00:36
jogobut that hasn't been treated as a public API00:36
*** rodrigods_ has joined #openstack-qa00:37
cyeohjogo: if we always check server delete succeeded that might push up the test runtime though. Not sure by how much00:38
cyeohjogo: I'd guess thats why we don't always do it by default.00:38
jogocyeoh: hmm good point, although I don't think the current model is the best either00:38
jogocyeoh: as its too easy for bugs to sneak in to delete server00:39
lifelessjogo: and its not really great as a public API00:39
lifelessjogo: messages may be dropped00:39
lifelessjogo: they aren't guaranteed, even with guarantees (e.g. they can be dropped in the socket buffer)00:39
lifelessjogo: I could go on00:39
jogolifeless: yup!00:39
jogocyeoh: and we have at least one nova delete bug00:39
cyeohjogo: yep, though perhaps we just need a test which stresses delete more.00:40
lifelessjogo: so here's an example for delete00:40
jogothat doesn't always cause failures00:40
lifelessjogo: imagine if delete a) verified ACLs etc, b) journalled an intent to the log, c) journalled success when it completeed.00:40
jogocyeoh: hmm that may work. but I think running concurrent tempest is a good stress tester itself00:40
lifelessjogo: we could tell exactly what deletes are outstanding00:40
jogolifeless: I will read your link in a bit :)00:41
lifelessjogo: or even have a task whose only job is to fix things up00:41
cyeohjogo: that's true. I guess we could try always checking deletes succeed and just see how much it costs us in terms of time.00:41
lifelessjogo: :)00:41
cyeohjogo: btw what is the delete bug you are thinking of?00:41
jogocyeoh: yeah, so not sure where that bit of code should live in tempest00:41
jogocyeoh: https://bugs.launchpad.net/nova/+bug/137267000:42
cyeohjogo: thx, haven't seen that one before00:43
jogocyeoh: yeah I just noticed it earlier today00:43
jogowhich led me down the rabbit hole00:43
jogoof why it wasn't always causing gate jobs to fail00:44
jogoI am afraid to see what happens if we cause tempest to fail on a failed delete server00:45
jogoanyway time to relocate and read some articles o/00:46
cyeohheh, yea probably wouldn't be pretty....00:46
*** salv-orlando has quit IRC00:46
cyeohcya!00:46
*** suneelb has quit IRC00:55
*** jecarey has joined #openstack-qa01:02
*** Longgeek has joined #openstack-qa01:04
*** jyuso has joined #openstack-qa01:05
*** jecarey has quit IRC01:06
*** jecarey has joined #openstack-qa01:07
*** Longgeek has quit IRC01:11
*** Longgeek has joined #openstack-qa01:11
*** oomichi has quit IRC01:16
openstackgerritA change was merged to openstack-infra/devstack-gate: Disable cinder with ironic  https://review.openstack.org/11580301:17
openstackgerritA change was merged to openstack/tempest: Backward compatibility to credentials in conf  https://review.openstack.org/11906001:17
*** dimtruck is now known as zz_dimtruck01:30
openstackgerritOpenStack Proposal Bot proposed a change to openstack/tempest: Updated from global requirements  https://review.openstack.org/11011002:01
*** rodrigods_ has quit IRC02:01
openstackgerritA change was merged to openstack/tempest: Migrate computev3 API tests to resource_* fixtures  https://review.openstack.org/12153902:02
*** zz_dimtruck is now known as dimtruck02:06
openstackgerritA change was merged to openstack/tempest: Migrate identity API tests to resource_* fixtures  https://review.openstack.org/12154002:12
*** dims_ has quit IRC02:15
openstackgerritA change was merged to openstack/tempest: Migrate network API tests to resource_* fixtures  https://review.openstack.org/12154102:15
*** dims has joined #openstack-qa02:16
*** dims has quit IRC02:20
*** andreaf has quit IRC02:23
*** andreaf has joined #openstack-qa02:24
openstackgerritVictoria Martínez de la Cruz proposed a change to openstack/tempest: Updates Tempest to match Zaqar's API name change  https://review.openstack.org/12325202:28
*** HenryG has joined #openstack-qa02:48
*** dimtruck is now known as zz_dimtruck02:51
marunjogo, lifeless: late on this, but I wanted to say that I went to a python meetup here in SF last winter where the topic was scalability and 5/5 presentations from startups that were working at scale were using kafka02:53
marunI remembered thinking - man, we should use that in openstack!02:54
marunAnd then, apparently, developed amnesia of the whole affair.02:54
*** markmcclain has quit IRC02:54
*** marun is now known as marun_afk02:55
*** zz_dimtruck is now known as dimtruck02:56
*** jyuso has quit IRC02:59
openstackgerritVictoria Martínez de la Cruz proposed a change to openstack/tempest: Updates Tempest to match Zaqar's API name change  https://review.openstack.org/12325203:05
lifelessmarun_afk: :)03:12
*** mmedvede has quit IRC03:14
*** marun_afk has quit IRC03:16
*** pcrews has quit IRC03:22
*** pcrews has joined #openstack-qa03:25
*** chandankumar has joined #openstack-qa03:31
*** jyuso has joined #openstack-qa03:32
*** pcrews has quit IRC03:41
*** chandankumar has quit IRC03:42
*** pcrews has joined #openstack-qa03:59
*** ekhugen has quit IRC04:04
*** ekhugen has joined #openstack-qa04:05
*** yamahata has joined #openstack-qa04:06
*** markmcclain has joined #openstack-qa04:07
*** Poornima has joined #openstack-qa04:11
*** markmcclain has quit IRC04:17
*** boden has joined #openstack-qa04:17
*** boden has quit IRC04:22
*** gmann has quit IRC04:27
*** gmann has joined #openstack-qa04:27
*** yfried|afk has quit IRC04:32
*** swamireddy has joined #openstack-qa04:32
*** pcrews has quit IRC04:34
*** Madan has joined #openstack-qa04:35
*** cmyster_away is now known as cmyster04:38
*** chandankumar has joined #openstack-qa04:38
*** Ch00k has joined #openstack-qa04:58
*** yamahata has quit IRC04:59
*** yamahata has joined #openstack-qa05:00
*** Longgeek has quit IRC05:02
*** Ch00k has quit IRC05:16
*** Longgeek has joined #openstack-qa05:17
*** boden has joined #openstack-qa05:18
openstackgerritSteve Baker proposed a change to openstack-dev/devstack: Only build a custom image if no image file  https://review.openstack.org/11616405:18
openstackgerritSteve Baker proposed a change to openstack-dev/devstack: Allow heat standalone to work devstack stack  https://review.openstack.org/12333005:18
*** boden has quit IRC05:22
*** Ch00k has joined #openstack-qa05:23
*** harlowja is now known as harlowja_away05:31
*** bkopilov has quit IRC05:38
*** yfried|afk has joined #openstack-qa05:43
*** chandankumar has quit IRC05:45
*** Madan has quit IRC05:46
swamireddycyeoh: sorry I was on wrong window...05:47
cyeohswamireddy: I just responded in the other channel :-)05:48
*** chandankumar has joined #openstack-qa05:50
swamireddycyeoh: yes05:52
*** tnurlygayanov has quit IRC05:52
*** tnurlygayanov has joined #openstack-qa05:52
*** SridharG has joined #openstack-qa05:52
*** Madan has joined #openstack-qa05:52
*** ilyashakhat has quit IRC05:53
*** afazekas has joined #openstack-qa05:53
swamireddycyeoh: Thats correct... we cann´t merge them...so I will rollback to my previuos patch05:54
*** rdekel has joined #openstack-qa05:54
swamireddycyeoh: and remove the for loops too05:54
cyeohswamireddy: ok sorry about that - sounds good.05:54
*** ilyashakhat has joined #openstack-qa05:55
cyeohswamireddy, hey maybe add a comment saying that its intentional with the old test to delete the instance before it comes up properly?05:55
*** tnurlygayanov has quit IRC05:56
*** tnurlygayanov has joined #openstack-qa05:56
*** ilyashakhat has quit IRC06:00
*** ilyashakhat has joined #openstack-qa06:01
*** flaper87|afk is now known as flaper8706:05
*** ilyashakhat has quit IRC06:05
swamireddycyeoh: Its fine...Sure, will add a commnet to avoid the confusion06:06
*** ilyashakhat has joined #openstack-qa06:06
*** chandankumar has quit IRC06:08
*** tnurlygayanov has quit IRC06:08
*** tnurlygayanov has joined #openstack-qa06:12
*** dimtruck is now known as zz_dimtruck06:13
*** boden has joined #openstack-qa06:18
*** nmagnezi has joined #openstack-qa06:19
*** chandankumar has joined #openstack-qa06:20
*** boden has quit IRC06:23
*** k4n0 has joined #openstack-qa06:23
*** Ch00k has quit IRC06:30
*** andreaf has quit IRC06:32
*** andreaf has joined #openstack-qa06:32
*** Ch00k has joined #openstack-qa06:38
openstackgerritvarun kumar yadav proposed a change to openstack/tempest: Test to update port with CIDR value  https://review.openstack.org/11386106:41
*** neeti has joined #openstack-qa06:49
*** chandankumar has quit IRC06:52
*** chandankumar has joined #openstack-qa06:52
*** Ch00k has quit IRC06:52
*** om has joined #openstack-qa06:57
*** mpaolino has joined #openstack-qa07:01
*** andreaf has quit IRC07:11
*** markus_z has joined #openstack-qa07:17
*** gszasz has joined #openstack-qa07:17
*** bkopilov has joined #openstack-qa07:27
openstackgerritYair Fried proposed a change to openstack/tempest: Adds status check for FloatingIP in network_basic_ops  https://review.openstack.org/10270007:31
*** salv-orlando has joined #openstack-qa07:31
*** jlanoux has joined #openstack-qa07:39
*** tkammer has joined #openstack-qa07:43
*** Albert_13 has joined #openstack-qa07:44
*** evgenyf has joined #openstack-qa07:45
*** e0ne has joined #openstack-qa07:50
*** jordanP has joined #openstack-qa07:55
*** zz_johnthetubagu is now known as johnthetubaguy07:57
*** e0ne has quit IRC07:59
*** boden has joined #openstack-qa08:00
*** wuhg has joined #openstack-qa08:00
*** e0ne has joined #openstack-qa08:00
openstackgerritA change was merged to openstack-infra/devstack-gate: Switch to static content for glance upload test  https://review.openstack.org/12272708:01
*** safchain has joined #openstack-qa08:04
*** ylobankov has joined #openstack-qa08:06
*** Longgeek has quit IRC08:07
*** SridharG has left #openstack-qa08:08
*** liusheng has joined #openstack-qa08:13
*** mpaolino has quit IRC08:14
*** Longgeek has joined #openstack-qa08:29
*** SridharG has joined #openstack-qa08:51
*** e0ne has quit IRC08:58
*** jlibosva has joined #openstack-qa08:59
*** e0ne has joined #openstack-qa09:09
*** qba73 has joined #openstack-qa09:10
*** gfidente has joined #openstack-qa09:16
*** jhenner has quit IRC09:16
*** swamireddy1 has joined #openstack-qa09:28
swamireddy1afazekas: HI09:30
swamireddy1afazekas: For the https://review.openstack.org/#/c/115944/ - you suggested to remove the for loop and assert + reservation[0]...09:30
swamireddy1afazekas: is this asserts + reservation[0] used in some other test case ...I wanted to see as ref09:31
*** swamireddy has quit IRC09:32
*** swamireddy has joined #openstack-qa09:34
*** cnesa14 has joined #openstack-qa09:36
*** andreaf_ is now known as andreaf09:36
*** swamireddy1 has quit IRC09:37
*** tkammer has quit IRC09:46
*** yfried|afk has quit IRC09:50
*** yfried has joined #openstack-qa09:50
*** yfried is now known as yfried|afk09:50
openstackgerritSergey Shnaidman proposed a change to openstack/tempest: DHCPv6 network tests  https://review.openstack.org/11745809:51
openstackgerritAndrea Frittoli  proposed a change to openstack/tempest: Add Credentials Provider factory  https://review.openstack.org/10768509:52
*** yfried has joined #openstack-qa09:53
*** yfried|afk has quit IRC09:55
andreafafazekas, mkoderer_ : fix for the non-isolated jobs: https://review.openstack.org/#/c/121149/09:55
*** aix has joined #openstack-qa09:57
*** yfried has quit IRC09:58
*** chandankumar has quit IRC09:59
*** Ch00k has joined #openstack-qa10:02
*** hyperair has joined #openstack-qa10:02
*** hyperair has left #openstack-qa10:02
*** openstack038 has joined #openstack-qa10:12
*** jpich has quit IRC10:12
*** ashishg has joined #openstack-qa10:12
*** tkammer has joined #openstack-qa10:19
openstackgerritBob Ball proposed a change to openstack-dev/devstack: XenAPI: stackrc now depends on nproc  https://review.openstack.org/12340910:23
*** e0ne has quit IRC10:23
openstackgerritBob Ball proposed a change to openstack-dev/devstack: XenAPI: stackrc now depends on nproc  https://review.openstack.org/12340910:24
openstackgerritprabhu murthy proposed a change to openstack/tempest: Added neutron cli test case for vpnaas  https://review.openstack.org/12341110:26
*** Poornima has quit IRC10:28
*** jlanoux_ has joined #openstack-qa10:28
*** jlanoux has quit IRC10:31
*** mkollaro has joined #openstack-qa10:38
*** tosky has joined #openstack-qa10:43
*** jlanoux has joined #openstack-qa10:45
*** Poornima has joined #openstack-qa10:45
*** e0ne has joined #openstack-qa10:46
*** jlanoux_ has quit IRC10:46
*** ashishg has quit IRC10:48
*** Longgeek has quit IRC10:50
*** yfried has joined #openstack-qa10:52
*** yfried is now known as yfried|afk10:52
*** jhenner has joined #openstack-qa10:54
andreafmkoderer_, thanks for your review10:55
mkoderer_andreaf: np ;)10:55
*** mkoderer_ is now known as mkoderer10:55
openstackgerritAndrea Frittoli  proposed a change to openstack/tempest: Add Credentials Provider factory  https://review.openstack.org/10768511:02
*** Longgeek has joined #openstack-qa11:03
*** jyuso has quit IRC11:04
*** edwa6643 has quit IRC11:04
openstackgerritAndrea Frittoli  proposed a change to openstack/tempest: Drop autoscaling scenario test  https://review.openstack.org/12326011:09
*** om has quit IRC11:12
*** Poornima has quit IRC11:20
*** Ch00k has quit IRC11:23
*** chandankumar has joined #openstack-qa11:24
*** dims has joined #openstack-qa11:25
*** [1]evgenyf has joined #openstack-qa11:29
*** Ch00k has joined #openstack-qa11:29
*** Ch00k has quit IRC11:30
*** evgenyf has quit IRC11:31
*** [1]evgenyf is now known as evgenyf11:31
*** Madan has quit IRC11:34
*** eglynn-officeafk is now known as eglynn-office11:41
*** chandan_kumar has joined #openstack-qa11:46
*** chandankumar has quit IRC11:47
*** Longgeek has quit IRC11:52
*** edwa6643 has joined #openstack-qa11:52
*** chandan_kumar has quit IRC11:54
*** edwa66431 has joined #openstack-qa11:55
*** weshay has joined #openstack-qa11:56
*** edwa6643 has quit IRC11:57
*** mwagner_lap has quit IRC11:59
*** eglynn-office is now known as eglynn-lunch11:59
*** Longgeek has joined #openstack-qa12:00
psedlakhi, i was just wondering, to which program python-openstackclient belongs to?12:00
*** Longgeek has quit IRC12:00
*** Longgeek has joined #openstack-qa12:00
*** tkammer has quit IRC12:02
*** swamireddy has quit IRC12:03
*** chandankumar has joined #openstack-qa12:08
*** k4n0 has quit IRC12:09
*** yfried|afk is now known as yfried12:11
*** dims has quit IRC12:13
*** chandankumar has quit IRC12:14
*** dims has joined #openstack-qa12:14
*** chandankumar has joined #openstack-qa12:15
*** tkammer has joined #openstack-qa12:18
*** yfried is now known as yfried|afk12:21
andreafpsedlak: no idea, it's not in http://git.openstack.org/cgit/openstack/governance/tree/reference/programs.yaml12:23
*** yfried|afk is now known as yfried12:24
*** chandankumar has quit IRC12:24
psedlakandreaf: yeah, that's where i went (almost) first, but at the end i didn't found anything, just it was rejected from Supporting projects (with that it should go to stackforge and incubate as library first) ... so i got quite confused, which info is outdated and what's missing where12:24
*** neeti has quit IRC12:24
*** dkranz has joined #openstack-qa12:25
*** acfleury has joined #openstack-qa12:25
*** mmedvede has joined #openstack-qa12:26
*** jaypipes has joined #openstack-qa12:27
*** ChanServ sets mode: +o jaypipes12:27
openstackgerritSergey Shnaidman proposed a change to openstack/tempest: DHCPv6 network tests  https://review.openstack.org/11745812:29
*** dmellado has quit IRC12:31
*** dmellado has joined #openstack-qa12:32
openstackgerritSergey Shnaidman proposed a change to openstack/tempest: DHCPv6 network tests  https://review.openstack.org/11745812:37
*** yfried is now known as yfried|afk12:38
*** vponomaryov has quit IRC12:38
*** aysyanne has joined #openstack-qa12:39
*** vponomaryov has joined #openstack-qa12:41
*** yfried|afk is now known as yfried12:42
openstackgerritMikhail S Medvedev proposed a change to openstack/tempest: Skip orchestration tests if Neutron is not available  https://review.openstack.org/11845412:45
*** qba73 has quit IRC12:46
*** qba73 has joined #openstack-qa12:47
*** sabeen1 has quit IRC12:50
*** weshay has quit IRC12:51
*** gszasz has quit IRC12:52
*** chandankumar has joined #openstack-qa12:52
*** gszasz has joined #openstack-qa12:52
*** tosky has quit IRC12:56
*** masayukig has quit IRC12:58
*** gszasz has quit IRC12:58
*** masayukig has joined #openstack-qa13:03
*** chandankumar has quit IRC13:04
*** weshay has joined #openstack-qa13:05
mtreinishjogo: the thing I think you might have missed is that not every test uses addCleanup to wait on delete, it's also baked into the base nova api test class: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/compute/base.py#n214 and http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/compute/base.py#n14313:07
mtreinishthat gets called for teardown class13:07
*** toure has joined #openstack-qa13:17
*** chandankumar has joined #openstack-qa13:19
*** mriedem has joined #openstack-qa13:19
*** k4n0 has joined #openstack-qa13:20
*** dustins has joined #openstack-qa13:23
*** eglynn-lunch is now known as eglynn13:26
andreafmtreinish: this fixes the non-isolated job https://review.openstack.org/#/c/121149/ (running through gate)13:26
mtreinishandreaf: ah, ok cool13:28
*** bknudson has joined #openstack-qa13:28
andreafonce it merges I'll retest https://review.openstack.org/#/c/107685/13:29
mtreinishandreaf: well it should still work with the non-neutron isolated job right? or am I missing something?13:30
andreafmtreinish: yes it should, it running through the tests now - only I expect the neutron one to fail13:31
*** swamireddy has joined #openstack-qa13:31
mtreinishandreaf: heh, it failed on devstack: https://jenkins04.openstack.org/job/check-tempest-dsvm-full-non-isolated/1/console13:32
mtreinishso you'll have to run it again anyway13:32
andreafmtreinish: ok - probably glance api not starting? do you know what's causing that?13:33
mtreinishandreaf: no it was a rax apt mirror failure: http://logs.openstack.org/85/107685/37/experimental/check-tempest-dsvm-full-non-isolated/98184fb/logs/devstacklog.txt.gz#_2014-09-23_12_40_08_56613:34
mtreinishthe glance api oslo.config error on icehouse I thought was fixed13:34
andreafmtreinish: probably I just saw it yesterday night13:34
andreafmtreinish: on a different topic, we made some progress on the resource cleanup bp, 3 or 4 changes merged through the night - if you have time could you have a look at the next few ones? https://review.openstack.org/#/q/topic:+bp/resource-cleanup,n,z13:36
andreafmtreinish: hopefully we can merge them before too many rebase are required13:36
*** andreaf is now known as andreaf_13:38
*** sabeen1 has joined #openstack-qa13:39
*** andreaf has joined #openstack-qa13:40
*** zz_jgrimm is now known as jgrimm13:40
*** swamireddy1 has joined #openstack-qa13:42
*** nmagnezi has quit IRC13:42
*** Ch00k has joined #openstack-qa13:42
*** swamireddy1 has quit IRC13:43
*** swamireddy has quit IRC13:43
*** dustins has quit IRC13:45
*** dustins has joined #openstack-qa13:46
*** gszasz has joined #openstack-qa13:50
*** gszasz has quit IRC13:50
*** markmcclain has joined #openstack-qa13:50
*** mwagner_lap has joined #openstack-qa13:50
*** gszasz has joined #openstack-qa13:50
*** gszasz has quit IRC13:50
*** markmcclain1 has joined #openstack-qa13:52
*** gszasz has joined #openstack-qa13:53
*** markmcclain1 has quit IRC13:53
*** gszasz has quit IRC13:54
*** markmcclain has quit IRC13:55
*** gszasz has joined #openstack-qa13:55
*** markmcclain has joined #openstack-qa13:56
*** jecarey has quit IRC13:57
*** dustins has quit IRC13:58
*** gszasz has quit IRC13:58
*** marun has joined #openstack-qa13:58
*** gszasz has joined #openstack-qa13:58
*** tkammer has quit IRC13:59
*** mlavalle has joined #openstack-qa13:59
*** weshay has quit IRC14:00
*** Ch00k has quit IRC14:02
*** dustins has joined #openstack-qa14:03
*** yfried is now known as yfried|afk14:03
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Add a test documentation section to the docs  https://review.openstack.org/11367414:05
*** dkranz has quit IRC14:06
*** sweston has quit IRC14:06
*** jecarey has joined #openstack-qa14:07
*** sweston has joined #openstack-qa14:08
*** rbak has joined #openstack-qa14:10
*** tkammer has joined #openstack-qa14:11
*** weshay has joined #openstack-qa14:13
*** cnesa15 has joined #openstack-qa14:14
*** cnesa14 has quit IRC14:14
*** bkopilov has quit IRC14:18
*** blackchip has joined #openstack-qa14:20
*** gordc has joined #openstack-qa14:21
*** andreaf has quit IRC14:24
*** zz_dimtruck is now known as dimtruck14:25
*** dimtruck is now known as zz_dimtruck14:26
*** zz_dimtruck is now known as dimtruck14:26
openstackgerritJoseph Lanoux proposed a change to openstack/tempest: Verify network interfaces are in requested order  https://review.openstack.org/12243414:30
*** bkopilov has joined #openstack-qa14:33
*** blackchip has quit IRC14:33
*** SridharG has left #openstack-qa14:36
*** yfried|afk is now known as yfried14:37
*** e0ne has quit IRC14:46
*** andreaf has joined #openstack-qa14:51
*** e0ne has joined #openstack-qa14:52
*** andreaf has quit IRC14:58
*** andreaf has joined #openstack-qa14:58
*** mlavalle has quit IRC15:00
*** jlibosva has quit IRC15:01
openstackgerritAndrea Frittoli  proposed a change to openstack/tempest: Add Credentials Provider factory  https://review.openstack.org/10768515:01
*** flaper87 is now known as flaper87|afk15:01
*** wuhg has quit IRC15:03
*** dkranz has joined #openstack-qa15:04
*** bkopilov has quit IRC15:08
*** mwagner_lap has quit IRC15:11
*** jpmontez has joined #openstack-qa15:15
*** markmcclain has quit IRC15:18
*** Longgeek has quit IRC15:23
openstackgerritRoey Dekel proposed a change to openstack/tempest: temp  https://review.openstack.org/12347515:26
openstackgerritRoey Dekel proposed a change to openstack/tempest: temp  https://review.openstack.org/12347615:26
openstackgerritRoey Dekel proposed a change to openstack/tempest: Connectivity check from host via multiply methods  https://review.openstack.org/12347715:26
*** gszasz has quit IRC15:29
*** jlibosva has joined #openstack-qa15:29
*** dimtruck is now known as zz_dimtruck15:33
*** bobj has joined #openstack-qa15:33
*** zz_dimtruck is now known as dimtruck15:33
openstackgerritRoey Dekel proposed a change to openstack/tempest: Connectivity check from host via multiply methods  https://review.openstack.org/12347715:36
bobjHello, I ran the "run-tempest-stress" and in log file the error 503 isn't recognized as a failure. Why?15:37
*** e0ne has quit IRC15:37
*** chandankumar has quit IRC15:39
*** lcurtis has joined #openstack-qa15:43
*** tkammer has quit IRC15:43
*** Ch00k has joined #openstack-qa15:45
*** mwagner_lap has joined #openstack-qa15:46
*** toni__ has joined #openstack-qa15:51
toni__I can not install devstack with icehouse I got the error: 'amqplib' is not in global-requirements.txt15:51
*** aimon has quit IRC15:52
*** jgrimm is now known as zz_jgrimm15:53
*** rodrigods_ has joined #openstack-qa15:59
toni__Nם' I עםא:  'docutils' is not in global-requirements.txt16:00
toni__Now I got:  'docutils' is not in global-requirements.txt16:00
*** jlanoux has quit IRC16:03
*** SridharG has joined #openstack-qa16:04
openstackgerritRoey Dekel proposed a change to openstack/tempest: Connectivity check from host via multiply methods  https://review.openstack.org/12347716:04
*** toni__ has quit IRC16:04
mtreinishbobj: are you running with -S/--stop? Otherwise the tests will keep running until the duration expires and print all the failures at the end.16:06
mtreinishbobj: but, to know exactly what was happening I'd have to see the log in question16:07
*** rushiagr has joined #openstack-qa16:07
*** liusheng has quit IRC16:09
openstackgerritA change was merged to openstack/tempest: Fix scenarios not passing down specific network  https://review.openstack.org/12114916:09
*** liusheng has joined #openstack-qa16:10
bobjmtreinish: I'm running run-tempest-stress -t tempest/stress/etc/stress_test.json -d 1016:11
*** SridharG has left #openstack-qa16:16
*** rdekel has quit IRC16:17
mtreinishbobj: ok then it should print all the test results after 10secs including any tests that failed16:18
*** tosky has joined #openstack-qa16:18
*** Ch00k has quit IRC16:19
*** markmcclain has joined #openstack-qa16:20
*** markmcclain has quit IRC16:21
*** markmcclain has joined #openstack-qa16:22
*** Ch00k has joined #openstack-qa16:22
*** Ch00k has quit IRC16:25
*** aimon has joined #openstack-qa16:26
*** mkollaro has quit IRC16:30
bobjmtreinish: Yes, the log file shows all the test results, but  when a 503 code is returned it's not recognized as a failure. It's a known behavior?16:31
*** rushiagr is now known as rushiagr_away16:31
jogomtreinish: I did miss that. the part that is throwing me off is I am seeing failed deletes that aren't causing tempest to fail16:32
*** rushiagr_away is now known as rushiagr16:32
*** rodrigods_ has quit IRC16:32
openstackgerritRob Crittenden proposed a change to openstack-dev/devstack: Configure endpoints to use SSL natively or via proxy  https://review.openstack.org/9885416:34
*** Albert_13 has quit IRC16:35
*** rushiagr is now known as rushiagr_away16:36
openstackgerritAaron Rosen proposed a change to openstack/tempest: Replace wait with communicate to avoid potential deadlock  https://review.openstack.org/12328016:37
*** proverma has joined #openstack-qa16:39
*** afazekas has quit IRC16:40
jogomtreinish: so I am still a bit lost, failed deletes?16:40
jogomtreinish: how come I still saw failed deletes that didn't cause tempest to fail16:41
*** zz_jgrimm is now known as jgrimm16:43
openstackgerritMatt Riedemann proposed a change to openstack/tempest: Lock test_resize_server_using_overlimit_* tests on 'compute_quotas'  https://review.openstack.org/12351016:48
*** Ch00k has joined #openstack-qa16:48
*** toure has left #openstack-qa16:51
*** markus_z has quit IRC16:51
*** evgenyf has quit IRC16:52
*** yfried is now known as yfried|afk16:52
openstackgerritpritesh proposed a change to openstack-dev/devstack: Remove the Cisco Nexus monolithic plugin support  https://review.openstack.org/12162316:53
*** neeti has joined #openstack-qa16:53
*** e0ne has joined #openstack-qa16:53
*** chandankumar has joined #openstack-qa16:53
*** safchain has quit IRC16:54
*** suneelb has joined #openstack-qa16:55
*** toure has joined #openstack-qa16:55
*** bkopilov has joined #openstack-qa16:56
*** proverma has quit IRC17:00
*** proverma has joined #openstack-qa17:01
openstackgerritprabhu murthy proposed a change to openstack/tempest: Added neutron cli test case for vpnaas  https://review.openstack.org/12341117:05
*** qba73 has quit IRC17:05
openstackgerritOpenStack Proposal Bot proposed a change to openstack/tempest: Updated from global requirements  https://review.openstack.org/11011017:08
*** rushiagr_away is now known as rushiagr17:08
*** e0ne is now known as e0ne_17:13
*** jordanP has quit IRC17:16
*** rwsu has quit IRC17:17
openstackgerritRamy Asselin proposed a change to openstack-infra/devstack-gate: Add a pre-clean hook.  https://review.openstack.org/12289617:19
*** harlowja_away is now known as harlowja17:19
openstackgerritAaron Rosen proposed a change to openstack/tempest: Remove duplicate _ping_ip_address() methods  https://review.openstack.org/12351717:20
*** Poornima has joined #openstack-qa17:21
*** torandu has joined #openstack-qa17:22
*** jhenner has quit IRC17:25
*** e0ne_ has quit IRC17:25
*** neeti has quit IRC17:26
*** markmcclain has quit IRC17:28
*** chandankumar has quit IRC17:31
arosenmtreinish:  is there a way to see the debug output from the tests run running them?17:34
arosenive been running them like: ./run_tempest.sh tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize17:34
*** chandankumar has joined #openstack-qa17:35
*** e0ne has joined #openstack-qa17:35
*** rwsu has joined #openstack-qa17:35
*** yfried|afk is now known as yfried17:37
*** jecarey has quit IRC17:38
*** JayJ has joined #openstack-qa17:40
mtreinisharosen: debug output? Like debug log messages? everything should go into the tempest log file17:42
*** atiwari has joined #openstack-qa17:42
arosenah okay sorry i see.17:43
mtreinisharosen: were the log messages what you're looking for? Or like stdout or something?17:43
arosenmtreinish:  i think i got it now thanks.17:44
mtreinishjogo: there might be a bug where we don't ensure deletion properly somewhere (it's more than likely) but I don't think it's a widespread issue more of a specific place it's falling apart17:44
*** jecarey has joined #openstack-qa17:45
*** rushiagr is now known as rushiagr_away17:46
*** mriedem is now known as mriedem_afk17:46
*** pcrews has joined #openstack-qa17:54
*** Poornima has quit IRC17:55
*** proverma has quit IRC17:56
openstackgerritAaron Rosen proposed a change to openstack/tempest: Log output from ping command  https://review.openstack.org/12352617:56
*** yjiang5 has joined #openstack-qa17:57
*** proverma has joined #openstack-qa17:57
openstackgerritAaron Rosen proposed a change to openstack/tempest: Remove duplicate _ping_ip_address() methods  https://review.openstack.org/12351717:57
openstackgerritAaron Rosen proposed a change to openstack/tempest: Log output from ping command  https://review.openstack.org/12352617:57
*** rushiagr_away is now known as rushiagr17:57
mtreinisharosen: ^^^ heh, you didn't really have to fix the whitespace, I gave it a +2 :)17:58
arosenmtreinish:  no worries. :P17:59
arosenmtreinish: one thing i'm wondering about is that tempest uses subprocess (not the eventlet version)  for ping and otherstuff  which is blocking.18:00
arosenI wonder if this could be causing some weird issues if things are running in parallel as this will block. I'm not sure though18:00
*** yfried is now known as yfried|afk18:00
mtreinisharosen: well the tests themselves are single threaded. Testr just divides all the tests into subgroups for a set of worker processes18:02
jogomtreinish: well here is the bug that I filed https://bugs.launchpad.net/tempest/+bug/137269618:02
arosenmtreinish: ah so each test running is it's own process. I guess then it doesn't matter.18:02
jogomtreinish: I included a test that seems to have a delete cause a stacktrace18:03
*** sfineberg has joined #openstack-qa18:04
mtreinisharosen: yeah, it shouldn't matter. I actually think not blocking for the call out would potentially cause more issues18:05
mtreinishjogo: yeah so looking at that test it should do the wait as part of tearDownClass18:05
mtreinishit's doing the delete as part of an addCleanup there, so it'll end up making 2 delete calls (which might be a bug)18:06
*** jlibosva has quit IRC18:06
*** amotoki has quit IRC18:07
arosenmtreinish:  do you know off hand which keypair tempest uses for it's tests?18:08
*** sfineberg has left #openstack-qa18:09
mtreinisharosen: I think it will generate one in the tests, otherwise there should be a config option to specify it18:09
*** tosky has quit IRC18:09
*** cnesa15 has quit IRC18:14
*** sfineberg has joined #openstack-qa18:16
*** arnaud has joined #openstack-qa18:18
jogomtreinish: if you update the bug report with that I can try fixing it18:19
mtreinishjogo: ok, one sec I'll leave a comment on the bug18:19
*** catohornet has joined #openstack-qa18:20
arosenmtreinish:  another question for you. It looks like devstack is configured to use configdrive. do you know how that works in the cirros image? I see it's not getting it's ssh key from the cloud-init script.18:22
arosenDoes config drive just copy the ssh key into the guest image directly or is there a script in the guest to do this? I haven't found anything in the guest that does this or logs there.18:23
*** aix has quit IRC18:24
*** yfried|afk is now known as yfried18:25
*** k4n0_ has joined #openstack-qa18:25
mtreinisharosen: don't know of the top of my head. salv-orlando ^^^ was looking at this very recently for a ssh bug we were hitting18:26
mtreinishso he might know the answer18:28
mtreinishjogo: ok, comment left with more details about that delete path18:28
*** k4n0 has quit IRC18:29
*** rushiagr is now known as rushiagr_away18:30
*** proverma has quit IRC18:31
*** arnaud has quit IRC18:32
*** arnaud has joined #openstack-qa18:33
*** proverma has joined #openstack-qa18:34
*** mlavalle has joined #openstack-qa18:35
*** suneelb has quit IRC18:35
salv-orlandoarosen: config drive is mounted somewhere in the image being launched but the actual ssk is done by the cirros init process - see cirros-per18:36
*** suneelb has joined #openstack-qa18:36
arosensalv-orlando:  The guest is doing the mounting of the drive and copying the files right?18:36
*** markmcclain has joined #openstack-qa18:37
*** markmcclain has quit IRC18:37
salv-orlandoarosen: I guess so. Nova sets up the drive, the guest mounts it, read stuff from it and configures the appropriate things in the root drive18:37
arosensalv-orlando:  that was my guess too. Unfortunately, there doesn't seem to be any logging of this in the guest that this is going on .18:38
openstackgerritAdam Gandelman proposed a change to openstack-dev/grenade: Allow BASE_RUN_SMOKE to be overridden by env  https://review.openstack.org/12353818:38
salv-orlandothe cirros-per process just leaves a few bits in the console log.18:39
arosensalv-orlando:  i'm surprised that nova reboot <instance>; takes so long for the instance to come up and allow me to ssh into it (even locally)  ~a min.  Where are nova boot takes ~20 seconds for me to be able to initally access it.18:39
salv-orlandoarosen: could this be because of the recent changes to give a chance to instance to shutdown gracefully on reboot/shutoff/resize?18:40
salv-orlandonot even that recent now18:40
salv-orlandothey merged over a month ago18:40
mtreinishsalv-orlando, arosen: https://review.openstack.org/#/c/122156/ this isn't related to what you're looking at is it?18:41
arosensalv-orlando:  in  all of these tempest failures it seems like the guest is pingable but not ssh'able. I think it's perhaps maybe just the guest being slow. It seems to not start it's sshd process until it reads from configdrive i think.18:42
mtreinisharosen: yeah, taking >196 sec is definitely slow for a cirros image...18:43
*** markmcclain has joined #openstack-qa18:44
arosenthat patch was never merged it seems.18:44
salv-orlandoarosen: ah so you’re looking at the “no route to host” failure. I thoguth you were talking about another bug. I need to go for dinner bbl18:44
arosenmtreinish:  we still use SOFT here https://github.com/openstack/tempest/blob/master/tempest/scenario/test_network_advanced_server_ops.py#L10818:44
arosensalv-orlando:  i think they are probably related as far as things taking to long.18:45
mtreinisharosen: oh, mriedem_afk ^^^ go fix it18:45
*** dimtruck is now known as zz_dimtruck18:45
*** mriedem_afk is now known as mriedem18:45
mtreinisharosen: that's a good catch -1 mriedem_afk's patch. I'll fast approve it after he fixes that test too18:45
mriedemgah https://review.openstack.org/#/c/122156/18:45
mriedemgood thing it's taken over a week to get it through the gate18:45
jogomtreinish: thanks18:46
mtreinisharosen: yeah so the reboot path can take forever if it's attempting a soft reboot. Because it'll fallback to hard after it attempts and fails a soft18:46
*** zz_dimtruck is now known as dimtruck18:49
*** tkammer has joined #openstack-qa18:51
*** mlavalle has quit IRC18:56
mriedemmtreinish: is there a bug for https://github.com/openstack/tempest/blob/master/tempest/scenario/test_network_advanced_server_ops.py#L108 ?18:56
mriedemi'll fix that on top of 1221518:56
mriedem*12215618:56
mtreinishmriedem: heh, stat padding season already :)18:57
mriedemmtreinish: no, i just already have approval on the other18:57
mtreinishmriedem: dunno, arosen is looking at a bug, so probably just related-bug that one18:57
mriedemhttps://bugs.launchpad.net/tempest/+bug/1372696 ?18:58
mriedemf it, i'll fix it on the one i have18:58
mriedemand harass you to approve18:58
arosenmriedem:  i'd probably just squash that with your patch18:58
mtreinishmriedem: heh, I'm just giving you a hard time. But, I'll fast approve it either way18:59
mtreinishmriedem: that bug is a different one that jogo was looking at18:59
arosenmriedem:  i'd squash that other soft case with your patch. Hopefully that will give it a better change of merging from a random test failure.19:00
mriedemi'm doing it now19:00
mriedemjust got back from my quarterly haircut19:00
*** johnthetubaguy is now known as zz_johnthetubagu19:02
*** mlavalle has joined #openstack-qa19:03
openstackgerritMatt Riedemann proposed a change to openstack/tempest: Change scenario test usage of server reboot from SOFT to HARD  https://review.openstack.org/12215619:03
mriedemthere19:03
*** sabeen1 has quit IRC19:04
jogomriedem: want to fix by bug too: https://bugs.launchpad.net/tempest/+bug/137269619:05
mriedems/by/my/ ?19:05
mtreinishmriedem: ok re-approved19:05
openstackgerritA change was merged to openstack/tempest: Removes bogus negative create image compute  https://review.openstack.org/12235319:06
*** rockyg has joined #openstack-qa19:07
*** marun has quit IRC19:07
*** aimon has left #openstack-qa19:07
openstackgerritA change was merged to openstack/tempest: Migrate baremetal API tests to resource_* fixtures  https://review.openstack.org/12154219:08
*** e0ne has quit IRC19:09
*** aimon has joined #openstack-qa19:10
*** marun has joined #openstack-qa19:12
*** flaper87|afk is now known as flaper8719:14
*** Annamarie_Nitzsc has joined #openstack-qa19:18
jogomtreinish: I don't think http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/compute/base.py#n143 is the correct behavior19:18
mtreinishjogo: what specifically is wrong with it? I agree we should be stricter in the exception handling. But, I don't think exploding there is correct either19:20
jogomtreinish: if a delete fails that is a bug we need to catch19:22
jogomtreinish: one could argue that something like this belongs in a nova functional test19:22
jogomtreinish: create and delete servers at random and make sure no failures happen in create or deletes19:23
mtreinishjogo: yeah, but failing in a tearDownClass because of that will just be confusing and hard to debug. I'm fine with logging the failure, but if the delete really needs to be tested it should be in the test19:23
mtreinishjogo: yeah it might be a good functional test19:24
jogomtreinish: that is what my original thinking was, before I realized you try doing a delete on every  tearDownClass19:24
jogomtreinish: the default behavior in at least compute tests should be to do a wait for delete19:24
*** Annamarie_Nitzsc has quit IRC19:25
jogomtreinish: so my original thinking was we add a function in tempest.api.compute.base that does delete and wait for deleted together19:25
jogoand use that everywhere a test explicitly does a delete19:25
*** HenryG is now known as HenryG_afk19:27
*** suneelb has quit IRC19:27
*** sabeen has joined #openstack-qa19:27
*** suneelb has joined #openstack-qa19:27
jogomtreinish: I have a hunch our current testing model (poor testing) on deletes is one of the reason why they don't work well in production19:27
mtreinishjogo: I was thinking of something like this: http://paste.openstack.org/show/114670/19:27
jogomtreinish: yeah that is better then what we have19:28
jogoand I agree failing in cleanupClass would be hard to debug19:28
mtreinishjogo: honestly if you want to do that just replace the cls.servers.extend() in create_test_server() with 2 add cleanups one for wait and the other for delete19:29
mtreinishwe do that in the scenario tests a bunch19:29
*** jecarey has quit IRC19:29
mtreinishjogo: yeah failing in cleanup is just confusing, the cinder volume delete stuff is a perfect example of what happens when it goes bad19:29
mtreinishjogo: do you want to push out the extra logging patch as a start?19:31
jogomtreinish: yup, by that line of thought adding cleanups in create_test_server wouldn't work since that is a class method right19:31
jogomtreinish: yeah should i push that up or do you  want to?19:32
jogomtreinish: looks like you already wrote it19:32
mtreinishjogo: oh is it? yeah then it won't work there19:32
*** e0ne has joined #openstack-qa19:32
jogomtreinish: I'll push up a patch with what I am thinking shortly19:33
mtreinishjogo: you can, I've got too many in progress patches, and I can +2 it if it's from you...19:33
jogomtreinish: sounds good19:33
*** proverma has quit IRC19:34
*** jecarey has joined #openstack-qa19:37
*** Ch00k has quit IRC19:37
*** SridharG has joined #openstack-qa19:38
openstackgerritJoe Gordon proposed a change to openstack/tempest: Log deletion errors in  clean servers  https://review.openstack.org/12355519:38
jogomtreinish: patch one19:39
*** marun has quit IRC19:40
andreafjogo: I think you don't have to catch NotFound on the wait, it's already handled there - see my comment19:43
mtreinishandreaf: oh, yeah that's a good point. I forgot about that, although I don't think it would matter, it would never get raised up19:44
andreafmtreinish: yes it wouldn't harm but it may be confusing for who's looking at the code then19:45
*** chandankumar has quit IRC19:47
andreafdkranz: would you like to have some more fun with https://review.openstack.org/#/q/topic:+bp/resource-cleanup,n,z ?19:48
openstackgerritOpenStack Proposal Bot proposed a change to openstack/tempest: Updated from global requirements  https://review.openstack.org/11011019:48
*** e0ne has quit IRC19:48
openstackgerritAkihiro Motoki proposed a change to openstack-dev/devstack: Update Horizon Neutron-related settings  https://review.openstack.org/12356119:50
openstackgerritJoe Gordon proposed a change to openstack/tempest: Wait for successful server termination via addCleanup  https://review.openstack.org/12356219:51
andreafmtreinish: do you want me to change the commit message here: https://review.openstack.org/#/c/121551/819:51
*** SridharG has left #openstack-qa19:52
openstackgerritJoe Gordon proposed a change to openstack/tempest: Log deletion errors in  clean servers  https://review.openstack.org/12355519:55
jogomtreinish: updated19:55
jogoandreaf: thanks for the review19:55
*** proverma has joined #openstack-qa19:57
andreafjogo, mtreinish: so the 2nd patch actually changes the behaviour  - first it won't start next test until clean-up is done - that may increase gate time19:59
andreafjogo, mtreinish: and second it may fail on BuildErrorException or Timeout which wasn't the case before - so it means that a failure in cleanup becomes a test failure20:00
jogoandreaf: yup, I think better testing of deletes is worth it.  But I am not sure how much slower this makes things and if that is an acceptable amount20:00
*** edwa66431 has quit IRC20:00
jogoandreaf: see the bug, that is the point of the patch.20:01
andreafjogo, ok I see - another way could be to log cleanup issues, and to have a test that checks for any cleanup issue in the logs... but it's a bit convoluted - I agree anyways that errors on cleanup are errors and we should fail some or or another20:02
andreafjogo: ok let's see if there is any difference in check run time, perhaps we try a recheck or two, if it goes well I'm ok with it20:02
jogoandreaf: sounds like a plan. I am in no rush to land that patch20:03
*** sabeen has quit IRC20:11
*** sabeen has joined #openstack-qa20:13
andreafmtreinish, stevebaker: what do you think about dropping the autoscale test then? https://review.openstack.org/#/c/123260/20:13
stevebakerandreaf, +1 from me20:14
andreafstevebaker: eh eh I though so :)20:14
stevebakerandreaf, eventually I'd like a test which just confirms metrics and alarms are flowing to/from heat/ceilometer20:15
andreafstevebaker: won't that have the same issues that autoscale has?20:17
mtreinishandreaf: whatever, it's fine either way. I just figured I should stop there with all the api tests +2d. Let those work there way through and when things catch up I'll go through the last set20:17
*** JayJ has quit IRC20:18
andreafmtreinish: ok that was about the commit message right?20:18
*** JayJ has joined #openstack-qa20:18
andreafmtreinish: what do you think about https://review.openstack.org/#/c/123260/? (dropping autoscale)20:18
stevebakerandreaf, nope, it will be a much simpler test which only boots one server. Rather than booting and killing 3 servers over 10 minutes20:18
mtreinishandreaf: yeah the commit message one20:19
andreafstevebaker, ok I see - so the current autoscale is trying to test too many things at the same time20:19
mtreinishandreaf: I guess I'm fine with it. If the test has never run that's fine, we can always add it back if we deem it necessary20:19
stevebakerandreaf, it should really be an in-tree heat functional test with API mocking. In the short term though it will become an in-tree heat integration test20:20
andreafgood20:20
andreafI'm trying to get a closure on the scenario migration tests, and this is one of the last bits20:21
stevebakerandreaf, https://review.openstack.org/#/c/112189/20:21
andreafstevebaker, I see you actually setup a full devstack and run the test20:23
*** proverma has quit IRC20:23
stevebakerandreaf, yes. The hope is that tests developed in that job will migrate to a tempest scenario, or an in-tree functional test20:25
andreafstevebaker, for in-tree functional test you'd have to mock all the required apis, right?20:26
stevebakerandreaf, Yes, it doesn't exist yet. Maybe we'll use something like mimic20:27
*** arnaud has quit IRC20:27
andreafmasayukig, last reviews to complete scenario migration (the test part at least): https://review.openstack.org/#/c/123260, https://review.openstack.org/122196 and https://review.openstack.org/#/c/118232/20:28
andreafstevebaker: if successful it may be something to be shared with other projects in a way or another20:29
*** proverma has joined #openstack-qa20:30
stevebakerandreaf, yes, we could functional test all manner of internal heat things if we only mock keystone20:32
openstackgerritRamy Asselin proposed a change to openstack-infra/devstack-gate: Add a pre-clean and post-clean hooks.  https://review.openstack.org/12289620:33
openstackgerritRamy Asselin proposed a change to openstack-infra/devstack-gate: Refactor the hook logic into a reusable function  https://review.openstack.org/12357820:33
*** boden has quit IRC20:38
*** boden has joined #openstack-qa20:38
*** proverma has quit IRC20:40
*** boden has quit IRC20:43
*** toure has quit IRC20:45
openstackgerritA change was merged to openstack-infra/elastic-recheck: Add docs for the uncategorized page  https://review.openstack.org/12229320:50
*** jhenner has joined #openstack-qa20:50
*** proverma has joined #openstack-qa20:51
*** skata has quit IRC20:52
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Properly preserve trace on error during wait  https://review.openstack.org/12286120:58
mtreinishandreaf, dkranz: ^^^ if you've got a sec20:58
*** suneelb has quit IRC21:02
*** suneelb has joined #openstack-qa21:02
mtreinishok how does this unit test pass?: https://review.openstack.org/#/c/122538/1 I'm at a loss21:03
mtreinishjaypipes: ^^^ any ideas?21:04
*** rockyg has quit IRC21:05
jaypipesmtreinish: wow.21:05
mtreinishjaypipes: yeah I know, I'm not sure what's going on21:06
mtreinishoh, the testr results say it got skipped?21:07
*** aysyanne has quit IRC21:08
mtreinishwell something to dig into at least21:08
jaypipespt1.367: tempest.tests.test_decorators.TestServicesDecorator.test_services_list21:08
jaypipesmtreinish: was skipped21:08
*** rockyg has joined #openstack-qa21:10
mtreinishjaypipes: hahaha, it's testing a decorator that raises a skip exception. doh21:10
jaypipeslol21:10
andreafmtreinish, +2 on https://review.openstack.org/12286121:10
mtreinishandreaf: cool, thanks21:11
*** dustins has quit IRC21:17
*** gordc has quit IRC21:20
openstackgerritRamy Asselin proposed a change to openstack-infra/devstack-gate: Add a pre-clean and post-clean hooks.  https://review.openstack.org/12289621:24
*** melwitt has joined #openstack-qa21:25
*** jhenner has quit IRC21:28
*** mmedvede has quit IRC21:33
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Fix use of code name in services decorator  https://review.openstack.org/12253821:37
*** andreaf has quit IRC21:41
*** mriedem has quit IRC21:41
*** andreaf has joined #openstack-qa21:42
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Start using subunit-trace for unit tests too  https://review.openstack.org/12358921:45
*** rockyg has quit IRC21:51
*** harlowja is now known as harlowja_away22:01
*** harlowja_away is now known as harlowja22:03
*** flaper87 is now known as flaper87|afk22:07
*** bknudson has quit IRC22:07
*** proverma has quit IRC22:07
*** JayJ has quit IRC22:08
*** cnesa15 has joined #openstack-qa22:23
*** atiwari has quit IRC22:28
*** lcurtis has quit IRC22:29
*** jecarey has quit IRC22:31
*** openstackgerrit has quit IRC22:31
*** openstackgerrit has joined #openstack-qa22:32
openstackgerritBaodong (Robert) Li proposed a change to openstack-dev/devstack: Configure pci_passthrough_whitelist and pci_alias  https://review.openstack.org/12359922:43
*** jgrimm is now known as zz_jgrimm22:45
*** gfidente has quit IRC22:45
openstackgerritBaodong (Robert) Li proposed a change to openstack-dev/devstack: Configure pci_passthrough_whitelist and pci_alias  https://review.openstack.org/12359922:47
openstackgerritBaodong (Robert) Li proposed a change to openstack-dev/devstack: Configure pci_passthrough_whitelist and pci_alias  https://review.openstack.org/12359922:48
*** weshay has quit IRC22:48
*** skata_ has joined #openstack-qa22:50
*** dkranz has quit IRC22:51
*** dims has quit IRC22:53
openstackgerritMiguel Lavalle proposed a change to openstack/tempest: Migrate test_load_balancer_basic to tempest client  https://review.openstack.org/11823222:53
*** dims has joined #openstack-qa22:54
*** jpmontez has quit IRC22:56
*** mlavalle has quit IRC22:58
*** dims has quit IRC22:59
*** rbak has quit IRC23:02
*** aimon has quit IRC23:02
*** dansmith has quit IRC23:06
openstackgerritAdam Gandelman proposed a change to openstack-infra/devstack-gate: Enable DIB service for Ironic  https://review.openstack.org/12253923:07
*** boden has joined #openstack-qa23:09
*** dansmith has joined #openstack-qa23:10
*** salv-orlando has quit IRC23:12
*** beekneemech has joined #openstack-qa23:13
*** bnemec has quit IRC23:13
*** andreaf has quit IRC23:13
*** andreaf has joined #openstack-qa23:14
*** andreaf has quit IRC23:15
*** boden has quit IRC23:15
*** dims has joined #openstack-qa23:19
*** dhellmann has quit IRC23:21
*** salv-orlando has joined #openstack-qa23:21
*** dhellmann has joined #openstack-qa23:21
*** jpich has joined #openstack-qa23:30
*** mmedvede has joined #openstack-qa23:31
*** Madie_Batz has joined #openstack-qa23:37
*** tkammer has quit IRC23:38
*** edwa6643 has joined #openstack-qa23:43
*** Madie_Batz has quit IRC23:45
*** Abner_Zulauf83 has joined #openstack-qa23:47
*** amotoki has joined #openstack-qa23:53
*** danfinch has quit IRC23:54
*** yamahata has quit IRC23:56
*** jaypipes has quit IRC23:57
*** amotoki has quit IRC23:58

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