Wednesday, 2017-03-01

mtreinishoomichi: I don't see the problem. Yes the congress tempest plugin is doing things the wrong way, but they already were before yamamoto's patch00:00
mtreinishall yamamoto's patch does is make the congress tempest plugin a bit easier to maintain00:00
mtreinishthey'll still be subject to random breakages when we change the scenario tests in tempest proper00:00
mtreinishbut they already were before that cleanup00:00
*** zackf has quit IRC00:01
*** rossella_s has quit IRC00:01
openstackrecheckConsole logs not available after 20:08s for gate-tempest-dsvm-nnet-ubuntu-xenial 348449,6,fcd441400:13
yamamotoandreaf: is this correct understanding of your mail?  https://review.openstack.org/#/c/439238/00:14
*** yangyapeng has quit IRC00:15
oomichiyamamoto: "it switches a wrong one to a wrong but better one." humm, yeah that is correct00:20
*** Swami has quit IRC00:26
*** tmatsu has joined #openstack-qa00:29
openstackgerritJaewoo Park proposed openstack/patrole master: Users RBAC test for Keystone API v2 users  https://review.openstack.org/43913700:30
*** rajinir_ has quit IRC00:31
openstackgerritNicolas Helgeson proposed openstack/tempest master: Identity V3-ext Oauth1 Consumers Client  https://review.openstack.org/43381800:32
openstackrecheckConsole logs not available after 20:04s for gate-tempest-dsvm-neutron-dvr-ubuntu-xenial 438283,1,fb1366000:33
*** salv-orlando has quit IRC00:33
*** jamielennox is now known as jamielennox|away00:36
*** gyee has joined #openstack-qa00:40
*** fnaval has quit IRC00:44
*** jamielennox|away is now known as jamielennox00:44
openstackgerritMerged openstack-infra/devstack-gate master: Gather /proc/cpuinfo  https://review.openstack.org/43394900:45
*** hongbin has quit IRC00:46
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: Add network_checker under tempest.lib  https://review.openstack.org/43925300:48
oomichiyamamoto: mtreinish: how about ^^^ ?00:49
oomichithese methods could become stable by separating tempest.conf00:50
oomichihttps://review.openstack.org/#/c/425012 itself is good for me anyways00:53
openstackrecheckConsole logs not available after 20:11s for gate-nova-python27-ubuntu-xenial 330285,34,37843be00:53
openstackgerritzhufl proposed openstack/tempest master: Add show_server when validatable=True in create_test_server  https://review.openstack.org/43882900:53
*** nadya has joined #openstack-qa00:55
*** cody-somerville has joined #openstack-qa00:59
*** nadya has quit IRC01:00
openstackgerritamrith proposed openstack-dev/devstack master: put mysql on a memory diet  https://review.openstack.org/43866801:00
*** rfolco has quit IRC01:03
*** rfolco has joined #openstack-qa01:04
*** rfolco has quit IRC01:04
openstackrecheckConsole logs not available after 20:11s for gate-kolla-dsvm-build-ubuntu-source-ubuntu-xenial 432787,10,bbcb7d901:13
*** yangyapeng has joined #openstack-qa01:13
*** alex_xu has quit IRC01:19
*** alex_xu has joined #openstack-qa01:19
*** alex_xu has quit IRC01:25
*** alex_xu has joined #openstack-qa01:25
*** alex_xu has quit IRC01:26
*** alex_xu has joined #openstack-qa01:27
openstackrecheckConsole logs not available after 20:10s for gate-kolla-dsvm-build-ubuntu-source-ubuntu-xenial 430940,14,771d4e701:33
*** tmatsu_ has joined #openstack-qa01:38
*** cody-somerville has quit IRC01:38
*** tmatsu has quit IRC01:42
*** pvaneck_ has quit IRC01:43
zhuflgmann:ping01:45
gmannzhufl: pong01:47
zhuflcan you take a look at test_list_servers_filtered_by_ip? It's strange01:48
gmannzhufl: which one, link01:48
zhuflhttps://github.com/openstack/nova/blob/63805735c25a54ad1b9b97e05080c1a6153d8e22/nova/compute/api.py   get_all01:48
zhufloh, I mean the testcase test_list_servers_filtered_by_ip01:48
gmannzhufl: ok, i opened that01:50
zhuflfrom nova code, we can see that filter by ip is always "regexp match", but test_list_servers_filtered_by_ip seems don't think so01:50
gmannzhufl: yes it is regex on nova side - https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/servers.py#L35501:53
zhuflgmann:  so  test_list_servers_filtered_by_ip seems not proper01:53
openstackgerritSean Dague proposed openstack-infra/devstack-gate master: Support setting a variable to get local.conf merged late  https://review.openstack.org/43895701:53
openstackgerritSean Dague proposed openstack-infra/devstack-gate master: bump devstack-tools to 0.4.0  https://review.openstack.org/43926901:53
openstackrecheckConsole logs not available after 20:12s for gate-kolla-dsvm-build-ubuntu-source-ubuntu-xenial 434810,5,2d4ad5201:54
gmannzhufl: did not get, tests trying to  filter with complete IP addr01:54
zhuflgmann: if server1's ip is 10.1.1.1 and server2's 10.1.1.11, then  test_list_servers_filtered_by_ip will fail01:54
gmannzhufl: and next tests with part of it as regex01:54
gmannzhufl: in that case it will have only server1 in list from nova right01:55
gmannzhufl: and if tests filter with 10.1.1 then it should have both as tested in next test case - test_list_servers_filtered_by_ip_regex01:56
zhuflgmann: the testcase expects only server1 is in the list, but Nova will return both in the list (10.1.1.1 can also match 10.1.1.11)01:56
gmannzhufl: ah i got you.01:56
gmannzhufl: strange combination you thought :)01:57
zhuflgmann:  the testcase will sometimes pass and sometimes fail :)01:58
gmannzhufl: and that seems what nova should return. can you reproduce that? i mean you encountered that ?01:58
zhuflgmann: yeah01:58
zhuflgmann: with "regexp match", 10.1.1.1 is sure to match 10.1.1.1101:59
zhuflgmann: but it will not match 10.1.1.201:59
*** zackf has joined #openstack-qa02:00
gmannzhufl: yea, can you file a bug.02:00
zhuflgmann:  ok, and what's your suggestion for the sulution?02:01
*** tmatsu has joined #openstack-qa02:02
gmannzhufl: 2 options. 1. remove the tests but defcore use that 2. improve tests about check all server ips does not fall in same regex if so then do the assert checks02:03
*** dave-mccowan has quit IRC02:03
gmanni would prefer the 2nd one.02:03
*** zackf has quit IRC02:04
gmannzhufl: you can do just by doing the regex match in tests first and then do assert checks accordingly single servers or multiple in server lists from nova02:05
zhuflgmann: yes, and the code will become a bit longer, do you think it acceptable? :)02:05
*** tmatsu_ has quit IRC02:05
gmannzhufl: yea, that should be fine. it explicitly checks exact match of ips filter and make sure nova does works fine in those cases also02:07
gmannzhufl: i could have go for removal if defcore was not using it02:07
zhuflgmann: defcore seems to have the rule of removing testcases?02:08
*** tmatsu_ has joined #openstack-qa02:09
gmannzhufl: yea we can remove but testing with exact regex is nice02:10
zhuflgmann: ok, then I'll try to fix it02:11
gmannzhufl: yea push fix, we will see how good or bad that is02:12
gmannzhufl: seems like other issues in that file. ll check later02:13
gmannzhufl: anyways nice catch02:13
*** tmatsu has quit IRC02:13
*** gvrangan has quit IRC02:14
openstackrecheckConsole logs not available after 20:11s for gate-dragonflow-pep8-ubuntu-xenial 424146,7,f57664502:14
*** gyee has quit IRC02:14
zhuflgmann: there are 3 ways, which one do you prefer?02:15
zhuflgmann:1) create servers with specified ips, such as 1.1.1.1, 1.1.1.2, 1.1.1.302:15
zhufl2) find the longest ip in servers, and filter it by that ip, then only one server will be returned02:15
zhufl3) filter using server1's ip, and using assertIn or assertNotIn according to whether other server ip is part of server1's ip02:15
gmannzhufl: 2nd one is much easy and exactly tests what we want in that tests. exact match of regex02:19
zhuflgmann: oh, that's ok02:21
*** tmatsu has joined #openstack-qa02:21
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: Add network_checker under tempest.lib  https://review.openstack.org/43925302:22
*** tmatsu_ has quit IRC02:24
*** mtanino has quit IRC02:25
openstackrecheckConsole logs not available after 20:05s for gate-kolla-dsvm-build-ubuntu-source-ubuntu-xenial 434817,5,58ebb5402:34
openstackgerritzhufl proposed openstack/tempest master: Add show_server when validatable=True in create_test_server  https://review.openstack.org/43882902:36
*** Apoorva_ has joined #openstack-qa02:36
*** Apoorva has quit IRC02:39
*** Apoorva_ has quit IRC02:40
*** gvrangan has joined #openstack-qa02:44
*** ramishra has joined #openstack-qa02:49
*** sapcc-bot1 has joined #openstack-qa02:52
*** carthaca_ has quit IRC02:52
*** sapcc-bot has quit IRC02:52
*** carthaca_ has joined #openstack-qa02:52
openstackgerritGhanshyam Mann proposed openstack/tempest master: Keep scenario manager temporary copy for plugins  https://review.openstack.org/43929102:52
gmannmtreinish andreaf oomichi masayukig afazekas sdague jordanP : can you look into this - https://review.openstack.org/#/c/439291/102:54
openstackrecheckConsole logs not available after 20:22s for gate-kolla-dsvm-build-ubuntu-source-ubuntu-xenial 434809,5,6011e5602:54
gmannanother way to solve the scenario refactoring work.02:54
*** nadya has joined #openstack-qa02:56
*** nadya has quit IRC03:00
*** ihrachys has joined #openstack-qa03:03
*** gvrangan has quit IRC03:03
*** yamahata has quit IRC03:08
*** zackf has joined #openstack-qa03:12
*** ihrachys has quit IRC03:13
openstackrecheckConsole logs not available after 20:07s for gate-kolla-dsvm-build-ubuntu-source-ubuntu-xenial 435941,4,bc24fca03:14
*** rfolco has joined #openstack-qa03:24
*** rfolco has quit IRC03:24
*** zhufl has quit IRC03:28
*** zhufl has joined #openstack-qa03:29
openstackgerritFelipe Monteiro proposed openstack/patrole master: Compute API Create Backup Test  https://review.openstack.org/43867603:31
*** huanxie has joined #openstack-qa03:33
*** salv-orlando has joined #openstack-qa03:34
openstackrecheckConsole logs not available after 20:10s for gate-tacker-pep8-ubuntu-xenial 438211,2,286429703:35
*** amotoki_ has joined #openstack-qa03:36
*** salv-orlando has quit IRC03:39
*** amotoki has quit IRC03:39
*** armax has joined #openstack-qa03:45
openstackrecheckConsole logs not available after 20:11s for gate-kolla-dsvm-build-ubuntu-source-ubuntu-xenial 434431,5,c2c4a8303:55
*** cody-somerville has joined #openstack-qa03:59
*** armax has quit IRC04:11
*** shausy has joined #openstack-qa04:12
*** ihrachys has joined #openstack-qa04:13
*** ihrachys has quit IRC04:15
openstackrecheckConsole logs not available after 20:08s for gate-kolla-dsvm-build-ubuntu-source-ubuntu-xenial 434453,7,dadbf2604:15
*** gvrangan has joined #openstack-qa04:22
*** ramishra has quit IRC04:26
*** ramishra has joined #openstack-qa04:27
openstackgerritJianghua Wang proposed openstack-dev/devstack master: WIP: Support generate the BASE Ubuntu VM XVA.  https://review.openstack.org/43938004:29
openstackrecheckConsole logs not available after 20:10s for gate-functional-dsvm-magnum-k8s-ubuntu-trusty 437069,5,97cc29504:35
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql master: Add migration to add common metadata fields to runs table  https://review.openstack.org/33455604:39
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql master: Add a new db manage command to migrate run_metadata  https://review.openstack.org/33455704:40
openstackgerritfumihiko kakuma proposed openstack-dev/devstack master: DO NOT MERGE: This is to check ryu master  https://review.openstack.org/43938304:44
*** yamahata has joined #openstack-qa04:45
*** huanxie has quit IRC04:48
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql master: Add new graph time for variance of individual tests  https://review.openstack.org/23061104:50
*** nadya has joined #openstack-qa04:54
openstackrecheckConsole logs not available after 20:08s for gate-keystone-python27-ubuntu-xenial 438206,2,5f7cf1104:55
*** nadya has quit IRC04:56
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql master: Add new graph time for variance of individual tests  https://review.openstack.org/23061104:59
*** amotoki has joined #openstack-qa05:07
*** amotoki_ has quit IRC05:09
openstackrecheckConsole logs not available after 20:08s for gate-keystone-pep8-ubuntu-xenial 438207,2,f71776b05:15
*** carthaca_ has quit IRC05:16
*** carthaca_1 has joined #openstack-qa05:16
*** artom has quit IRC05:17
*** artom_ has joined #openstack-qa05:17
*** agurenko has joined #openstack-qa05:23
*** Alex_Staf has joined #openstack-qa05:26
*** agurenko has quit IRC05:29
*** agurenko has joined #openstack-qa05:30
*** gvrangan has quit IRC05:35
*** salv-orlando has joined #openstack-qa05:35
openstackrecheckConsole logs not available after 20:30s for gate-fuxi-dsvm-fullstack 420386,3,c5ceb4105:36
*** sandanar has joined #openstack-qa05:36
*** e0ne has joined #openstack-qa05:36
*** e0ne has quit IRC05:38
*** gouthamr has quit IRC05:40
openstackgerritzhufl proposed openstack/tempest master: Add show_server when validatable=True in create_test_server  https://review.openstack.org/43882905:40
*** salv-orlando has quit IRC05:40
openstackgerritfumihiko kakuma proposed openstack-dev/devstack master: DO NOT MERGE: This is to check ryu master  https://review.openstack.org/43938305:44
*** sridharg has joined #openstack-qa05:45
*** cody-somerville has quit IRC05:49
openstackrecheckConsole logs not available after 20:10s for gate-dragonflow-python27-ubuntu-xenial 433609,3,717daeb05:56
*** edannon has joined #openstack-qa05:56
*** gcheresh has joined #openstack-qa05:59
afazekasstrange approach  I'll read the thread later06:01
*** pgadiya has joined #openstack-qa06:16
openstackrecheckConsole logs not available after 20:08s for gate-dragonflow-python27-ubuntu-xenial 429666,4,ffeb77806:16
*** DotanSoko has joined #openstack-qa06:19
*** salv-orlando has joined #openstack-qa06:26
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate master: DNR: add enable_plugin ironic to subnode local.conf  https://review.openstack.org/43904406:27
*** DotanSoko_ has joined #openstack-qa06:30
*** DotanSoko_ has quit IRC06:30
*** DotanSoko_ has joined #openstack-qa06:32
*** DotanSoko has quit IRC06:33
openstackrecheckConsole logs not available after 20:09s for gate-tempest-dsvm-nnet-ubuntu-xenial 348449,6,4c4e9ef06:36
*** sshnaidm|off is now known as sshnaidm06:49
*** sridharg has quit IRC06:50
*** rcernin has joined #openstack-qa06:51
*** sigmavirus has quit IRC06:52
*** salv-orl_ has joined #openstack-qa06:52
*** sigmavirus has joined #openstack-qa06:53
*** sigmavirus is now known as Guest5315306:54
*** salv-orlando has quit IRC06:55
openstackrecheckConsole logs not available after 20:11s for gate-fuxi-dsvm-fullstack 438292,2,fa37f0906:57
*** sridharg has joined #openstack-qa07:02
*** yamamoto has quit IRC07:07
*** tesseract has joined #openstack-qa07:12
openstackgerritVasyl Saienko proposed openstack-infra/devstack-gate master: DNR: add enable_plugin ironic to subnode local.conf  https://review.openstack.org/43904407:14
openstackrecheckConsole logs not available after 20:07s for gate-neutron-lbaasv2-dsvm-api-ubuntu-xenial 423543,28,e50241607:17
*** amotoki has quit IRC07:20
*** salv-orl_ has quit IRC07:25
*** itzikb has joined #openstack-qa07:27
openstackgerritzhufl proposed openstack/tempest master: Correct test_list_servers_filtered_by_ip  https://review.openstack.org/43942807:32
*** amotoki has joined #openstack-qa07:34
*** tmatsu_ has joined #openstack-qa07:35
*** DotanSoko has joined #openstack-qa07:35
openstackgerritzhufl proposed openstack/tempest master: Correct test_list_servers_filtered_by_ip  https://review.openstack.org/43942807:35
openstackrecheckConsole logs not available after 20:08s for gate-dragonflow-python27-ubuntu-xenial 424145,7,86281d907:37
*** DotanSoko_ has quit IRC07:38
*** tmatsu has quit IRC07:38
*** tmatsu has joined #openstack-qa07:38
*** yamahata has quit IRC07:38
*** yamamoto has joined #openstack-qa07:40
*** tmatsu_ has quit IRC07:41
openstackgerritzhufl proposed openstack/tempest master: Correct test_list_servers_filtered_by_ip  https://review.openstack.org/43942807:42
*** nadya has joined #openstack-qa07:42
*** amotoki has quit IRC07:42
*** dimtruck is now known as zz_dimtruck07:48
openstackrecheckConsole logs not available after 20:08s for gate-fuxi-dsvm-fullstack 438292,3,5d1031707:57
*** markus_z has joined #openstack-qa07:57
*** abehl has joined #openstack-qa07:58
openstackgerritBéla Vancsics proposed openstack/tempest master: Reduced the complexity  https://review.openstack.org/43787107:58
*** sshwarts has joined #openstack-qa08:00
*** tmatsu_ has joined #openstack-qa08:05
*** tmatsu has quit IRC08:08
*** tmatsu_ has quit IRC08:10
*** tmatsu has joined #openstack-qa08:10
*** dfflanders has quit IRC08:12
*** tmatsu_ has joined #openstack-qa08:14
*** tmatsu has quit IRC08:16
openstackrecheckConsole logs not available after 20:12s for gate-blazar-pep8-ubuntu-xenial 438293,1,f7d7ed508:17
*** shardy has joined #openstack-qa08:19
*** tmatsu has joined #openstack-qa08:21
openstackgerritBéla Vancsics proposed openstack/tempest master: Reduced the complexity  https://review.openstack.org/43787108:22
*** tmatsu__ has joined #openstack-qa08:23
*** salv-orlando has joined #openstack-qa08:24
*** tmatsu_ has quit IRC08:24
*** sridharg has quit IRC08:25
*** sridharg has joined #openstack-qa08:25
*** sridharg has quit IRC08:25
*** tmatsu has quit IRC08:26
*** sridharg has joined #openstack-qa08:27
*** amotoki has joined #openstack-qa08:32
*** tmatsu has joined #openstack-qa08:32
*** abehl has quit IRC08:33
*** abehl has joined #openstack-qa08:33
*** tmatsu_ has joined #openstack-qa08:33
*** tmatsu_ has quit IRC08:35
*** tmatsu__ has quit IRC08:36
*** tmatsu has quit IRC08:37
openstackrecheckConsole logs not available after 20:08s for gate-neutron-lbaasv2-dsvm-api-ubuntu-xenial 429398,12,4c5a0e108:37
openstackrecheckConsole logs not available after 20:08s for gate-functional-dsvm-magnum-swarm-ubuntu-xenial 436559,2,f80f77608:58
*** amoralej|off is now known as amoralej08:58
*** tmatsu has joined #openstack-qa09:00
*** alex_xu has quit IRC09:01
*** alex_xu has joined #openstack-qa09:02
*** martinkopec has joined #openstack-qa09:02
*** rossella_s has joined #openstack-qa09:03
*** pgadiya has quit IRC09:04
*** pgadiya has joined #openstack-qa09:05
openstackgerritzhufl proposed openstack/tempest master: Remove unused client in setup_clients  https://review.openstack.org/43947309:06
*** dtantsur|afk is now known as dtantsur09:07
*** tosky has joined #openstack-qa09:11
*** tmatsu has quit IRC09:18
openstackrecheckConsole logs not available after 20:17s for gate-rally-dsvm-cli 438299,1,956fdbf09:18
andreafgmann: well the fact that we keep a copy of that file there does not mean we won't break plugins09:19
openstackgerritzhufl proposed openstack/tempest master: Remove unused variable and unnecessary instance variable  https://review.openstack.org/43948109:19
andreafgmann: the moment we stop testing that base class we may break it anytime09:19
*** k4n0 has joined #openstack-qa09:19
openstackgerritOksana Voshchana proposed openstack-infra/devstack-gate master: WIP: Test SSL wsgi  https://review.openstack.org/41498609:19
andreafgmann: which means we will hold a piece of untested and bit rotting code in there09:20
andreafgmann: I fear that will just postpone the pain... I'd rather have it the other way around - even though that's not a perfect solution either09:20
gmannandreaf: we will not make any change in that copy of manager. and yea it will be untested from tempest side but that is temporary copy which will be removed soon09:21
andreafgmann: I don't think there's a really good solution now, but we definitely need speed in that refactor, we have other urgent things to work on and I would like us to avoid spending time in endless cycles for the refector09:21
andreafyeah but because it's not tested it may break - it depends on other parts of tempest as well....09:22
andreafthat of course can happen the same for that code on plugin side09:22
gmannandreaf: actually IMO if we ask plugins to switch to other interface we should give them helpers or stable interface, otherwise they switch or change code multiple times09:22
gmannandreaf: yea.09:22
*** gfidente|afk is now known as gfidente09:23
openstackgerritOksana Voshchana proposed openstack-infra/devstack-gate master: WIP: Test SSL wsgi  https://review.openstack.org/41498609:23
gmannandreaf: if we can give them a single notification to change their code to ready interface instead of asking them to keep local copy of interface or other way of doing that and later once we are ready with helper ask them to change or use those helper09:24
*** yamamoto has quit IRC09:24
gmannandreaf: yea +1 on speedy the refactor work and give less pain to plugins also. i thought keeping copy in tempest can do that09:25
andreafgmann: well I don't think scenario is a stable interface really - the test base class will be - maybe we will make some helpers as a stable interface09:25
gmannandreaf: yea same thing like common function as helper like connectivity checks etc09:25
andreafgmann: probably the most interesting bit of scenario base class is the credentials bit which comes from test.py09:26
*** tosky_ has joined #openstack-qa09:26
andreafgmann: so for me we would not be asking people of switching twice, just host the base class locally and I guess teams may want to prune it to what they really need09:27
*** tosky has quit IRC09:27
*** lucas-afk is now known as lucasagomes09:28
openstackgerritMerged openstack-dev/devstack stable/ocata: Fix api extension settings in tempest for Ocata  https://review.openstack.org/43872609:28
* andreaf afk - new fridge delivery - I'll be back as soon as possible09:29
gmannandreaf: but that needs each plugins to keep the copy and then if we have stable helper for them it will be less encouraging for them to move to those09:29
openstackgerritMerged openstack-dev/devstack master: lib/neutron: Fix conf handling  https://review.openstack.org/43708309:29
openstackgerritMerged openstack-dev/devstack master: lib/neutron: Fix an extra comma in service_plugins  https://review.openstack.org/43708409:29
openstackgerritMerged openstack-dev/devstack master: nova: Fix comments for _config_nova_apache_wsgi  https://review.openstack.org/43882309:29
openstackrecheckConsole logs not available after 20:08s for gate-rally-dsvm-cli 438275,2,50275e109:38
openstackgerritOksana Voshchana proposed openstack-infra/devstack-gate master: WIP: Test SSL wsgi  https://review.openstack.org/41498609:42
openstackgerritBéla Vancsics proposed openstack/tempest master: Remove unused parameter  https://review.openstack.org/43949909:45
openstackgerritOksana Voshchana proposed openstack-infra/devstack-gate master: WIP: Test SSL wsgi  https://review.openstack.org/41498609:50
*** carthaca_1 has quit IRC09:51
*** sapcc-bot1 has quit IRC09:51
*** databus23_ has joined #openstack-qa09:52
*** carthaca_ has joined #openstack-qa09:52
*** dgonzalez_ has joined #openstack-qa09:52
*** tpatzig_ has joined #openstack-qa09:52
*** david_1 has joined #openstack-qa09:52
*** databus23_ has quit IRC09:54
*** tpatzig_ has quit IRC09:54
*** dgonzalez_ has quit IRC09:54
*** david_1 has quit IRC09:54
*** sapcc-bot has joined #openstack-qa09:54
*** carthaca_ has quit IRC09:57
*** sapcc-bot has quit IRC09:57
*** david_1 has joined #openstack-qa09:57
*** databus23_ has joined #openstack-qa09:57
*** carthaca_ has joined #openstack-qa09:57
*** sapcc-bot has joined #openstack-qa09:57
*** dgonzalez_ has joined #openstack-qa09:57
*** tpatzig_ has joined #openstack-qa09:57
openstackrecheckConsole logs not available after 20:07s for gate-tempest-dsvm-murano-api-ubuntu-xenial 437818,1,a251f8409:58
*** david_1 has quit IRC09:59
*** databus23_ has quit IRC09:59
*** dgonzalez_ has quit IRC09:59
*** tpatzig_ has quit IRC09:59
*** yangyapeng has quit IRC09:59
*** nadya has quit IRC10:01
*** penchal has joined #openstack-qa10:02
openstackgerritBéla Vancsics proposed openstack/tempest master: Remove unused variable  https://review.openstack.org/43949910:09
openstackgerritMerged openstack/tempest master: Updated from global requirements  https://review.openstack.org/43211410:10
*** e0ne has joined #openstack-qa10:10
*** mvk has quit IRC10:12
penchalhi when i am running designate tempest plugin along with tempest getting ImportError: No module named dns10:13
*** dsariel has quit IRC10:13
penchalanyone has any idea10:13
penchali have added service type dns in keystone and provided proper keystone details in tempest.conf10:14
openstackrecheckConsole logs not available after 20:10s for gate-group-based-policy-python27-ubuntu-xenial 426437,33,deebc0910:18
*** dtantsur is now known as dtantsur|bbl10:20
*** yamamoto has joined #openstack-qa10:21
openstackgerritfumihiko kakuma proposed openstack-dev/devstack master: DO NOT MERGE: This is to check ryu master  https://review.openstack.org/43938310:24
*** pcaruana has joined #openstack-qa10:24
*** yamamoto has quit IRC10:25
*** penchal has quit IRC10:29
*** cdent has joined #openstack-qa10:30
*** sridharg has quit IRC10:30
*** alex_xu has quit IRC10:31
*** dsariel has joined #openstack-qa10:32
*** alex_xu has joined #openstack-qa10:33
openstackrecheckConsole logs not available after 20:11s for gate-neutron-lbaasv2-dsvm-api-ubuntu-xenial 435932,1,4963aae10:38
*** mvk has joined #openstack-qa10:44
*** mvk has quit IRC10:45
*** alex_xu has quit IRC10:45
*** mvk has joined #openstack-qa10:45
*** alex_xu has joined #openstack-qa10:46
*** nadya has joined #openstack-qa10:49
*** markus_z has quit IRC10:52
*** tosky_ is now known as tosky10:58
openstackrecheckConsole logs not available after 20:10s for gate-tempest-dsvm-networking-odl-beryllium-snapshot-v2driver 435813,13,c78a26910:59
openstackgerritVasyl Saienko proposed openstack-dev/grenade master: WIP: DNR  https://review.openstack.org/43895510:59
*** erlon has joined #openstack-qa10:59
openstackgerritSravan Kumar proposed openstack/patrole master: Compute API Server Actions Test  https://review.openstack.org/43882711:01
*** sdague has joined #openstack-qa11:01
*** cdent has quit IRC11:05
*** amotoki has quit IRC11:07
openstackgerritOksana Voshchana proposed openstack-infra/devstack-gate master: WIP: Test SSL wsgi  https://review.openstack.org/41498611:10
*** dsariel has quit IRC11:12
*** amotoki has joined #openstack-qa11:13
*** Serlex has joined #openstack-qa11:17
openstackrecheckConsole logs not available after 20:11s for gate-tempest-docs-ubuntu-xenial 432114,21,c5e19ea11:19
*** yamamoto has joined #openstack-qa11:26
*** tmatsu has joined #openstack-qa11:29
openstackgerritOksana Voshchana proposed openstack-infra/devstack-gate master: WIP: Test SSL wsgi  https://review.openstack.org/41498611:30
*** yamamoto has quit IRC11:32
*** jordanP has joined #openstack-qa11:32
*** mvk has quit IRC11:32
*** amotoki has quit IRC11:36
*** dtantsur|bbl is now known as dtantsur11:37
*** yamamoto has joined #openstack-qa11:38
openstackrecheckConsole logs not available after 20:14s for gate-nova-python27-ubuntu-xenial 330285,35,383b17011:39
*** itzikb_ has joined #openstack-qa11:39
*** itzikb has quit IRC11:39
*** yamamoto has quit IRC11:42
*** mvk has joined #openstack-qa11:45
*** yamamoto has joined #openstack-qa11:47
*** yamamoto has quit IRC11:48
*** sandanar has quit IRC11:54
openstackrecheckConsole logs not available after 20:13s for gate-tempest-dsvm-nnet-ubuntu-xenial 335358,48,5e2323e11:59
*** dsariel has joined #openstack-qa12:00
openstackgerritVasyl Saienko proposed openstack-dev/grenade master: WIP: DNR  https://review.openstack.org/43895512:02
*** Guest53153 is now known as sigmavirus12:10
*** sigmavirus has quit IRC12:10
*** sigmavirus has joined #openstack-qa12:10
*** gszasz has joined #openstack-qa12:11
*** dave-mccowan has joined #openstack-qa12:14
*** markus_z has joined #openstack-qa12:15
*** sridharg has joined #openstack-qa12:17
*** lucasagomes is now known as lucas-hungry12:18
openstackgerritKevin Benton proposed openstack-infra/elastic-recheck master: Add query for bug 1668958  https://review.openstack.org/43956212:18
openstackbug 1668958 in OpenStack Compute (nova) "metadata service occasionally not returning keys" [Undecided,New] https://launchpad.net/bugs/166895812:18
*** aysyd has joined #openstack-qa12:18
*** alex_xu has quit IRC12:18
*** sridharg has quit IRC12:19
openstackrecheckConsole logs not available after 20:13s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 437511,1,842183f12:20
*** shardy is now known as shardy_lunch12:20
*** sridharg has joined #openstack-qa12:20
*** amotoki has joined #openstack-qa12:21
*** alex_xu has joined #openstack-qa12:25
*** pgadiya has quit IRC12:30
*** abehl has quit IRC12:30
*** k4n0 has quit IRC12:31
openstackrecheckConsole logs not available after 20:16s for gate-group-based-policy-python27-ubuntu-xenial 426437,34,16bee8f12:40
*** armax has joined #openstack-qa12:48
*** yamamoto has joined #openstack-qa12:49
*** dave-mccowan has quit IRC12:50
*** salv-orl_ has joined #openstack-qa12:53
*** yamamoto has quit IRC12:53
*** salv-orlando has quit IRC12:56
*** k4n0 has joined #openstack-qa12:56
*** gcheresh has quit IRC12:59
*** gcheresh_ has joined #openstack-qa12:59
openstackrecheckConsole logs not available after 20:13s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 436117,1,d1709ab13:00
*** amotoki has quit IRC13:00
*** lucas-hungry is now known as lucasagomes13:01
openstackgerritVasyl Saienko proposed openstack-dev/grenade master: Apply OS_TEST_TIMEOUT when running tempest  https://review.openstack.org/43895513:03
openstackgerritVasyl Saienko proposed openstack-dev/grenade master: Apply OS_TEST_TIMEOUT when running tempest  https://review.openstack.org/43895513:03
*** salv-orl_ has quit IRC13:08
*** grafuls has quit IRC13:11
*** nadya has quit IRC13:17
fricklerif I install tempest into a venv, running "$venv/bin/tempest run" fails with various "module not found" errors. If I instead do "source $venv/bin/activate; tempest run", everything works fine. is this the expected behaviour, a bug, or do I need to do something different?13:20
openstackrecheckConsole logs not available after 20:05s for gate-trove-scenario-dsvm-mysql-multi-ubuntu-xenial 432120,4,f89dd8713:20
*** shardy_lunch is now known as shardy13:21
*** itzikb has joined #openstack-qa13:23
*** itzikb_ has quit IRC13:23
*** itzikb has quit IRC13:23
*** abehl has joined #openstack-qa13:24
*** itzikb has joined #openstack-qa13:25
*** amoralej is now known as amoralej|lunch13:25
*** mvk has quit IRC13:29
*** k4n0 has quit IRC13:31
*** gouthamr has joined #openstack-qa13:40
openstackrecheckConsole logs not available after 20:09s for gate-rally-dsvm-cli 432135,3,cd90de413:40
andreafsdague: heh I know you're unhappy with the current credentials magic, I made a few attempts to switch that to actual fixtures...13:42
andreafsdague: it's totally possible today to get credentials in a more explicit way instead of using the class level list13:43
andreafsdague: but perhaps a blog post + extra docs is part of the solution?13:43
toskyextra_docs++13:44
sdagueandreaf: yeh, my concern is honestly that I'm not convinced that anyone knows (and definitely not new / medium contributors), without reading tempest logs, the complete set of API calls that any particular test is making13:44
sdaguewhich means, there is no double bookkeeping of "the following 32 actions should happen" and whether they do or not, and have the right results.13:45
sdagueand if you don't know easily in advance every single thing that a test should be doing, then it's not testing an assertion, it's just returning a success result, which may or may not be the assertion you were trying for.13:46
andreafsdague: sure, but for most tests having a set of working credentials is just really setup to get to the starting point of the tests, which was the reason to make it as simple to use as possible13:47
andreafsdague: but it obviously failed in being simple :D13:47
sdaguesure, but then do that with a fixture13:47
andreafsdague: Tempest relies a lot on class level fixtures i.e. a bunch of tests have a shared bit of setup13:48
sdagueself.useFixture(project="demo", user="demo", roles="is_admin")13:48
sdagueandreaf: right, and I actually think that's an anti pattern13:48
sdaguethat's what makes making the codebase better hard13:48
andreafsdague: which is good to reduce the amount of setup to be done, but it has a number of nasty side-effects13:48
*** databus23_ has joined #openstack-qa13:49
*** tpatzig_ has joined #openstack-qa13:49
*** dgonzalez_ has joined #openstack-qa13:49
*** tommy_ has joined #openstack-qa13:49
sdaguebeen slogging through similar things in Nova for the past couple of years13:49
*** tommy_ is now known as Guest8997113:49
andreafsdague: but it's now very hard to change that, I don't think we would have the bandwidth to move away from that13:49
sdague"here is a real bug fix. Oh, 120 coupled tests with shared setup now break"13:49
*** zz_dimtruck is now known as dimtruck13:49
andreafif we had test resoruces only we could use some smart scheduler to make sure we balance resource allocation through a test run13:49
andreaftest level resources13:50
sdagueandreaf: no no no no no13:50
sdaguethat's just deciding to solve it with more magic13:50
sdaguewhich means the ability to assert what is going on in advance gets even less13:50
*** dgonzalez_ has quit IRC13:50
*** databus23_ has quit IRC13:50
*** Guest89971 has quit IRC13:50
*** tpatzig_ has quit IRC13:50
andreafsdague: heh yeah I meant if each test declared what they need we could manage the parallel execution better13:51
andreafsdague: I agree creating resources at a random time would be more magic13:51
sdagueandreaf: no, even parallel13:51
openstackgerritPavlo Shchelokovskyy proposed openstack-infra/devstack-gate master: DNM test disabled ironic *_ssh drivers  https://review.openstack.org/43960113:51
andreafso maybe we just switch to using pre-provisioned credentials13:51
andreafand everything else is created / destroyed by each test13:52
sdaguebecause then all you are doing is performance tuning to a very specific environment13:52
*** dustins has joined #openstack-qa13:52
sdaguewhich again reduces repeatability13:52
sdaguebecause someone manually tuned variables to just barely work well on the constrained test environments of the gate13:52
andreafwell I think there is a balance to strike here - I agree you need very good repeatability for gate tests, but I think we had a rather good degree of that for a while13:54
sdagueandreaf: I disagree13:54
andreafand parallel execution exposed issues in the past, so if you just drop to serial you would actually lose good testing13:54
sdagueit's fine to run parallel on light resource tests13:55
sdaguethough, honestly, it would also be fine to push that back to the projects13:55
andreaf"light" is relative to your test environments I guess13:55
sdagueI think the crux of missing common ground at least includes the following:13:55
sdague1) the assumption that the state of testing in projects 4 years ago, and who's responsibility that is hasn't changed over the 4 years (I think it has)13:56
sdague2) the assumption that things only recently got bad for gate repeatability, vs. it's been bad for 3+ years13:57
sdagueand instead of just backing off, we tried to build tools around it - elastic recheck, logstash, openstack-health13:57
*** sridharg has quit IRC13:58
sdaguea ton of effort and manpower is going into tools that only need to exist because the repeatability is so low because we are running our test nodes at load average 10 within 100 MB of triggering an OOM kill13:58
*** yamamoto has joined #openstack-qa13:58
sdagueand while there is a lot of cleverness in those tools, I definitely think it's the wrong trade off13:59
sdaguebecause maintaining those tools and extending them doesn't come for free13:59
sdagueand further splits the effort we have13:59
*** amotoki has joined #openstack-qa14:00
sdagueanyway...14:00
openstackrecheckConsole logs not available after 20:06s for gate-tempest-dsvm-networking-odl-beryllium-snapshot-v2driver 356839,6,d2305ab14:00
jordanP<sdague> 2) the assumption that things only recently got bad for gate repeatability, vs. it's been bad for 3+ years14:01
jordanPI disagree14:01
jordanPerf, brb in 5min14:01
andreafsdague: I don't have numbers to back this, but I think in a system as complex as openstack 100% repeatability is not a real thing - and I think you get a lot of value in terms of bug discovery in being a bit borderline14:02
sdagueandreaf: you do if it's not at the cost of blocking perfectly valid patches14:02
andreafsdague: chasing things which are only related to system overload is not useful though14:02
sdagueand you have enough people to look into those bugs14:02
andreafsdague: yes I agree on not blocking people work 100%14:03
andreafsdague: so we have a problem at hand and I appreciate your going back and rethinking how we got here and which effort was worth and which not14:03
sdagueandreaf: any patch that gets to the gate should not fail landing in the gate unless there is a real code error caused by a merge gone bad14:03
andreafsdague: it's all good thinking, so I've got a lot to think about now14:04
*** itzikb has quit IRC14:04
*** yamamoto has quit IRC14:04
andreafsdague: yes but I think there can be a tolerance there14:04
*** itzikb has joined #openstack-qa14:05
*** dustins has quit IRC14:05
andreafsdague: it the false negative rate raises too much you start to scare off developers14:05
sdagueandreaf: you keep using future tense :)14:05
sdaguewhat I'm trying to say is all that happened years ago14:05
andreafand in a downstream CI the tolerance is higher as engineers "have to" work on patches14:06
andreafsdague: heh ok that's just my lack english skills :D14:06
sdagueand that's my problem with what I hear in the conversation, the assumption that it's all fine, and we need to be cautious about future impacts, instead of realizing that part of the reason it's hard to get people engaged on these issues is because they already disconnected long ago.14:07
andreafsdague: I understand that's not something new - but in my experience at least it has not been so bad14:07
*** yangyapeng has joined #openstack-qa14:08
andreafsdague: well we're working on this - jordanP already removed volume v1 tests and we'll be pruning scenarios / heavier sooner than later14:08
sdagueandreaf: so, if you polled all 2000 developers on their sentiment on if the tempest gating jobs help them or hurt them in getting quality work done, what do think the results of said survey would be?14:09
andreafsdague: I will discuss in the QA meeting tomorrow about stopping to get new tests in until we get this sorted, at least for resource consuming ones14:09
*** yamahata has joined #openstack-qa14:09
andreafsdague: well we could do that poll14:09
sdagueandreaf: yep, just be ready for the results14:10
andreafsdague: but I'm also sure a number of developers would have no gating at all - so the result could be a bit biased14:10
sdagueandreaf: sure, but the whole point is that unless the community as a whole sees this as possitive, we won't be able to address a bunch of issues14:11
andreafheh the QA session for collecting input / feedback was an attempt of gathering this kind community feeling - I will sure do more of this type of exercise14:12
sdagueand if the community sees the gate as the enemy (or parts of it), then they will just do whatever is required to get around it to get things in. Like rechecking realistically bad code because they don't trust a -1, and having some of it race in.14:12
andreafsdague: I want to make sure the QA works on what the community feels as pain points14:13
sdaguewhich actually happens a reasonable amount14:13
*** nadya has joined #openstack-qa14:13
*** hferenc has joined #openstack-qa14:13
jordanPyeah, so I share sdague views. We do a bad job right now, it's unacceptable. And people will start to do bold things if we don"t fix it now, like in real soon14:13
sdagueandreaf: ok, so easy, stop failing good patches :)14:13
sdaguejordanP: again, I think the tense is wrong :)14:13
sdaguepeople already are14:13
jordanPyeah ok, maybe we need to get slapped harder :)14:14
*** mpaolino has joined #openstack-qa14:14
jordanPwe do a bad job, yes. andreaf it's now impossible to have anything merged in tempest14:14
sdaguea couple of years ago when I was spending a lot of time on the gate, I would watch the comment streams14:14
andreafsdague: I'm sure you are annoyed by this with no tense :D14:14
*** grafuls has joined #openstack-qa14:14
*** grafuls has quit IRC14:14
jordanPso there's a big problem even for Tempest14:15
jordanPwe need solution right now14:15
sdaguejordanP: yeh14:15
jordanPwhat's annoying is our failures rates now is due to libvirt, memory issue and cirros weird thing (SSH)14:15
sdagueso, I do really wonder how much removing the load on the scenario tests is going to help - https://review.openstack.org/#/c/438562/14:15
jordanPsdague, the memory issue is related to Apache (for TLS) and the NOva api placement (yet another daemon)14:16
jordanPthat's my claim, no proof, prove me wrong :)14:16
jordanPthen libvirt, is buggy, what can the QA team do about it ?14:16
sdaguejordanP: so, the OOM thing ... is going to be it's own beast14:16
sdaguejordanP: run it less hard14:16
jordanPif SSH is not reliable, who's fault is it ?14:17
andreafgate-tempest-dsvm-neutron-dvr-multinode-full-ubuntu-xenial-nv took 2h 27min on that patch?!?14:17
jordanPwe have no leverage here14:17
sdaguebasically all the libvirt / qemu races we've reported before have gotten push back from upstream that they've never seen it14:17
sdagueand production clouds don't either14:17
jordanPso we have to resort to workarounds, bad desperate moves (serialization, don't run scenarios at all etc...)14:17
sdaguewe're litterally running an order of magnitude hotter in gate than normal folks do14:18
jordanPwhich I am willing to do14:18
sdagueandreaf: yeh, that's still running all 46 scenarios14:18
*** mriedem_away is now known as mriedem14:18
sdagueI honestly think that to drop to that model you have to pick the 10 most important scenarios and not run the rest14:18
andreafyeah but gate-tempest-dsvm-neutron-full-ubuntu-xenial is 1h 16min14:18
sdagueandreaf: right, same deal14:19
jordanPbut we need to stop the fire right now. So serial run is a good option. So is disabling all tests that perform SSH validation14:19
andreafI guess the multinode runs migration tests or so?14:19
sdagueandreaf: yeh, I don't know all the internals, it was something to post to see what it looks like14:19
*** felipemonteiro_ has joined #openstack-qa14:20
*** felipemonteiro__ has joined #openstack-qa14:20
openstackrecheckConsole logs not available after 20:13s for gate-trove-python35-db 419248,3,c2ca41214:21
jordanPandreaf, so ? what's our next move ?14:21
andreafjordanP, sdague: we can make all scenario tests honour the run_ssh flag (which is false by default)14:21
andreafwhich means things will break on ssh side even more :S14:22
jordanPthat would be a simple skip_unless/skip_if decorator14:22
andreafbut at least it would calm things down and give us a bit more time14:22
sdagueandreaf: so, anything that doesn't reduce load on the system during the scenario tests is I think kind of pointless14:22
*** dave-mccowan has joined #openstack-qa14:22
jordanPyeah ssh issues are due to very high load, that's my intuition too14:22
sdaguethe other thing we have to remember is that this cirrors guest running dropbear isn't like the most resilient timing system ever14:23
sdagueso running that under a high load environment, isn't going to surprise me that when it gets scheduled out for a while during a heavy IOPs volume create, it f's up connectivity14:23
sdagueyou have to get the load under control first14:24
jordanPyeah, I did a 'openstack console log $cirros_img" locally (cirros running in a VM in my laptop) and compared with the logs outputed when there's a SSH failure in the gate. Cirros in the Gate ran super super slow, like 10 times slower14:25
* andreaf brb14:25
jordanPso maybe in dropbear there's some timing assumptions and we are just too slow14:25
*** shausy has quit IRC14:25
*** amoralej|lunch is now known as amoralej14:25
*** jdandrea has joined #openstack-qa14:26
sdagueyeh, busybox is really meant for lightly loaded embedded environments where if things go wrong it just watchdog reboots and hopes for the best14:26
sdagueand, when we think about coverage, if we can keep real sshing, but only 10 scenario tests, that's a better trade off in my head then keep 46 scenarios but turn of guest validation14:27
jordanPRight now https://review.openstack.org/#/c/438562/ I am in favor of14:27
jordanPif you can get 3 succesful Jenkins +114:28
sdaguejordanP: yeh, I'd only be ok with that if we drop some scenarios14:28
jordanPwhich nowadays is impossible without that patch14:28
andreafjordanP: yeah that takes too long as us14:28
andreafas is14:28
jordanPnot14:28
sdaguebecause I do agree the run time is too long14:28
jordanPslow is better than false negative right ?14:28
sdaguejordanP: yeh, I ran recheck again14:28
jordanPwe need to drop some scenarios then14:28
andreafjordanP, sdague: so what I'm doing is isolating which tests are consuming most resources14:28
*** dimtruck is now known as zz_dimtruck14:29
andreafso we can skip scenarios in a smart way14:29
jordanP2017-02-28 15:08:45.853270 | {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless [177.885508s] ... ok14:29
jordanP2017-02-28 15:11:21.091682 | {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac [155.209479s] .14:29
*** zz_dimtruck is now known as dimtruck14:29
jordanP5min is way too much14:29
sdaguejordanP: sure... but we are definitely going to be close to bumping up to 3 hours I think if we don't trim14:29
sdagueandreaf: no, please start the other way around, rank the importance of the scenario tests 1 - N14:29
*** ihrachys has joined #openstack-qa14:29
*** porrua has joined #openstack-qa14:30
jordanPand who needs IPv6 and Encryption volume tests to run everytime everywhere ?14:30
sdaguethen we can just define a cutline at time14:30
sdaguejordanP: ++14:30
sdagueor, more importantly, run 1 IPv6 test14:30
sdagueso we know that ipv6 networking is a thing14:30
sdaguebut we don't need every allocation approach14:30
jordanPso in the end yeah, the way forward is to skip many scenarios and run scenarios serialy14:32
sdagueandreaf: if you only start from trimming, vs. start from "these are the most important things" then we'll never actually have the conversation about why some things are less important, because we never enumerated what was the most important stuff14:33
jordanPI am +2 on that though I don"t like it14:33
jordanPbecause it seems Tempest has to pay the price for libvirt and services being too greedy14:33
sdagueit is important that we know we can: boot from volume, have working ipv6, ssh into a created guest14:34
sdaguejordanP: it's not really that14:34
sdagueit's that testing is creating a model of the environment, and trying to do things to it14:34
sdaguebut our model currently is a system that's more busy (maybe even 10x more) than any real functioning system in the wild14:35
sdagueso our model is skewed from reality14:35
sdaguewhich means our asserts and validation aren't a good approximation for the real world14:36
sdaguewhich is what we would like14:36
jordanPthat current model has had real succes, like we found tons of race conditions and complicated scenarios that would expose a bug14:36
sdaguejordanP: it has, and running some api tests in parallel is definitely important14:37
jordanPI don't think the model has to be changed, but we have lacked disciplines (Tempest and openstack services) so that led to side effects14:37
sdaguebut the scenario tests have rarely been the source of good bug resolution14:37
sdaguemost of that has come from more targetted things14:37
sdague.... and....14:37
sdagueprojects now have a *lot* more testing of those kinds of things at a functional level, where they are easier to flush out14:38
openstackgerritIhar Hrachyshka proposed openstack-infra/devstack-gate master: Switch from lib/neutron-legacy to lib/neutron  https://review.openstack.org/43679814:38
*** dimtruck is now known as zz_dimtruck14:38
andreafsdague: I fear I don't have a good picture about where functional testing is at in projects (at least in the 6 ones hosted in Tempest)14:39
jordanPnova and cinder are doing it, with success I believe14:39
sdaguethey all are14:40
openstackgerritFelipe Monteiro proposed openstack/patrole master: Compute API Create Backup Test  https://review.openstack.org/43867614:40
*** Swami has joined #openstack-qa14:40
*** Swami_ has joined #openstack-qa14:40
sdagueall have slightly different approaches, but they all are getting solid data that wasn't there when tempest switched to parallel14:40
jordanPandreaf, do you also agree that we should skip some scenario tests asap ?14:41
openstackrecheckConsole logs not available after 20:06s for gate-functional-dsvm-magnum-swarm-ubuntu-xenial 436559,2,442448614:41
andreafjordanP: yes I think we need to trim and get the system load under control14:41
*** tonytan4ever has joined #openstack-qa14:41
andreaflet14:42
sdagueso I guess the question is would you rather have 10 scenario tests + ssh validation, or 46 without? I think that's kind of the concrete decision14:42
jordanPgood, so I'll create an etherpad with all the tests then we will vote14:42
andreafsdague: I'd rather keep ssh on14:42
jordanPI say 15 + ssh validation14:42
jordanPgood14:42
sdaguejordanP: sounds great, etherpad away14:42
andreafjordanP: well I'm not sure about the exact number but let's start prioritising14:43
andreafjordanP: we need to get the PTLs of the different projects to weigh in as well14:43
sdaguejordanP: probably worth posting the timings from the serial run as well14:43
jordanPwhy ? (lol)14:43
andreafabout coverage in functional jobs and relevance14:43
jordanPyeah, that etherpad is going to include the timing from serial14:43
andreafjordanP: ethercalc perhaps?14:44
andreafso we can sort14:44
jordanPok14:44
sdagueandreaf: totally disagree that PTLs need to sign off on this one, I think this needs to be a "here is what we're doing on reliability front, this might reduce some coverage, but it will make things a bunch more stable. Lets discuss any coverage concerns now that this is done and figure out the best way to cover that (be it in tempest or in project functional tests)"14:44
fricklerso I think I can spot an issue related to the SSH issues here: http://logs.openstack.org/60/439560/3/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial/569fcd0/console.html#_2017-03-01_13_32_30_82908314:45
sdaguewell, I think sort is less important than setting a time threshold14:45
sdaguebut sure14:45
jordanPwhere's the ethercalc thing ?14:45
andreafsdague: I didn't mean sign off14:45
sdaguehttps://ethercalc.openstack.org/14:45
jordanPthanks14:45
andreafsdague: I meant give an opinion on the relevance of tests and functional coverage14:45
fricklerseems like there are a couple of connections attempts with failing auth, after that there is "connection reset by peer". I get the same behaviour if I have more then five parallel SSH sessions to a cirros instance14:46
fricklerwhich might mean that paramiko doesn't close connections properly after an auth failure and tempest would need to add an ssh.close()14:46
mtreinishfrickler: hmm, that's interesting. I think kevinbenton was looking at an issue with the metadata server around that14:46
mtreinishfrickler: that should be pretty easy to add to tempest14:47
felipemonteiro_Quick nooby question: What's the command for retriggering a test run for Citrix XenServer CI in a patchset?14:47
andreafit's in the gerrit comment from citrix14:47
fricklermtreinish: somewhere around http://git.openstack.org/cgit/openstack/tempest/tree/tempest/lib/common/ssh.py#n114 I guess14:47
fricklermtreinish: could you give that a try for me? I'll be afk for a bit14:48
*** salv-orlando has joined #openstack-qa14:48
andreaffelipemonteiro_ : only when it fails though...14:48
openstackgerritDenis Buliga proposed openstack-dev/devstack stable/ocata: Ensure we install setuptools from requirements  https://review.openstack.org/43963014:48
mtreinishfrickler: sure, I can try to hack something together14:49
andreaffelipemonteiro_ : xenserver: recheck14:49
jordanPfrickler, good finding, it's worth a try. Boy that common/ssh.py is a nested can of worms...14:49
andreaffrickler: yeah that sounds like a good thing to try14:50
openstackgerritDenis Buliga proposed openstack-dev/devstack stable/newton: Ensure we install setuptools from requirements  https://review.openstack.org/43963114:50
mtreinishjordanP: it's paramiko in general. It's more headache than it's worth14:50
sdaguewell, it's also the way it's plumbed into the super classes for multiple uses14:50
andreafmtreinish: do you have a chance to make a patch for that?14:51
mtreinishandreaf: I'm about to push one14:51
andreafmtreinish: thanks14:51
jordanPmtreinish, please test it locally :D :D14:52
mtreinishjordanP: heh, that's why I haven't pushed it yet14:52
*** rossella_s has quit IRC14:53
*** rossella_s has joined #openstack-qa14:54
*** mvk has joined #openstack-qa14:54
*** dustins has joined #openstack-qa14:57
*** nadya has quit IRC14:58
*** zz_dimtruck is now known as dimtruck14:59
jordanPmy ethercalc skills suck: https://ethercalc.openstack.org/nu56u2wrfb2b andreaf could you make it beautiful for me please ?14:59
*** dustins_ has joined #openstack-qa15:01
andreafjordanP: lol it looks just fine15:01
openstackrecheckConsole logs not available after 20:09s for gate-rally-dsvm-neutron-rally-ubuntu-xenial 415608,4,2b0be1e15:01
jordanPI am looking to have less precision in the timing measurements15:01
andreafjordanP: my ethercal skills go little behind knowing about the existance of the tool15:01
jordanP155.209479 doesn't make sense15:01
andreafok15:01
openstackgerritMatthew Treinish proposed openstack/tempest master: Close connection after each failed connect attempt  https://review.openstack.org/43963815:02
mtreinishfrickler, jordanP, andreaf: ^^^15:02
jordanPandreaf, don"t be modest. We've seen what you are capable of at the PTG15:02
mtreinishI tested it locally by using the ssh module to try and login to one of my machines with the wrong password15:02
*** dustins has quit IRC15:02
*** nadya has joined #openstack-qa15:03
*** mtanino has joined #openstack-qa15:03
jordanPandreaf, you're good :)15:04
sdaguejordanP: how do we get precision set in there?15:04
sdagueI wanted a minutes column15:04
jordanPsdague, I didnt do it, andreaf did i think15:05
andreafyeah set the format15:05
*** awaugama has joined #openstack-qa15:05
jordanPlol I clicked the format several times, never found how to do it..15:05
sdagueactually, there is a round function15:06
sdagueandreaf: please stop adjusting precision :P15:06
sdagueandreaf: can you undo whatever precision change you made on minutes15:06
andreafsdague: ok15:07
andreafsdague: it's back to default15:07
sdagueandreaf: I would honestly also suggestion to do a 0.00 on the seconds column for format15:08
sdagueit's not sticking for me15:08
sdagueinjecting string units into numbers is just super confusing from understanding how to do math with them15:08
mtreinishjordanP, andreaf: are you trying to make the tests table from: http://status.openstack.org/openstack-health/#/job/gate-tempest-dsvm-neutron-full-ssh ?15:10
andreafsdague: whatever - I don't mind, I like units on the string15:10
jordanPmtreinish, no from sdague's patch  here: https://review.openstack.org/#/c/438562/15:11
andreafmtreinish: not sure jordanP did15:11
jordanPnot sure what job I took though...15:12
jordanPthat may no be representativ15:12
*** itzikb has quit IRC15:12
*** awaugama has quit IRC15:13
*** awaugama has joined #openstack-qa15:14
jordanPreal ethercalc gurus performing live, much magic happening :)15:15
sdagueit's times like these where I wish this was a google drive doc15:16
sdagueI actually know more about the function set you can use over there15:16
jordanP=IF(NOT(ISBLANK(E5)),C5,0) <--- that's not bad15:16
openstackgerritJeremy Zhang proposed openstack/tempest master: Small fix for test_volume_swap  https://review.openstack.org/43964815:16
sdaguejordanP: yeh, though in google I could do it without the dedicated timing column15:16
sdaguebut I don't know how to manip ranges like that here15:16
sdagueanyway, if we make double columns like that, we can figure out what choices we are making15:17
andreafyeah I would prefer googledocs as well, but it's not accessible by everyone15:17
sdagueor proposing15:17
sdaguethat would be my starting point for a minimum set15:19
*** itzikb has joined #openstack-qa15:21
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql master: Use modern PBR and hacking packages  https://review.openstack.org/43964915:21
openstackrecheckConsole logs not available after 20:13s for gate-tempest-dsvm-networking-odl-boron-snapshot-v2driver 435813,14,989e88e15:21
sdaguejordanP / andreaf ok, if you put any mark in your dedicated column, it will start adding up for you15:24
jordanPcoool !15:24
jordanPmtreinish, this is where the timings come from : http://logs.openstack.org/62/438562/1/check/gate-tempest-dsvm-neutron-dvr-multinode-full-ubuntu-xenial-nv/4a70259/console.html15:25
sdagueanyone else can copy that number column, they just have to reset the counting column to C15:25
sdagueI don't know how to keep that fixed in the formula language15:26
mtreinishjordanP: ok, I don't have any subunit2sql data I can compare to for that job, because it's non-voting and check only15:26
andreafsdague: I guess $C does not work?15:26
sdagueandreaf: I don't know15:26
andreafsdague: it seems to15:27
sdaguejordanP: also, while not rigorously statistically accurate, I noticed that the tests run noticably faster in serial, like drop 20s on a 2, 2.5 minute test vs. a comparable run I was looking at15:28
sdaguewhich makes total sense with not competing over cpu iops15:28
sdagueso the serial timings are a better baseline for what they would look like vs. anything we pulled from existing runs15:28
*** mriedem1 has joined #openstack-qa15:29
sdagueI wish I knew how to stipple the spreadsheet, but all the ethercalc docs just seem to be "here is this awesome thing we made" and not really any user facing stuff15:30
dimssdague : can we get this in please? https://review.openstack.org/#/c/427392/ probably will help unblock ceilometer gate15:30
dimssileht : ^15:31
silehtdims, I was asking the same :)15:31
*** Swami_ has quit IRC15:31
andreafsdague: sorry what does stipple mean applied to a spreadsheet?15:31
*** mriedem has quit IRC15:31
sdaguewhere the background rows are colored even/odd15:31
*** Swami_ has joined #openstack-qa15:31
sdagueeasier to read across horiz15:31
sdaguedims / sileht let me look and make sure it's not just a failure shuffle15:32
andreafhah15:32
andreafthanks15:32
*** artom_ is now known as artom15:32
sdaguemriedem1: sileht: is the drop of the || true on https://review.openstack.org/#/c/427392/1/lib/nova going to break cells v1?15:33
*** Serlex has quit IRC15:33
*** Swami has quit IRC15:34
silehtsdague, I don't think, nova hardcode 'return 0'15:35
*** timello has quit IRC15:36
*** mpaolino has quit IRC15:36
sdaguesileht: no, I think it will throw another kind of exception15:37
openstackgerritMerged openstack-infra/subunit2sql master: Use modern PBR and hacking packages  https://review.openstack.org/43964915:37
*** timello has joined #openstack-qa15:37
*** mriedem1 is now known as mriedem15:38
mriedemsdague: no map_cell0 is also needed for cells v115:38
silehtsdague, oh, I can't talk then15:38
sdaguemriedem: ok15:38
mriedemand it's idempotent since ocata15:38
sdaguemriedem: ok, that's fine, it wasn't super clear from the code15:38
sdague+215:38
mriedemsdague: https://github.com/openstack/nova/commit/aa7b6ebbb254f00fcb548832941ca9dbd3996d9f was the fix15:39
sdaguemriedem: ok15:39
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql master: Add new graph time for variance of individual tests  https://review.openstack.org/23061115:39
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql master: Add migration to add common metadata fields to runs table  https://review.openstack.org/33455615:40
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql master: Add a new db manage command to migrate run_metadata  https://review.openstack.org/33455715:40
sdaguemtreinish: you want to pull the trigger on that devstack change?15:41
*** hongbin has joined #openstack-qa15:41
*** cody-somerville has joined #openstack-qa15:41
*** cody-somerville has quit IRC15:41
*** cody-somerville has joined #openstack-qa15:41
*** tonytan_brb has joined #openstack-qa15:41
openstackrecheckConsole logs not available after 20:10s for gate-tempest-dsvm-nnet-ubuntu-xenial 435224,6,151033d15:41
*** tonytan4ever has quit IRC15:42
*** csomerville has joined #openstack-qa15:42
*** fnaval has joined #openstack-qa15:42
mtreinishsdague: done15:42
andreafsdague, jordanP: I think it's good to have a first approx about what we consider indispensable - but I we still need to check things like coverage in functional tests and failure rates before removing something from the integrated gate15:44
jordanPI disagree15:44
jordanPfailure rates should be 0 so no question to ask here15:45
sdagueandreaf: I moderately disagree, because I think that it's completely within the scope of the QA team to make this decision15:45
andreafif a test does not have coverage anywhere else and it caught bugs before I would not want to remove it15:45
jordanPand coverage in func tests should be a concern to the project, not Tempest15:45
sdaguethe QA team adds tests all the time without consulting coverage in projects about duplication15:45
jordanPme neither, but am not responsible for the whole openstack galaxy15:45
*** cody-somerville has quit IRC15:45
jordanPwe will inform with email and such that this and these are going to be skipped and projects will do what's necessary15:46
sdaguejordanP: right, and I think that's the important bit, full coverage is expected to be a project level concern15:46
sdagueand ... this being early in a release cycle, it's exactly the time to do this15:46
andreafsdague: sure I agree it's under QA control but I think it would be good to check15:46
sdagueso that people can reset to a new norm that tempest will run a bit lighter15:46
sdagueif this was Milestone 3, I'd agree peeling back some tests is the wrong call, because you change the test parameters for the release15:47
sdaguebut now is the time to do it15:47
andreafsdague: well right but also being early means more code is being written? so easier for regressions to get through?15:47
*** yamahata has quit IRC15:47
sdagueandreaf: which is why teams get a heads up, and they get to look15:49
andreafsdague, jordanP: do you guys want to get patches prepared about this and then we can discuss further on them and see how they behave in terms of time and stability15:49
sdagueI think the difference of pov here is you assume that all these tests provide substantial coverage and want data proving they don't before doing things15:49
sdagueand I assume they are pretty much not, as no data was ever really provided that this was the only/best way to test these things15:50
sdaguewe don't require new test submissions to demonstrate why that can't be tested in project trees15:50
*** gamado has joined #openstack-qa15:50
andreafsdague: I don't assume they provide coverage, I simply don't know, and I'd like to get a better understanding before I accept to remove them15:50
andreafsdague: because I'm not familiar with functional tests in tree15:51
sdagueandreaf: right, and in the mean time, how much good code gets dropped on the floor because of the fail rate?15:52
sdaguemaybe I'd feel more comfortable if there was a deadline about how much longer the fail rate was going to be allowed before the big test cut15:53
sdaguelike Thursday EOD15:53
*** DotanSoko has quit IRC15:53
sdaguebut if this is like weeks of research, I think it's fundamentally the wrong call15:53
jordanPI'll be off for 10 days starting tomorrow15:53
sdaguetempest is not supposed to be the first line of defence15:53
sdagueit's supposed to be the last mile to just prove this all holds together as a whole15:54
jordanPandreaf, we don't want to remove tests, just skip them.15:54
*** armax has quit IRC15:54
sdaguehttps://twitter.com/noahsussman/status/83661217570793062515:54
jordanPnothing is set in stone15:54
andreafjordanP: heh sure15:54
sdagueand honestly, it's going to be a ton easier to cut deep here, let everyone know we're running light to try to get consistency, and drive the conversation of what has to be added back in15:55
andreafsdague: sure that inverted cone makes absolute sense15:56
sdaguebecause ... like the pg conversation, every attempt to remove things 1 at a time pretty much gets an argument about why you can't do that :)15:56
*** gszasz has quit IRC15:56
*** gvrangan has joined #openstack-qa15:58
*** tonytan_brb has quit IRC15:59
*** tonytan4ever has joined #openstack-qa15:59
sdaguejordanP: so if you had to get back to < 15 minutes, what would you drop on your list16:00
jordanPsdague, I am on it16:00
jordanPI am not done yet16:00
*** yamamoto has joined #openstack-qa16:00
jordanPalmost16:01
sdagueok16:01
openstackrecheckConsole logs not available after 20:14s for gate-rally-dsvm-rally-ubuntu-xenial 437829,2,a4daab016:02
fricklermtreinish: I didn't think the patch could be that easy, I assumed one would be needing another try-wrapper. but I found more evidence that my suspicion will be correct, see https://bugs.launchpad.net/nova/+bug/1668958/comments/416:03
openstackLaunchpad bug 1668958 in OpenStack Compute (nova) "metadata service occasionally not returning keys" [Undecided,New]16:03
*** rcernin has quit IRC16:03
jordanPtest_minimum_basic_scenario is pretty much already tested by every other scenarios16:03
sdaguejordanP: while I know the swift tests are super cheap, I honestly think they are so much better covered in their functional job that we probably shouldn't bother. But that's mostly philisophical, as it wouldn't really impact timings16:04
jordanPI am not sure about the anonymous download16:04
sdaguealso, just fyi, swift did run tempest in the gate at all from Oct -> last week due to a project config bug16:05
sdagueand no one noticed :)16:05
sdagueand nothing was broken16:06
andreafsdague: didn't?16:06
sdaguenope16:06
*** yamamoto has quit IRC16:06
sdaguewhen the neutron default job naming bits were flipped around16:06
mtreinishfrickler: yeah, I guess the close() can raise it's own exception which would break out of the loop. But I think that might be desirable, because something went horribly wrong in that case16:06
sdagueit turns out swift only had the nnet jobs on it16:06
sdaguewhich were turned off for ocata/pike16:06
sdagueexcept in cellsv1 case16:07
jordanPit did or it didn't run Tempest ?16:07
andreafsdague: well I'm not sure neutron or nnet makes much difference for swift?16:07
sdaguejordanP: it did not16:07
sdagueon ocata / pike16:07
mtreinishfrickler: I guess we still need to figure out why the pubkey isn't getting set in the guest16:07
*** derekjhyang has joined #openstack-qa16:07
sdaguefor 4 months16:07
mtreinishfrickler: but at least this way we won't have the banner errors anymore16:07
jordanPyeah, so what ? Swift folk don't care that much about Tempest, no surprise here :)16:07
sdaguejordanP: right, but when we talk about "it's important to run this test for coverage"16:08
sdagueand... we didn't run that test for 4 months on the project that could have broken it16:08
* mtreinish probably just jinxed it16:08
sdagueand there was no issue16:08
sdaguewe need to check that first assumption16:08
jordanPyeah, because they didn't break stuff for 4 months, good for them16:08
jordanPhad they had broken stuff, we would have noticed16:09
andreafmtreinish: does it makes to push multiple copies of https://review.openstack.org/#/c/439638/ in parallel to get more testing done on it quicker?16:10
*** gamado has quit IRC16:10
fricklermtreinish: I think it is being set, but not fast enough. If I interpret the retry pattern correctly, the time frame is 23 seconds until the fifth failed auth request blocks everything that follows. in the example I posted, the uptime of the cirros instance is 25s when it has finished booting.16:10
sdaguejordanP: sure, but if we can run for that long without the test and other things are preventing that regression, why would it be a pre-commit test on every test?16:10
sdagueon every patch16:11
mtreinishandreaf: nah, I think once the gate gets back we should be good to move forward on it16:11
mtreinishfrickler: haha, now your comment about it being so easy makes more sense :)16:12
mtreinishandreaf: although I probably should have put the bug number in the commit message16:12
*** sshwarts has quit IRC16:12
jordanPhumm that close() thing makes me ashame lol16:14
openstackgerritMerged openstack/patrole master: Compute API Server Password Test  https://review.openstack.org/43913916:14
jordanPI am done with my tests selection btw16:18
jordanPwe have some disagreement but maybe I first step will be to skip tests that no one "selected"16:18
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql master: Add a new db manage command to migrate run_metadata  https://review.openstack.org/33455716:18
jordanPthat should buy already ~20min16:19
*** Serlex has joined #openstack-qa16:21
openstackrecheckConsole logs not available after 20:09s for gate-functional-dsvm-magnum-k8s-ubuntu-xenial 414838,13,818a65f16:22
sdaguejordanP: why did you choose the other 2 bfv scenarios?16:23
jordanPbfv ?16:23
jordanPboot from volume16:23
sdagueyeh16:24
sdaguethe ebs and snapshot16:24
openstackgerritMatthew Treinish proposed openstack-dev/devstack master: Differentiate between DEFAULT_IMAGE_NAME and filename  https://review.openstack.org/43510616:24
openstackgerritMatthew Treinish proposed openstack-dev/devstack master: clean up virt drivers that we do image logic for  https://review.openstack.org/43512616:24
jordanPtest_volume_boot_pattern is already tested by the other 216:24
jordanPand booting from a volume snapshot must be tested16:24
jordanPbecause it creates a volume under the hood and boot from that volume16:25
jordanPwhich covers more than just "boot from a volume that a user precreated"16:25
*** gamado has joined #openstack-qa16:26
jordanPthan the ebs thing because it's a real interesting test were a glance image actually references a snapshot but doesn"t actually holds the data16:27
mtreinishjohnsom: on https://review.openstack.org/435106 did you have a link to the patch you were using to test octavia with?16:29
sdaguejordanP: https://review.openstack.org/#/c/438562/ 3 clean rechecks :)16:30
sdaguejordanP: so, honestly, I'd be fine taking your list16:30
jordanPthat's good to hear, what do you think andreaf, mtreinish ?16:31
jordanPhttps://review.openstack.org/#/c/438562/ great, we need it then16:32
*** mriedem has quit IRC16:34
sdaguejordanP: well the way it really should be done is as a tempest change that changes what -e full means16:34
jordanPyeah, that change shouldn"t happen in devstack-gate, indeed16:35
*** bkopilov has quit IRC16:35
johnsommtreinish https://review.openstack.org/#/c/434518/16:36
*** gcheresh_ has quit IRC16:37
johnsommtreinish We ended up merging a hard coded DEFAULT_IMAGE_NAME to get our gates functional again: https://review.openstack.org/#/c/43868016:37
openstackgerritSean Dague proposed openstack/tempest master: make -e full run tempest scenarios serially  https://review.openstack.org/43969816:37
sdaguejordanP: so I think ^^^ is where we would add the skips to16:37
*** martinkopec has quit IRC16:38
*** itzikb has quit IRC16:39
*** gamado has quit IRC16:41
openstackrecheckConsole logs not available after 20:16s for gate-swift-pep8-ubuntu-xenial 423906,4,4a4f8cf16:42
*** salv-orlando has quit IRC16:44
*** mriedem has joined #openstack-qa16:44
*** cdent has joined #openstack-qa16:44
openstackgerritMerged openstack/patrole master: Changes tox to only run unit tests and moves unit tests to tests/unit.  https://review.openstack.org/43832416:46
*** vhosakot has joined #openstack-qa16:46
hogepodgemtreinish: this seems weird. http://paste.openstack.org/show/600970/16:50
*** markus_z has quit IRC16:50
*** xinli has joined #openstack-qa16:50
xinlimtreinish: one question, from last week, a lot of cinder CIs broken, one of the issue is that devStack can't start on Ubuntu trusty, is there any scenario to fix it if devStack doesn't support it on trusty?16:52
*** rcernin has joined #openstack-qa16:52
jordanPxinli, 3rd party CI's must switch to use Ubuntu 16/Xenial16:53
sdaguexinli: pike is not supported on trusty, and we've gotten to the point where we've merged features into projects that need newer libraries16:53
xinlijordanP: sdague: thanks16:54
*** Swami_ has quit IRC16:56
*** salv-orlando has joined #openstack-qa17:00
*** tonytan4ever has quit IRC17:00
openstackgerritNicolas Helgeson proposed openstack/tempest master: Identity V3-ext Oauth1 Consumers Client  https://review.openstack.org/43381817:00
*** tonytan4ever has joined #openstack-qa17:01
*** asselin_ has quit IRC17:01
openstackrecheckConsole logs not available after 20:07s for gate-tempest-dsvm-neutron-full-ssh 437823,1,ac8b8a117:02
*** jose-phillips has joined #openstack-qa17:02
*** yamamoto has joined #openstack-qa17:03
openstackgerritFelipe Monteiro proposed openstack/patrole master: Compute API Suspend Server Test  https://review.openstack.org/43971717:03
*** nadya has quit IRC17:08
*** yamamoto has quit IRC17:08
*** nadya has joined #openstack-qa17:08
*** nadya has quit IRC17:09
dansmithmtreinish: mriedem: remind me how to run one tempest test? this isn't working: tox -eall -- --regex test_server_basic_opts17:10
*** breitz has joined #openstack-qa17:10
*** Apoorva has joined #openstack-qa17:11
mriedemi don't think you want the -eall17:11
mriedemlet me check the cells v1 job17:11
*** e0ne has quit IRC17:11
mtreinishhogepodge: that looks like a misconfigured cinder. There are 2 options you have to set when using ssl to make it return the right thing for links17:12
mtreinishhogepodge: clarkb had the same issue when we turned on ssl in the gate17:12
mriedemtempest run --regex ?17:12
*** Swami_ has joined #openstack-qa17:12
mriedemdansmith: http://logs.openstack.org/63/435563/2/check/gate-tempest-dsvm-cells-ubuntu-xenial/b144714/console.html.gz#_2017-02-17_20_25_44_67375017:12
dansmithgdi I remember you RTFLog'ing me last time.. sorry17:12
mtreinishdansmith: drop the '--regex'17:12
mtreinishtox -eall -- test_server_basic_opts should work17:13
*** aarefiev is now known as aarefiev_afk17:13
hogepodgemtreinish: ah I see now. I missed the 's'17:13
mriedemmtreinish: would something with tox -e ostestr also do it?17:13
*** agurenko has quit IRC17:13
mriedemhmm https://github.com/openstack/tempest/blob/master/tox.ini#L4817:14
mriedemtempest run --regex {posargs}17:14
mriedemyeah17:14
mriedemso just pass the thing in17:14
mtreinishmriedem: yeah you could also do tox -e ostestr -- --regex test_server_basic_opts and that should work too17:14
dansmithdoesn't work17:14
dansmithhttp://pastebin.com/hkryE52D17:14
clarkbhogepodge: mtreinish ya that issue was :( there really should only be one thing but there is more17:14
openstackgerritNicolas Helgeson proposed openstack/patrole master: Identity V3 Tests - Roles  https://review.openstack.org/43703917:14
mtreinishdansmith: there is a stray '-' in the regex17:14
*** felipemonteiro__ has quit IRC17:15
*** felipemonteiro_ has quit IRC17:15
mriedemyeah -test_server_basic_opts17:15
mriedemdrop that -17:15
dansmithstill no, but maybe the regex just isn't matching17:15
jordanPit's basic "ops"17:15
jordanPnot opts17:15
clarkbpublic_endpoint and osapi_volume_base_URL looks like17:15
mriedemdansmith: yeah wrong test name17:16
mriedemtest_server_basic_ops17:16
openstackgerritFelipe Monteiro proposed openstack/patrole master: Add role validation to Patrole framework when switching roles.  https://review.openstack.org/43820317:16
dansmithgdi17:16
mriedemhttp://git.openstack.org/cgit/openstack/tempest/tree/tempest/scenario/test_server_basic_ops.py#n12917:16
dansmithwhy do I suck?17:16
mriedemmaybe you need bifocals?17:16
castulo:P17:17
openstackgerritFelipe Monteiro proposed openstack/patrole master: Required modification in Framework  https://review.openstack.org/43374117:17
dansmithI need fewer parallel tasks, is what I need17:18
mtreinishmriedem: if we want to get really fancy you could also do 'tox -eostestr -- --no-discover tempest.scenario.test_server_basic_ops'17:19
*** felipemonteiro_ has joined #openstack-qa17:20
*** felipemonteiro__ has joined #openstack-qa17:20
mriedemmtreinish: i drink with my pinky down thank you very much17:20
mriedemyou can keep your new england elitist regex to yourself17:21
mriedemis it new england or just ivy league?17:21
mriedemi forget the insult17:21
mtreinishhaha17:21
openstackrecheckConsole logs not available after 20:27s for gate-fuxi-dsvm-fullstack 420386,4,27e6f4a17:23
mtreinishmriedem: do you have any thoughts on: https://review.openstack.org/#/c/439428/17:30
mriedem"If we filter by 10.1.1.1 I feel like nova is misbehaving if it returns the server with: 10.1.1.10"17:31
mtreinishjohnsom: ok, that's what I was going to recommend you do. Since it's better to just take a hard stance on that17:31
mriedemidk, it's regex17:31
mtreinishjohnsom: I just think the octavia case is a good way for me to test, since you have an image which begins with 'a'17:32
johnsommtreinish Ha, sad for us, it does start with 'a'....17:32
johnsommtreinish Keep me posted if we can pull out that hard coded cirros version.17:33
mtreinishmriedem: sure, I get that. It just feels weird17:34
mtreinishjohnsom: well I'll likely push up a test patch at some point to verify that I'm doing things correctly17:34
mriedemmtreinish: hmm, looking at the test, i figured it was doing some kind of wildcarding17:35
mriedembut it's not17:35
mriedemi'd have to trace this down into the nova db api code17:35
*** lucasagomes is now known as lucas-afk17:35
mriedemif we're not asked to wildcard, but we're doing a LIKE or % or something in the DB API, then i could see maybe raising an error? or doing a re-query w/o the LIKE if there are multiple results17:36
*** dtantsur is now known as dtantsur|afk17:39
openstackrecheckConsole logs not available after 20:14s for gate-functional-dsvm-magnum-k8s-ubuntu-xenial 438321,2,490e8b417:43
sdagueI thought the layer4 test was made non voting?17:45
sdaguebecause sahara plugin looks broken still17:45
*** rfolco has joined #openstack-qa17:48
*** armax has joined #openstack-qa17:49
andreafmtreinish: all nice and green: https://review.openstack.org/#/c/439638/117:49
mtreinishandreaf: yeah17:50
mtreinishandreaf: I think we should land that change17:50
andreafyeah ok17:50
andreaf+A17:50
sdagueoh, it was a fatal git clone which didn't die early enough17:51
andreafsdague: so layer4 only runs heat tests which are still in Tempest tree17:53
sdagueandreaf: is there a reason it still enables the sahara plugin ?17:53
*** salv-orlando has quit IRC17:54
sdagueand is there an eta on that ending?17:54
andreafsdague: don't know I kind of lost track of the story of layer4 - the only good thing it does as far as I know is to test pre-provisioned credentials, which I would be happy to move to another job17:55
andreafmtreinish: do you know about layer for and sahara?17:55
* tosky hears sahara17:56
andreaftosky: heh perhaps you know about the layer4 job in Tempest and sahara?17:57
*** salv-orlando has joined #openstack-qa17:57
sdagueandreaf: on the upside - https://review.openstack.org/#/c/439698/ seems to do the same thing as the d-g patch17:57
toskyandreaf: isn't layer4 the job which tests integration with some less core components?17:57
sdaguegot to run away for it bit, but andreaf I would propose taking jordanP's list and putting it into that patch17:58
andreafsdague: ok I can follow up on that17:58
jordanPyeah, sorry I can"t work on this anymore, I have some issues at work here17:58
sdaguejordanP: yep, no worries17:58
andreafjordanP: no worries17:59
sdaguejordanP: you built the list, I think that's good enough17:59
toskyandreaf: layer4 is not the place for sahara jobs now: https://review.openstack.org/#/c/328239/17:59
*** Swami_ has quit IRC17:59
andreafsdague, jordanP: I will be off the best part of the day tomorrow as well, so I will make something later tonight for that patch17:59
toskyandreaf: so if I understand it correctly, if heat is moved out from tempest, layer4 can be kiled17:59
andreafok that was my understanding as well18:00
andreaftosky: thanks18:00
toskytalking about this, what is the status of the heat tests/tempest client?18:00
toskyI mean, is their move to heat/heat-tests/whatever!tempest close enough?18:00
tosky(if you discussed about this at the PTG)18:01
andreafno unfortunately I didn't - oomichi or mtreinish may know more - but I'll take a note to follow up on this18:01
*** tonytan4ever has quit IRC18:01
toskythanks!18:02
*** tonytan4ever has joined #openstack-qa18:02
openstackrecheckConsole logs not available after 20:17s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 437491,1,a63c45018:03
*** yamamoto has joined #openstack-qa18:04
*** jordanP has quit IRC18:06
*** armax has quit IRC18:06
openstackgerritMerged openstack-dev/devstack master: nova: call map_cell0 much earlier in the setup  https://review.openstack.org/42739218:08
*** nadya has joined #openstack-qa18:09
*** yamamoto has quit IRC18:10
*** abehl has quit IRC18:10
openstackgerritMerged openstack-infra/devstack-gate master: Support setting a variable to get local.conf merged late  https://review.openstack.org/43895718:11
*** dsariel has quit IRC18:12
openstackgerritDan Smith proposed openstack-dev/devstack master: Move rpc backend start/configure to earlier  https://review.openstack.org/43749818:13
openstackgerritDan Smith proposed openstack-dev/devstack master: WIP: Fleetify nova conductor for N cells  https://review.openstack.org/43609418:13
*** derekjhyang has quit IRC18:13
*** tosky has quit IRC18:13
*** nadya has quit IRC18:15
*** tesseract has quit IRC18:16
*** Swami has joined #openstack-qa18:18
oomichitosky: andreaf: I think heat tests should be moved into heat repo, and the clients and tessts should be removed from tempest. But the migration doesn't happen yet on heat side18:21
openstackrecheckConsole logs not available after 20:11s for gate-swift-pep8-ubuntu-xenial 438322,1,5c0790918:23
*** asselin has joined #openstack-qa18:24
*** cdent has quit IRC18:29
*** Alex_Staf has quit IRC18:34
openstackgerritJaewoo Park proposed openstack/patrole master: Users RBAC test for Keystone API v2 users  https://review.openstack.org/43913718:39
*** e0ne has joined #openstack-qa18:40
*** jdandrea has quit IRC18:40
*** jdandrea has joined #openstack-qa18:41
*** harlowja has quit IRC18:43
openstackrecheckConsole logs not available after 20:09s for gate-tempest-dsvm-neutron-full-ssh 436842,1,ba32f4d18:44
*** gszasz has joined #openstack-qa18:44
*** harlowja has joined #openstack-qa18:46
*** yamahata has joined #openstack-qa18:47
*** nadya has joined #openstack-qa18:48
sdagueandreaf: I can probably whip up the patch18:51
andreafsdague: sure go ahead - I won't be able to do that until later tonight18:52
sdagueandreaf: so, on the good side, the only 2 job failures in the list so far were - infra git clone failing18:52
*** jdandrea has quit IRC18:52
sdagueand job timeout on a rax node that is super duper slow (for dvr job)18:52
sdaguethe dvr job also seems to only have a 120 backstop18:52
*** salv-orl_ has joined #openstack-qa18:52
openstackgerritEmily Hugenbruch proposed openstack/tempest master: Change rebuild tests to use image_ref  https://review.openstack.org/43316218:53
*** cdent has joined #openstack-qa18:54
*** gszasz has quit IRC18:54
*** salv-orlando has quit IRC18:55
*** gouthamr has quit IRC18:56
*** gouthamr has joined #openstack-qa19:00
*** tonytan4ever has quit IRC19:02
*** tonytan4ever has joined #openstack-qa19:03
openstackrecheckConsole logs not available after 20:12s for gate-tempest-dsvm-networking-midonet-v2-ubuntu-xenial 438075,3,f88f2fd19:04
*** dharinic is now known as dharinic|lunch19:05
*** yamamoto has joined #openstack-qa19:06
*** shardy has quit IRC19:09
*** jdandrea has joined #openstack-qa19:10
*** yamamoto has quit IRC19:12
*** gfidente is now known as gfidente|afk19:17
*** pkoniszewski has quit IRC19:18
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: Deprecate resources_prefix and change rand_name()  https://review.openstack.org/43920319:18
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack master: Use lib/keystone to configure [nova] section in neutron.conf  https://review.openstack.org/43978719:19
*** e0ne has quit IRC19:20
*** salv-orl_ has quit IRC19:23
openstackgerritIhar Hrachyshka proposed openstack-infra/devstack-gate master: Switch from lib/neutron-legacy to lib/neutron  https://review.openstack.org/43679819:23
*** pkoniszewski has joined #openstack-qa19:24
openstackrecheckConsole logs not available after 20:24s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 438171,5,482fc2019:24
openstackgerritIhar Hrachyshka proposed openstack-infra/devstack-gate master: Switch from lib/neutron-legacy to lib/neutron  https://review.openstack.org/43679819:25
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack master: lib/neutron: set variables needed for sane l3 agent setup  https://review.openstack.org/43867219:28
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack master: lib/neutron: untangle metering configuration from legacy  https://review.openstack.org/43868719:28
openstackgerritSean Dague proposed openstack/tempest master: make -e full run tempest scenarios serially  https://review.openstack.org/43969819:28
sdagueandreaf: I think that's jordanP's list. There were 2 issues where smoke test tags ended up not on his list. I think in one case I left the test, and the other I moved the smoke tag to a related test.19:29
sdagueThat comes to 18m run time in jordan's list19:29
*** stream10 has joined #openstack-qa19:35
*** jose-phillips has quit IRC19:40
*** Alex_Staf has joined #openstack-qa19:44
openstackrecheckConsole logs not available after 20:06s for gate-functional-dsvm-magnum-swarm-ubuntu-xenial 436559,2,9bca6de19:44
*** xinli has quit IRC19:45
openstackgerritMerged openstack/tempest master: Remove unused client in setup_clients  https://review.openstack.org/43947319:46
*** cdent has quit IRC19:46
*** tonytan4ever has quit IRC19:49
*** raildo has joined #openstack-qa19:49
*** tonytan4ever has joined #openstack-qa19:49
*** nadya has quit IRC19:53
*** Alex_Staf has quit IRC19:53
*** pcaruana has quit IRC19:58
*** armax has joined #openstack-qa19:59
*** dharinic|lunch is now known as dharinic20:02
*** openstackgerrit has quit IRC20:03
*** amoralej is now known as amoralej|off20:03
*** gcheresh_ has joined #openstack-qa20:04
openstackrecheckConsole logs not available after 20:11s for gate-tacker-pep8-ubuntu-xenial 438336,1,8906dbc20:05
*** harlowja has quit IRC20:08
*** yamamoto has joined #openstack-qa20:08
*** pkoniszewski has quit IRC20:09
*** openstackgerrit has joined #openstack-qa20:10
openstackgerritChi Lo proposed openstack/patrole master: Add Subnetpool test cases for RBAC.  https://review.openstack.org/43982720:10
*** yamamoto has quit IRC20:13
openstackgerritMerged openstack/patrole master: Compute API Suspend Server Test  https://review.openstack.org/43971720:14
*** pkoniszewski has joined #openstack-qa20:17
*** jose-phillips has joined #openstack-qa20:19
*** xinli has joined #openstack-qa20:19
openstackgerritFelipe Monteiro proposed openstack/patrole master: Required modification in Framework  https://review.openstack.org/43374120:23
openstackgerritIhar Hrachyshka proposed openstack-dev/devstack master: Configure bridge_mappings for ovs and linuxbridge agents  https://review.openstack.org/43982920:24
openstackrecheckConsole logs not available after 20:07s for gate-dib-dsvm-functests-ubuntu-xenial 438334,1,6e72a6d20:25
openstackgerritIhar Hrachyshka proposed openstack-infra/devstack-gate master: Switch from lib/neutron-legacy to lib/neutron  https://review.openstack.org/43679820:25
openstackgerritMatthew Treinish proposed openstack/tempest master: WIP: Add tempest test writing guide  https://review.openstack.org/43983020:28
mtreinishmriedem: ^^^ it's still incomplete, but that's something I think you can help me with20:28
mriedemi can help -1 it20:29
mtreinishhah20:29
mtreinishI was thinking more about if the content about the setUpClass magic was clear enough20:30
mtreinishand where I need to add more details20:30
*** krtaylor has quit IRC20:32
*** DotanSoko has joined #openstack-qa20:34
mtreinishfrickler: so the banner error is fixed, but it looks like there is still a situation where the pubkey isn't showing up in the guest: http://logs.openstack.org/38/439638/1/gate/gate-tempest-dsvm-neutron-full-ubuntu-xenial/2cf61a4/console.html#_2017-03-01_20_31_59_06328720:37
mtreinishkevinbenton: ^^^20:37
mtreinishthat's on the gate run for the patch adding the close()20:37
EmilienMcan someone remind me why we removed Javelin and where can I use a similar tool now?20:39
EmilienMa tl;dr works :)20:39
clarkbmtreinish: tempest uses paramiko right? the close() reminded me that infra had to explicitly close its paramiko connections or they leak20:40
mtreinishEmilienM: it was removed because it was basically the same thing as the openstack modules in ansible (just not as mature) and grenade just uses some bash to call osc to do the same thing now20:41
clarkbmtreinish: this iwth new releases from paramiko20:41
mtreinishclarkb: yeah, tempest is using paramiko20:41
clarkbmtreinish: you likely don't open enough threads to really notice but probably not a bad idea to explictily close used connections20:41
mtreinishclarkb: in this case we were leaving dangling connections on connection errors and drop bear falls over with > 5 open connections (hence the banner errors)20:41
mtreinishclarkb: https://review.openstack.org/43963820:42
EmilienMmtreinish: if I was a Javelin user, what can I do now?20:42
clarkbmtreinish: nice, in our case we ended up with thousands of threads all fighting for cpu20:42
mtreinishclarkb: https://bugs.launchpad.net/nova/+bug/1668958/comments/420:42
openstackLaunchpad bug 1668958 in OpenStack Compute (nova) "metadata service occasionally not returning keys" [Undecided,New]20:42
EmilienMmtreinish: is there a project/module that does the same hting?20:42
EmilienMmtreinish: how grenade validates upgrades don't break resources?20:42
clarkbmtreinish: I think you want to close them when you are done with them as a result too20:43
mtreinishEmilienM: I thought we checked with you multiple times before we removed javelin from the tempest repo20:43
mtreinishclarkb: I think it does that already20:43
mtreinishjust in an outside function20:43
mtreinishclarkb: but we could still be leaking elsewhere20:43
EmilienMmtreinish: wait, i'm not complaining :)20:43
mtreinishEmilienM: heh, ok :)20:43
EmilienMmtreinish: I'm just wondering how it works now20:43
EmilienMmtreinish: in upgrade testing20:43
EmilienMbecause I want to reuse it for tripleo CI20:44
mtreinishEmilienM: so grenade has resource scripts per project: https://github.com/openstack-dev/grenade/blob/master/projects/60_nova/resources.sh20:44
clarkbmtreinish: looks like it just failed in the gate fwiw20:44
EmilienMthat !20:44
EmilienMmtreinish: I'll try to re-use this code20:44
EmilienMmtreinish: ty sir20:44
mtreinishclarkb: it did, but it shows the real underlying failure, which is related to metadata getting in the guest20:45
mtreinishclarkb: instead of the banner error20:45
clarkboh good20:45
clarkbmetadata errors are my favorite20:45
openstackrecheckConsole logs not available after 20:16s for gate-group-based-policy-python27-ubuntu-xenial 426437,35,c2f3dc920:45
mtreinishclarkb: because it failed since the pubkey was rejected on all the login attempts20:45
mtreinishclarkb: which is what I was pointing kevinbenton and frickler at :)20:45
mtreinishEmilienM: sure, np20:45
clarkbyay real bugs20:45
*** SlickN1k has joined #openstack-qa20:46
mtreinishclarkb: I was going to send a follow up to our state of the gate email about this after the close() patch merged20:47
*** porrua has quit IRC20:47
*** stream10 has quit IRC20:47
clarkbmtreinish: cool20:48
*** awaugama has quit IRC20:49
*** beisner- has joined #openstack-qa20:50
*** mrodden_ has joined #openstack-qa20:51
*** mmedvede_ has joined #openstack-qa20:52
*** mmedvede has quit IRC20:53
*** sirushti has quit IRC20:53
*** mrodden has quit IRC20:53
*** SlickNik has quit IRC20:53
*** beisner has quit IRC20:53
*** beisner- is now known as beisner20:53
*** mrodden_ is now known as mrodden20:53
*** mmedvede_ is now known as mmedvede20:53
openstackgerritMatthew Treinish proposed openstack-infra/elastic-recheck master: Use modern PBR and hacking packages  https://review.openstack.org/43984420:53
mtreinishsdague: that was quick :)20:54
*** Apoorva has quit IRC20:55
*** sirushti has joined #openstack-qa20:55
sdaguemeh, why wait :)20:56
mtreinishthere was no reason, you just +A'd it before I even opened up the review in my browser20:57
mtreinishbut, I blame the poor wifi at the starbucks by marist for that more than anything20:58
sdagueheh20:59
*** Apoorva has joined #openstack-qa20:59
*** harlowja has joined #openstack-qa21:01
*** harlowja has quit IRC21:01
*** harlowja has joined #openstack-qa21:01
*** pkoniszewski has quit IRC21:02
openstackgerritMerged openstack-infra/elastic-recheck master: Use modern PBR and hacking packages  https://review.openstack.org/43984421:02
openstackrecheckConsole logs not available after 20:17s for gate-telemetry-dsvm-integration-ceilometer-ubuntu-xenial 438338,1,af108b021:05
*** Nakato has quit IRC21:06
*** Nakato has joined #openstack-qa21:07
*** sirushti has quit IRC21:07
*** sirushti has joined #openstack-qa21:08
*** catintheroof has joined #openstack-qa21:08
*** pkoniszewski has joined #openstack-qa21:09
*** krtaylor has joined #openstack-qa21:09
*** yamamoto has joined #openstack-qa21:10
*** DotanSoko has quit IRC21:10
*** catintheroof has quit IRC21:10
*** edannon has quit IRC21:10
*** catintheroof has joined #openstack-qa21:10
*** pkoniszewski has quit IRC21:12
*** yamamoto has quit IRC21:12
*** yamamoto has joined #openstack-qa21:12
*** openstackrecheck has quit IRC21:13
*** openstackrecheck has joined #openstack-qa21:13
*** dimtruck is now known as zz_dimtruck21:14
sdaguemtreinish / andreaf - when is the last time you got a fully green tempest run on the first go - https://review.openstack.org/#/c/439698/ :)21:14
*** salv-orlando has joined #openstack-qa21:14
mtreinishsdague: this morning21:15
sdaguemtreinish: I think it's been six months for me21:16
openstackgerritMatthew Treinish proposed openstack-infra/elastic-recheck master: Add query for bug 1668958  https://review.openstack.org/43956221:16
openstackbug 1668958 in OpenStack Compute (nova) "metadata service occasionally not returning keys" [Undecided,New] https://launchpad.net/bugs/166895821:16
*** raildo has quit IRC21:17
mtreinishkevinbenton: ^^^ I updated the query21:17
sdaguemtreinish: you mean the one that just failed the gate? - https://review.openstack.org/#/c/439638/ ;)21:18
mtreinishit was all green on the first go21:18
sdagueI'm confused, did it fail 1 or 2 tests? I only see the one in the dump21:19
sdagueoh, I see the second one now21:19
*** pkoniszewski has joined #openstack-qa21:19
sdaguethe differentiation isn't great21:19
*** yamamoto has quit IRC21:19
*** pkoniszewski has quit IRC21:22
*** vaidy has joined #openstack-qa21:28
*** stream10 has joined #openstack-qa21:30
*** pcaruana has joined #openstack-qa21:30
*** pcaruana has quit IRC21:33
*** Serlex has quit IRC21:33
*** gouthamr has quit IRC21:33
*** gcheresh_ has quit IRC21:33
openstackrecheckConsole logs not available after 20:15s for gate-tempest-dsvm-neutron-linuxbridge-ubuntu-xenial 439076,3,57d236d21:38
*** gyee has joined #openstack-qa21:40
*** aysyd has quit IRC21:42
*** jdandrea has quit IRC21:43
*** pvaneck has joined #openstack-qa21:43
openstackgerritMerged openstack/tempest master: Adds missing server tags APIs to servers client.  https://review.openstack.org/43563021:44
openstackgerritfumihiko kakuma proposed openstack-dev/devstack master: DO NOT MERGE: This is to check ryu master  https://review.openstack.org/43938321:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: Move CONF values into __init__ in RemoteClient  https://review.openstack.org/43986321:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: Add dhcp_client argument to renew_lease()  https://review.openstack.org/43986421:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: Add network_mask_bits argument to assign_static_ip()  https://review.openstack.org/43986521:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: Outout server id only on ssh debugging  https://review.openstack.org/43986621:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: WIP: Add RemoteClient under tempest.lib  https://review.openstack.org/43986721:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: Deprecate resources_prefix and change rand_name()  https://review.openstack.org/43920321:57
*** boris-42_ has quit IRC22:01
*** jdandrea has joined #openstack-qa22:01
*** Apoorva_ has joined #openstack-qa22:02
*** ihrachys has quit IRC22:03
*** Apoorva_ has quit IRC22:03
*** Apoorva has quit IRC22:03
*** Apoorva has joined #openstack-qa22:03
*** yamamoto has joined #openstack-qa22:05
andreafsdague: thank for putting https://review.openstack.org/#/c/439698/2 up22:06
*** xinli has quit IRC22:07
*** dsariel has joined #openstack-qa22:09
*** xinli has joined #openstack-qa22:09
openstackrecheckConsole logs not available after 20:18s for gate-rally-dsvm-neutron-neutron-ubuntu-xenial 439814,1,ec9fe8822:10
*** stream10 has quit IRC22:14
andreafsdague: comparing dtsat graphs it looks perhaps slightly better, but not dramatically - on CPU, free memory, load avg22:14
andreafsdague: I think the API tests do a rather good job in keeping the system busy, even more than the scenario ones22:16
andreafsdague: scenario tests tend to be scheduled towards the end of the test run, and with your change the last part of the graph looks a bit flatter22:17
openstackgerritRick Bartra proposed openstack/patrole master: Compute API Keypairs  https://review.openstack.org/43987722:20
*** gyee has quit IRC22:20
*** dave-mccowan has quit IRC22:21
*** zz_dimtruck is now known as dimtruck22:22
*** armax has quit IRC22:26
openstackgerritAndrea Frittoli proposed openstack/tempest master: DNM Set concurrency to 3  https://review.openstack.org/43987922:26
*** dsariel has quit IRC22:27
*** dustins_ has quit IRC22:31
*** felipemonteiro__ has quit IRC22:32
*** felipemonteiro_ has quit IRC22:32
*** yangyapeng has quit IRC22:33
*** gyee has joined #openstack-qa22:40
*** jdandrea has quit IRC22:42
*** sshnaidm is now known as sshnaidm|off22:44
*** breitz_ has joined #openstack-qa22:45
*** breitz has quit IRC22:46
openstackrecheckConsole logs not available after 20:21s for gate-tempest-dsvm-neutron-full-ubuntu-xenial 435810,6,fe3fe0622:49
*** salv-orlando has quit IRC22:50
*** salv-orlando has joined #openstack-qa22:51
openstackgerritRodrigo Duarte proposed openstack-dev/devstack master: Add allow_global_implied_dsr_disabled feature flag  https://review.openstack.org/42829222:51
*** breitz has joined #openstack-qa22:52
*** breitz_ has quit IRC22:54
openstackgerritRodrigo Duarte proposed openstack-dev/devstack master: Add allow_global_implied_dsr_disabled feature flag  https://review.openstack.org/42829222:54
openstackgerritRodrigo Duarte proposed openstack/tempest master: Improve test_implied_domain_roles  https://review.openstack.org/42734522:55
*** tonytan4ever has quit IRC22:57
*** gouthamr has joined #openstack-qa22:58
openstackgerritJohn L. Villalovos proposed openstack-dev/grenade master: WIP/DNM: Debugging  https://review.openstack.org/43989322:58
openstackgerritAlex Schultz proposed openstack-infra/elastic-recheck master: Add recheck rule for RDO package download failures  https://review.openstack.org/43989523:00
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: WIP: Add RemoteClient under tempest.lib  https://review.openstack.org/43986723:10
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: Remove get_ram_size_in_mb, get_number_of_vcpus, etc  https://review.openstack.org/43989923:10
*** fnaval has quit IRC23:11
openstackrecheckConsole logs not available after 20:09s for gate-dragonflow-requirements 424146,9,3cfd9c423:12
*** csomerville has quit IRC23:16
*** cody-somerville has joined #openstack-qa23:17
*** cody-somerville has quit IRC23:17
*** cody-somerville has joined #openstack-qa23:17
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: Outout server id only on ssh debugging  https://review.openstack.org/43986623:18
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: WIP: Add RemoteClient under tempest.lib  https://review.openstack.org/43986723:18
openstackgerritKen'ichi Ohmichi proposed openstack/tempest master: Remove get_ram_size_in_mb, get_number_of_vcpus, etc  https://review.openstack.org/43989923:18
*** gyee has quit IRC23:18
*** gyee has joined #openstack-qa23:19
*** rfolco has quit IRC23:22
*** mriedem has quit IRC23:24
openstackgerritVasyl Saienko proposed openstack-dev/grenade master: Apply OS_TEST_TIMEOUT when running tempest  https://review.openstack.org/43895523:29
*** catintheroof has quit IRC23:29
openstackrecheckConsole logs not available after 20:10s for gate-dragonflow-dsvm-fullstack-ubuntu-xenial 439848,1,3ef05cf23:32
*** Apoorva_ has joined #openstack-qa23:32
*** salv-orlando has quit IRC23:35
*** Apoorva has quit IRC23:36
*** rbak has quit IRC23:36
openstackgerritfumihiko kakuma proposed openstack-dev/devstack master: DO NOT MERGE: This is to check ryu master  https://review.openstack.org/43938323:42
*** dimtruck is now known as zz_dimtruck23:45
openstackgerritAnthony Bellino proposed openstack/patrole master: Orchestration API config tests  https://review.openstack.org/43991623:46
*** dave-mccowan has joined #openstack-qa23:51
*** dave-mccowan has quit IRC23:51
openstackrecheckConsole logs not available after 20:14s for gate-telemetry-dsvm-integration-gnocchi-ubuntu-xenial 439156,2,0b8a23e23:54
*** vhosakot has quit IRC23:54
*** zz_dimtruck is now known as dimtruck23:56
*** Guest27057 is now known as zigo23:57
*** xinli has quit IRC23:57
*** sdague has quit IRC23:58
gmannsdague: andreaf yea i completely agree on cutting out the scenario tests on gate.23:58
gmannsdague: andreaf  even there are lot of tests in scenario which does not make sense there. i will try to cleanup those.23:59

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