Tuesday, 2015-11-17

mtreinishSpamapS: http://alembic.readthedocs.org/en/latest/ops.html#alembic.operations.Operations.alter_column.params.existing_type00:00
mtreinishyuikotakada: you don't even really need to clone the tempest-plugin-cookiecutter repo locally00:01
SpamapSmtreinish: right, I'm just passing type= .. same diff really00:01
*** rbak_ has quit IRC00:01
mtreinishyuikotakada: you should just be able to do: "pip install -U cookiecutter && cookiecutter https://git.openstack.org/openstack/tempest-plugin-cookiecutter"00:02
yuikotakadamtreinish, oh, I've done :) thanks. I didn't know cookiecutter00:03
mtreinishSpamapS: IIRC on mysql you just need to pass both args (the existing_type is a no-op on the other backends)00:03
openstackgerritJames E. Blair proposed openstack-infra/devstack-gate: Produce a script to reproduce the running build  https://review.openstack.org/24477200:04
mtreinishyuikotakada: sure np00:04
openstackgerritJohan Pas proposed openstack-dev/devstack: Remove brackets from IPv6 address in mysql cfgfile  https://review.openstack.org/24604300:04
mtreinishyuikotakada: heh, I think you might be the first person to try using it though. So let us know if it actually works :)00:05
*** mylu has joined #openstack-qa00:05
yuikotakadamtreinish, yes, sure. I'm referring to Manila00:07
SpamapSmtreinish: you actually have to just pass existing_type I've learned now00:07
openstackrecheckConsole logs not available after 13:27s for gate-nova-python34 243694,3,8fed94f00:07
SpamapS    oslo_db.exception.DBError: (pymysql.err.IntegrityError) (1217, u'Cannot delete or update a parent row: a foreign key constraint fails') [SQL: u'\nDROP TABLE test_runs_old']00:08
SpamapSNOOOOOOOOOOOOO00:08
mtreinishheh, just drop all the fks before :)00:08
mtreinishyou said you were gonna do that anyway right?00:09
SpamapSWell I was hoping they'd just go quietly into the night00:09
SpamapSI think if I get the table drop order right they will00:09
mtreinishoh right, you got start out and work your way in00:09
SpamapSI also just noticed I didn't actually flip all the tables00:11
SpamapSruns and tests, specifically. DOH00:11
openstackgerritIan Wienand proposed openstack-dev/devstack: Namespace XTRACE commands  https://review.openstack.org/23386900:12
mtreinishSpamapS: sort of related, I'm getting the machine primed for this migration :): https://review.openstack.org/#/c/246041/00:15
SpamapSmtreinish: cool. :)00:16
SpamapSmtreinish: I kind of want to run 'mytop' or 'innotop' while its going too :)00:16
mtreinishSpamapS: heh, push a patch on top of that one. I'm all for adding more metrics just for the hell of it00:17
*** jecarey has joined #openstack-qa00:17
*** pglass has joined #openstack-qa00:18
SpamapSmtreinish: oh no its an interactive command00:18
SpamapSmtreinish: top.. like .. "wtf is it doing now?"00:19
SpamapSmtreinish: I think I have sqlite and mysql working00:19
SpamapSwith, amazingly enough, only one real code branch00:19
*** ygoto has joined #openstack-qa00:19
SpamapS(which is that sqlite needs its autoinc columns to be sa.Integer00:19
*** ygoto has quit IRC00:19
*** nicholasgoracke has joined #openstack-qa00:19
mtreinishSpamapS: oh, I figured it was like that, but thought there might be a non-interactive mode or something00:19
mtreinishI've not really played with them before00:19
mtreinishSpamapS: cool, that's not too invasive :)00:20
mtreinishSpamapS: can you run mytop or innotop with only select permissions?00:20
SpamapSmtreinish: yeah00:21
SpamapSmtreinish: innotop won't show you as much00:21
*** jecarey has quit IRC00:21
SpamapSbecause you can't read internals00:21
*** yamamoto has joined #openstack-qa00:22
openstackrecheckConsole logs not available after 13:28s for gate-nova-python34 242573,6,7caf3d900:22
*** yamamoto has quit IRC00:22
mtreinishSpamapS: cool, then you can always run it locally against the db then while the migration is running00:22
SpamapSmtreinish: yeah :)00:22
SpamapSalllmost00:24
SpamapSthe alters dropped the autoinc00:24
SpamapS| tests | CREATE TABLE `tests` ( `id` bigint(20) NOT NULL DEFAULT '0',00:24
yuikotakadamtreinish, does tempest-plugin-cookiecutter work correctly in your env? not in my env with 'Error: "." directory already exists'00:25
mtreinishyuikotakada: it looks like it: http://paste.openstack.org/show/479063/00:29
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500900:30
SpamapSmtreinish: ^^ down to 4 failures on mysql problems00:30
SpamapSmtreinish: they might actually be legitimate bugs introduced by having int keys00:30
mtreinishSpamapS: oh, that would be interesting00:30
mtreinishSpamapS: are they on the api tests?00:30
SpamapSdoohhh no.. I forgot to migrate the runs table. HAHAH00:33
*** pglass has quit IRC00:33
SpamapSmtreinish: standby :)00:33
mtreinishhaha00:33
*** hemna is now known as hemnafk00:34
SpamapShttp://paste.ubuntu.com/13305365/00:35
SpamapSthat00:35
yuikotakadamtreinish, hmm, it's weird. in my env http://paste.openstack.org/show/479064/00:35
*** hoangcx has joined #openstack-qa00:35
openstackrecheckConsole logs not available after 13:24s for gate-nova-python27 242206,8,e8e291b00:36
mtreinishyuikotakada: hmm, that is weird00:37
mtreinishoh, what cookiecutter version are you using?00:37
*** agireud has quit IRC00:37
*** dramalho has quit IRC00:38
mtreinishmine was kinda old at 0.9.100:38
mtreinishlet me try to upgrade it00:38
SpamapSoh man, 1 fail left00:38
yuikotakadaCookiecutter 1.3.0 from /usr/local/lib/python2.7/dist-packages (Python 2.7). a little bit newer00:39
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500900:39
*** hoangcx has left #openstack-qa00:39
mtreinishyuikotakada: ok, yeah when I upgrade to 1.3.0 I get the same error00:39
yuikotakadamtreinish, oh00:39
mtreinishyuikotakada: well something is probably wrong with the tempest-plugin-cookiecutter repo with newer versions (or the cookiecutter project regressed somewhere)00:41
mtreinishI'll look into it tomorrow (unless you want to take a stab at fixing it)00:41
mtreinishbut in the short term you can just do pip install cookiecutter==0.9.1 and it should work after that :)00:41
mtreinishSpamapS: cool, we're getting there00:41
yuikotakadamtreinish, ok, thanks. I'll try :)00:42
SpamapStest_get_time_series_runs_by_key_value is failing now00:42
mtreinishSpamapS: hmm, when I run it locally I get a bunch of 'CREATE INDEX ix_tests_new_test_id ON tests_new (test_id)'00:44
mtreinishdoh wrong thing to copy00:44
mtreinishI meant 'Specified key was too long; max key length is 767 bytes'00:44
SpamapSmtreinish: which key?00:45
mtreinishSpamapS: ix_tests_new_test_id00:45
mtreinishthat's still a varchar column00:45
SpamapSmtreinish: thats not a key in my migration?00:45
mtreinishSpamapS: well it might be when you create the temp table we're not setting the limit on the index for that column like we do on the existing table00:46
SpamapSmtreinish: I don't create any indexes on the _new tables00:46
SpamapSmtreinish: until the very end00:46
SpamapSshould result in the inserts going way faster00:47
SpamapSonly joining on PK00:47
mtreinishSpamapS: hmm, well the error was raised on 'CREATE INDEX ix_tests_new_test_id ON tests_new (test_id)'00:47
SpamapSmtreinish: line number?00:47
mtreinishSpamapS: http://paste.openstack.org/show/479070/00:48
mtreinishSpamapS: looks like L5000:48
SpamapS276  ->                'id': six.text_type(runs[run_num].id),00:48
SpamapSaha00:48
SpamapStest assumes text run ID00:48
mtreinishSpamapS: oh, L45 has index=True00:49
mtreinishas does L5800:49
openstackgerritYuiko Takada proposed openstack/tempest-plugin-cookiecutter: Add installation procedure of cookiecutter to doc  https://review.openstack.org/24605600:49
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 199205,35,2e7a5a800:49
SpamapSmtreinish: well there's yer problem. ;)00:49
openstackrecheckopenstack/horizon change: https://review.openstack.org/244908 failed gate-horizon-npm-run-lint in the gate queue with an unrecognized error00:49
mtreinishSpamapS: I just pulled from gerrit :)00:50
SpamapSmtreinish: yeah, I'll tackle that after I get this little bit handled00:50
SpamapSweird that my mysql doesn't care00:50
mtreinishSpamapS: feel free to change that test then :)00:50
mtreinishSpamapS: I'm running whatever version of mariadb is packaged with arch00:50
SpamapSah, during tests we aren't explicit about charset00:50
SpamapSI think I'm in latin100:50
mtreinishso it's probably pretty recent00:50
SpamapSarch00:51
SpamapSlol00:51
mtreinishyeah I'm running mariadb 10.0.2200:51
SpamapSit's more about how your config files are setup00:53
SpamapSin trusty, mysql's config files don't have charsets specified00:54
SpamapSso server charset ends up as latin100:54
*** pvaneck has quit IRC00:57
*** Swami has quit IRC01:01
*** jswarren has quit IRC01:01
openstackgerritTim Buckley proposed openstack/openstack-health: Add new crumb-style menu.  https://review.openstack.org/24605901:01
timothyb89mtreinish: ^^ should add a menu entry for the tests view back, not super ideal but its the least bad I could come up with01:03
mtreinishtimothyb89: ok cool01:03
openstackrecheckConsole logs not available after 13:25s for gate-nova-python27 202678,32,e635e4401:03
*** davideagnello has quit IRC01:05
*** davideagnello has joined #openstack-qa01:06
*** nicholasgoracke has quit IRC01:06
*** nicholasgoracke has joined #openstack-qa01:07
*** jswarren has joined #openstack-qa01:07
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500901:07
mtreinishSpamapS: hmm, I checked the my.cnf I don't see anything in there about the charset01:08
mtreinishoh, what am I talking about that's not the right file01:09
mtreinishI probably should stop working01:09
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500901:10
SpamapSmtreinish: me too01:10
SpamapSmtreinish: so that last version ^^ has the index limits fixed I think01:10
SpamapSmtreinish: and passes with mysql01:11
SpamapSmtreinish: will tackle pgsql tomorrow01:11
openstackgerritYuiko Takada proposed openstack/tempest: Add installation procedure of cookiecutter to doc  https://review.openstack.org/24606801:11
*** nicholasgoracke has quit IRC01:11
*** salv-orlando has quit IRC01:12
mtreinishSpamapS: ok cool01:16
openstackrecheckConsole logs not available after 13:23s for gate-cinder-pep8 245974,1,367811201:16
*** glauco_ has quit IRC01:18
*** ranger81 has quit IRC01:20
mtreinishSpamapS: I still get the index issue, it just moved to L23901:21
mtreinisherr sry 23401:21
*** paco20151113 has joined #openstack-qa01:23
mtreinishSpamapS: oh right I had the same issue before thats why I did: https://github.com/openstack-infra/subunit2sql/commit/2b839df8ab039c145ef80abd6a35211c0d2c188801:23
mtreinishSpamapS: I also had to add similar params on other indexes: https://github.com/openstack-infra/subunit2sql/blob/master/subunit2sql/migrations/versions/1ff737bef438_add_indexes_on_common_search_fields.py#L6701:24
*** nicholasgoracke has joined #openstack-qa01:24
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 203078,33,380201b01:30
*** dmorita has joined #openstack-qa01:30
*** mylu has quit IRC01:33
*** mylu has joined #openstack-qa01:33
*** mylu has quit IRC01:34
*** mylu has joined #openstack-qa01:34
*** markvoelker has joined #openstack-qa01:37
*** dramalho has joined #openstack-qa01:39
*** ranger81 has joined #openstack-qa01:39
*** dramalho has quit IRC01:43
openstackgerritfumihiko kakuma proposed openstack-infra/devstack-gate: Add the log of package list for pip3  https://review.openstack.org/24601701:43
openstackrecheckConsole logs not available after 13:24s for gate-nova-python27 202676,32,8fde32801:43
*** ranger81 has quit IRC01:44
*** mylu has quit IRC01:44
*** achanda has joined #openstack-qa01:46
*** aix has quit IRC01:46
*** yangyapeng has joined #openstack-qa01:49
*** ranger81 has joined #openstack-qa01:54
openstackrecheckConsole logs not available after 13:23s for gate-nova-python27 199051,34,6e85e4901:56
*** mriedem_away is now known as mriedem01:59
*** mwagner has joined #openstack-qa02:03
*** jecarey has joined #openstack-qa02:05
*** mriedem has quit IRC02:07
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-full-ceph 242127,4,ca4306902:10
*** jecarey has quit IRC02:10
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500902:11
*** akshai_ has quit IRC02:11
mtreinishSpamapS: ^^^ I fixed the index length errors on my local box02:11
mtreinishit also makes postgres get further02:11
mtreinishSpamapS: still doesn't pass I hit: http://paste.openstack.org/show/479075/ but it's further along now02:11
mtreinishI'm thinking postgres doesn't like the batch ops :(02:12
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for nova o.vo unit test bug 1516805  https://review.openstack.org/24608202:12
openstackbug 1516805 in OpenStack Compute (nova) liberty "nova unit tests failing with infinite recursion with oslo.versionedobjects 0.13.0" [Critical,In progress] https://launchpad.net/bugs/1516805 - Assigned to Dan Smith (danms)02:12
*** nicholasgoracke has quit IRC02:14
*** jecarey has joined #openstack-qa02:16
*** nicholasgoracke has joined #openstack-qa02:19
*** jecarey has quit IRC02:21
openstackrecheckConsole logs not available after 13:26s for gate-nova-python27 245828,1,f0e37cb02:23
*** armax has joined #openstack-qa02:24
*** akshai has joined #openstack-qa02:25
openstackgerritMerged openstack-infra/elastic-recheck: Add query for nova o.vo unit test bug 1516805  https://review.openstack.org/24608202:29
openstackbug 1516805 in OpenStack Compute (nova) liberty "nova unit tests failing with infinite recursion with oslo.versionedobjects 0.13.0" [Critical,In progress] https://launchpad.net/bugs/1516805 - Assigned to Dan Smith (danms)02:29
*** mtanino has quit IRC02:29
*** weshay has quit IRC02:29
openstackgerritYuiko Takada proposed openstack/tempest-plugin-cookiecutter: Distinguish project name and repo name  https://review.openstack.org/24610402:31
*** openstackrecheck has quit IRC02:35
*** openstackrecheck has joined #openstack-qa02:35
*** jecarey has joined #openstack-qa02:37
*** ranger81 has quit IRC02:39
*** ranger81 has joined #openstack-qa02:40
*** jecarey has quit IRC02:42
*** ranger81 has quit IRC02:43
*** nicholasgoracke has quit IRC02:44
*** ranger81 has joined #openstack-qa02:44
*** jdandrea has quit IRC02:44
*** mylu has joined #openstack-qa02:45
*** ranger81 has quit IRC02:48
*** woodster_ has quit IRC02:49
*** agireud has joined #openstack-qa02:52
*** lutostag has quit IRC02:56
*** nicholasgoracke has joined #openstack-qa02:57
*** fedexo has joined #openstack-qa02:57
*** dramalho has joined #openstack-qa02:58
*** nicholasgoracke has quit IRC02:58
openstackrecheckConsole logs not available after 13:26s for gate-nova-python27 245005,5,5c5edc803:02
*** nicholasgoracke has joined #openstack-qa03:02
*** dramalho has quit IRC03:03
*** ranger81 has joined #openstack-qa03:04
*** bapalm has quit IRC03:06
*** nicholasgoracke has quit IRC03:07
*** fedexo has quit IRC03:08
*** cody-somerville has joined #openstack-qa03:10
*** cody-somerville has quit IRC03:10
*** cody-somerville has joined #openstack-qa03:10
*** lutostag has joined #openstack-qa03:10
*** ranger81 has quit IRC03:11
*** ranger81 has joined #openstack-qa03:11
openstackrecheckopenstack/requirements change: https://review.openstack.org/245625 failed because of: gate-tempest-dsvm-full: https://bugs.launchpad.net/bugs/150155803:12
openstackLaunchpad bug 1501558 in OpenStack Compute (nova) "nova-net: libvirtError: Error while building firewall: Some rules could not be created for interface: Unable to update the kernel" [High,Confirmed]03:12
*** mylu has quit IRC03:15
*** salv-orlando has joined #openstack-qa03:16
*** jasonsb has joined #openstack-qa03:18
*** jasonsb has quit IRC03:18
*** davideagnello has quit IRC03:18
*** jasonsb has joined #openstack-qa03:18
*** devananda has quit IRC03:18
*** ranger81 has quit IRC03:19
*** ranger81 has joined #openstack-qa03:21
*** davideagnello has joined #openstack-qa03:21
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500903:21
mtreinishSpamapS: ^^^ I think I found a workaround for the postgres side. I don't think you're going to like it though03:22
*** nicholasgoracke has joined #openstack-qa03:22
mtreinishit's kinda ugly (well very ugly)03:22
mtreinishit also doesn't quite work yet, but it's closer03:22
*** mylu has joined #openstack-qa03:22
mtreinishI'm gonna call it a night, so if you come up with something better feel free to blow that away03:22
*** shuquan has joined #openstack-qa03:24
*** shuquan has quit IRC03:26
*** yamamoto has joined #openstack-qa03:28
*** eliqiao_ has joined #openstack-qa03:29
*** nicholasgoracke has quit IRC03:29
*** jecarey has joined #openstack-qa03:30
*** ranger81 has quit IRC03:31
*** EinstCra_ has joined #openstack-qa03:31
*** devananda has joined #openstack-qa03:31
*** eliqiao has quit IRC03:31
*** ranger81 has joined #openstack-qa03:31
*** ranger81 has quit IRC03:32
*** jecarey has quit IRC03:35
SpamapSmtreinish: Personally I think you should do to pgsql what we did to qpid.03:40
*** salv-orlando has quit IRC03:41
*** jecarey has joined #openstack-qa03:41
SpamapSmtreinish: deprecate it, use warnings, and if somebody doesn't like that, ask them to spend the time. :-P03:41
SpamapSmtreinish: but if it must exist, IMO, that is a pretty disgusting workaround. :-P03:44
*** anshul has quit IRC03:44
*** tochi has quit IRC03:45
*** jecarey has quit IRC03:45
*** shuquan has joined #openstack-qa03:48
*** achanda has quit IRC03:50
*** binbincong has joined #openstack-qa03:51
*** nicholasgoracke has joined #openstack-qa03:52
*** shuquan has quit IRC03:53
*** anshul has joined #openstack-qa03:56
*** fedexo has joined #openstack-qa03:57
openstackrecheckConsole logs not available after 13:32s for gate-nova-python34 209018,47,338da7d04:00
*** tochi has joined #openstack-qa04:01
*** jecarey has joined #openstack-qa04:02
*** jffische has quit IRC04:06
*** jecarey has quit IRC04:06
*** dims has quit IRC04:06
*** nicholasgoracke has quit IRC04:11
*** mylu has quit IRC04:14
*** ranger81 has joined #openstack-qa04:15
*** jswarren has quit IRC04:17
*** jswarren has joined #openstack-qa04:17
*** akshai has quit IRC04:17
*** akshai has joined #openstack-qa04:18
*** mylu has joined #openstack-qa04:20
*** achanda has joined #openstack-qa04:21
*** ranger81 has quit IRC04:28
openstackrecheckConsole logs not available after 13:35s for gate-nova-python34 245248,5,fefe4c004:30
*** zhangjn has joined #openstack-qa04:35
openstackgerritMerged openstack/tempest: [V3] Make credentials_client use **kwargs  https://review.openstack.org/24303404:40
*** woodster_ has joined #openstack-qa04:40
*** Triveni has joined #openstack-qa04:41
*** anshul has quit IRC04:42
openstackgerritMerged openstack/tempest: [V3] Make endpoints_client use **kwargs  https://review.openstack.org/24305504:43
openstackgerritMerged openstack/tempest: [V3] Make policy_client use **kwargs  https://review.openstack.org/24409104:43
openstackgerritMerged openstack/tempest: [V3] Make region_client use **kwargs  https://review.openstack.org/24410004:44
openstackrecheckConsole logs not available after 13:25s for gate-nova-python34 245005,6,ffd521a04:44
openstackrecheckopenstack/horizon change: https://review.openstack.org/230238 failed gate-horizon-python34 in the gate queue with an unrecognized error04:44
*** zhangjn has quit IRC04:45
*** dave-mccowan has quit IRC04:45
*** artom_ has joined #openstack-qa04:50
*** salv-orlando has joined #openstack-qa04:53
*** jecarey has joined #openstack-qa04:53
*** anshul has joined #openstack-qa04:55
*** Nakato_ has joined #openstack-qa04:55
*** matt___ has joined #openstack-qa04:55
*** chrome0_ has joined #openstack-qa04:57
*** jecarey has quit IRC04:57
*** jhesketh_ has joined #openstack-qa04:58
*** Caleb--- has joined #openstack-qa04:58
*** binbincong_ has joined #openstack-qa04:58
openstackrecheckConsole logs not available after 13:25s for gate-nova-python27 231059,10,4aa44b804:58
*** cburgess_ has joined #openstack-qa04:59
*** artom has quit IRC04:59
*** zz_dimtruck has quit IRC05:00
*** SergeyLukjanov has quit IRC05:00
*** chrome0 has quit IRC05:00
*** charz has quit IRC05:00
*** dtroyer_zz has quit IRC05:00
*** flaper87 has quit IRC05:00
*** redrobot has quit IRC05:00
*** vaidy_ril has quit IRC05:00
*** cburgess has quit IRC05:00
*** binbincong has quit IRC05:00
*** jhesketh has quit IRC05:00
*** Caleb-- has quit IRC05:00
*** Nakato has quit IRC05:00
*** jamielennox has quit IRC05:00
*** mgagne has quit IRC05:00
*** adam_g has quit IRC05:00
*** jroll has quit IRC05:00
*** sbadia has quit IRC05:00
*** afazekas has quit IRC05:00
*** notmyname has quit IRC05:00
*** stevemar_ has quit IRC05:00
*** mattoliverau has quit IRC05:00
*** jroll has joined #openstack-qa05:00
*** jhesketh_ is now known as jhesketh05:00
*** Caleb--- is now known as Caleb--05:00
*** adam_g` has joined #openstack-qa05:00
*** jhesketh has quit IRC05:00
*** mgagne has joined #openstack-qa05:00
*** SergeyLukjanov has joined #openstack-qa05:00
*** jhesketh has joined #openstack-qa05:01
*** flaper87 has joined #openstack-qa05:01
*** dtroyer has joined #openstack-qa05:01
*** jamielennox has joined #openstack-qa05:01
*** redrobot has joined #openstack-qa05:01
*** zz_dimtruck has joined #openstack-qa05:01
*** zz_dimtruck is now known as dimtruck05:01
*** redrobot is now known as Guest2617705:01
*** jroll has quit IRC05:02
*** jroll has joined #openstack-qa05:02
*** jroll is now known as Guest8904005:02
*** afazekas has joined #openstack-qa05:02
*** vaidy_ril has joined #openstack-qa05:02
*** notmyname has joined #openstack-qa05:03
*** charz has joined #openstack-qa05:03
*** sbadia has joined #openstack-qa05:05
*** salv-orlando has quit IRC05:05
*** jamielennox is now known as jamielennox|away05:06
*** yog_ has joined #openstack-qa05:10
*** amotoki has joined #openstack-qa05:10
*** piyush_ has joined #openstack-qa05:11
*** nicholasgoracke has joined #openstack-qa05:12
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 243105,3,285724d05:12
piyush_Hi all following test cases has been added in tempest, if you have time please review these .. https://review.openstack.org/#/c/239436/ https://review.openstack.org/#/c/242965/ https://review.openstack.org/#/c/243042/05:13
*** achanda_ has joined #openstack-qa05:16
*** mylu has quit IRC05:17
*** auggy has quit IRC05:18
*** greghaynes has quit IRC05:19
*** bnemec has joined #openstack-qa05:19
*** tochi_ has joined #openstack-qa05:21
*** jvrbanac_ has joined #openstack-qa05:24
*** sirushti_ has joined #openstack-qa05:24
*** electrichead has joined #openstack-qa05:24
*** Guest26177 has quit IRC05:25
*** achanda has quit IRC05:25
*** tochi has quit IRC05:25
*** beekneemech has quit IRC05:25
*** maurosr has quit IRC05:25
*** jvrbanac has quit IRC05:25
*** VanL has quit IRC05:25
*** sirushti has quit IRC05:25
*** jbernard has quit IRC05:25
*** sirushti_ is now known as sirushti05:25
openstackrecheckConsole logs not available after 13:24s for gate-nova-python34 245656,1,75ff48905:25
*** VanL has joined #openstack-qa05:25
*** maurosr has joined #openstack-qa05:26
*** amotoki has quit IRC05:27
*** ranger81 has joined #openstack-qa05:28
*** amotoki has joined #openstack-qa05:28
*** ranger81 has quit IRC05:29
*** ranger81 has joined #openstack-qa05:29
*** auggy has joined #openstack-qa05:30
*** jbernard has joined #openstack-qa05:30
*** greghaynes has joined #openstack-qa05:35
*** eliqiao has joined #openstack-qa05:38
*** akshai has quit IRC05:38
*** eliqiao_ has quit IRC05:41
*** adam_g` is now known as adam_g05:42
*** adam_g has quit IRC05:42
*** adam_g has joined #openstack-qa05:42
openstackgerritYuiko Takada proposed openstack/tempest: Remove Ironic tests  https://review.openstack.org/24618505:47
tonyblifeless: should the value in upper-constrints be in the range permitted by global-requirements?05:48
* tonyb gos to look to see how contstraints are applied in stable/* (specifially kilo)05:49
*** yog_ has quit IRC05:49
*** yog_ has joined #openstack-qa05:49
*** mylu has joined #openstack-qa05:54
*** aswadr has joined #openstack-qa05:54
*** hoangcx has joined #openstack-qa05:55
*** mylu has quit IRC05:55
*** mylu has joined #openstack-qa05:56
*** yangyapeng has quit IRC05:59
*** matt___ is now known as mattoliverau05:59
openstackgerritAnkit Agrawal proposed openstack/tempest: Add test for glance's tasks API  https://review.openstack.org/21666506:01
openstackgerritMerged openstack/tempest: Rename get_server_group to show_server_group  https://review.openstack.org/24564006:01
*** hoangcx has left #openstack-qa06:02
*** yfried__ has quit IRC06:07
openstackgerritMerged openstack/tempest: Rename references to compute floating IPs client  https://review.openstack.org/24429706:11
*** sirushti has quit IRC06:11
*** sirushti has joined #openstack-qa06:11
openstackgerritMerged openstack/tempest: Fix AttributeError in multinode jobs  https://review.openstack.org/24569706:11
openstackgerritMerged openstack-dev/devstack: Only take the first global, non temporary ipv6 address  https://review.openstack.org/24377006:12
*** cody-somerville has quit IRC06:13
*** shausy has joined #openstack-qa06:18
*** jecarey has joined #openstack-qa06:20
*** hoangcx has joined #openstack-qa06:21
*** hoangcx has left #openstack-qa06:21
*** rcernin has joined #openstack-qa06:22
*** liuwei5018 has joined #openstack-qa06:24
*** korzen has joined #openstack-qa06:25
*** jecarey has quit IRC06:26
*** jecarey has joined #openstack-qa06:26
*** cody-somerville has joined #openstack-qa06:29
openstackrecheckConsole logs not available after 13:36s for gate-nova-python34 245765,4,5ff69cf06:29
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/244272 failed gate-tempest-dsvm-neutron-full in the gate queue with an unrecognized error06:29
*** jecarey has quit IRC06:31
*** salv-orlando has joined #openstack-qa06:34
*** vgridnev has joined #openstack-qa06:35
*** neeti has joined #openstack-qa06:36
*** salv-orlando has quit IRC06:37
*** eliqiao has quit IRC06:44
*** eliqiao has joined #openstack-qa06:45
*** cody-somerville has quit IRC06:46
*** yog_ has quit IRC06:46
*** SridharG has joined #openstack-qa06:49
*** sileht has joined #openstack-qa06:49
*** woodster_ has quit IRC06:49
*** vgridnev has quit IRC06:54
*** aswadr has quit IRC06:55
lifelesstonyb: it must be07:00
lifelesstonyb: kilo has no upper-constraints implementation07:00
lifelesstonyb: it may have the file, but you can ignore it07:00
*** dhellmann has quit IRC07:01
*** mylu has quit IRC07:02
*** dhellmann has joined #openstack-qa07:02
*** vgridnev has joined #openstack-qa07:02
*** fedexo has quit IRC07:02
*** mylu has joined #openstack-qa07:03
*** pkoniszewski has quit IRC07:04
*** jasonsb has quit IRC07:04
*** yfried__ has joined #openstack-qa07:04
*** itsuugo has joined #openstack-qa07:07
*** mylu has quit IRC07:07
*** yfried__ has quit IRC07:08
*** yfried__ has joined #openstack-qa07:09
piyush_ Hi all following test cases has been added in tempest, if you have time please review these .. https://review.openstack.org/#/c/239436/ https://review.openstack.org/#/c/242965/ https://review.openstack.org/#/c/243042/07:10
*** jecarey has joined #openstack-qa07:14
openstackrecheckopenstack/keystone change: https://review.openstack.org/243951 failed because of: gate-tempest-dsvm-postgres-full: https://bugs.launchpad.net/bugs/150155807:16
openstackLaunchpad bug 1501558 in OpenStack Compute (nova) "nova-net: libvirtError: Error while building firewall: Some rules could not be created for interface: Unable to update the kernel" [High,Confirmed]07:16
*** itzikb has joined #openstack-qa07:16
*** jecarey has quit IRC07:19
*** gamado_wfh has joined #openstack-qa07:23
*** yog_ has joined #openstack-qa07:25
*** ranger81 has quit IRC07:33
*** jasonsb has joined #openstack-qa07:35
*** achanda_ has quit IRC07:36
*** jasonsb has quit IRC07:40
*** nadya_ has joined #openstack-qa07:40
*** artom__ has joined #openstack-qa07:40
*** artom_ has quit IRC07:40
*** artom__ has quit IRC07:41
*** artom__ has joined #openstack-qa07:41
*** Sakthi has joined #openstack-qa07:44
*** jecarey has joined #openstack-qa07:44
*** safchain has joined #openstack-qa07:48
*** jecarey has quit IRC07:49
tonyblifeless: ok I'm glad the conclusions I came to were correct.  That's new for me :)07:53
openstackgerritYaroslav Lobankov proposed openstack/tempest: [V3] Make service_client use **kwargs  https://review.openstack.org/24411207:54
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove server_groups_client from ignore_list  https://review.openstack.org/24623907:56
*** tmatsu has joined #openstack-qa07:57
openstackrecheckConsole logs not available after 13:27s for gate-nova-python34 231059,10,417d94307:59
*** jecarey has joined #openstack-qa08:02
*** itsuugo has quit IRC08:06
*** itsuugo has joined #openstack-qa08:07
*** jecarey has quit IRC08:07
*** gamado_wfh has quit IRC08:09
*** shardy has joined #openstack-qa08:09
*** aojea has joined #openstack-qa08:12
openstackrecheckConsole logs not available after 13:39s for gate-nova-python34 245248,5,af7d5c008:13
*** itsuugo has quit IRC08:14
openstackgerritMerged openstack-infra/devstack-gate: Produce a script to reproduce the running build  https://review.openstack.org/24477208:19
*** vgridnev has quit IRC08:24
openstackrecheckConsole logs not available after 13:32s for gate-nova-python34 237411,29,36239b608:26
*** yfried has joined #openstack-qa08:27
*** yfried__ has quit IRC08:27
openstackgerritVincent Untz proposed openstack/tempest-lib: Allow passing --insecure to python client binaries  https://review.openstack.org/24625408:28
yamamotocan i use testscenarios when writing tempest tests?  if yes, what to do for idempotent_id?08:29
*** gfidente has joined #openstack-qa08:35
*** gfidente has quit IRC08:35
*** gfidente has joined #openstack-qa08:35
*** nicholasgoracke has quit IRC08:36
*** nicholasgoracke has joined #openstack-qa08:36
*** sshnaidm has joined #openstack-qa08:39
liuwei5018hi yamamoto, tools/check_uuid.py will help to generate the idempotent_id, try 'python tools/check_uuid.py --fix'08:39
openstackrecheckConsole logs not available after 13:25s for gate-nova-python34 242727,11,adf5a4b08:40
*** ifarkas has joined #openstack-qa08:41
yamamotoliuwei5018: does it deal with testscenarios?08:41
*** jlanoux has joined #openstack-qa08:41
*** nicholasgoracke has quit IRC08:43
*** korzen has quit IRC08:43
*** salv-orlando has joined #openstack-qa08:45
liuwei5018yes08:45
*** nicholasgoracke has joined #openstack-qa08:45
*** nicholasgoracke has quit IRC08:45
*** nicholasgoracke has joined #openstack-qa08:45
*** jecarey has joined #openstack-qa08:48
*** jordanP has joined #openstack-qa08:51
*** jecarey has quit IRC08:53
openstackrecheckConsole logs not available after 13:29s for gate-nova-python27 209018,48,2faa5de08:53
*** k4n0 has joined #openstack-qa08:54
*** yfried has quit IRC08:56
*** yfried__ has joined #openstack-qa08:56
andreafoomichi: hi - regarding https://review.openstack.org/#/c/243081/5 and follow-up patches, I'm not sure cmd/base.py is the best place for those functions, as they are used by tests as well - so perhaps we could move them to common?08:57
oomichiandreaf: thanks for your review :-)08:59
oomichiandreaf: that is a nice idea, will do it08:59
*** salv-orlando has quit IRC08:59
andreafoomichi: see http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/identity/base.py#n4808:59
andreafoomichi: I guess it makes sense to have just one function08:59
oomichiandreaf: +1 but the changed get_tenant_by_name raises exception when not found09:01
oomichiandreaf: but the other doesn't09:01
oomichiandreaf: when I saw this method, it was nice to merge them into a single. but I gave up at the time due to the difference09:02
oomichiandreaf: maybe it is acceptable that both cases raise an exception09:02
andreafoomichi: uhm I see09:03
andreafoomichi: the tools in cmd never handle the exception, so they rely on the it to stop running if there is an issue09:05
*** hoangcx has joined #openstack-qa09:07
*** hoangcx has left #openstack-qa09:07
oomichiandreaf: so now we can detect issue on cmd by stopping tests09:07
openstackrecheckConsole logs not available after 13:23s for gate-nova-python27 245005,6,5c0a82b09:07
andreafoomichi: the other difference is that the function in the base class handles tenants and projects (so v3)09:07
*** rossella_s has quit IRC09:07
*** rossella_s has joined #openstack-qa09:08
andreafoomichi: so I'm looking at those identity tests, and the code there is a bit silly09:11
andreafoomichi: they use the data generator to setup a user - so they already have both id and name09:11
andreafoomichi: and then they use the name and do a get_user/tenant by name09:12
andreafto get the id again09:12
oomichiandreaf: Nice point!09:12
oomichiandreaf: we can use id directly09:12
oomichiandreaf: right?09:12
andreafoomichi: yes09:12
oomichiandreaf: very nice :-)09:12
*** yamamoto has quit IRC09:12
andreafoomichi: I guess that's a different patch though09:13
andreafoomichi: eventually I'd like to replace the method in that data_generator with cred_client which does a very similar thing09:13
oomichiandreaf: yeah, that is a next step09:13
andreafoomichi: but that's a low prio thing09:13
*** nicholasgoracke has quit IRC09:14
andreafoomichi: still I think it would be nice to have those functions under common/ instead that cmd/09:14
andreafeven if they are not used by tests atm09:14
oomichiandreaf: ok, will update them soon09:14
*** salv-orlando has joined #openstack-qa09:15
*** salv-orlando has quit IRC09:15
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove novaclient/neutronclient description  https://review.openstack.org/24627009:15
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Fix H404/405 violations for scenario tests  https://review.openstack.org/24627109:15
*** salv-orlando has joined #openstack-qa09:15
*** nicholasgoracke has joined #openstack-qa09:16
andreafoomichi: thanks09:16
*** salv-orlando has quit IRC09:20
openstackrecheckConsole logs not available after 13:23s for gate-nova-python27 212891,7,ef9665f09:20
*** salv-orlando has joined #openstack-qa09:20
*** gamado has joined #openstack-qa09:21
*** jecarey has joined #openstack-qa09:22
*** dmorita has quit IRC09:23
*** jecarey_ has joined #openstack-qa09:25
*** jecarey has quit IRC09:26
*** nadya_ has quit IRC09:28
*** Liuqing has joined #openstack-qa09:28
openstackgerritAlexander Gubanov proposed openstack/tempest: Move get_server_or_ip method to common class  https://review.openstack.org/24450009:29
*** jecarey_ has quit IRC09:31
*** openstackgerrit has quit IRC09:31
*** openstackgerrit has joined #openstack-qa09:31
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Move get_tenant_by_name to common part  https://review.openstack.org/24308109:32
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Move get_user_by_username to common part  https://review.openstack.org/24309209:32
openstackrecheckConsole logs not available after 13:25s for gate-nova-python34 246217,1,cfdb50509:34
*** achanda has joined #openstack-qa09:38
*** nikil89_ has joined #openstack-qa09:43
*** hoangcx has joined #openstack-qa09:44
*** hoangcx has left #openstack-qa09:46
openstackrecheckConsole logs not available after 13:22s for gate-nova-python34 232560,4,b4c45c209:47
*** nikil89_ is now known as naggappan09:47
*** luqas has joined #openstack-qa09:48
*** e0ne has joined #openstack-qa09:48
*** yamamoto has joined #openstack-qa09:52
*** Liuqing has quit IRC09:56
*** jecarey has joined #openstack-qa09:56
*** Liuqing has joined #openstack-qa09:57
*** luqas has quit IRC09:57
*** achanda has quit IRC10:00
*** jecarey_ has joined #openstack-qa10:00
*** jecarey has quit IRC10:01
naggappanHow to dissable dnsmasq so that I can use my own dhcp server10:04
*** vgridnev has joined #openstack-qa10:05
*** markvoelker has quit IRC10:05
*** Liuqing has quit IRC10:06
*** e0ne has quit IRC10:07
*** achanda has joined #openstack-qa10:12
*** paco20151113 has quit IRC10:12
*** Caleb-- has quit IRC10:13
*** eliqiao has quit IRC10:13
openstackrecheckConsole logs not available after 13:22s for gate-nova-python34 212102,31,afdd60910:14
*** jecarey_ has quit IRC10:16
*** eliqiao has joined #openstack-qa10:16
*** achanda has quit IRC10:16
*** luqas has joined #openstack-qa10:17
*** gfidente has quit IRC10:18
*** EinstCra_ has quit IRC10:18
*** luqas has quit IRC10:23
piyush_Hi all following test cases has been added in tempest, if you have time please review these .. https://review.openstack.org/#/c/239436/ https://review.openstack.org/#/c/242965/ https://review.openstack.org/#/c/243042/10:26
piyush_Hi Gmann10:26
openstackrecheckConsole logs not available after 13:39s for gate-nova-python34 244789,6,1f5685d10:28
*** luqas has joined #openstack-qa10:29
*** openstackgerrit has quit IRC10:31
*** openstackgerrit has joined #openstack-qa10:31
*** ranger81 has joined #openstack-qa10:34
*** piyush_ has quit IRC10:37
*** ranger81 has quit IRC10:38
*** achanda has joined #openstack-qa10:38
*** yuikotakada has quit IRC10:38
openstackrecheckConsole logs not available after 13:26s for gate-nova-python34 205269,6,c50b53710:41
*** dramalho has joined #openstack-qa10:43
openstackgerritKen'ichi Ohmichi proposed openstack/tempest-lib: Rename get_server_group to show_server_group  https://review.openstack.org/24631610:44
openstackgerritKen'ichi Ohmichi proposed openstack/tempest-lib: Rename get_server_group to show_server_group  https://review.openstack.org/24631610:45
*** dramalho has quit IRC10:47
*** luqas has quit IRC10:48
*** aojea has quit IRC10:49
*** yamamoto has quit IRC10:49
*** malini has joined #openstack-qa10:49
*** ranger81 has joined #openstack-qa10:55
openstackrecheckConsole logs not available after 13:32s for gate-nova-python27 245811,3,f82a5d510:55
*** yamamoto has joined #openstack-qa10:56
*** malini1 has joined #openstack-qa10:56
*** e0ne has joined #openstack-qa10:57
*** malini has quit IRC10:59
*** ranger81 has quit IRC10:59
*** aysyd has joined #openstack-qa11:02
*** itsuugo has joined #openstack-qa11:06
*** markvoelker has joined #openstack-qa11:06
*** dims has joined #openstack-qa11:08
*** rfolco has joined #openstack-qa11:08
openstackrecheckConsole logs not available after 13:26s for gate-nova-python34 246269,1,43715b611:09
*** eliqiao has quit IRC11:10
*** markvoelker has quit IRC11:11
*** eliqiao has joined #openstack-qa11:12
*** zhangjn has joined #openstack-qa11:12
*** zhangjn has quit IRC11:12
*** zhangjn has joined #openstack-qa11:13
*** zhangjn has quit IRC11:14
*** zhangjn has joined #openstack-qa11:14
*** zhangjn has quit IRC11:15
*** jecarey has joined #openstack-qa11:15
*** salv-orl_ has joined #openstack-qa11:15
*** zhangjn has joined #openstack-qa11:15
*** zhangjn has quit IRC11:15
*** zhangjn has joined #openstack-qa11:16
*** zhangjn has quit IRC11:16
*** salv-orlando has quit IRC11:17
*** zhangjn has joined #openstack-qa11:17
*** jecarey_ has joined #openstack-qa11:17
*** zhangjn has quit IRC11:18
*** zhangjn has joined #openstack-qa11:18
*** zhangjn has quit IRC11:19
*** jecarey has quit IRC11:19
openstackgerritZhenguo Niu proposed openstack-dev/devstack: Enable ironic node pty console by default  https://review.openstack.org/24633811:19
*** zhangjn has joined #openstack-qa11:20
*** zhangjn has quit IRC11:20
*** zhangjn has joined #openstack-qa11:21
*** jecarey_ has quit IRC11:21
*** Triveni has quit IRC11:22
openstackrecheckConsole logs not available after 13:25s for bindep-nova-python27 245050,14,726895111:23
*** jecarey has joined #openstack-qa11:24
*** dzamboni has joined #openstack-qa11:26
*** flaper87 has quit IRC11:27
*** flaper87 has joined #openstack-qa11:27
*** pc_m has joined #openstack-qa11:27
*** jecarey has quit IRC11:28
*** salv-orl_ has quit IRC11:31
*** salv-orlando has joined #openstack-qa11:32
*** piyush_ has joined #openstack-qa11:35
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 237643,11,e4a175b11:36
*** jhesketh has quit IRC11:37
*** jhesketh has joined #openstack-qa11:40
*** achanda has quit IRC11:43
*** tmatsu has quit IRC11:46
*** apevec has joined #openstack-qa11:48
*** apevec has quit IRC11:48
*** apevec has joined #openstack-qa11:48
liuwei5018Hi All. I added some negative tests to tempest. Please take some time to review them . Thanks. https://review.openstack.org/#/c/242723/  https://review.openstack.org/#/c/245122/  https://review.openstack.org/#/c/245395/11:49
*** amotoki has quit IRC11:49
openstackrecheckConsole logs not available after 13:24s for gate-nova-python34 212891,7,85ba82411:49
*** gfidente has joined #openstack-qa11:51
*** maht has joined #openstack-qa11:51
*** jlanoux has quit IRC11:53
*** glauco_ has joined #openstack-qa11:58
*** Liuqing has joined #openstack-qa11:58
*** nadya_ has joined #openstack-qa12:02
openstackrecheckConsole logs not available after 13:48s for gate-nova-python27 246274,1,ec63f6712:03
*** achanda has joined #openstack-qa12:06
*** stevemar_ has joined #openstack-qa12:06
*** achanda has quit IRC12:09
piyush_Hi All. I added some negative tests to tempest. Please take some time to review them . Thanks. https://review.openstack.org/#/c/242723/  https://review.openstack.org/#/c/245122/  https://review.openstack.org/#/c/245395/12:11
*** tochi_ has quit IRC12:11
*** jecarey has joined #openstack-qa12:13
*** dramalho has joined #openstack-qa12:14
*** jecarey_ has joined #openstack-qa12:15
*** Caleb-- has joined #openstack-qa12:16
openstackrecheckConsole logs not available after 13:24s for gate-nova-python27 168916,20,30ca80812:17
*** jecarey has quit IRC12:17
*** dramalho has quit IRC12:19
*** itsuugo has quit IRC12:19
*** itsuugo has joined #openstack-qa12:19
*** jecarey_ has quit IRC12:19
*** jecarey has joined #openstack-qa12:21
*** jecarey has quit IRC12:24
*** jecarey has joined #openstack-qa12:24
*** malini has joined #openstack-qa12:25
*** maht has quit IRC12:26
*** malini1 has quit IRC12:28
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Fix PEP8 (H302) error  https://review.openstack.org/24371912:28
openstackrecheckConsole logs not available after 13:32s for gate-nova-python34 223315,1,e9cf88b12:30
*** vgridnev_ has joined #openstack-qa12:30
*** vgridnev has quit IRC12:31
*** pkoniszewski has joined #openstack-qa12:31
openstackgerritMerged openstack/openstack-health: Add new crumb-style menu.  https://review.openstack.org/24605912:33
*** Guest89040 is now known as jroll12:36
*** markvoelker has joined #openstack-qa12:37
openstackgerritAnderson Mesquita proposed openstack/openstack-health: Refactor Home controller  https://review.openstack.org/24583212:39
openstackgerritAnderson Mesquita proposed openstack/openstack-health: Add factory to create Project models  https://review.openstack.org/24470912:39
openstackgerritAnderson Mesquita proposed openstack/openstack-health: Add Project Service  https://review.openstack.org/24471012:39
openstackgerritAnderson Mesquita proposed openstack/openstack-health: Add Metrics Service  https://review.openstack.org/24583112:39
*** malini has quit IRC12:40
*** markvoelker has quit IRC12:42
*** weshay_xchat has joined #openstack-qa12:46
*** pkoniszewski is now known as pkoniszewski_12:50
*** pc_m_ has joined #openstack-qa12:51
openstackrecheckConsole logs not available after 13:26s for gate-nova-python27 181671,13,de9e31e12:51
*** pc_m is now known as pc_m_AWAY12:53
*** itsuugo has quit IRC12:53
*** korzen has joined #openstack-qa12:55
*** ranger81 has joined #openstack-qa12:55
*** nadya_ has quit IRC12:56
*** achanda has joined #openstack-qa12:56
*** shausy has quit IRC12:57
*** luqas has joined #openstack-qa12:57
*** jffische has joined #openstack-qa13:00
*** ranger81 has quit IRC13:00
*** achanda has quit IRC13:05
*** rossella_s has quit IRC13:07
*** rossella_s has joined #openstack-qa13:07
*** luqas has quit IRC13:08
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Fix H404/405 violations for service clients  https://review.openstack.org/24637413:08
*** tyagiprince has joined #openstack-qa13:10
*** dave-mccowan has joined #openstack-qa13:12
*** nadya_ has joined #openstack-qa13:15
*** weshay_xchat is now known as weshay13:16
*** jlanoux has joined #openstack-qa13:17
*** pc_m_AWAY is now known as pc_mn13:17
*** ff has joined #openstack-qa13:18
*** jlanoux_ has joined #openstack-qa13:19
*** pc_mn has quit IRC13:20
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Fix H404/405 violations for tools  https://review.openstack.org/24638113:20
*** EinstCrazy has joined #openstack-qa13:21
*** jlanoux has quit IRC13:21
*** luqas__ has joined #openstack-qa13:22
*** maht has joined #openstack-qa13:24
openstackrecheckConsole logs not available after 13:28s for gate-nova-python34 242846,10,3ea9d2413:27
*** markvoelker has joined #openstack-qa13:27
*** piyush_ has quit IRC13:28
*** ddeva has joined #openstack-qa13:28
*** luqas__ has quit IRC13:29
*** luqas has joined #openstack-qa13:29
ddevamtreinish: Hi, there! The patch https://review.openstack.org/231283 depends on a new tag for subunit2sql including https://github.com/openstack-infra/subunit2sql/commit/26ed84aa5dce0fc0a5035c155876178497278b34. Can we have subunit2sql 0.13?13:30
*** dramalho has joined #openstack-qa13:30
*** luqas has quit IRC13:33
*** amotoki has joined #openstack-qa13:34
*** luqas__ has joined #openstack-qa13:34
*** regXboi has joined #openstack-qa13:34
*** dramalho has quit IRC13:34
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Refactor project api and ui to make them generic  https://review.openstack.org/24465113:35
*** artom__ has quit IRC13:36
*** pc_m has joined #openstack-qa13:36
*** pc_m has quit IRC13:36
*** pc_m has joined #openstack-qa13:38
*** luqas__ has quit IRC13:38
*** luqas has joined #openstack-qa13:40
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Refactor project api and ui to make them generic  https://review.openstack.org/24465113:40
openstackrecheckConsole logs not available after 13:26s for gate-nova-python34 218656,2,7ecfaa213:41
*** cdent has joined #openstack-qa13:41
*** cdent has left #openstack-qa13:41
*** Sakthi has quit IRC13:42
*** dramalho has joined #openstack-qa13:42
*** Sakthi has joined #openstack-qa13:42
*** oomichi has quit IRC13:43
*** luqas has quit IRC13:44
*** hichihara has joined #openstack-qa13:48
*** luqas has joined #openstack-qa13:48
*** yfried__ has quit IRC13:49
*** diegows has joined #openstack-qa13:49
*** pc_m has quit IRC13:50
*** luqas has quit IRC13:53
*** itsuugo has joined #openstack-qa13:54
*** pc_m has joined #openstack-qa13:55
*** pc_m has quit IRC13:55
*** luqas has joined #openstack-qa13:56
*** tmatsu has joined #openstack-qa13:58
*** pc_m has joined #openstack-qa14:00
*** jlanoux_ has quit IRC14:00
*** jlanoux has joined #openstack-qa14:01
*** tmatsu has quit IRC14:03
*** mylu has joined #openstack-qa14:03
*** cdent has joined #openstack-qa14:04
*** luqas has quit IRC14:05
*** luqas has joined #openstack-qa14:05
*** mylu has quit IRC14:08
openstackgerritOleksii Butenko proposed openstack/tempest: Create new tests for incremental backup in cinder.  https://review.openstack.org/23537114:08
*** luqas has quit IRC14:09
*** jecarey has quit IRC14:09
*** malini has joined #openstack-qa14:12
*** jecarey has joined #openstack-qa14:12
*** tdurakov has joined #openstack-qa14:13
*** malini1 has joined #openstack-qa14:14
*** pc_m_ has joined #openstack-qa14:14
*** pc_m_ has quit IRC14:15
*** jecarey_ has joined #openstack-qa14:16
*** malini has quit IRC14:16
*** jecarey has quit IRC14:17
*** dkranz has joined #openstack-qa14:17
*** cdent has left #openstack-qa14:17
*** jecarey has joined #openstack-qa14:18
openstackrecheckConsole logs not available after 13:42s for gate-nova-python34 246307,1,4b8f9e714:19
*** itsuugo has quit IRC14:20
*** jecarey_ has quit IRC14:20
*** itsuugo has joined #openstack-qa14:20
*** jecarey has quit IRC14:23
*** tyagiprince has quit IRC14:26
*** malini1 has left #openstack-qa14:32
*** mriedem has joined #openstack-qa14:32
*** dustins has joined #openstack-qa14:33
openstackrecheckConsole logs not available after 13:32s for gate-nova-python34 237680,4,c96f11514:33
*** anshul has quit IRC14:34
*** anshul has joined #openstack-qa14:34
bkopilovjordanP, Hi14:35
bkopilovjordanP,  just notice , congratulation for +2 :)14:35
*** akshai has joined #openstack-qa14:35
jordanPbkopilov, thanks ! :)14:36
bkopilovjordanP, could you please review my patch - https://review.openstack.org/#/c/243415/14:36
*** ttx has quit IRC14:36
jordanPI will this week14:36
jordanPtoday I have a lot to do, sorry14:36
openstackgerritTimofey Durakov proposed openstack/tempest: Fix skip_checks in live_migration  https://review.openstack.org/24642514:39
tdurakovjordanP, hi, could you review https://review.openstack.org/#/c/246425/14:39
*** ttx has joined #openstack-qa14:40
jordanPtdurakov, why do we prefer skipException over skipTest ?14:41
bkopilovjordanP, sure no problem .14:41
tdurakovjordanP, skipTest fails,14:42
tdurakovas it requires self14:42
*** moravec has joined #openstack-qa14:42
bkopilovafazekas, Hi14:43
bkopilovafazekas, could you please review  could you please review my patch - https://review.openstack.org/#/c/243415/14:43
tdurakovjordanP, http://logs.openstack.org/50/245050/14/experimental/gate-tempest-dsvm-multinode-live-migration/6adf850/logs/devstack-gate-post_test_hook.txt.gz14:43
*** artom has joined #openstack-qa14:44
*** mfisher_ora has joined #openstack-qa14:45
bkopilovdkranz,  Hi ,14:45
bkopilovdkranz,  could you please review my patch - https://review.openstack.org/#/c/243415/14:45
*** salv-orl_ has joined #openstack-qa14:45
jordanPtdurakov, you're right.14:46
openstackrecheckConsole logs not available after 13:24s for gate-nova-python34 245369,3,74f4c2714:46
jordanP(it's 2 bugs in one small commit... :( ). I also feel responsible for this14:47
mriedemjbernard: can you update this with a proper commit message? https://review.openstack.org/#/c/240328/14:48
*** salv-orlando has quit IRC14:48
mriedemif it fixes that ceph issue in the gate it'd be fixing one of the top issues, but we need a commit message that explains the problem and what your change does to fix it14:48
*** jlanoux has quit IRC14:50
*** jlanoux has joined #openstack-qa14:52
*** jecarey has joined #openstack-qa14:52
openstackgerritOleksii Butenko proposed openstack/tempest: Create new tests for incremental backup in cinder.  https://review.openstack.org/23537114:53
*** rbak has joined #openstack-qa14:53
*** jecarey_ has joined #openstack-qa14:54
*** jecarey has quit IRC14:54
*** mriedem has quit IRC14:55
*** ranger81 has joined #openstack-qa14:56
*** achanda has joined #openstack-qa14:58
*** dramalho has quit IRC14:59
*** dkranz has quit IRC14:59
*** zhangjn has quit IRC14:59
openstackrecheckConsole logs not available after 13:27s for gate-nova-python34 200630,7,05b019b15:00
*** ranger81 has quit IRC15:01
openstackgerritOleksii Butenko proposed openstack/tempest: Create new tests for incremental backup in cinder.  https://review.openstack.org/23537115:01
*** hichihara has quit IRC15:02
*** pc_m has quit IRC15:02
*** mriedem has joined #openstack-qa15:03
*** naggappan has quit IRC15:04
*** jdandrea has joined #openstack-qa15:05
*** ccarmack has joined #openstack-qa15:07
jbernardmriedem: ahh yes, im on it15:09
*** ccarmack has left #openstack-qa15:09
*** SridharG has left #openstack-qa15:10
*** amotoki_ has joined #openstack-qa15:10
*** amotoki has quit IRC15:11
*** tongli has joined #openstack-qa15:11
*** Liuqing has quit IRC15:11
*** amotoki_ is now known as amotoki15:13
*** pcm_ has joined #openstack-qa15:13
openstackrecheckConsole logs not available after 13:23s for gate-nova-python27 216086,11,af05cea15:13
*** yfried__ has joined #openstack-qa15:15
*** gamado has quit IRC15:16
*** jaypipes has quit IRC15:19
*** dustins has quit IRC15:22
*** mtanino has joined #openstack-qa15:23
openstackgerritOleksii Butenko proposed openstack/tempest: Create new tests for incremental backup in cinder.  https://review.openstack.org/23537115:24
*** lutostag has quit IRC15:25
*** jecarey_ has quit IRC15:26
*** dustins has joined #openstack-qa15:27
openstackrecheckConsole logs not available after 13:39s for gate-nova-python27 246299,1,89ede6915:27
*** pglass has joined #openstack-qa15:27
*** ddeva has quit IRC15:28
*** mkumatag has joined #openstack-qa15:30
openstackgerritTimofey Durakov proposed openstack-infra/devstack-gate: min_compute_nodes set before NOTESTS check  https://review.openstack.org/24645215:30
*** BobBall has joined #openstack-qa15:30
*** pc_m has joined #openstack-qa15:31
*** nadya_ has quit IRC15:33
*** k4n0 has quit IRC15:34
*** ddeva has joined #openstack-qa15:34
*** lutostag has joined #openstack-qa15:34
*** ddeva has quit IRC15:35
*** jecarey has joined #openstack-qa15:36
*** dramalho has joined #openstack-qa15:36
openstackgerritTimofey Durakov proposed openstack-infra/devstack-gate: min_compute_nodes set before NOTESTS check  https://review.openstack.org/24645215:37
*** nicholasgoracke has quit IRC15:37
*** neeti has quit IRC15:39
*** jecarey has quit IRC15:40
openstackrecheckConsole logs not available after 13:35s for gate-nova-python34 246298,1,43359aa15:41
*** itsuugo has quit IRC15:43
*** yog_ has quit IRC15:44
*** amotoki_ has joined #openstack-qa15:44
*** TuanNguyen has joined #openstack-qa15:45
*** yamamoto has quit IRC15:46
*** bdperkin has joined #openstack-qa15:46
*** bdperkin has joined #openstack-qa15:46
*** amotoki has quit IRC15:47
*** jecarey has joined #openstack-qa15:48
*** bnemec has quit IRC15:48
*** armax has quit IRC15:49
*** diegows has quit IRC15:51
*** dustins has quit IRC15:52
*** dustins has joined #openstack-qa15:52
openstackgerritTimofey Durakov proposed openstack-infra/devstack-gate: min_compute_nodes set before NOTESTS check  https://review.openstack.org/24645215:53
*** jecarey has quit IRC15:53
sc68cal_sdague: looks like https://review.openstack.org/#/c/244272/ failed at the gate with an unrecognized error. Reading the logs, it appears that the instance was terminated, but tempest tried to use it again15:54
sc68cal_nova returns a 404 not found for Instance 9fe2aeb8-f00f-4c94-9635-90dd620f2fc715:55
*** tdurakov has quit IRC15:56
*** EinstCrazy has quit IRC15:57
*** jaypipes has joined #openstack-qa15:59
*** ChanServ sets mode: +o jaypipes15:59
*** sabeen1 has joined #openstack-qa15:59
*** itzikb has quit IRC16:00
openstackrecheckConsole logs not available after 13:35s for gate-nova-python27 246343,1,b83dc8716:01
*** dramalho has quit IRC16:02
*** Chang has joined #openstack-qa16:02
*** Chang has left #openstack-qa16:02
*** cody-somerville has joined #openstack-qa16:03
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Refactor project api and ui to make them generic  https://review.openstack.org/24465116:03
*** sabeen3 has joined #openstack-qa16:03
*** bnemec has joined #openstack-qa16:03
*** tdurakov has joined #openstack-qa16:03
*** diegows has joined #openstack-qa16:03
*** sabeen1 has quit IRC16:04
mtreinishSpamapS: well even if we did deprecate it now, we'd have to figure the migration out right?16:04
*** rcernin has quit IRC16:04
*** diegows has quit IRC16:04
*** pc_m is now known as pc_m_AWAY16:06
*** fedexo has joined #openstack-qa16:06
*** mriedem has quit IRC16:06
*** tdurakov has quit IRC16:06
openstackgerritOleksii Butenko proposed openstack/tempest: Create new tests for incremental backup in cinder.  https://review.openstack.org/23537116:07
*** mriedem has joined #openstack-qa16:11
openstackrecheckConsole logs not available after 13:36s for gate-nova-python34 237643,11,2c4617e16:15
openstackgerritOleksii Butenko proposed openstack-dev/devstack: Add flag for test_incremental_backup.  https://review.openstack.org/23766116:16
*** mwagner has quit IRC16:18
*** amotoki_ has quit IRC16:19
*** ccneill has joined #openstack-qa16:19
openstackgerritOleksii Butenko proposed openstack/tempest: Create new tests for incremental backup in cinder.  https://review.openstack.org/23537116:19
openstackgerritOleksii Butenko proposed openstack-dev/devstack: Add flag for test_incremental_backup.  https://review.openstack.org/23766116:20
openstackgerritAlexander Gubanov proposed openstack/tempest: Trivial fix for minimum_basic test  https://review.openstack.org/24648316:20
*** ddeva has joined #openstack-qa16:22
*** sshnaidm has quit IRC16:23
*** salv-orl_ has quit IRC16:26
*** hemnafk is now known as hemna16:26
*** armax has joined #openstack-qa16:28
openstackrecheckConsole logs not available after 13:28s for gate-nova-python34 246269,2,64bac1116:28
*** dramalho has joined #openstack-qa16:31
*** dkranz has joined #openstack-qa16:34
*** armax has quit IRC16:37
*** armax has joined #openstack-qa16:40
*** e0ne has quit IRC16:41
openstackrecheckConsole logs not available after 13:26s for gate-nova-python34 246337,2,39c8f3c16:42
openstackgerritMerged openstack/openstack-health: Add sort options to columns in job detail page  https://review.openstack.org/23775716:42
sdaguemtreinish: https://review.openstack.org/#/c/246467 - I'm hoping this would help re-decouple the gate16:42
*** vgridnev_ has quit IRC16:42
*** jecarey has joined #openstack-qa16:42
sdaguelet me know what you think16:42
*** jasonsb has joined #openstack-qa16:43
openstackgerritMerged openstack/eslint-config-openstack: Stop using IIFE for index.js  https://review.openstack.org/21953516:43
*** dkranz has quit IRC16:43
openstackgerritMerged openstack/eslint-config-openstack: Upgraded eslint version  https://review.openstack.org/22891416:43
*** jecarey_ has joined #openstack-qa16:46
*** ddeva has quit IRC16:46
*** yamamoto has joined #openstack-qa16:47
*** jecarey has quit IRC16:47
*** kbaikov has quit IRC16:47
*** jasonsb has quit IRC16:48
*** jecarey_ has quit IRC16:50
mtreinishsdague: I'm not sure how that'll make things decoupled. The job will still run on tempest which will share jobs with both16:50
mtreinishI mean sure it decreases the number of jobs we're running by combining all the project specific jobs16:51
*** markvan has joined #openstack-qa16:52
sdaguemtreinish: no, it won't16:52
mtreinishto get things decoupled we need to move those things out of tempest16:52
*** yamamoto has quit IRC16:52
sdaguebecause we'll drop the -heat -sahara -trove jobs from tempest16:52
sdaguethen the gate won't pipeline them all together16:52
*** ranger81 has joined #openstack-qa16:53
sdaguethings become one integrated queue because they share jobs by name16:53
mtreinishsdague: oh, you kept the project specific jobs16:53
sdagueyes16:53
mtreinishand combined them on tempest16:53
*** e0ne has joined #openstack-qa16:53
sdaguetempest needs to know all the tests are sane16:53
moravecmtrenish: I was chatting with markvan about how to see perf trends for Heat.  Looks like heat tests are not captured in subunit2sql DB?  Also appears that the periodic QA jobs do not have Heat configured.  Do you have any insight…?16:53
sdaguebut it can do that in a bundle16:53
sdaguethe projects just want to run their specific tests16:54
*** mkumatag has left #openstack-qa16:54
mtreinishmoravec: we capture any tempest or grenade job that runs in the gate or periodic queues16:55
*** kbaikov has joined #openstack-qa16:55
openstackrecheckConsole logs not available after 13:31s for gate-nova-python34 244789,8,8114c8f16:55
mtreinishthat includes some heat tests, but most of the heat testing is done in the heat repo16:55
mtreinishwhich aren't in the db right now16:55
*** ranger81 has quit IRC16:56
markvanmtreinish: is there way to get the heat repo included?16:57
*** dramalho has quit IRC16:57
mtreinishmarkvan: you mean the heat in-tree functional tests?16:57
*** ranger81_ has joined #openstack-qa16:58
*** dramalho has joined #openstack-qa16:58
markvannot sure, just trying to understand ways heat could become a part of this db16:59
*** mfalatic has joined #openstack-qa16:59
*** mriedem is now known as mriedem_meeting16:59
mtreinishmarkvan: it's not the project, it tracks test results16:59
mtreinishright now it only tracks results from tempest runs16:59
mtreinishwhich includes some heat tests (whatever is in tempest)16:59
*** tmatsu has joined #openstack-qa17:00
markvanok, I can look for those.  Any idea on why heat is not enabled in the periodic QA jobs?17:00
mtreinishmarkvan: look at: http://status.openstack.org/openstack-health/#/tests and search for orchestration17:00
moravecmtrenish: these tests do not appear to be the subunit2sql db, nor do they run in the QA jobs: tempest.api.orchestration.stacks.17:00
moravecSKIPPED: Heat support is required17:01
mtreinishmarkvan: because it adds too much load on the system for most of the jobs17:01
mtreinishmoravec: there is a dedicated heat tempest job17:01
mtreinishmoravec: gate-tempest-dsvm-heat17:01
*** korzen_ has joined #openstack-qa17:01
*** korzen has quit IRC17:02
markvanmtreinish: sure, yup the load can be large for some heat scenarios17:02
openstackgerritSean Dague proposed openstack-dev/devstack: install ebtables locking workaround  https://review.openstack.org/24650117:03
*** mwagner has joined #openstack-qa17:03
*** Swami has joined #openstack-qa17:04
*** tmatsu has quit IRC17:04
SpamapSmtreinish: yes we have to get it right because there's support now. But at this point, it has wasted at least 1 day of my time, and 1 of your time. Lets never do that again?17:06
SpamapSmtreinish: also I can't even get the tests to run on my box17:06
SpamapSit wants to be owner or something17:06
mtreinishSpamapS: yeah, it's annoying I can't remember what I did to get it working17:06
*** jlanoux has quit IRC17:07
*** rossella_s has quit IRC17:07
sdaguemtreinish / dtroyer : https://review.openstack.org/#/c/245881/ grenade cleanup17:07
*** rossella_s has joined #openstack-qa17:08
*** nicholasgoracke has joined #openstack-qa17:08
openstackrecheckConsole logs not available after 13:38s for gate-nova-python34 212102,31,603f05517:10
SpamapSmtreinish: most annoying is it just says "postgres is not available".. you have to attach a debugger to find out why17:11
* SpamapS hatess except Exception:17:11
*** nicholasgoracke has quit IRC17:12
SpamapSmtreinish: I finally got the magical incantations.17:13
*** e0ne has quit IRC17:13
SpamapSmtreinish: "CREATE ROLE openstack_citest PASSWORD 'openstack_citest' CREATEDB LOGIN"17:13
SpamapSmtreinish: and then edit pg-hba.conf and change the local method from 'peer' to 'md5'17:14
*** jecarey has joined #openstack-qa17:15
SpamapSmtreinish: and _THEN_ 'createdb -U openstack_citest openstack_citest'17:15
SpamapS:-P17:15
*** korzen has joined #openstack-qa17:16
*** jecarey_ has joined #openstack-qa17:16
*** korzen_ has quit IRC17:17
mtreinishSpamapS: heh, thanks. Now it's logged17:17
mtreinishthats better than my solution which was to hope I never had to reinstall my desktop :)17:17
SpamapSluckily 10 years ago I did admin pgsql17:18
SpamapSbut zomg I forgot it all :-P17:18
SpamapSactually I guess it was only 8 years17:18
SpamapSand apparently that db still lives, as recently they had some crazy autovacuum fail that required Josh Berkus's services to fix.17:18
* SpamapS is reminded to extract a beer from JB next time he sees him17:19
*** jecarey has quit IRC17:19
openstackgerritSean M. Collins proposed openstack-dev/devstack: Begin new lib/neutron  https://review.openstack.org/16843817:20
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500917:21
*** jecarey_ has quit IRC17:21
mtreinishSpamapS: ^^^ I think that works :)17:21
mtreinishwe still need to add a unit test to verify the migration17:21
dansmithis devstack known broken on kilo? I get glance errors in nova-api log17:21
mtreinishbut that at least runs17:21
*** e0ne has joined #openstack-qa17:21
*** TuanNguyen has quit IRC17:22
SpamapSmtreinish: ah, so basically pgsql just doesn't support batch ops?17:22
*** ifarkas has quit IRC17:23
mtreinisherr, no it does. It doesn't support the auto inc or primary key args17:23
mtreinishor the combination of them17:23
mtreinishauto inc is a seperate type in pgsql17:23
SpamapSit's SERIAL17:24
mtreinishyep17:24
SpamapSbut alembic should be smarter than that17:24
openstackrecheckConsole logs not available after 13:24s for gate-nova-python27 232506,10,1c0224417:24
SpamapSthey're functionally equivalent.17:24
mtreinishyou'd think, but things got all weird17:24
mtreinishwhich is why I tried doing things manually at first17:24
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Allow users to select information grouping  https://review.openstack.org/24045317:25
SpamapSmtreinish: this is what happens, when databases top being polite, and start to get real. REAL DATABASES: postgres17:25
*** tdurakov has joined #openstack-qa17:25
*** nadya has joined #openstack-qa17:25
mtreinishSpamapS: while that runs, I'm not sure it gets us in the right state though17:26
mtreinishI was having trouble inspecting the state of the db during the migration, like it was rolling back changes after a failure17:26
dansmithThis is what I get in nova-api logs when I try to do a boot on stable/kilo: http://pastebin.com/raw.php?i=hynyy8eB17:29
mtreinishdansmith: hmm, was there a glanceclient release or something?17:29
*** vgridnev has joined #openstack-qa17:29
dansmithmtreinish: I dunno, I just had a need to do this this morning on kilo and so I'm just trying to get devstack running17:29
dansmithmtreinish: i.e. I don't know if it's a recent break17:29
*** salv-orl_ has joined #openstack-qa17:32
*** dramalho has quit IRC17:33
mtreinishdansmith: I'd dig up a recent successful kilo gate run and figure out which glanceclient version is being used there17:33
mtreinishI haven't run kilo in a long time either17:34
dansmithmtreinish: I just rolled glanceclient back from 0.17.2 to 0.16 and no change17:34
dansmithbut yeah, lemme look17:34
dansmithmtreinish: a good one from this morning was on 0.17.2, which is what I had17:35
*** rcernin has joined #openstack-qa17:36
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Refactor project api and ui to make them generic  https://review.openstack.org/24465117:36
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Allow users to select information grouping  https://review.openstack.org/24045317:37
openstackgerritJohn Warren proposed openstack/tempest: Split out Neutron floating IPs client  https://review.openstack.org/24652017:37
mtreinishdansmith: hmm, not sure then. That was my first guess17:37
openstackrecheckConsole logs not available after 13:27s for gate-nova-python27 208511,13,4ecc91d17:37
dansmithmtreinish: grr17:38
dansmithsdague: any ideas?17:39
*** mriedem_meeting is now known as mriedem17:39
openstackgerritMerged openstack/eslint-config-openstack: Enable quote-props "as-needed"  https://review.openstack.org/21827517:39
dansmithor mriedem ?17:39
dansmithdevstack on kilo trying to nova-boot: http://pastebin.com/raw.php?i=hynyy8eB17:39
mriedemdansmith: i know what that is17:40
mriedemdansmith: fedora?17:40
dansmithmriedem: no17:40
mriedemdansmith: it's a problem with downlevel requests and/or urllib317:40
dansmithmriedem: trusty17:40
mriedemdansmith: https://review.openstack.org/#/c/232250/17:40
sdagueisn't this thie horribleness of glance compat between v1 / v217:41
mriedemgate images have tweaked those libs to not hit it17:41
dansmithmriedem: ah17:41
mriedemhttps://bugs.launchpad.net/glance/+bug/147677017:41
openstackLaunchpad bug 1476770 in openstack-ansible "_translate_from_glance fails with "AttributeError: id" in grenade" [High,In progress] - Assigned to Jesse Pretorius (jesse-pretorius)17:41
mriedemmost ops have hit this and hate us17:41
sdaguemriedem: +217:41
dansmithmriedem: so what do I want? 2.7?17:41
mriedemi'm not allowed to fix it in g-r b/c of principles17:41
mriedemdansmith: i think so17:42
sdaguemriedem: wait, what can't you fix?17:42
mriedemi've tried fenagling g-r17:42
dansmithffs17:42
mriedemto ping urllib3 and requests17:42
dansmiththat works17:42
dansmiththanks :)17:42
mriedem\o/17:42
clarkbmriedem: why not fix glanceclint instead?17:42
clarkbnd not pin requests?17:42
mriedemsince requests bundles urllib3 on a certain version, and some distros leave that in or rip it out, i've tried pinning those versions in g-r and met resistence17:43
clarkb(I thought this was the whole reason we went to stable branches on the clients)17:43
mriedemwe probably could hack around it in glanceclient17:44
mriedemi mean, it's only software :)17:44
sdaguemriedem: also if lots of ops are hitting this, why isn't it a higher sev bug?17:44
mriedemit's actually in oslo-incubator code that glanceclient is using17:44
mriedemsdague: idk17:45
*** jecarey has joined #openstack-qa17:45
dimsmriedem soon to be no-longer-in-oslo-incubator :)17:45
*** mylu has joined #openstack-qa17:45
mriedemyeah, but it's still in glanceclient17:45
sdaguemriedem: anyway, if we approve g-r, we fixed?17:45
mriedemdims: and this is kilo17:45
sdaguei.e. get dims to approve17:46
*** e0ne has quit IRC17:46
mriedemsdague: g-r plus sync plus glanceclient release on kilo17:46
sdagueok17:46
*** yfried__ is now known as yfried|afk17:46
mriedemall of which i can work through if needed17:46
dimssdague : i can't approve g-r in stable/*17:46
mriedemmtreinish: can17:46
sdaguedims: oh, no? I though you were in release team17:47
openstackgerritOleksii Butenko proposed openstack/tempest: Create new tests for incremental backup in cinder.  https://review.openstack.org/23537117:47
clarkbmriedem: sdague except for on distros that do things to unbreak requests right?17:47
clarkbwhich is the problem17:47
clarkb(note they all unbreak requests)17:47
dimssdague : slowly :)17:47
*** korzen has quit IRC17:47
mtreinishmriedem: is there a link I'll +2 it17:47
SpamapSmtreinish: Yeah it may be a good idea to do some assertions at the end of the migration itself, before we do the table renames/drops17:47
mriedemhttps://review.openstack.org/#/c/232250/17:47
openstackgerritTimofey Durakov proposed openstack-infra/devstack-gate: min_compute_nodes set before NOTESTS check  https://review.openstack.org/24645217:47
sdagueclarkb: honestly, my patience with requests vs. distro is so worn down17:47
jordanPmtreinish, hi. There's a cleanup patch here https://review.openstack.org/#/c/246374/1 (fix H404/H405 violation) that touches a lot of file and can easily conflict. It would be great to merge it soon. Thanks17:47
*** salv-orl_ has quit IRC17:47
clarkbsdague: sure my point is you don't fix anyone17:47
mriedemyeah, i think i'm caring less about distro and more about just installing pips in venv, but maybe that doesn't matter17:47
mriedemwe fix dansmith don't we?17:48
clarkbsdague: except the gate where we install from source which is apparently already fine?17:48
mriedemour number one customer17:48
*** salv-orlando has joined #openstack-qa17:48
mtreinishmriedem: done17:48
sdagueclarkb: only in a 100% clean environment17:48
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Update charts to format data correctly  https://review.openstack.org/24370317:48
mriedemclarkb: we were busted in the gate at one point, we capped urllib3 which was in oslo.vmware17:48
sdagueit actually fixes devstack developers17:48
mriedemwhich glance was using17:48
*** e0ne has joined #openstack-qa17:49
clarkbI just want to separate artificial fix from actually fixing problem17:49
*** greghaynes has quit IRC17:49
clarkbactually fixing the problem is make glanceclient work17:49
mriedemmtreinish: sdague: dims: ok, i'll monitor the g-r sync to glanceclient on kilo and babysit that through and request the release17:49
mtreinishjordanP: I'd really like to see the H404 and H405 rules being enforced at the top of the stack before we start landing those17:49
clarkbartificially fix is pin requests and break all the distros17:49
*** jecarey has quit IRC17:49
*** auggy has quit IRC17:49
mtreinishmriedem: cool, if you need any more stable +2s let me know17:49
Jokke_mriedem, sdague: yes the battle around urllib3 is just horrible ... if there is something needed from glance side, let me know ... for now that's just broken deployment for us17:50
mriedemJokke_: fix this AttributeError http://pastebin.com/raw.php?i=hynyy8eB17:50
mriedemper https://bugs.launchpad.net/glance/+bug/147677017:50
openstackLaunchpad bug 1476770 in openstack-ansible "_translate_from_glance fails with "AttributeError: id" in grenade" [High,In progress] - Assigned to Jesse Pretorius (jesse-pretorius)17:50
*** dramalho has joined #openstack-qa17:50
sdagueJokke_: yeh, there is a bug sitting there open for a while17:50
sdagueclarkb: we don't break distros17:51
sdaguenon of the distros that ship kilo support this version of requests17:51
openstackrecheckConsole logs not available after 13:23s for gate-nova-python27 234283,6,3624a2e17:51
sdagueit's a venv installing problem17:51
Jokke_so we really should bump the g-r then?17:51
*** mylu has quit IRC17:51
sdagueJokke_: ideally glance would actually work without that17:51
jordanPmtreinish, I agree. But this is a work in the right direction. We can trust oomichi to carry on his effort17:52
Jokke_sdague: in ideal world distros would not claim to provide requrement if they provide only half of it17:53
SpamapSmtreinish: doh, pep8 fail17:53
*** pc_m_AWAY is now known as pc_c17:53
*** pc_c is now known as pc_m17:53
sdagueJokke_: and in an ideal world libraries would just specify their depends on for other libraries, not vendor them.17:54
sdaguethere is a lot of unideal going on here17:54
openstackgerritMichael Krotscheck proposed openstack/eslint-config-openstack: Removed TODO comments  https://review.openstack.org/22891517:55
mriedembut, mtreinish said in the ML that magical fairies were going to come out of the forest and fix all of our problems?!17:55
*** safchain has quit IRC17:55
Jokke_sdague: agreed ... also in that same ideal world the dependecy would not make breaking changes every release ;)17:55
mtreinishSpamapS: heh, I knew I forgot to run something :)17:55
*** mylu has joined #openstack-qa17:55
sdagueJokke_: right, but you can specify and exact version in your code17:55
sdaguethat's the thing I don't get17:56
mtreinishmriedem: I thought I said that I didn't think that was going to happen :)17:56
sdaguewhy that isn't a solution17:56
mriedemmtreinish: maybe my sarcasm detector was just broken?17:56
mtreinishmriedem: heh17:56
SpamapSmtreinish: I think I'll go ahead and run it on my VM and see how long it takes.17:56
*** artom_ has joined #openstack-qa17:56
*** mfalatic_ has joined #openstack-qa17:57
*** markvoelker_ has joined #openstack-qa17:57
SpamapSmtreinish: we could do some quick assertions before dropping the _old tables like counting all the rows and asserting they're ==17:57
*** gamado has joined #openstack-qa17:57
*** akshai_ has joined #openstack-qa17:58
Jokke_sdague: that's fair point to start with ;)17:58
mtreinishSpamapS: sure go for it, that's a good idea17:58
*** Sakthi has quit IRC17:58
*** yfried|afk is now known as yfried__17:58
Jokke_perhaps we should just fork requests "and do it right"17:59
*** pkoniszewski_ has quit IRC17:59
*** Sakthi has joined #openstack-qa17:59
*** mfalatic has quit IRC17:59
*** bnemec has quit IRC17:59
*** agireud has quit IRC17:59
Jokke_we could start by vendoring that fork in glanceclient :P17:59
openstackgerritMichael Krotscheck proposed openstack/eslint-config-openstack: Enable func-names  https://review.openstack.org/24425718:00
*** artom has quit IRC18:00
*** markvoelker has quit IRC18:00
*** sbadia has quit IRC18:00
*** binbincong_ has quit IRC18:00
*** bnemec has joined #openstack-qa18:00
*** akshai has quit IRC18:00
*** maurosr has quit IRC18:00
*** mylu has quit IRC18:01
*** jordanP has quit IRC18:01
*** gamado has quit IRC18:04
*** Sakthi has quit IRC18:04
openstackrecheckConsole logs not available after 13:30s for gate-nova-python34 218641,2,df5a7e618:04
*** sbadia has joined #openstack-qa18:05
*** agireud has joined #openstack-qa18:05
*** maurosr has joined #openstack-qa18:06
*** armax has quit IRC18:06
*** pkoniszewski has joined #openstack-qa18:07
SpamapSmtreinish: you going to push a 13? Or can I go ahead and fix the pep8 thing and add the assertions in one swoop?18:08
*** yfried__ is now known as yfried|afk18:08
SpamapSmtreinish: also it just ocurred to me, are those UUID's used anywhere in the public API? Like, do we need to preserve some of them for people who may have saved links to health reports for a particular ID?18:09
*** austin81 has joined #openstack-qa18:09
*** yfried|afk is now known as yfried__18:09
mtreinishSpamapS: their not used in the health dashboard at all18:11
mtreinishit is an input for some of the graphing cli tooling, but I was thinking about making this the 1.0 release18:12
mtreinishso I'll mention it in the tag message18:12
mtreinishSpamapS: you can go for fixing both at once18:12
*** binbincong_ has joined #openstack-qa18:12
SpamapSmtreinish: k18:12
*** dpaterson has joined #openstack-qa18:12
mtreinishSpamapS: I also don't know if anyone uses the subunit2sql-graph command but me18:15
*** nadya has quit IRC18:15
mtreinishit's kinda unwieldy18:15
*** tdurakov has quit IRC18:16
*** mylu has joined #openstack-qa18:17
*** maht has quit IRC18:17
SpamapSmtreinish: heh. anyway, I'm going to add these counts, kick off the migration on the database I have, and then we'll see how long it takes. :)18:18
openstackrecheckConsole logs not available after 13:33s for gate-nova-python34 189001,6,d40c69318:18
*** tdurakov has joined #openstack-qa18:18
*** mylu has quit IRC18:20
*** mylu has joined #openstack-qa18:20
*** mylu has quit IRC18:21
*** achanda has quit IRC18:21
*** mylu has joined #openstack-qa18:21
openstackgerritJon Bernard proposed openstack-dev/devstack: Ensure single ceph osd is weighted correctly  https://review.openstack.org/24032818:22
*** ylobankov_ is now known as ylobankov18:23
*** mylu has quit IRC18:24
*** mylu has joined #openstack-qa18:25
*** armax has joined #openstack-qa18:26
*** mylu has quit IRC18:28
*** mylu has joined #openstack-qa18:29
SpamapSmtreinish: ocurrs to me that we may want to actually have it print some progress. Is there a way to tell alembic to print out what it is doing maybe?18:30
*** mylu has quit IRC18:31
mtreinishSpamapS: hmm, dunno18:31
mtreinishI imagine it would18:31
SpamapSmtreinish: not important. show processlist works.18:32
openstackrecheckConsole logs not available after 13:36s for gate-nova-python34 218644,2,840d00b18:32
mtreinishoh, wait there is a verbose option we added18:32
*** mylu has joined #openstack-qa18:32
mtreinishI can't remember if we added that to the migration cli too18:32
erlonall, guys, I need to debug messages on tempest, but LOG debugging configurations doesn't seem to work. how can I get the output from LOG.* messages on a tempest test?18:33
mtreinishSpamapS: hmm, verbose doesn't do anything on migrations :)18:34
*** sabeen3 has quit IRC18:35
mtreinishlemme check the alembic docs18:35
mtreinisherlon: you need to set the log path in the tempest.conf18:35
mtreinisherlon: although if there is a failure any log messages are captured and will be printed with the failure too18:35
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500918:36
*** tyagiprince has joined #openstack-qa18:37
*** dims has quit IRC18:37
*** jasonsb has joined #openstack-qa18:38
mtreinishSpamapS: oh, that's because I don't think we go through the same call path to trigger the log level change18:38
*** dramalho has quit IRC18:38
erlonmtreinish: whats the name of the option? can't find anything in the sample: http://docs.openstack.org/developer/tempest/sampleconf.html18:40
erlonmtreinish: the source seens to have a log-file though: http://docs.openstack.org/developer/tempest/_modules/tempest/openstack/common/log.html18:40
*** dims has joined #openstack-qa18:40
mtreinisherlon: it's log_file in the default group18:41
*** mylu has quit IRC18:41
mtreinishjust set that to tempest.log or something18:41
*** mylu has joined #openstack-qa18:41
*** mriedem has quit IRC18:42
*** e0ne has quit IRC18:43
*** jaypipes has quit IRC18:43
hogepodgemtreinish: I'm running into tempest leaking ports pretty badly18:44
*** mriedem has joined #openstack-qa18:44
erlonmtreinish: great! thanks!18:44
openstackrecheckConsole logs not available after 13:26s for gate-nova-python34 246302,2,5c75c8218:45
*** eil397 has joined #openstack-qa18:46
*** mylu has quit IRC18:46
mtreinishhogepodge: hmm, thats no good18:46
mtreinishhogepodge: do you know where they're coming from?18:46
hogepodgemtreinish: I don't. Tempest doesn't seem to be naming them http://paste.openstack.org/show/479153/18:46
*** nic has joined #openstack-qa18:47
*** itsuugo has joined #openstack-qa18:48
hogepodgemtreinish: I was doing a run of all non-admin api tests. The leaks generally happen when a test fails. If I do a defcore run there aren't any leaks18:48
hogepodge(passing defcore run that is)18:48
mtreinishhogepodge: hmm, well that's a bug too, we should name the resources (for cases exactly like this)18:48
*** boris-42 has quit IRC18:48
mtreinishhogepodge: hmm, the cleanup should always run18:49
mtreinishhogepodge: do you have the failure tracebacks?18:49
hogepodgewant me to send you the subunit file?18:49
mtreinishhogepodge: sure18:49
mtreinishhogepodge: also you can figure out the test from the tempest.log search for the port uuid in the log file18:50
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Refactor project api and ui to make them generic  https://review.openstack.org/24465118:50
hogepodgemtreinish: of course, I didn't set the logging file :-P18:51
*** tpeoples has joined #openstack-qa18:51
*** itsuugo has quit IRC18:53
*** armax has quit IRC18:53
*** armax has joined #openstack-qa18:55
mriedemjbernard: what is an OSD?18:57
mriedemoh, object storage daemon18:57
*** luqas has joined #openstack-qa18:57
jbernardmriedem: yep18:57
jbernardmriedem: should i be more verbose?18:57
jbernardmriedem: (in the commit message)18:57
jbernardmriedem: or in general, either i suppose18:58
mriedemit's fine, i just googled it18:58
mriedembut don't assume people know ceph jargon :)18:58
*** itsuugo has joined #openstack-qa18:58
jbernardyeah, good point18:58
openstackrecheckConsole logs not available after 13:31s for gate-nova-python34 211307,4,c2b537218:59
openstackrecheckopenstack/keystone change: https://review.openstack.org/243951 failed because of: gate-tempest-dsvm-postgres-full: https://bugs.launchpad.net/bugs/150155818:59
openstackLaunchpad bug 1501558 in OpenStack Compute (nova) "nova-net: libvirtError: Error while building firewall: Some rules could not be created for interface: Unable to update the kernel" [High,Confirmed]18:59
*** sc68cal_ is now known as sc68cal19:00
hogepodgemtreinish: sent19:02
*** itsuugo has quit IRC19:03
*** TuanNguyen has joined #openstack-qa19:04
*** dramalho has joined #openstack-qa19:05
*** mylu has joined #openstack-qa19:06
*** mylu has quit IRC19:07
*** mylu has joined #openstack-qa19:08
*** dkranz has joined #openstack-qa19:09
mriedemjbernard: a couple of questions in that one19:09
mriedemotherwise looking ok19:09
jbernardmriedem: shoot19:09
jbernardmriedem: ahh, in the review19:11
jbernardmriedem: the keys are *in* the computer19:11
mriedemyeah, sorry :P19:11
*** gfidente has quit IRC19:11
*** mylu_ has joined #openstack-qa19:12
*** mylu has quit IRC19:12
openstackrecheckConsole logs not available after 13:26s for gate-nova-python34 218656,2,c6d784119:12
*** shardy has quit IRC19:13
*** jasonsb has quit IRC19:15
*** tdurakov has quit IRC19:19
SpamapSmtreinish: ok, 13 passed all tests, so I'll fire it up on the VM19:21
*** mylu_ has quit IRC19:21
openstackgerritIan Wienand proposed openstack-dev/devstack: Add option to skip EPEL & other repo installs  https://review.openstack.org/24442519:21
*** mylu has joined #openstack-qa19:21
openstackgerritIan Wienand proposed openstack-dev/devstack: Add vercmp function  https://review.openstack.org/24441319:21
*** mylu has quit IRC19:25
openstackrecheckConsole logs not available after 13:24s for gate-nova-python27 246397,1,11b591619:26
*** jaypipes has joined #openstack-qa19:27
*** ChanServ sets mode: +o jaypipes19:27
*** e0ne has joined #openstack-qa19:27
*** jecarey has joined #openstack-qa19:28
*** luqas has quit IRC19:29
*** luqas has joined #openstack-qa19:29
*** mylu has joined #openstack-qa19:30
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Allow users to select information grouping  https://review.openstack.org/24045319:30
openstackgerritSean Dague proposed openstack-dev/devstack: install ebtables locking workaround  https://review.openstack.org/24650119:30
*** electrichead is now known as redrobot19:31
*** redrobot is now known as Guest9740419:31
*** Guest97404 is now known as redrobot19:32
*** tyagiprince has quit IRC19:33
*** nadya has joined #openstack-qa19:33
*** jecarey has quit IRC19:33
*** luqas has quit IRC19:34
*** sabeen has joined #openstack-qa19:34
*** mylu has quit IRC19:34
*** pc_m has quit IRC19:34
*** greghaynes has joined #openstack-qa19:36
*** nadya has quit IRC19:36
glauco_mtreinish: regXboi: timothyb89: could you please review https://review.openstack.org/#/c/244651/ and https://review.openstack.org/#/c/240453/?19:39
openstackgerritayoung proposed openstack-dev/devstack: Specify HTTPS URLs to fix tls-proxy mode  https://review.openstack.org/18734619:39
openstackrecheckConsole logs not available after 13:24s for gate-nova-python27 196171,9,48d34d819:39
glauco_Finally got these two up to date with HEAD and fixed the major problems pointed out on previous comments19:40
*** auggy has joined #openstack-qa19:41
*** jamielennox|away is now known as jamielennox19:45
*** itsuugo has joined #openstack-qa19:46
*** ranger81_ has quit IRC19:48
*** salv-orlando has quit IRC19:48
*** jecarey has joined #openstack-qa19:49
*** ccarmack has joined #openstack-qa19:49
*** mylu has joined #openstack-qa19:49
*** e0ne has quit IRC19:50
*** jamielennox is now known as jamielennox|away19:52
*** mylu has quit IRC19:53
openstackrecheckConsole logs not available after 13:25s for gate-nova-python34 181671,13,7981db119:53
*** jecarey has quit IRC19:54
*** armax has quit IRC19:57
*** pc_m has joined #openstack-qa19:58
*** sabeen1 has joined #openstack-qa19:58
*** sabeen has quit IRC19:59
*** pglass has quit IRC19:59
*** eliqiao has quit IRC19:59
*** jecarey has joined #openstack-qa20:00
*** eliqiao has joined #openstack-qa20:01
*** ccarmack has left #openstack-qa20:01
*** artom_ has quit IRC20:02
*** ranger81 has joined #openstack-qa20:03
*** dramalho has quit IRC20:03
*** yfried__ is now known as yfried|afk20:03
*** jecarey has quit IRC20:04
*** dramalho has joined #openstack-qa20:04
*** pglass has joined #openstack-qa20:05
*** pglass has quit IRC20:05
openstackrecheckConsole logs not available after 13:36s for gate-nova-python34 245765,4,ca58c0e20:07
*** itsuugo has quit IRC20:07
*** jamielennox|away is now known as jamielennox20:09
*** yfried|afk is now known as yfried__20:10
*** tdurakov has joined #openstack-qa20:10
*** fedexo has quit IRC20:11
*** regXboi has quit IRC20:11
*** pc_m has quit IRC20:13
*** eil397 has quit IRC20:16
*** mylu has joined #openstack-qa20:20
openstackrecheckConsole logs not available after 13:29s for gate-nova-python34 168916,20,62388f120:20
*** nicholasgoracke has joined #openstack-qa20:25
mriedemsc68cal: have you seen this before? http://logs.openstack.org/90/245990/1/check/gate-tempest-dsvm-neutron-large-ops/cb9d987/logs/devstacklog.txt.gz#_2015-11-17_03_25_52_49620:28
*** nicholasgoracke has quit IRC20:29
*** dkranz has quit IRC20:29
*** annemccormick has joined #openstack-qa20:30
* sc68cal looks20:30
sc68calmriedem: no. I'd have to look up what qprobe namespace is used for20:31
mriedemhttp://logstash.openstack.org/#dashboard/file/logstash.json?query=message:%5C%22neutron.agent.linux.utils%5C%22%20AND%20message:%5C%22Stderr:%20RTNETLINK%20answers:%20File%20exists%5C%22%20AND%20tags:%5C%22console%5C%2220:31
mriedemok20:31
mriedemthere is already a bug for it i guess https://bugs.launchpad.net/neutron/+bug/147753420:32
openstackLaunchpad bug 1477534 in neutron "neutron tempest check failed due to neutron-debug "RTNETLINK answers: File exists" error" [Undecided,New]20:32
*** rfolco has quit IRC20:33
sc68calmriedem: hmm. I have to go see why we do a neutron-debug call in devstack20:33
*** annemccormick has left #openstack-qa20:34
*** annemccormick has joined #openstack-qa20:34
openstackrecheckConsole logs not available after 13:30s for gate-nova-python34 212891,7,017242820:34
*** itsuugo has joined #openstack-qa20:34
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for neutron-debug probe-create bug 1477534  https://review.openstack.org/24659220:35
openstackbug 1477534 in neutron "neutron tempest check failed due to neutron-debug "RTNETLINK answers: File exists" error" [Medium,Confirmed] https://launchpad.net/bugs/147753420:35
*** Swami has quit IRC20:35
*** jasonsb has joined #openstack-qa20:37
sc68calmriedem: I'm in the code now looking20:37
sc68calmriedem: I might be smart enough to push a patch that fixes? maybe?20:37
annemccormickHello, not sure if this is the right venue, but I am new to running Tempest, and I am wondering if there is a way to run Tempest on a VLAN provider network, such that Tempest will not try to create tenant routers or networks?20:38
*** greghaynes has quit IRC20:38
*** greghaynes_ is now known as greghaynes20:38
mtreinishannemccormick: yes it is: http://docs.openstack.org/developer/tempest/configuration.html#with-dynamic-credentials20:39
mtreinishthe 3rd paragraph20:39
mriedemsc68cal: i won't be smart enough to review it, so go nuts :)20:39
mtreinishmriedem: sure you are if it passes tests and pep8 then +120:40
mriedemi reserve my +1 until after a core +2s20:40
mriedemthank you very much20:40
mtreinishhaha20:40
mtreinishthat's a better strategy20:40
sc68calok - looks like I broke this20:42
sc68calhttps://review.openstack.org/#/c/243186/20:43
sc68calcuz a couple lines up - http://logs.openstack.org/90/245990/1/check/gate-tempest-dsvm-neutron-large-ops/cb9d987/logs/devstacklog.txt.gz#_2015-11-17_03_25_47_47220:43
annemccormickI’ll give it a whirl, thanks!20:43
mtreinishannemccormick: that configuration guide gives a pretty good overview of some of the basic config options for tempest20:44
mtreinishif you find any gaps or issues with feel free to push a patch :)20:44
annemccormickok :)20:44
*** e0ne has joined #openstack-qa20:44
*** e0ne has quit IRC20:47
openstackrecheckConsole logs not available after 13:28s for gate-nova-python27 204221,5,ae7c83120:48
sc68calmriedem: ok, never mind - I didn't break it - i'm just in the same neighborhood20:48
* sc68cal resumes digging, but at a less frantic pace20:49
mtreinishSpamapS: did you see my comments on the review? Was I right about the models? If so I can respin it20:50
*** salv-orlando has joined #openstack-qa20:51
*** salv-orlando has quit IRC20:51
*** salv-orlando has joined #openstack-qa20:52
*** Swami has joined #openstack-qa20:55
mtreinishhogepodge: ok I think I figured out roughly whats going on in your failure case20:56
mtreinishthe create server test verify_multiple_nics_order fails on the server create with a 500 from nova20:56
mtreinishand that failure left things in an unexpected state which broke network cleanup in a weird way20:57
mtreinishwhich left things in use20:57
mtreinishand then that cascaded through multiple tests20:57
mtreinishhogepodge: I would look at your nova logs because I see several 500 errors in the failure logs20:57
mtreinishhogepodge: I'm not sure why the clenaup got borked by the server create though, that's probably one of those finicky ordering bugs21:00
*** dims_ has joined #openstack-qa21:00
*** jecarey has joined #openstack-qa21:01
openstackrecheckConsole logs not available after 13:51s for gate-nova-python34 229854,6,ed2c1ec21:02
openstackrecheckopenstack/cinder change: https://review.openstack.org/245384 failed because of: gate-tempest-dsvm-postgres-full: https://bugs.launchpad.net/bugs/150155821:02
openstackLaunchpad bug 1501558 in OpenStack Compute (nova) "nova-net: libvirtError: Error while building firewall: Some rules could not be created for interface: Unable to update the kernel" [High,Confirmed]21:02
*** dims has quit IRC21:02
*** dzamboni has quit IRC21:03
*** jecarey_ has joined #openstack-qa21:03
mtreinishhogepodge: hmm, ok I think it's because nova requested ports for the server it's creating but didn't delete them because it 500'd. But, I'd have to look at the nova logs to be sure21:03
mtreinishmriedem: ^^^ is that at all likely21:03
mtreinishmriedem: all I had to go off of was: http://paste.openstack.org/show/479176/21:04
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Refactor aggregators to use dates in isoformat  https://review.openstack.org/24659821:05
openstackgerritMerged openstack-infra/elastic-recheck: Add query for neutron-debug probe-create bug 1477534  https://review.openstack.org/24659221:05
openstackbug 1477534 in neutron "neutron tempest check failed due to neutron-debug "RTNETLINK answers: File exists" error" [Medium,Confirmed] https://launchpad.net/bugs/1477534 - Assigned to Sean M. Collins (scollins)21:05
*** jecarey has quit IRC21:06
*** mylu has quit IRC21:06
*** mylu has joined #openstack-qa21:06
*** itsuugo has quit IRC21:07
*** jecarey_ has quit IRC21:07
*** rossella_s has quit IRC21:07
*** jecarey has joined #openstack-qa21:08
*** rossella_s has joined #openstack-qa21:08
*** salv-orlando has quit IRC21:08
*** mylu_ has joined #openstack-qa21:09
*** mylu has quit IRC21:09
*** salv-orlando has joined #openstack-qa21:10
openstackgerritMerged openstack/tempest: Add installation procedure of cookiecutter to doc  https://review.openstack.org/24606821:10
openstackgerritGlauco Oliveira proposed openstack/openstack-health: Refactor project api and ui to make them generic  https://review.openstack.org/24465121:12
*** jecarey has quit IRC21:12
openstackgerritMerged openstack/tempest: change some sentences to help understand  https://review.openstack.org/24185921:14
*** jecarey has joined #openstack-qa21:15
openstackrecheckConsole logs not available after 13:26s for gate-nova-python27 231460,7,95a659021:15
*** dramalho has quit IRC21:16
*** Nakato_ is now known as Nakato21:16
*** jecarey_ has joined #openstack-qa21:17
*** itsuugo has joined #openstack-qa21:17
SpamapSmtreinish: indeed the models are wrong now21:19
mtreinishSpamapS: ok, I'll push a rev to update them shortly21:19
mtreinishI'll also look at adding the test case21:19
openstackgerritJohn Warren proposed openstack/tempest: Split out Neutron floating IPs client  https://review.openstack.org/24652021:19
mtreinishunless you want to do it? :)21:19
*** openstackrecheck has quit IRC21:20
*** mylu_ has quit IRC21:20
*** openstackrecheck has joined #openstack-qa21:20
SpamapSmtreinish: the test case is a great idea.. realistically though.. what you want is a grenade-like thing. ;)21:20
openstackgerritMerged openstack/tempest-plugin-cookiecutter: Distinguish project name and repo name  https://review.openstack.org/24610421:20
*** jecarey has quit IRC21:20
openstackgerritTushar Gohad proposed openstack-dev/devstack: Add liberasurecode-dev for swift  https://review.openstack.org/24660121:20
*** itsuugo has quit IRC21:21
mtreinishSpamapS: sure, but this is the next best thing. It lets us do data injection before the migration and then verify it's state post migration21:21
*** mylu has joined #openstack-qa21:21
*** yfried__ is now known as yfried|afk21:21
mtreinishit's better than nothing :) (there was nothing for several months so I know firsthand)21:21
*** itsuugo has joined #openstack-qa21:21
*** jecarey_ has quit IRC21:21
openstackgerritMerged openstack/tempest: Updated from global requirements  https://review.openstack.org/24424021:21
openstackrecheckopenstack/glance change: https://review.openstack.org/219731 failed because of: gate-tempest-dsvm-full-ceph: https://bugs.launchpad.net/bugs/1501366, gate-tempest-dsvm-full: https://bugs.launchpad.net/bugs/150136621:22
openstackLaunchpad bug 1501366 in OpenStack Compute (nova) "libvirtError: Error while building firewall: Some rules could not be created for interface" [High,In progress] - Assigned to Chet Burgess (cfb-n)21:22
*** mylu has quit IRC21:23
*** mylu has joined #openstack-qa21:24
*** mylu has quit IRC21:24
*** mylu has joined #openstack-qa21:24
SpamapSmtreinish: Yeah, at least then you'll know it works for the data that is formed the way you think it will be in the DB. :)21:25
openstackgerritTushar Gohad proposed openstack-dev/devstack: Add liberasurecode-dev as a swift dependency  https://review.openstack.org/24660121:25
*** dkranz has joined #openstack-qa21:27
*** slowrie has joined #openstack-qa21:28
*** jffische has quit IRC21:32
*** krtaylor has quit IRC21:32
*** mylu has quit IRC21:33
*** weshay has quit IRC21:34
*** mylu has joined #openstack-qa21:34
*** mylu has quit IRC21:35
*** mylu has joined #openstack-qa21:35
*** jecarey has joined #openstack-qa21:39
*** jecarey has quit IRC21:40
*** jecarey has joined #openstack-qa21:40
*** aysyd has quit IRC21:40
*** TuanNguyen has quit IRC21:43
mtreinishSpamapS: I was also just thinking we'll probably have to kill the worker while we run the migration right?21:44
*** krtaylor has joined #openstack-qa21:45
mtreinishSpamapS: also turns out we probably should keep the fks in the models for now21:45
mtreinishthe api tests start failing all over because a bunch of api methods do joins with out giving it the column to join on21:46
mtreinishso sqlalchemy complains21:46
mtreinishwe can probably clean that up in a follow up patch, because this patch is big enough21:47
*** dustins has quit IRC21:48
*** annemccormick has quit IRC21:49
*** tongli has quit IRC21:50
*** mtanino has quit IRC21:51
*** dims_ has quit IRC21:51
openstackgerritSteve Baker proposed openstack-dev/devstack: Never uninstall python-pip on fedora  https://review.openstack.org/24661821:56
*** dims has joined #openstack-qa21:57
andreafmtreinish, sdague, masayukig: if you have a chance, can I have reviews on https://review.openstack.org/#/c/233043/ please? it's blocking my "migrate credentials provider" series22:00
SpamapSyou..22:03
SpamapSmtreinish: you used implicit joins?22:03
SpamapScriminy22:03
SpamapSmtreinish: thats.. ugh22:04
SpamapSmtreinish: we can add the FKs back in. It's just extra busywork for the database.22:04
*** dkranz has quit IRC22:04
openstackgerritSteve Baker proposed openstack-dev/devstack: Never uninstall python-pip on fedora  https://review.openstack.org/24661822:04
mtreinishSpamapS: well it passes without it in the schema, but with fks in the model22:06
mtreinishso I just reverted that part of my pending rev (i'm still working on the tests)22:06
*** bltavares has left #openstack-qa22:06
mtreinishI guess sqlalchemy is clever enough to figure it out22:06
*** jecarey has quit IRC22:07
*** jecarey has joined #openstack-qa22:07
*** jecarey has quit IRC22:08
*** vgridnev has quit IRC22:08
*** mtanino has joined #openstack-qa22:08
*** eliqiao has quit IRC22:09
openstackgerritAustin Clark proposed openstack/stackviz: Add summary info to home page (mockup, WIP).  https://review.openstack.org/24102722:09
*** eliqiao has joined #openstack-qa22:10
*** jecarey has joined #openstack-qa22:10
openstackgerritAndrea Frittoli proposed openstack/tempest: Remove preprov provider dependencies from CONF  https://review.openstack.org/23420022:11
openstackgerritAndrea Frittoli proposed openstack/tempest: Drop fixed_network dependency from CONF  https://review.openstack.org/24046722:12
*** weshay_xchat has joined #openstack-qa22:12
openstackrecheckopenstack/cinder change: https://review.openstack.org/246286 failed because of: gate-tempest-dsvm-postgres-full: https://bugs.launchpad.net/bugs/150155822:12
openstackLaunchpad bug 1501558 in OpenStack Compute (nova) "nova-net: libvirtError: Error while building firewall: Some rules could not be created for interface: Unable to update the kernel" [High,Confirmed]22:12
*** luqas__ has joined #openstack-qa22:13
SpamapSmtreinish: Yeah, it is. Relations state the columns to use.22:13
*** jecarey has quit IRC22:16
andreafmtreinish: I have a small problem with credentials providers http://git.openstack.org/cgit/openstack/tempest/tree/tempest/common/preprov_creds.py#n29422:16
andreafmtreinish: credentials providers depend on the client manager22:17
*** dramalho has joined #openstack-qa22:17
andreafmtreinish: so I need to pass clients to the credentials providers22:17
andreafmtreinish: I need to create the manager outside of the cred provider, but to do that I need the credentials, and those are only known by the cred provider22:18
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500922:19
andreafmtreinish: so I'm thinking I need to split this into three steps: 1) getting the creds from the cred provider 2) getting the clients for those creds 3) get the network resources by passing the clients to the cred provider22:19
mtreinishSpamapS: ^^^ that started failing sqlite for me locally (I also don't have postgres on my laptop)22:20
mtreinishbut it works on mysql :)22:20
andreafmtreinish: it feels like an ugly workflow, but I don't see other good alternatives22:20
SpamapSmtreinish: yeah dialects have varying levels of reflection available I'm sure.22:21
mtreinishSpamapS: it fails during the data injection...22:21
SpamapSmtreinish: we can make the FK's when we make the indexes.. it won't be so awful.22:21
*** rcernin has quit IRC22:21
mtreinishandreaf: yeah, this is why I mentioned during the service client session the manager is kinda useful :)22:21
*** dramalho has quit IRC22:21
SpamapSmtreinish: oh? weird22:21
mtreinishandreaf: it makes that way easier22:21
mtreinishSpamapS: well if we can get away with just putting it in the model for now, we can do that. I'll fix the db api after we land this monster22:22
SpamapSmtreinish: I'm still just trying to restore to pre-half-done migration on my VM :-P22:22
SpamapSwho knew it would take 3 hours to untar 65GB of ibd files22:22
mtreinishhah22:24
lifelessSpamapS: 325 seconds at 200M/sec,... lots of small files?22:25
*** luqas__ has quit IRC22:25
*** luqas has joined #openstack-qa22:26
openstackrecheckConsole logs not available after 13:39s for gate-nova-python27 245656,1,c714a5522:26
*** Arun has joined #openstack-qa22:26
mtreinishSpamapS: here's the sqlite fail: http://logs.openstack.org/09/235009/14/check/gate-subunit2sql-python27/0fc9cf7/console.html#_2015-11-17_22_23_40_95622:26
*** Arun is now known as Guest1283922:26
mtreinishooh and the tests caught a bug in my postgres side (which I suspected was the case)22:27
mtreinishon postgres we drop the pk and don't add it back :)22:27
andreafmtreinish: so are you ok if I split obtaining creds and obtaining network resources from them into two parts? calling the two parts will be handled by the base test class anyways22:27
mtreinishandreaf: yeah, that might be best in the long run too22:28
mtreinishit's always been a point of confusion for people22:28
mtreinishit just was easier to implement that way originally22:28
andreafmtreinish: cool I'll go down that route then22:28
andreafmtreinish: thanks22:28
SpamapSlifeless: slow CPU, .tar.gz22:29
SpamapS  PID USER      PR  NI    VIRT    RES    SHR S %CPU %MEM     TIME+ COMMAND22:30
SpamapS32156 root      20   0    4704    584    428 R 35.7  0.0  24:34.61 gzip22:30
SpamapS32155 root      20   0  125512    696    472 S  4.3  0.0   3:01.63 tar22:30
*** luqas has quit IRC22:30
SpamapSalso it was 73G of .tar.gz of ibd files :-P22:30
*** jecarey has joined #openstack-qa22:32
lifelessSpamapS: iftop ?22:32
SpamapSwhat's that?22:32
lifelessSpamapS: oh, I meant iotop22:33
lifelessSpamapS: iftop is totally a thing too22:33
lifelessSpamapS: but I meant iotop22:33
SpamapSI don't have it on the box22:34
SpamapSI"m not trying to debug it22:34
SpamapSjust whining22:34
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500922:34
SpamapSit's a slow VM, with a slow disk22:34
*** tdurakov has quit IRC22:35
mtreinishSpamapS: ^^^ just fixed the postgres side (well I think)22:35
* mtreinish heads home22:35
SpamapSlifeless: that said, gzip is reading 25M/s ;)22:35
lifelessSpamapS: thats pretty slow :)22:35
SpamapSmtreinish: I'm getting back into that dark place where I don't want to ride this train anymore..... ;-)22:35
*** tdurakov has joined #openstack-qa22:36
*** nicholasgoracke has joined #openstack-qa22:36
SpamapSlifeless: probably a slice of the host mode: model name: Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz22:36
*** jecarey has quit IRC22:36
SpamapSbogomips: 4800.3122:36
lifelessSpamapS: gzip was doing 35% cpu, suggests it could handle 75MBps of reads to saturate22:37
SpamapSlifeless: sometimes it shoots up to 85% CPU22:37
lifelessSpamapS: burst of IO I guess?22:37
SpamapSguessing it's just a bad disk and a bad CPU singing a bad song. I forever dub this "the sonny and cher VM"22:38
*** austin81 has left #openstack-qa22:40
*** dpaterson has quit IRC22:46
*** mylu has quit IRC22:46
*** mylu has joined #openstack-qa22:47
openstackgerritStephen Lowrie proposed openstack/os-testr: Change to always parsing classes from test_id  https://review.openstack.org/24663622:48
*** apevec has quit IRC22:49
mtreinishSpamapS: ffs: http://logs.openstack.org/09/235009/15/check/gate-subunit2sql-python27/c21f753/console.html#_2015-11-17_22_39_20_26022:49
mtreinishwhen I say add a pk on the column 'id' of course that means try it on columns 'i' and 'd'22:50
SpamapSmtreinish: hahahahahah22:51
*** mylu has quit IRC22:52
*** Guest12839 has quit IRC22:52
*** jasonsb_ has joined #openstack-qa22:53
*** mriedem has quit IRC22:53
*** jasonsb has quit IRC22:54
openstackgerritMerged openstack/tempest: Remove server_groups_client from ignore_list  https://review.openstack.org/24623922:55
*** mwagner has quit IRC22:55
*** mylu has joined #openstack-qa22:58
*** itsuugo has quit IRC22:59
*** dims has quit IRC23:00
openstackgerritDan Moravec proposed openstack-infra/subunit2sql: Add dates to x-axis for subunit2sql graphs  https://review.openstack.org/24664123:00
*** dims has joined #openstack-qa23:01
*** jhesketh has quit IRC23:01
*** dims_ has joined #openstack-qa23:04
openstackgerritMerged openstack/tempest: Remove novaclient/neutronclient description  https://review.openstack.org/24627023:04
openstackgerritMerged openstack/tempest: Remove novaclient/neutronclient description  https://review.openstack.org/24627023:04
*** jhesketh has joined #openstack-qa23:04
openstackgerritMerged openstack/tempest: Fix H404/405 violations for scenario tests  https://review.openstack.org/24627123:07
*** dims has quit IRC23:07
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500923:07
mtreinishSpamapS: ^^^ ok now postgres gets passes too23:08
mtreinishall that's left is sqlite23:08
* mtreinish is afraid to add more asserts to the test23:08
openstackgerritMerged openstack/tempest: [V3] Make service_client use **kwargs  https://review.openstack.org/24411223:08
openstackgerritShinobu KINJO proposed openstack-dev/devstack: Using single interface, "stack.sh" always ends up with being failed.  https://review.openstack.org/24272123:10
mtreinishSpamapS: ^^^ moravec's patch I guess is evidence that other people use subunit2sql-graph :)23:11
*** mfisher_ora has quit IRC23:16
*** dramalho has joined #openstack-qa23:18
*** dramalho has quit IRC23:22
*** hichihara has joined #openstack-qa23:23
mtreinishSpamapS: does autoinc work on sqlite?23:23
*** mylu has quit IRC23:24
*** mylu has joined #openstack-qa23:24
mtreinishI'm wondering if that's the failure, all the traceback says is when we're in the population stage we violated a not null constraint23:24
mtreinishon run_metadata_new there are 3 not null columns, id, new_id, and run_id23:25
mtreinishthe only one not being copied from an existing value is new_id23:26
*** wuhg has joined #openstack-qa23:26
*** salv-orl_ has joined #openstack-qa23:28
*** tdurakov has quit IRC23:28
*** pglass has joined #openstack-qa23:30
*** salv-orlando has quit IRC23:30
*** mwagner has joined #openstack-qa23:31
*** jecarey has joined #openstack-qa23:34
*** sabeen1 has quit IRC23:36
*** slowrie has quit IRC23:36
*** tochi has joined #openstack-qa23:38
*** jecarey has quit IRC23:38
openstackgerritMerged openstack/tempest-lib: Support service client unit tests for headers also.  https://review.openstack.org/23397223:40
*** dimtruck is now known as zz_dimtruck23:43
mtreinishSpamapS: I figured it out we were setting primary_key by accident on the old id column in the new table23:49
mtreinishsqlite doesn't allow autoincrement on non primary key columns23:49
mtreinishso that's how the typo was erroring out23:49
*** salv-orl_ has quit IRC23:49
*** salv-orlando has joined #openstack-qa23:50
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Change uuid columns to bigint  https://review.openstack.org/23500923:55
mtreinishSpamapS: ^^^ magic23:55
mtreinishSpamapS: if you can think of many asserts to add to the test feel free to add them. I just got tired of dealing with it23:56
mtreinishI'll think about it again tomorrow23:56
*** nicholasgoracke has quit IRC23:57
mtreinishSpamapS: I'm thinking we probably want to check that the "fk" columns match up post migration23:58

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