Friday, 2016-04-08

gmannoomichi: got it what you mean00:00
gmannoomichi: actually that was merged in tempest version of keypair client00:00
gmannoomichi: and in this I am moving all updates we did in tempest version to /lib00:00
openstackrecheckConsole logs not available after 13:43s for gate-tempest-dsvm-full 294263,7,de1596f00:00
mtreinishmasayukig: my only thought right now is that the close() isn't blocking. So we just issue it an move on00:01
oomichigmann: that means original view of gerrit is old now?00:01
mtreinishthat's not an issue for the other db backends because they can delete the database with active sessions, but postgres doesn't allow that00:02
mtreinishI'm just not sure why we haven't seen this before00:02
gmannoomichi: original view if of /lib/service/compuye/keypair_cleint00:02
*** david-lyle has quit IRC00:02
gmannif-> is00:02
mtreinishmasayukig: granted it's only on my proposed patch: https://review.openstack.org/301369 so I might be doing something wrong00:02
gmannoomichi: which does not any of the have updates (other methods too - param and schema versioning)00:03
*** david-lyle has joined #openstack-qa00:03
oomichigmann: ah, I see. There are two keypairs_client on tempest and tempest.lib.00:03
openstackgerritIan Wienand proposed openstack-dev/devstack: Remove shocco docs and other cleanups  https://review.openstack.org/30311500:03
*** dwalleck has joined #openstack-qa00:03
gmannoomichi: yea00:03
oomichigmann: and one of tempest is newer and we need to remove one of tempest.lib00:04
gmannoomichi: and with that patch we will have single in lib00:04
*** mylu has quit IRC00:04
gmannoomichi: not remove, migrate the updates from tempest one to lib and remove the tempest one00:04
masayukigmtreinish: ah, I see.. It's weird, indeed.00:04
gmannoomichi: i mean we will have all updates in lib one and keep that only00:05
gmannoomichi:  if you see this - Dtempest/services/compute/json/keypairs_client.py00:06
oomichigmann: I got it. +200:07
gmannoomichi: sorry to make that confusing, actually it deleting many files too thats why00:07
gmannoomichi: Thanks00:07
oomichigmann: I need to board a flight now, see you00:08
* gmann coffee time00:08
gmannoomichi: ahh, have nice journey00:09
oomichigmann: thanks00:09
*** mylu has joined #openstack-qa00:09
*** mylu has quit IRC00:14
*** akshai_ has quit IRC00:15
*** Swami has quit IRC00:17
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/30289100:17
openstackrecheckConsole logs not available after 13:40s for gate-tempest-dsvm-full 303020,1,db5530b00:21
*** cdent has quit IRC00:21
openstackgerritOpenStack Proposal Bot proposed openstack-dev/hacking: Updated from global requirements  https://review.openstack.org/30312200:25
*** mylu has joined #openstack-qa00:25
*** salv-orlando has joined #openstack-qa00:26
*** salv-orlando has quit IRC00:30
openstackrecheckConsole logs not available after 13:26s for gate-horizon-python27 289314,28,8daa89800:36
openstackgerritMasayuki Igawa proposed openstack-infra/subunit2sql: [WIP] Terminate sessions before dropping DBs in PostgreSQL  https://review.openstack.org/30317000:39
*** salv-orlando has joined #openstack-qa00:40
masayukigmtreinish: So, how about terminating sessions before drop dbs like ^^^^^^^^?00:40
*** moravec has quit IRC00:42
*** moravec has joined #openstack-qa00:42
*** salv-orlando has quit IRC00:44
* masayukig surprised at a global-requirement flood in the gate...00:45
*** mylu has quit IRC00:46
jamielennoxmtreinish: has there been a discussion recently about not dropping tempest-lib because it puts tempest into upper-constraints?00:47
*** ddieterly[away] has quit IRC00:48
*** cshahani has quit IRC00:49
*** hoangcx_ has joined #openstack-qa00:49
*** hoangcx has quit IRC00:49
*** hoangcx_ is now known as hoangcx00:49
openstackrecheckConsole logs not available after 14:03s for keystone-coverage-db 278693,5,c5964dc00:50
*** mylu has joined #openstack-qa00:51
*** hichihara has joined #openstack-qa00:54
*** rfolco has joined #openstack-qa00:54
*** moravec has quit IRC00:55
*** Kiall has quit IRC00:55
*** amotoki has quit IRC00:56
*** Kiall has joined #openstack-qa00:57
mtreinishjamielennox: nope, that's already happened00:59
mtreinishSpamapS and I were talking about the constraints issue a bit earlier today though00:59
mtreinishmasayukig: hmm, that looks like it might work00:59
mtreinishI'll pull it down locally and give it a try00:59
jamielennoxmtreinish: SpamapS and i are discussing it now and i thought i'd check what was happening with you01:00
mtreinishjamielennox: tempest-lib has already been deprecated and things have moved on in tempest.lib01:01
SpamapSjamielennox: mtreinish badger don't care. mtreinish badger don't give a f***01:01
mtreinishflip flopping back won't happen again01:02
SpamapS;)01:02
mtreinishSpamapS: haha01:02
jamielennoxmtreinish: yea, ok, just puts us in a bit of a bind currently having tempest the application in constraints01:02
*** rossella_s has quit IRC01:03
mtreinishjamielennox: right, it's the dual purpose thing. It's a lib and an application in a single package01:03
mtreinishideally they'd be 2 packages in the same repo01:03
mtreinishbut pbr ties are hands there...01:03
*** rossella_s has joined #openstack-qa01:03
jamielennoxwe all learnt nothing from the python-*client debacle01:03
openstackrecheckConsole logs not available after 13:26s for experimental-grenade-dsvm 303032,1,5acf0ce01:03
jamielennoxmtreinish: also congrats on TC01:05
mtreinishjamielennox: well in the case of tempest-lib the friction caused by decoupling the code in another repo was a maint nightmare01:05
mtreinishfixing a test because of a client bug for example took forever01:06
mtreinishjamielennox: thanks01:06
jamielennoxmtreinish: yea, i understand - is this the same issue that broke gate the other day with my endpoint patch?01:07
jamielennoxmtreinish: i was confused as to why we needed to release a version of tempest to make a change in devstack and gate01:08
mtreinishjamielennox: well it would have been. If tempest-lib was still seperated we wouldn't have been able to land your patch until a tempest-lib release was pushed01:08
mtreinishin the case of your endpoint patch, neutron has a gate job which only consumes tempest from a release (to use tempest.lib) and they run things against devstack01:08
mtreinishsince your tempest.lib patch was unreleased when devstack changed their tests failed because it was using the old urlparsing code from the 10.0.0 release01:09
jamielennoxseems like a neutron problem, not a tempest or devstack or my problem01:09
jamielennoxbut ok01:09
mtreinishright it was, and normally I would have just pushed a bugfix tempest release and called it a day01:09
*** ddieterly has joined #openstack-qa01:09
mtreinishbut because the release was today, I wanted to unblock them in case of a critical issue, but I didn't want to push a tempest release until after mitaka (things were staged pending that)01:10
mtreinishit was just easier to revert the devstack patch and then quickly revert the revert after tempest 1101:10
jamielennoxok, and agree with the decision, i was just trying to understand what caused it as i didn't see the actual failure, just the reverts01:11
mtreinishsure, yeah armax didn't really put too many details in the commit msg01:13
openstackrecheckConsole logs not available after 13:25s for gate-horizon-python34 302850,4,b50c3e101:16
*** apoorvad has quit IRC01:17
*** amotoki has joined #openstack-qa01:22
*** vhosakot has quit IRC01:23
*** mylu has quit IRC01:23
openstackgerritMasayuki Igawa proposed openstack-infra/subunit2sql: [WIP] Terminate sessions before dropping DBs in PostgreSQL  https://review.openstack.org/30317001:28
*** davidlenwell has quit IRC01:28
*** amotoki has quit IRC01:29
openstackrecheckConsole logs not available after 13:25s for gate-cinder-python34-db 286598,16,fd470c501:30
*** mriedem has quit IRC01:31
*** davidlenwell has joined #openstack-qa01:32
openstackgerritMerged openstack-dev/devstack: Fix table in generated plugins list  https://review.openstack.org/30310701:36
*** mylu has joined #openstack-qa01:37
*** edmondsw has quit IRC01:38
openstackgerritMerged openstack/tempest: Prepare for dynamic generation of tempest plugin registry  https://review.openstack.org/29151101:43
openstackrecheckConsole logs not available after 13:25s for gate-nova-python27-db 294312,14,efa624b01:43
*** moravec has joined #openstack-qa01:44
*** dave-mccowan has quit IRC01:45
*** nwkarsten has joined #openstack-qa01:53
*** cshahani has joined #openstack-qa01:53
openstackrecheckConsole logs not available after 13:25s for gate-cinder-python34-db 221442,25,33b8d7c01:57
*** nwkarsten has quit IRC01:57
*** moravec has quit IRC02:03
*** mylu has quit IRC02:04
*** yamahata has quit IRC02:04
openstackrecheckConsole logs not available after 13:22s for gate-requirements-integration-dsvm 292652,2,720b97202:10
*** mylu has joined #openstack-qa02:10
*** davideag_ has joined #openstack-qa02:13
*** mtanino__ has joined #openstack-qa02:15
*** davideagnello has quit IRC02:15
*** mtanino has quit IRC02:15
*** nwkarsten has joined #openstack-qa02:16
*** cburgess has quit IRC02:16
*** amotoki has joined #openstack-qa02:17
*** cburgess has joined #openstack-qa02:19
*** openstackstatus has quit IRC02:19
*** hieulq has quit IRC02:21
*** hieulq has joined #openstack-qa02:21
*** vhosakot has joined #openstack-qa02:23
mtreinishmasayukig: first problem (after fixing the typo :) ) is that on first run it fails because there is no openstack_citest database created and we try to query open sessions on it02:24
openstackrecheckConsole logs not available after 13:23s for gate-nova-python27-db 303012,1,6bd786602:24
mtreinishso we probably just need to add a check up front to see if the db exists first02:24
masayukigmtreinish: ah, indeed. Thanks :) I'll try to later.02:26
*** woodster_ has quit IRC02:27
*** dimtruck is now known as zz_dimtruck02:30
*** yamamoto has joined #openstack-qa02:33
openstackrecheckConsole logs not available after 13:24s for gate-neutron-dsvm-functional 303031,1,91c310702:38
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: [WIP] Terminate sessions before dropping DBs in PostgreSQL  https://review.openstack.org/30317002:38
mtreinishmasayukig: ^^^02:38
mtreinishalthough that's kinda ugly02:38
mtreinishI'm gonna leave it running in a loop overnight see if I can get it to fail02:40
masayukigmtreinish: Thanks! And Good night :)02:40
masayukigI'll check it.02:40
*** fnaval has quit IRC02:46
*** binbincong has quit IRC02:50
openstackrecheckConsole logs not available after 13:25s for gate-cinder-python34-db 297140,7,a87191702:50
*** ramishra has joined #openstack-qa02:57
*** ddieterly is now known as ddieterly[away]03:00
*** rfolco has quit IRC03:03
openstackrecheckConsole logs not available after 13:25s for gate-horizon-python34 298476,6,a693e3a03:04
*** sabeen has joined #openstack-qa03:10
armaxjamielennox: I added the eavesdrop link and more details in the review messages, sorry my bad03:11
jamielennoxarmax: that's ok, i just wasn't aware any one would be running tempest not from source in the gate03:12
armaxjamielennox: that’s something I am actually still trying to figure out :)03:12
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-neutron-full-mitaka 302891,3,bb4d07e03:17
*** mylu has quit IRC03:20
*** yamamoto has quit IRC03:21
*** vhosakot has quit IRC03:23
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full-devstack-plugin-ceph 301944,5,c9c51c403:31
*** tochi has quit IRC03:34
*** mylu has joined #openstack-qa03:40
*** binbincong has joined #openstack-qa03:41
*** tochi has joined #openstack-qa03:43
openstackrecheckConsole logs not available after 13:24s for gate-glance-python27-db 299162,12,c4d501f03:44
*** jasonsb has joined #openstack-qa03:47
*** jasonsb has quit IRC03:49
openstackgerritMasayuki Igawa proposed openstack-infra/subunit2sql: [WIP] Terminate sessions before dropping DBs in PostgreSQL  https://review.openstack.org/30317003:50
*** jasonsb has joined #openstack-qa03:51
*** ramishra has quit IRC03:55
*** ramishra has joined #openstack-qa03:57
openstackrecheckConsole logs not available after 13:23s for gate-nova-pep8 301861,5,f01bbb603:57
*** ddieterly[away] has quit IRC04:00
*** yamamoto_ has joined #openstack-qa04:03
*** fnaval has joined #openstack-qa04:05
openstackrecheckConsole logs not available after 13:23s for gate-cinder-python34-db 216378,35,a212e7204:11
*** dpaterson has quit IRC04:16
openstackrecheckConsole logs not available after 13:23s for gate-nova-python27-db 282419,6,88bc57604:24
*** sabeen has quit IRC04:25
*** r-mibu has quit IRC04:29
*** r-mibu has joined #openstack-qa04:30
*** sabeen has joined #openstack-qa04:32
*** mylu has quit IRC04:33
*** mylu has joined #openstack-qa04:37
openstackrecheckConsole logs not available after 13:26s for gate-horizon-python34 217828,88,d4166e304:38
*** nwkarsten has quit IRC04:42
*** nwkarsten has joined #openstack-qa04:43
*** nwkarsten has quit IRC04:47
*** mtanino__ has quit IRC04:48
openstackgerritJamie Lennox proposed openstack-dev/devstack: Allow putting service users in a seperate domain  https://review.openstack.org/27105104:48
openstackrecheckConsole logs not available after 13:23s for gate-horizon-python34 303075,1,7b90fb904:51
*** salv-orlando has joined #openstack-qa04:52
*** rcernin has joined #openstack-qa04:54
*** alex_xu has quit IRC04:56
*** fedexo has joined #openstack-qa04:57
*** dwalleck has quit IRC04:58
*** stevebaker has joined #openstack-qa05:00
*** alex_xu has joined #openstack-qa05:01
*** rossella_s has quit IRC05:03
*** rossella_s has joined #openstack-qa05:03
*** salv-orlando has quit IRC05:04
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm-multinode 262530,2,465410b05:04
*** mylu has quit IRC05:06
openstackgerritMasayuki Igawa proposed openstack/os-testr: Decode bytes to str for Python 3  https://review.openstack.org/30321705:06
*** fnaval has quit IRC05:07
*** mylu has joined #openstack-qa05:10
*** hichihara has quit IRC05:11
*** fnaval has joined #openstack-qa05:17
openstackrecheckConsole logs not available after 13:22s for gate-cinder-python34-db 278605,34,ea43fa205:18
*** sabeen has quit IRC05:27
*** markvoelker has quit IRC05:30
openstackrecheckConsole logs not available after 13:22s for gate-nova-docs 303084,1,4e1e6a105:31
*** zackf has quit IRC05:31
*** mylu has quit IRC05:32
*** salv-orlando has joined #openstack-qa05:32
*** mkrcmari__ has joined #openstack-qa05:37
*** mvk_ has quit IRC05:41
openstackrecheckConsole logs not available after 13:23s for gate-cinder-python34-db 285469,17,2030eef05:45
openstackrecheckConsole logs not available after 13:21s for gate-nova-python27-db 303091,1,208a16505:58
*** amotoki has quit IRC06:06
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27-db 303074,1,a38ff7106:11
*** fedexo has quit IRC06:14
openstackrecheckConsole logs not available after 13:22s for gate-cinder-python34-db 303109,1,ce5e30506:25
*** grafuls has joined #openstack-qa06:28
*** amotoki has joined #openstack-qa06:29
*** markvoelker has joined #openstack-qa06:30
*** yaume has joined #openstack-qa06:32
*** amotoki has quit IRC06:33
*** amotoki has joined #openstack-qa06:33
*** markvoelker has quit IRC06:36
openstackrecheckConsole logs not available after 13:22s for gate-horizon-python34 294395,4,9e3b94f06:38
*** nadya has joined #openstack-qa06:47
*** moravec has joined #openstack-qa06:47
*** moravec has quit IRC06:51
openstackrecheckConsole logs not available after 13:26s for gate-keystone-python27-db 300626,11,4a33c2806:52
*** amotoki has quit IRC06:52
*** salv-orlando has quit IRC06:54
*** e0ne has joined #openstack-qa07:01
*** amotoki has joined #openstack-qa07:05
openstackrecheckConsole logs not available after 13:24s for gate-grenade-dsvm 303203,2,d4899c207:06
masayukigmtreinish: I tried to use tox for my looping test. But it was failed like this.. http://paste.openstack.org/show/493437/ So, do you use tox or ostestr for your looping test?07:07
openstackgerritDong Ma proposed openstack-infra/subunit2sql: Add more db api tests part 2  https://review.openstack.org/30326507:09
*** Serlex has joined #openstack-qa07:09
*** dtantsur|afk is now known as dtantsur07:12
*** shardy has joined #openstack-qa07:13
larainemahi masayukig :)07:16
masayukiglarainema: hi!07:16
*** sree_ has joined #openstack-qa07:16
*** sree_ is now known as Guest9443307:16
larainemaThanks for reviewing07:17
masayukiglarainema: you're welcome :)07:17
larainemahave a question here, i summit a new changes based on my first patchset07:18
openstackgerritMerged openstack-infra/subunit2sql: Add more db api tests  https://review.openstack.org/30261907:18
larainemaif i need add the dependency or gerrit will handle it07:19
openstackgerritMasayuki Igawa proposed openstack-infra/subunit2sql: Add more db api tests part 2  https://review.openstack.org/30326507:19
masayukiglarainema: it's depends on your patch, but rebasing is very easy :) I just rebased your patch on master. Just one click07:20
*** ramishra has quit IRC07:20
larainemagot it, thanks masayukig07:21
masayukiglarainema: oh, an error occurred... This is the issue we are tackling.07:23
*** gfidente has joined #openstack-qa07:23
*** gfidente has quit IRC07:23
*** gfidente has joined #openstack-qa07:23
*** ramishra has joined #openstack-qa07:26
*** jlanoux has joined #openstack-qa07:27
*** jpena|off is now known as jpena07:28
larainemamasayukig, i saw the failure07:28
*** alex_xu_ has joined #openstack-qa07:32
*** sree__ has joined #openstack-qa07:33
*** Guest94433 has quit IRC07:33
*** alex_xu has quit IRC07:34
larainemamasayukig: what's caused the error?07:37
*** ifarkas has joined #openstack-qa07:38
masayukiglarainema: Some sessions are remaining when dropping the DB in the test. Like this http://paste.openstack.org/show/493427/ (mtreinish got this log)07:42
masayukigThis is only occurs in PostgreSQL.07:42
masayukigSo we suspect that the close() function doesn't close the session.07:43
masayukighttps://review.openstack.org/#/c/303170/ is the patch for it.07:43
*** sree___ has joined #openstack-qa07:45
masayukigmtreinish is testing with (like) this patch over night now.07:45
larainemathanks for explanation , i didn't enable postgresql on my dev machine:)07:48
openstackrecheckopenstack/horizon change: https://review.openstack.org/296405 failed gate-horizon-python34, gate-horizon-npm-run-lint, gate-horizon-npm-run-test in the gate queue with an unrecognized error07:48
*** sree__ has quit IRC07:48
*** pcaruana has joined #openstack-qa07:49
*** lezbar has quit IRC07:49
*** sree___ has quit IRC07:49
*** sree__ has joined #openstack-qa07:50
*** bauzas is now known as bauwser07:52
*** jamielennox is now known as jamielennox|away07:53
*** lezbar has joined #openstack-qa07:53
*** pilgrimstack has joined #openstack-qa07:55
masayukiglarainema: yeah, I didn't either :) So I've installed it for this.07:59
*** sree__ has quit IRC08:03
*** sree__ has joined #openstack-qa08:05
*** sree___ has joined #openstack-qa08:07
*** artom has joined #openstack-qa08:08
*** sree___ has quit IRC08:08
*** sree__ has quit IRC08:10
*** jordanP has joined #openstack-qa08:12
*** sree__ has joined #openstack-qa08:13
*** sree___ has joined #openstack-qa08:16
*** sree__ has quit IRC08:17
masayukiggmann: ping08:18
gmannmasayukig: hi08:18
masayukiggmann: so, should we still care about tempest-lib?08:19
masayukigI mean https://review.openstack.org/#/c/302892/08:19
gmannmasayukig: For other changes No but I think requirement updates should be in as it is not yet removed only in deprecation period08:20
*** St3F_A13x has joined #openstack-qa08:21
*** sree___ has quit IRC08:21
masayukiggmann: thanks, it's reasonable to me :)08:21
*** nadya has quit IRC08:23
*** dtantsur is now known as dtantsur|brb08:30
*** markvoelker has joined #openstack-qa08:31
*** e0ne has quit IRC08:32
*** openstackgerrit has quit IRC08:33
*** openstackgerrit has joined #openstack-qa08:33
openstackgerritJordan Pittier proposed openstack/tempest: Change assertTrue(isinstance()) by optimal assert  https://review.openstack.org/26253008:33
*** markvoelker has quit IRC08:36
openstackrecheckConsole logs not available after 13:27s for gate-horizon-tox-py27dj18 289314,29,7abacfb08:36
*** Serlex has left #openstack-qa08:37
*** e0ne has joined #openstack-qa08:40
*** ihrachys has joined #openstack-qa08:42
*** Serlex has joined #openstack-qa08:46
*** ramishra has quit IRC08:49
*** hieulq has quit IRC08:49
openstackgerritMerged openstack/tempest: include domain_id when creating groups  https://review.openstack.org/29549208:59
*** harlowja has quit IRC09:06
openstackgerritDaniel Mellado proposed openstack/tempest: Change alarm client name and tenant name  https://review.openstack.org/30331209:11
*** moravec has joined #openstack-qa09:14
*** salv-orlando has joined #openstack-qa09:18
*** moravec has quit IRC09:18
*** dtantsur|brb is now known as dtantsur09:21
*** St3F_A13x has quit IRC09:22
*** cdent has joined #openstack-qa09:23
*** pkoniszewski has quit IRC09:23
*** e0ne has quit IRC09:25
*** hieulq has joined #openstack-qa09:28
*** yamamoto_ has quit IRC09:29
openstackgerritMerged openstack/tempest-lib: Updated from global requirements  https://review.openstack.org/30289209:31
*** ramishra has joined #openstack-qa09:37
*** gfidente has quit IRC09:45
*** sdague has joined #openstack-qa09:45
*** gfidente has joined #openstack-qa09:47
*** amotoki has quit IRC09:50
*** yamamoto has joined #openstack-qa10:08
*** hoangcx has quit IRC10:09
*** bkopilov has quit IRC10:11
*** e0ne has joined #openstack-qa10:20
*** bkopilov has joined #openstack-qa10:21
*** ramishra has quit IRC10:21
*** nadya has joined #openstack-qa10:22
*** fnaval has quit IRC10:24
*** yamamoto has quit IRC10:27
*** tosky has joined #openstack-qa10:27
toskyquestion about moving some tests (namely from Sahara, but it could be any project) from Tempest to a separate repository (not the project repository; in this case, it's sahara-tests)10:30
toskyif I simply change the sahara devstack plugin to deploy also sahara-tests, with something like: https://review.openstack.org/#/c/303332/10:30
toskyand then fix the job to add sahara-tests to DEVSTACK_PROJECT_FROM_GIT, would it be enough? Do I need to also add it to PROJECTS (which I don't understand how it works exactly)?10:31
*** markvoelker has joined #openstack-qa10:32
*** ramishra has joined #openstack-qa10:32
toskyI don't think that other projects already did this, but if you have pointers to something that was already implemented, that would be good10:35
openstackrecheckConsole logs not available after 13:29s for gate-cinder-releasenotes 303022,2,a541f5610:35
*** vponomaryov has quit IRC10:37
*** markvoelker has quit IRC10:39
toskyuhm, designate seems to have a separate repository for tests as well10:40
*** vponomaryov has joined #openstack-qa10:40
*** amotoki has joined #openstack-qa10:41
*** erlon has joined #openstack-qa10:41
toskyand it seems it just adds designate-tempest-plugin to PROJECTS10:42
*** amotoki has quit IRC10:43
*** yamamoto has joined #openstack-qa10:49
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-postgres-full 303023,2,063c1a510:49
*** yamamoto has quit IRC10:49
*** yamamoto has joined #openstack-qa10:52
*** yamamoto has quit IRC10:52
*** cdent has left #openstack-qa10:54
*** amotoki has joined #openstack-qa10:55
*** yamamoto_ has joined #openstack-qa10:55
*** gszasz has joined #openstack-qa10:57
*** yamamoto_ has quit IRC10:57
*** ramishra has quit IRC11:00
*** yamamoto_ has joined #openstack-qa11:08
*** yamamoto_ has quit IRC11:08
*** yamamoto_ has joined #openstack-qa11:12
*** yamamoto_ has quit IRC11:17
*** amotoki has quit IRC11:17
*** yamamoto_ has joined #openstack-qa11:20
*** drptbl_ has joined #openstack-qa11:21
openstackrecheckConsole logs not available after 13:36s for gate-tempest-dsvm-cells 264018,29,db875b411:22
*** amotoki has joined #openstack-qa11:24
*** drptbl has quit IRC11:24
*** amotoki has quit IRC11:26
*** yaume has quit IRC11:28
*** ddieterly has joined #openstack-qa11:28
*** yamamoto_ has quit IRC11:29
*** amotoki has joined #openstack-qa11:30
*** apevec has joined #openstack-qa11:30
*** apevec_ has joined #openstack-qa11:36
*** apevec has quit IRC11:39
*** amotoki has quit IRC11:40
*** moravec has joined #openstack-qa11:41
*** moravec has quit IRC11:45
*** salv-orlando has quit IRC11:46
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/30289111:50
openstackrecheckConsole logs not available after 13:24s for gate-nova-pep8 264017,21,e6af1d611:50
*** ramishra has joined #openstack-qa11:54
*** moravec has joined #openstack-qa11:54
*** ramishra has quit IRC11:59
*** drptbl_ has quit IRC11:59
*** e0ne has quit IRC11:59
*** drptbl has joined #openstack-qa12:01
*** ramishra has joined #openstack-qa12:01
*** apevec_ has quit IRC12:02
*** apevec has joined #openstack-qa12:03
*** aysyd has joined #openstack-qa12:07
*** ramishra has quit IRC12:12
*** ramishra has joined #openstack-qa12:12
*** mwagner_lap has joined #openstack-qa12:13
*** sree has joined #openstack-qa12:16
*** sree has quit IRC12:20
*** markvoelker has joined #openstack-qa12:21
*** salv-orlando has joined #openstack-qa12:22
*** rcarrillocruz has joined #openstack-qa12:24
*** raildo-afk is now known as raildo12:26
*** yaume has joined #openstack-qa12:26
*** ddieterly is now known as ddieterly[away]12:28
openstackrecheckConsole logs not available after 13:41s for gate-horizon-npm-run-lint 303350,1,575810b12:28
*** yamamoto has joined #openstack-qa12:30
*** mtanino has joined #openstack-qa12:30
*** edmondsw has joined #openstack-qa12:33
*** yamamoto has quit IRC12:36
*** jpena is now known as jpena|lunch12:41
*** yaume has quit IRC12:43
*** Deng has quit IRC12:43
*** tochi has quit IRC12:45
*** ramishra has quit IRC12:48
openstackrecheckConsole logs not available after 13:42s for gate-horizon-pep8 273085,15,a49f9cb12:49
*** mtanino has quit IRC12:53
*** e0ne has joined #openstack-qa12:58
openstackrecheckConsole logs not available after 14:29s for keystone-coverage-db 300626,12,f6ffc9e13:03
*** ddieterly[away] is now known as ddieterly13:05
*** dpaterson has joined #openstack-qa13:09
*** rfolco has joined #openstack-qa13:09
*** ddieterly is now known as ddieterly[away]13:16
openstackgerritAndreas Scheuring proposed openstack-dev/devstack: Load macvtap mechanism driver  https://review.openstack.org/29277813:17
openstackgerritOpenStack Proposal Bot proposed openstack-dev/hacking: Updated from global requirements  https://review.openstack.org/30312213:20
*** mriedem has joined #openstack-qa13:22
*** rodrigods has quit IRC13:22
*** rodrigods has joined #openstack-qa13:22
*** lucasagomes has quit IRC13:22
*** sree has joined #openstack-qa13:23
*** dkranz has joined #openstack-qa13:24
toskymtreinish: hi, I've noticed your https://review.openstack.org/#/c/297446/ and the discussion about designate; if you check the scrollback above, I was asking about a similar problem for sahara-tests13:25
*** ddieterly[away] is now known as ddieterly13:26
*** sree has quit IRC13:27
*** lucasagomes has joined #openstack-qa13:28
*** nwkarsten has joined #openstack-qa13:30
*** yamamoto has joined #openstack-qa13:32
*** lucasagomes has quit IRC13:33
*** aysyd has quit IRC13:35
*** aysyd has joined #openstack-qa13:35
*** yamamoto has quit IRC13:37
*** dims is now known as dimsum__13:41
*** lucasagomes has joined #openstack-qa13:42
*** mtanino has joined #openstack-qa13:42
*** jpena|lunch is now known as jpena13:42
*** dansmith is now known as superdan13:42
*** mylu has joined #openstack-qa13:43
*** sree has joined #openstack-qa13:45
*** ramishra has joined #openstack-qa13:48
*** sree has quit IRC13:49
*** zackf has joined #openstack-qa13:50
*** rbak has joined #openstack-qa13:51
*** hoangcx has joined #openstack-qa13:53
*** pglass has joined #openstack-qa13:54
*** yamamoto has joined #openstack-qa13:56
*** mylu has quit IRC14:05
*** asselin_ has joined #openstack-qa14:08
*** ramishra has quit IRC14:09
dmelladomtreinish: andreaf jordanP could you please check https://review.openstack.org/#/c/303312/14:10
dmellado?14:10
dmelladoit's a patch to fix currently broken cleanup script14:10
*** mylu has joined #openstack-qa14:11
*** dave-mccowan has joined #openstack-qa14:16
*** sc68cal has joined #openstack-qa14:16
mtreinishmasayukig: I use straight testr something like 'testr run --parallel --until-failure'14:17
mtreinishmasayukig: in my case it ran for ~5 hours before failing on: http://paste.openstack.org/show/493476/ which I'm pretty sure is unrelated14:18
mtreinishI think the dropping sessions patch is the way to go14:19
*** nwkarsten has quit IRC14:19
*** nwkarsten has joined #openstack-qa14:20
mtreinishtosky: yeah, that patch is to fix the venv isolation issue with plugins in the gate14:20
mtreinishtosky: mostly with stable branches in mind, but also to ensure the tempest env is isolated from system installed plugins14:21
*** jaypipes has joined #openstack-qa14:23
*** ChanServ sets mode: +o jaypipes14:23
*** jaypipes is now known as leakypipes14:23
*** nwkarsten has quit IRC14:24
toskymtreinish: ok, but is it going to be relevant for sahara-tests too, or would this: https://review.openstack.org/#/c/303332/ fix the problem, if the job is set to run the all-plugin target?14:25
*** vhosakot has joined #openstack-qa14:25
jordanPdmellado, andreaf left a comment on your review14:26
dmelladojordanP: checking14:26
mtreinishtosky: yeah if you set the job to use all-plugin that'll work14:26
toskyI'm not sure what is the best way (clean, acceptable for the project, maintainable) to have sahara-tests installed when sahara is tested, so that the (future) tempest tests there are discovered14:26
*** ramishra has joined #openstack-qa14:26
*** mylu has quit IRC14:27
*** zz_dimtruck is now known as dimtruck14:27
*** jordanP has quit IRC14:28
toskymtreinish: so out of curiosity, if all-plugin is good, which other cases does https://review.openstack.org/#/c/297446/ cover?14:28
*** jordanP has joined #openstack-qa14:28
mtreinishtosky: it's good, but it doesn't provide you proper isolation14:29
mtreinishso if that's a requirement (like running against stable branches) all-plugin won't work14:29
*** nwkarsten has joined #openstack-qa14:29
mtreinishthere have also been cases where a broken tempest plugin was in a project tree and using all-plugin broke the gate of several projects14:30
toskymmhh... right, but sahara-tests is branchless, so its master will be used against stable sahara branches14:30
mtreinishtosky: right, but the requirements need to be isolated from the rest of the system14:31
mtreinishtosky: because the plugin repo (as with tempest) will use master g-r and constraints14:31
mtreinishwhich is incompatible with the stable brnaches14:31
toskyright14:31
toskyso I guess I need your patch14:31
*** cshahani has quit IRC14:32
toskymtreinish: but your patch install from pip; what if I want to install the plugin from git?14:32
mtreinishpip can install from git14:33
mtreinishand a dir too14:33
toskyso I should either install the plugin from devstack/sahara, but then I'm not sure I can export DEVSTACK_GATE_TEMPEST_PLUGIN_INSTALL from there, or I can directly pass the git repo to DEVSTACK_GATE_TEMPEST_PLUGIN_INSTALL14:35
*** artom is now known as notartom14:36
toskyif the latter, I don't need to change the sahara devstack plugin14:37
toskydo I get it correctly?14:37
mtreinishtosky: that sounds right14:38
toskyok, so what is the estimate for your patch to land? :)14:38
mtreinishtosky: the only wrinkle in the plan which we haven't figured out is making plugins self testing14:38
mtreinishbecause we need something at the right zuul ref14:38
mtreinishbut it should be doable, I just don't know the mechanism for it yet14:39
mtreinishtosky: heh, dunno. I don't have d-g +214:39
*** skroni has joined #openstack-qa14:41
dpatersonmtreinish: we are already chekcing for aohd in clients.py right?14:42
mtreinishdpaterson: how can we be? The aodh stuff should only be in a plugin14:43
* mtreinish checks14:43
mtreinishdpaterson: no, you're right we have a config option for it14:43
mtreinishthat doesn't seem right to me14:43
*** nwkarsten has quit IRC14:43
dpaterson if CONF.service_available.aodh:14:44
dpaterson            self.alarming_client = AlarmingClient(14:44
dpaterson                self.auth_provider,14:44
dpaterson                CONF.alarming.catalog_type,14:44
dpaterson                CONF.identity.region,14:44
dpaterson                endpoint_type=CONF.alarming.endpoint_type,14:44
dpaterson                **self.default_params_with_timeout_values)14:44
*** nwkarsten has joined #openstack-qa14:44
dpatersonSo there is a new alarming client which needed to be updated in cleanup and keys off same config bit as clients.py14:45
mtreinishdpaterson: sure, I just found the code too when I looked. But, why do we need that in tempest the aodh testing should be in a plugin14:45
dpatersonNo clue :)14:45
*** ddieterly is now known as ddieterly[away]14:46
*** jlwhite_ has joined #openstack-qa14:46
dmelladomtreinish: but then how would you access the 'alarming_client' functionalities without having aodh?14:46
*** yamahata has joined #openstack-qa14:47
mtreinishdmellado: those clients predate aodh, and there has to be ceilo passthrough for backwards compat14:47
dmelladowhich is still lacking, isn't it?14:48
mtreinishbecause older clients aren't gonna know they need to go to a new endpoint to talk alarming14:48
*** ddieterly[away] is now known as ddieterly14:48
dmelladoso I'll swap for now IS_CEILOMETER to IS_AODH, as andreaf suggests14:48
mtreinishdmellado: dunno, I haven't investigated this too closely14:48
dmelladoand we can tackle that in a different patch14:48
*** nwkarsten has quit IRC14:48
*** ddieterly is now known as ddieterly[away]14:48
dmelladowould that work for you? I'd like to fix at least the cleanup script14:49
mtreinishdmellado: I'm fine with whatever makes it consistent with tempest's normal usage14:49
mtreinishI'm just concerned that's wrong :)14:49
dmelladoI totally understand it, but I'm kinda confused on the aodh pass-trhu to ceilometer, though14:49
dmelladomtreinish: ^14:50
mtreinishheh, I think everyone is14:50
*** fnaval has joined #openstack-qa14:50
mtreinishbut this is a separate concern, so for your patch we should just make the cleanup tool work and be consistent14:50
dmellado+1 on that, will address it for now14:51
*** ddieterly[away] is now known as ddieterly14:51
*** jlwhite_ has quit IRC14:51
*** jlwhite has joined #openstack-qa14:52
*** yamamoto has quit IRC14:52
*** fnaval has quit IRC14:53
*** fnaval has joined #openstack-qa14:53
*** Serlex has quit IRC14:54
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Terminate sessions before dropping DBs in PostgreSQL  https://review.openstack.org/30317014:56
*** pcrews has quit IRC14:57
*** nwkarsten has joined #openstack-qa15:00
*** mylu has joined #openstack-qa15:02
*** lucasagomes has quit IRC15:03
*** nwkarsten has quit IRC15:03
*** zackf has quit IRC15:04
*** nwkarsten has joined #openstack-qa15:04
*** kbaikov has quit IRC15:05
*** leakypipes has quit IRC15:06
*** lutostag has quit IRC15:07
*** jlwhite_ has joined #openstack-qa15:07
*** jlwhite_ has quit IRC15:09
*** jlwhite_ has joined #openstack-qa15:09
*** nwkarsten has quit IRC15:11
*** lucasagomes has joined #openstack-qa15:12
sc68calsdague: http://lists.openstack.org/pipermail/openstack-dev/2016-April/091764.html15:13
sc68calSam-I-Am: ^15:13
*** dwalleck has joined #openstack-qa15:13
Sam-I-Amsc68cal: moo15:13
openstackgerritDaniel Mellado proposed openstack/tempest: Change alarm client name and tenant name  https://review.openstack.org/30331215:13
*** lutostag has joined #openstack-qa15:13
*** nadya has quit IRC15:14
Sam-I-Amsc68cal: oh no, i see my name15:15
sc68calright15:15
dmelladomtreinish: andreaf: updated the patch, thanks!15:16
*** vhosakot has quit IRC15:16
*** vhosakot has joined #openstack-qa15:17
*** vhosakot has quit IRC15:17
*** vhosakot has joined #openstack-qa15:18
*** grafuls has quit IRC15:19
*** jlwhite_ has quit IRC15:27
*** jlwhite has quit IRC15:27
*** jlwhite has joined #openstack-qa15:28
openstackgerritMerged openstack-infra/subunit2sql: Terminate sessions before dropping DBs in PostgreSQL  https://review.openstack.org/30317015:29
*** mylu has quit IRC15:33
*** mylu has joined #openstack-qa15:34
*** sabeen has joined #openstack-qa15:35
*** cshahani has joined #openstack-qa15:35
*** yamamoto has joined #openstack-qa15:36
*** yamamoto has quit IRC15:37
*** hemnafk is now known as hemna15:37
*** mylu has quit IRC15:38
*** mylu has joined #openstack-qa15:38
*** yamamoto has joined #openstack-qa15:38
*** pcrews has joined #openstack-qa15:38
*** dwalleck has quit IRC15:40
*** dwalleck has joined #openstack-qa15:40
*** nwkarsten has joined #openstack-qa15:41
*** flaper87 has quit IRC15:42
*** fnaval has quit IRC15:43
*** flaper87 has joined #openstack-qa15:44
openstackgerritMerged openstack-dev/devstack: Revert "Revert "Use unversioned keystone endpoints""  https://review.openstack.org/30248015:47
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add migration to move attrs and tags into columns  https://review.openstack.org/29806915:50
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Rework migration 1679b5bc102c to not use the db api  https://review.openstack.org/30136915:50
*** dtantsur is now known as dtantsur|afk15:50
*** ifarkas has quit IRC15:50
*** fedexo has joined #openstack-qa15:51
*** bnemec has quit IRC15:56
*** yamamoto has quit IRC16:00
*** regXboi has joined #openstack-qa16:00
*** e0ne has quit IRC16:00
*** vhosakot has quit IRC16:02
*** yfried has quit IRC16:02
*** bnemec has joined #openstack-qa16:04
*** jlanoux has quit IRC16:05
*** drptbl has quit IRC16:06
*** fnaval has joined #openstack-qa16:06
*** amotoki has joined #openstack-qa16:10
*** dpaterson has quit IRC16:15
*** fnaval_ has joined #openstack-qa16:18
*** yamamoto has joined #openstack-qa16:19
*** mriedem is now known as mriedem_lunch16:20
openstackrecheckConsole logs not available after 13:40s for gate-tempest-dsvm-full 270289,3,2fa6b5016:20
*** yamamoto has quit IRC16:20
*** fnaval has quit IRC16:21
*** fnaval_ is now known as fnaval16:21
*** apoorvad has joined #openstack-qa16:22
*** gszasz has quit IRC16:23
*** fnaval has quit IRC16:24
*** asselin__ has joined #openstack-qa16:25
*** mvk_ has joined #openstack-qa16:25
*** mylu has quit IRC16:26
*** mylu has joined #openstack-qa16:26
*** asselin_ has quit IRC16:27
*** mkrcmari__ has quit IRC16:29
*** fnaval has joined #openstack-qa16:31
openstackrecheckConsole logs not available after 13:24s for gate-cinder-python27-db 298052,22,d3e0d2816:34
*** salv-orlando has quit IRC16:38
*** mylu has quit IRC16:40
*** yamamoto has joined #openstack-qa16:40
*** ddieterly is now known as ddieterly[away]16:43
*** ddieterly[away] is now known as ddieterly16:44
*** mylu has joined #openstack-qa16:44
*** harlowja has joined #openstack-qa16:46
*** nadya has joined #openstack-qa16:46
*** pcaruana has quit IRC16:46
*** ramishra has quit IRC16:47
openstackrecheckConsole logs not available after 13:48s for gate-tempest-dsvm-full 302341,4,f2d11eb16:48
*** ddieterly is now known as ddieterly[away]16:49
*** vhosakot has joined #openstack-qa16:50
*** yamamoto has quit IRC16:50
*** dpaterson has joined #openstack-qa16:51
*** jordanP has quit IRC16:52
*** edmondsw has quit IRC16:52
*** jlwhite_ has joined #openstack-qa16:53
*** rcernin has quit IRC16:55
*** jlwhite has quit IRC16:56
*** e0ne has joined #openstack-qa16:56
*** e0ne has quit IRC16:57
*** ddieterly[away] is now known as ddieterly16:57
*** ddieterly is now known as ddieterly[away]16:58
hogepodgeoomichi: mtreinish: is there much more to be done for this? https://review.openstack.org/#/c/283819/16:59
oomichihogepodge: ok, will check it17:01
*** rossella_s has quit IRC17:03
*** ihrachys has quit IRC17:03
*** rossella_s has joined #openstack-qa17:03
*** mylu has quit IRC17:06
*** Swami has joined #openstack-qa17:08
oomichihogepodge: can you check my comments?17:09
*** vhosakot has quit IRC17:09
*** pilgrimstack has quit IRC17:11
*** pvaneck has joined #openstack-qa17:11
*** skronire has joined #openstack-qa17:12
*** nicholasgoracke has joined #openstack-qa17:12
*** anshul has joined #openstack-qa17:13
*** skroni has quit IRC17:13
*** anshul has quit IRC17:13
*** ngoracke has quit IRC17:14
*** e0ne has joined #openstack-qa17:15
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of a*  https://review.openstack.org/30309717:16
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of f*  https://review.openstack.org/30309917:16
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of [b-e]*  https://review.openstack.org/30309817:16
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Support Swagger format response schema  https://review.openstack.org/30307817:16
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of h*  https://review.openstack.org/30354317:16
*** lezbar has quit IRC17:17
*** lezbar__ has joined #openstack-qa17:17
*** jpena is now known as jpena|off17:19
*** shardy has quit IRC17:20
openstackgerritChris Hoge proposed openstack/tempest: Move multi-tenant server negative tests into subclass  https://review.openstack.org/28381917:23
*** gfidente has quit IRC17:24
*** akshai has joined #openstack-qa17:25
*** _dpaterson has joined #openstack-qa17:25
*** fedexo has quit IRC17:26
*** jasonsb has quit IRC17:29
*** nwkarsten has quit IRC17:33
*** nwkarsten has joined #openstack-qa17:34
*** sambetts is now known as sambetts|afk17:36
openstackrecheckConsole logs not available after 13:59s for gate-tempest-dsvm-full 292473,28,6fce83317:38
*** dwalleck has quit IRC17:38
*** dwalleck has joined #openstack-qa17:38
*** fawadkhaliq has joined #openstack-qa17:39
mtreinishhogepodge: +A17:40
*** dpaterson has quit IRC17:41
anteayamtreinish: do you recall the bug number for the rax-ord issue at all?17:44
mtreinishanteaya: not off the top of my head, sry17:45
anteayano worries, I was going to go hunting but thought I'd ask in case you remembered17:46
anteayaI'll look it up17:46
*** sdague has quit IRC17:46
*** kprabhuv has joined #openstack-qa17:46
*** mriedem has joined #openstack-qa17:49
*** mriedem_lunch has quit IRC17:49
*** lcazares has joined #openstack-qa17:50
*** asselin__ has quit IRC17:50
*** yamamoto has joined #openstack-qa17:51
openstackrecheckConsole logs not available after 13:38s for gate-horizon-dsvm-integration 300214,4,f22cda317:51
*** mylu has joined #openstack-qa17:51
*** e0ne has quit IRC17:52
*** amotoki has quit IRC17:53
*** sdague has joined #openstack-qa17:53
*** mylu has quit IRC17:55
*** pilgrimstack has joined #openstack-qa17:55
*** lezbar__ has quit IRC17:56
*** yamamoto has quit IRC17:57
*** ddieterly[away] has quit IRC17:58
*** aysyd has quit IRC18:02
*** fawadkhaliq has quit IRC18:03
*** fawadkhaliq has joined #openstack-qa18:03
EmilienMI'm trying to run neutron lbaasv1 tempest tests in Puppet CI and if you look at job results, the tests are not run, any idea? https://review.openstack.org/#/c/272297/18:05
*** lucasagomes has quit IRC18:14
*** cdent has joined #openstack-qa18:14
*** pilgrimstack has quit IRC18:15
*** yamahata has quit IRC18:18
*** e0ne has joined #openstack-qa18:22
*** lucasagomes has joined #openstack-qa18:22
*** lcazares has quit IRC18:23
*** kprabhuv has quit IRC18:23
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of [i-k]*  https://review.openstack.org/30356518:23
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of [l-q]*  https://review.openstack.org/30356618:23
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of sec*  https://review.openstack.org/30356718:23
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of servers  https://review.openstack.org/30356818:23
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of [s-t]*  https://review.openstack.org/30356918:23
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of v*  https://review.openstack.org/30357018:23
*** nwkarsten has quit IRC18:24
*** aysyd has joined #openstack-qa18:24
*** e0ne has quit IRC18:25
*** drptbl has joined #openstack-qa18:25
*** e0ne has joined #openstack-qa18:26
*** e0ne has quit IRC18:26
*** drptbl has quit IRC18:26
openstackrecheckConsole logs not available after 15:48s for gate-tempest-dsvm-neutron-full 258650,32,5be5d8a18:34
*** lezbar has joined #openstack-qa18:39
*** ihrachys has joined #openstack-qa18:40
*** akshai has quit IRC18:45
openstackrecheckConsole logs not available after 13:53s for gate-cinder-python34-db 274471,8,7fdb3c518:48
*** sc68cal has quit IRC18:51
*** nadya has quit IRC18:52
*** ihrachys has quit IRC18:52
openstackrecheckopenstack/requirements change: https://review.openstack.org/292652 failed because of: gate-grenade-dsvm-multinode: https://bugs.launchpad.net/bugs/153118718:52
openstackLaunchpad bug 1531187 in OpenStack-Gate "subnode fails to be accessable over ssh" [Undecided,New]18:52
*** yamamoto has joined #openstack-qa18:53
*** akshai has joined #openstack-qa18:55
openstackgerritPaul Belanger proposed openstack-dev/devstack: Replace vivid support with xenial  https://review.openstack.org/30303118:56
*** vgridnev has joined #openstack-qa18:57
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of images  https://review.openstack.org/30358218:59
*** yamamoto has quit IRC18:59
*** ddieterly has joined #openstack-qa19:00
*** salv-orlando has joined #openstack-qa19:01
*** jlwhite_ has quit IRC19:01
*** jlwhite has joined #openstack-qa19:02
mtreinishEmilienM: do you have a link to the logs where it should be?19:10
*** zackf has joined #openstack-qa19:10
mtreinishI am not sure how the jobs are split up still :)19:10
EmilienMmtreinish: tests are supposed to run on all jobs, let me show you logs :19:11
EmilienMmtreinish: http://logs.openstack.org/97/272297/5/check/gate-puppet-openstack-integration-3-scenario001-tempest-centos-7/2f9d4cb/console.html#_2016-04-07_21_58_14_13819:11
*** dwalleck has quit IRC19:11
EmilienMI don't see neutron_lbaas tests19:12
*** salv-orlando has quit IRC19:12
*** dave-mccowan has quit IRC19:15
mtreinishEmilienM: yeah I don't see it in the test results either19:15
mtreinishI guess the plugin isn't getting picked up19:16
mtreinishEmilienM: can you add a call to 'tempest list-plugins' somewhere in the run?19:16
mtreinishthat should show you which plugins are installed correctly19:16
EmilienMmtreinish: sure thing19:16
mtreinish(well tempest will be in all-plugins venv so it'll be $tempest_path/.venv/all-plugin/bin/tempest or something like that19:17
openstackrecheckConsole logs not available after 13:59s for gate-horizon-pep8 303510,1,dbdf1f719:18
EmilienMmtreinish: https://review.openstack.org/30358719:19
EmilienMnow rebasing the other patch on top19:19
EmilienMlet's wait now19:19
mtreinishEmilienM: oh, sry needs to be: s/.venv/.tox/19:20
EmilienMoops np19:20
openstackgerritMatthew Treinish proposed openstack/tempest: Add separate release notes page for v11.0.0  https://review.openstack.org/30348419:29
*** ddieterly is now known as ddieterly[away]19:30
*** ddieterly[away] is now known as ddieterly19:33
*** ddieterly is now known as ddieterly[away]19:34
*** mylu has joined #openstack-qa19:39
openstackrecheckConsole logs not available after 14:00s for gate-horizon-pep8 303514,2,71713c619:40
*** nadya has joined #openstack-qa19:45
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of servers  https://review.openstack.org/30356819:47
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of [s-t]*  https://review.openstack.org/30356919:47
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of v*  https://review.openstack.org/30357019:47
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of [i-k]*  https://review.openstack.org/30356519:47
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of images  https://review.openstack.org/30358219:47
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of sec*  https://review.openstack.org/30356719:47
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of [l-q]*  https://review.openstack.org/30356619:47
*** mylu has quit IRC19:48
*** mylu has joined #openstack-qa19:48
*** mylu has quit IRC19:49
*** rbak has quit IRC19:51
*** rbak has joined #openstack-qa19:52
*** rbak has quit IRC19:54
openstackrecheckConsole logs not available after 14:06s for gate-nova-docs 303084,2,58c9fcd19:54
*** rbak has joined #openstack-qa19:54
*** yamamoto has joined #openstack-qa19:55
*** SpamapS has quit IRC19:58
*** lezbar has quit IRC19:58
*** yamamoto has quit IRC20:00
*** vhosakot has joined #openstack-qa20:01
*** zackf has quit IRC20:01
*** salv-orlando has joined #openstack-qa20:03
*** salv-orlando has quit IRC20:03
*** salv-orlando has joined #openstack-qa20:04
*** akshai has quit IRC20:08
*** akshai_ has joined #openstack-qa20:08
*** dave-mccowan has joined #openstack-qa20:10
*** fawadkhaliq has quit IRC20:11
*** rbak has quit IRC20:11
*** fawadkhaliq has joined #openstack-qa20:11
EmilienMmtreinish: http://logs.openstack.org/87/303587/2/check/gate-puppet-openstack-integration-3-scenario001-tempest-centos-7/12cdfd5/console.html#_2016-04-08_19_54_57_47120:12
EmilienMmtreinish: nice catch !20:12
EmilienMI don't see neutron_lbaas20:12
EmilienMthough we have installed python-neutron-lbaas-tests-8.0.0.0-0.20160330223615.19b18f0.el7.centos.noarch20:13
mtreinishEmilienM: is python-neutron-lbaas installed? I bet the entrypoint is in the regular lbaas rpm20:15
*** SpamapS has joined #openstack-qa20:15
mtreinishand just the test code is in the tests rpm (thats how the other projects got split)20:15
EmilienMyes python-neutron-lbaas-8.0.0.0-0.20160330223615.19b18f0.el7.centos.noarch20:15
mtreinishand is the entry point actually in the package?20:15
* EmilienM checking20:15
mtreinishbecause the plugin list seems to indicate it's not actually installing the entrypoint20:16
openstackrecheckConsole logs not available after 14:00s for gate-cinder-python27-db 298052,23,9e2e2d920:16
EmilienMmtreinish: https://github.com/openstack/neutron-lbaas/blob/master/setup.cfg20:19
EmilienMit's missing in there20:19
mtreinishEmilienM: heh, it's because they don't actually have a tempest plugin: https://github.com/openstack/neutron-lbaas/tree/master/neutron_lbaas/tests/tempest20:21
EmilienMhttps://github.com/openstack/neutron-lbaas/tree/master/neutron_lbaas/tests/tempest20:21
EmilienMright20:21
EmilienMI was looking at it too20:21
mtreinishit probably wouldn't be hard for them to add a plugin class and the entry point, but it just isn't there today20:22
mtreinishdougwig: ^^^ (can't remember which *aas you worry about)20:22
EmilienMmtreinish: but how they test otherwise?20:22
mtreinishthey either don't copy and paste code or don't use tempest to run things and just do it standalone20:23
mtreinishEmilienM: neutron was in a weird place where they had an internal fork of tempest for a while20:23
mtreinishEmilienM: amuller has been working on cleaning that up for a while20:23
*** rbak has joined #openstack-qa20:23
dougwigWe have a big filed for a tempest plugin, and I think a review out.  But yes, we still have some cruft bullcrap in there.20:23
dougwigBig, not big20:24
dougwigAutocorrect sigh.20:24
mtreinishdougwig: bug, Big, big, or Bug? :)20:24
*** ddieterly[away] is now known as ddieterly20:25
*** rbak has quit IRC20:25
*** rbak has joined #openstack-qa20:26
*** jlwhite has quit IRC20:32
*** jlwhite has joined #openstack-qa20:32
*** woodster_ has joined #openstack-qa20:33
openstackrecheckConsole logs not available after 14:07s for gate-glance-docs 303552,1,2c8e68520:34
*** vgridnev has quit IRC20:36
*** vgridnev has joined #openstack-qa20:40
*** vgridnev has quit IRC20:42
*** edmondsw has joined #openstack-qa20:43
openstackgerritMerged openstack/tempest: Move multi-tenant server negative tests into subclass  https://review.openstack.org/28381920:46
mtreinishhogepodge: ^^^20:46
openstackrecheckConsole logs not available after 14:12s for gate-horizon-selenium-headless 303551,1,1e4c7ad20:48
*** ddieterly is now known as ddieterly[away]20:55
*** jlwhite has quit IRC20:56
*** yamamoto has joined #openstack-qa20:57
hogepodgemtreinish: thanks!20:57
*** ddieterly[away] is now known as ddieterly20:59
*** yamamoto has quit IRC21:02
*** regXboi has quit IRC21:02
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Remove DB existence check from open session termination  https://review.openstack.org/30361521:05
*** vhosakot has quit IRC21:05
*** raildo is now known as raildo-afk21:07
openstackrecheckConsole logs not available after 18:14s for gate-grenade-dsvm-multinode 303567,1,f31fabc21:13
*** _dpaterson has quit IRC21:17
*** nadya has quit IRC21:21
*** mylu has joined #openstack-qa21:21
*** mylu has quit IRC21:25
*** mylu has joined #openstack-qa21:26
*** vgridnev has joined #openstack-qa21:27
*** mylu has quit IRC21:28
openstackrecheckConsole logs not available after 16:28s for gate-tempest-python27 303569,1,64832b321:29
*** vgridnev has quit IRC21:32
*** rfolco has quit IRC21:32
*** mriedem has quit IRC21:35
*** asselin__ has joined #openstack-qa21:36
*** dimtruck is now known as zz_dimtruck21:36
*** sabeen has quit IRC21:37
*** ddieterly is now known as ddieterly[away]21:38
openstackgerritVasyl Saienko proposed openstack/tempest: Update extra_headers param docstring  https://review.openstack.org/30362321:39
*** GreenGraph has joined #openstack-qa21:39
*** cdent has quit IRC21:41
*** aysyd has quit IRC21:44
*** GreenGraph has quit IRC21:45
openstackrecheckConsole logs not available after 16:20s for gate-tempest-python27 303565,1,775812521:46
*** ddieterly[away] is now known as ddieterly21:48
*** ddieterly is now known as ddieterly[away]21:50
*** cshahani has quit IRC21:51
*** yamahata has joined #openstack-qa21:54
*** yamamoto has joined #openstack-qa21:58
*** vhosakot has joined #openstack-qa22:01
*** yamamoto has quit IRC22:04
*** ajmiller has quit IRC22:09
*** kragniz has quit IRC22:09
*** kragniz has joined #openstack-qa22:10
*** ddieterly[away] is now known as ddieterly22:12
*** apevec has quit IRC22:13
openstackrecheckConsole logs not available after 15:45s for gate-horizon-python34 303075,2,1d92f0822:14
*** markvoelker has quit IRC22:16
*** ddieterly is now known as ddieterly[away]22:16
*** nadya has joined #openstack-qa22:21
*** fawadkhaliq has quit IRC22:25
*** fawadkhaliq has joined #openstack-qa22:25
*** nadya has quit IRC22:26
*** kragniz has quit IRC22:27
*** kragniz has joined #openstack-qa22:29
*** davidlenwell has quit IRC22:32
*** marcusvrn_ has quit IRC22:38
*** davidlenwell has joined #openstack-qa22:40
*** apoorvad has quit IRC22:42
*** sdague has quit IRC22:44
*** kragniz has quit IRC22:49
*** kragniz has joined #openstack-qa22:49
openstackrecheckConsole logs not available after 16:39s for gate-tempest-dsvm-neutron-dvr 303567,2,669e1c522:51
*** pglass has quit IRC22:53
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of servers  https://review.openstack.org/30356822:56
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of [s-t]*  https://review.openstack.org/30356922:56
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of v*  https://review.openstack.org/30357022:56
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of [i-k]*  https://review.openstack.org/30356522:56
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of images  https://review.openstack.org/30358222:56
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of sec*  https://review.openstack.org/30356722:56
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Apply Swagger format to response schemas of [l-q]*  https://review.openstack.org/30356622:56
*** vhosakot has quit IRC22:58
*** rfolco has joined #openstack-qa22:59
*** yamamoto has joined #openstack-qa23:00
*** skronire has quit IRC23:04
*** yamamoto has quit IRC23:06
*** ddieterly[away] is now known as ddieterly23:07
*** ddieterly is now known as ddieterly[away]23:13
*** ddieterly[away] is now known as ddieterly23:14
*** ddieterly is now known as ddieterly[away]23:15
*** markvoelker has joined #openstack-qa23:16
*** markvoelker has quit IRC23:21
*** fnaval has quit IRC23:23
*** tosky has quit IRC23:30
*** cburgess has quit IRC23:30
openstackrecheckConsole logs not available after 14:26s for gate-tempest-dsvm-neutron-full 303569,2,2b690bb23:31
*** rfolco has quit IRC23:31
*** cburgess has joined #openstack-qa23:32
openstackrecheckopenstack/nova change: https://review.openstack.org/302358 failed because of: gate-grenade-dsvm-multinode: https://bugs.launchpad.net/bugs/153118723:37
openstackLaunchpad bug 1531187 in OpenStack-Gate "subnode fails to be accessable over ssh" [Undecided,New]23:37
*** salv-orl_ has joined #openstack-qa23:40
*** salv-orlando has quit IRC23:42
*** vhosakot has joined #openstack-qa23:42
*** fnaval has joined #openstack-qa23:45
*** fawadkhaliq has quit IRC23:48
*** pvaneck has quit IRC23:48
*** fawadkhaliq has joined #openstack-qa23:48
*** Swami_ has joined #openstack-qa23:51
*** markvoelker has joined #openstack-qa23:52
*** Swami has quit IRC23:54
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/30289123:57
*** Swami_ has quit IRC23:57

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