Saturday, 2017-01-14

*** e0ne has quit IRC00:01
*** kjorgensen has quit IRC00:02
*** catintheroof has joined #openstack-rally00:24
*** harlowja has joined #openstack-rally00:39
openstackgerritMerged openstack/rally: [Verify] Improve names of args for configure_verifier method  https://review.openstack.org/41884900:52
*** kjorgen__ has quit IRC00:57
*** kjorgensen has joined #openstack-rally00:58
*** kjorgensen has quit IRC01:02
*** kjorgensen has joined #openstack-rally01:09
*** dave-mccowan has quit IRC01:10
*** kjorgensen has quit IRC01:10
*** kjorgensen has joined #openstack-rally01:11
*** kjorgensen has quit IRC01:15
openstackgerritDavanum Srinivas (dims) proposed openstack/rally: [WIP] ignore me, kicking off a nova/rally/py35 build  https://review.openstack.org/41970101:16
*** kjorgensen has joined #openstack-rally01:21
*** yanyanhu has joined #openstack-rally01:24
*** kjorgensen has quit IRC01:25
*** zackf has quit IRC01:27
*** catintheroof has quit IRC01:29
*** dave-mccowan has joined #openstack-rally01:36
openstackgerritHai Shi proposed openstack/rally: [verification]add --html-static to rally verify report  https://review.openstack.org/41959701:50
*** kjorgensen has joined #openstack-rally02:14
*** dave-mccowan has quit IRC02:17
*** kjorgensen has quit IRC02:18
*** kjorgensen has joined #openstack-rally02:23
*** kjorgensen has quit IRC02:27
*** kjorgensen has joined #openstack-rally02:32
*** kjorgensen has quit IRC02:37
*** kjorgensen has joined #openstack-rally02:40
*** kjorgensen has quit IRC02:44
*** ilbot3 has quit IRC02:45
*** ilbot3 has joined #openstack-rally02:48
*** kjorgensen has joined #openstack-rally03:24
*** kjorgensen has quit IRC03:28
*** kjorgensen has joined #openstack-rally03:30
*** kjorgensen has quit IRC03:34
*** dave-mccowan has joined #openstack-rally04:10
*** dave-mccowan has quit IRC04:12
*** kiran-r has joined #openstack-rally04:51
*** kiran-r has quit IRC04:57
*** psuriset_ has quit IRC07:14
*** psuriset_ has joined #openstack-rally08:10
*** ajo has quit IRC08:53
*** ajo has joined #openstack-rally08:55
*** yanyanhu has quit IRC09:24
*** abalutoiu has quit IRC10:17
rallydev-bot[From Gitter] helanyao : @andreykurilin Thank you for remembering me:) I am sorry to take your time. I figured out my openstack got problems. I reinstalled the openstack and your code moved on. Good work~13:15
*** abehl has joined #openstack-rally13:15
rallydev-bot[From Gitter] andreykurilin : @helanyao heh13:22
rallydev-bot[From Gitter] helanyao : @andreykurilin for such kind of failure 'tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest ... fail', do you know how to debug it?13:29
rallydev-bot[From Gitter] helanyao : 55 failed tempest cases13:29
rallydev-bot[From Gitter] andreykurilin : can you share any trace?13:30
rallydev-bot[From Gitter] helanyao : sure13:30
rallydev-bot[From Gitter] helanyao : @andreykurilin here is the log: http://paste.openstack.org/show/594933/13:32
rallydev-bot[From Gitter] helanyao : [edit] 45 failed tempest cases13:32
rallydev-bot[From Gitter] andreykurilin : @helanyao you can try `rally verify show --detailed`. It will show traces of all failures13:33
rallydev-bot[From Gitter] helanyao : @andreykurilin here is the detailed log: http://paste.openstack.org/show/594934/13:37
rallydev-bot[From Gitter] andreykurilin : ok, we have some network problems13:38
rallydev-bot[From Gitter] helanyao : is the network supposed to be created by the test case?13:40
rallydev-bot[From Gitter] helanyao : how shall I handle with these failures13:40
rallydev-bot[From Gitter] andreykurilin : I don't know:) I'm not a tempest guru. tempest is just some tool for me that we launch :) let13:41
rallydev-bot[From Gitter] andreykurilin : let's check network section of config file13:41
rallydev-bot[From Gitter] andreykurilin : ~/.rally/verification/verifier-<uuid-of-verifier>/for-deployment-<uuid-of-deploymnet>/tempest.conf13:43
rallydev-bot[From Gitter] helanyao : let me try13:43
rallydev-bot[From Gitter] helanyao : http://paste.openstack.org/show/594935/13:46
rallydev-bot[From Gitter] andreykurilin : can you show details of 7c8fde90-db18-4517-ac10-d6efaf5d6c69 via neutron or openstackclient?13:47
rallydev-bot[From Gitter] helanyao : sure13:48
rallydev-bot[From Gitter] helanyao : root@a3bd6a778f46:~# neutron net-show 7c8fde90-db18-4517-ac10-d6efaf5d6c6913:50
rallydev-bot[From Gitter] helanyao : Unable to find network with name or id '7c8fde90-db18-4517-ac10-d6efaf5d6c69'13:50
rallydev-bot[From Gitter] helanyao : root@a3bd6a778f46:~# neutron net-list13:51
rallydev-bot[From Gitter] helanyao : +--------------------------------------+---------+-------------------------------------------------------+13:51
rallydev-bot[From Gitter] helanyao : | id                                   | name    | subnets                                               |13:51
rallydev-bot[From Gitter] helanyao : +--------------------------------------+---------+-------------------------------------------------------+13:51
rallydev-bot[From Gitter] helanyao : | df49e872-9412-40bc-8707-70273ce5c448 | ext-net | a0e32c0f-9b93-44e4-9e84-bd647f065a63 192.168.132.0/24 |13:51
rallydev-bot[From Gitter] helanyao : +--------------------------------------+---------+-------------------------------------------------------+13:51
rallydev-bot[From Gitter] andreykurilin : I can assume that you reinstalled openstack, but did not run `rally verify configure-verifier --recreate`, so network-id from previous "cloud" was hardcoded13:51
rallydev-bot[From Gitter] andreykurilin : you can regenerate the whole config file13:52
rallydev-bot[From Gitter] andreykurilin : or try to override just one option13:52
rallydev-bot[From Gitter] andreykurilin : so exception from ` tempest.api.compute.servers.test_create_server*` looks valid :)13:53
rallydev-bot[From Gitter] andreykurilin : @helanyao ,  PS: `rally verify configure-verifier --show` is the right way to show configs...it is better than looking for it at .rally/verification... dirs :)13:54
rallydev-bot[From Gitter] helanyao : the verifier config is recreated every time when the config exists13:57
rallydev-bot[From Gitter] andreykurilin : ?13:57
rallydev-bot[From Gitter] helanyao : the recreated logic is already in my code13:57
rallydev-bot[From Gitter] andreykurilin : strange13:58
rallydev-bot[From Gitter] andreykurilin : @helanyao did you use --force flag there? if not, config will not be recreated13:58
rallydev-bot[From Gitter] andreykurilin : *recreate13:58
rallydev-bot[From Gitter] helanyao : no --force13:58
rallydev-bot[From Gitter] helanyao : let me update the code13:59
rallydev-bot[From Gitter] andreykurilin : --force is not required13:59
rallydev-bot[From Gitter] andreykurilin : sorry13:59
rallydev-bot[From Gitter] andreykurilin : but do you use --recreate flag?13:59
rallydev-bot[From Gitter] helanyao : per the log, it prompted the config is recreated13:59
rallydev-bot[From Gitter] andreykurilin : hm13:59
rallydev-bot[From Gitter] andreykurilin : strange13:59
rallydev-bot[From Gitter] andreykurilin : can you try to remove it again and create call configure again?13:59
rallydev-bot[From Gitter] andreykurilin : *remove it manually14:00
rallydev-bot[From Gitter] helanyao : it will break the verifier14:00
rallydev-bot[From Gitter] helanyao : it complaint no tempest.conf14:00
rallydev-bot[From Gitter] helanyao : I did it before14:00
rallydev-bot[From Gitter] helanyao : that's the main reason why using rally verify configure-verifier --recreate14:00
rallydev-bot[From Gitter] andreykurilin : If you remove it manually and call `rally verify configure-verifier` it should not raise any exceptions14:01
rallydev-bot[From Gitter] helanyao : if i remembered it correctly, it will still complain in your case14:02
rallydev-bot[From Gitter] andreykurilin : it should not14:02
rallydev-bot[From Gitter] helanyao : but last time was days ago and I was not sure the error is still there with the latest code14:03
rallydev-bot[From Gitter] helanyao : let me try14:03
rallydev-bot[From Gitter] helanyao : it complained14:04
rallydev-bot[From Gitter] andreykurilin : please share full log14:05
rallydev-bot[From Gitter] helanyao : http://paste.openstack.org/show/594936/14:05
rallydev-bot[From Gitter] helanyao : I just renamed the tempest.log14:05
rallydev-bot[From Gitter] andreykurilin : ok, let me check the code14:06
rallydev-bot[From Gitter] helanyao : the format does not look quite good :(14:06
rallydev-bot[From Gitter] andreykurilin : @helanyao please run `rally verify configure-verifier --recreate`. It should not raise an error14:13
*** abehl has quit IRC14:16
rallydev-bot[From Gitter] helanyao : is the code changed, it complained 'rally: error: unrecognized arguments: --recreate'14:17
rallydev-bot[From Gitter] helanyao : rally --version14:17
rallydev-bot[From Gitter] helanyao : 0.7.1~dev26914:17
rallydev-bot[From Gitter] helanyao :14:17
rallydev-bot[From Gitter] helanyao : --reconfigure         Reconfigure verifier.14:17
rallydev-bot[From Gitter] helanyao : --force               (Re)configure verifier regardless of its status.14:17
rallydev-bot[From Gitter] helanyao : i did not realize the help has changed so much14:18
rallydev-bot[From Gitter] andreykurilin : Oh14:18
rallydev-bot[From Gitter] helanyao : am i using the right version of rally?14:18
rallydev-bot[From Gitter] andreykurilin : Yes14:19
rallydev-bot[From Gitter] andreykurilin : sorry, it should be the last change14:19
rallydev-bot[From Gitter] helanyao : --recreate was there days ago14:19
rallydev-bot[From Gitter] andreykurilin : even I forgot about it. we merged it yesturdat14:19
rallydev-bot[From Gitter] andreykurilin : now it is --reconfigure14:19
rallydev-bot[From Gitter] helanyao : ...14:19
rallydev-bot[From Gitter] andreykurilin : sorry :(14:19
rallydev-bot[From Gitter] andreykurilin : it should be the last such change14:20
rallydev-bot[From Gitter] helanyao : i am wondering why my code did not complain about the new change :(14:20
rallydev-bot[From Gitter] helanyao : let me use the new CLI14:20
rallydev-bot[From Gitter] andreykurilin : maybe that cause the issue that configuration was not updated?14:20
rallydev-bot[From Gitter] helanyao : I am keeping my figured crossed for that. too many changes are putting my project at risk14:21
rallydev-bot[From Gitter] andreykurilin : I'll try to help you to finish porting to 0.8.0 (will be released next week)14:22
rallydev-bot[From Gitter] helanyao : will 0.8.0 almost the same with what is now?14:23
rallydev-bot[From Gitter] andreykurilin : yes. 0.8.0 is not release 0.7.1devXXX14:23
rallydev-bot[From Gitter] helanyao : see14:23
rallydev-bot[From Gitter] helanyao : thx for all ur support14:23
rallydev-bot[From Gitter] andreykurilin : I want to add "junit", "csv" outputs for rally verify report. + finish docs. After that I'll cut a release14:24
rallydev-bot[From Gitter] andreykurilin : [edit] I want to add "junit", "csv" outputs for rally verify report. + finish updating docs. After that I'll cut a release14:24
rallydev-bot[From Gitter] andreykurilin : so nothing should change in your script14:24
rallydev-bot[From Gitter] helanyao : awesome14:25
rallydev-bot[From Gitter] andreykurilin : I think it will happen next week14:25
rallydev-bot[From Gitter] andreykurilin : if we do not find any critical bugs14:25
rallydev-bot[From Gitter] helanyao : hopefully once the 0.8.0 comes out, I can set my code to bind with that release:)14:26
rallydev-bot[From Gitter] andreykurilin : I hope so too14:26
rallydev-bot[From Gitter] helanyao : good work with the refactoring14:27
rallydev-bot[From Gitter] helanyao : the cmd sounds more reasonable14:27
rallydev-bot[From Gitter] helanyao : though the adoption took some effort :worried:14:27
rallydev-bot[From Gitter] andreykurilin : thanks for good words. It was planned more than a year ago. unfortunately, we found time for it only at the end of 201614:28
rallydev-bot[From Gitter] andreykurilin : imo, after we add some docs, adoption should become more easier14:28
rallydev-bot[From Gitter] helanyao : yep14:29
rallydev-bot[From Gitter] helanyao : one side question, r u dedicated to rally? or u work on other project as well14:29
rallydev-bot[From Gitter] andreykurilin : yes, I'm dedicated to Rally now. + I'm novaclient's core, but it doesn't take a lot of time.14:30
rallydev-bot[From Gitter] helanyao : wow~14:31
rallydev-bot[From Gitter] helanyao : @andreykurilin is this 'rally verify configure-verifier --reconfig' supported?14:34
rallydev-bot[From Gitter] helanyao : it seems to me it works as well14:34
rallydev-bot[From Gitter] helanyao : the same as --reconfigure14:34
rallydev-bot[From Gitter] andreykurilin : O_o14:35
rallydev-bot[From Gitter] andreykurilin : only one flag should present14:35
rallydev-bot[From Gitter] helanyao : is 'rally verify configure-verifier --reconfig' == ''rally verify configure-verifier --reconfigure'?14:36
rallydev-bot[From Gitter] andreykurilin : yes14:36
rallydev-bot[From Gitter] andreykurilin : the second command is the right one14:36
rallydev-bot[From Gitter] andreykurilin : now14:36
rallydev-bot[From Gitter] helanyao : the first one is still working on my side14:36
rallydev-bot[From Gitter] andreykurilin : it is strange14:37
rallydev-bot[From Gitter] andreykurilin : very strange14:37
rallydev-bot[From Gitter] helanyao : i was a bit suprised by the fact as well14:37
rallydev-bot[From Gitter] helanyao : anyway, no big deal14:37
rallydev-bot[From Gitter] andreykurilin : How do you update rally?14:38
*** dave-mccowan has joined #openstack-rally14:39
rallydev-bot[From Gitter] helanyao : I pulled the latest code from github and used pip install -U14:40
rallydev-bot[From Gitter] andreykurilin : ok. it doesn't sound like a critical issue now. does one of 'rally verify configure-verifier --reconfig', 'rally verify configure-verifier --reconfigure' work?14:43
rallydev-bot[From Gitter] helanyao : both of them are saying the config is updated14:44
rallydev-bot[From Gitter] andreykurilin : please share network section from `rally verify configure-verifier --show`14:45
rallydev-bot[From Gitter] helanyao : root@a3bd6a778f46:~# rally verify configure-verifier --show | grep network14:50
rallydev-bot[From Gitter] helanyao : fixed_network_name = tempest-net14:50
rallydev-bot[From Gitter] helanyao : [network]14:50
*** yamamoto has joined #openstack-rally14:50
rallydev-bot[From Gitter] helanyao : public_network_id = df49e872-9412-40bc-8707-70273ce5c44814:50
rallydev-bot[From Gitter] helanyao : [network-feature-enabled]14:50
rallydev-bot[From Gitter] helanyao : api_extensions = default-subnetpools,network-ip-availability,network_availability_zone,auto-allocated-topology,ext-gw-mode,binding,agent,subnet_allocation,l3_agent_scheduler,tag,external-net,flavors,net-mtu,availability_zone,quotas,l3-ha,provider,multi-provider,address-scope,extraroute,subnet-service-types,standard-attr-timestamp,service-type,l3-flavors,extra_dhcp_opt,stan14:50
rallydev-botdard-attr-revisions,pagination,sorting,security-group,dhcp_agent_scheduler,r14:50
rallydev-bot[From Gitter] helanyao : outer_availability_zone,rbac-policies,standard-attr-description,router,allowed-address-pairs,project-id,dvr14:50
rallydev-bot[From Gitter] helanyao :14:50
rallydev-bot[From Gitter] andreykurilin : ok, not it looks like public_network_id is the right14:50
rallydev-bot[From Gitter] andreykurilin : please try to rerun failed verificaiton14:50
rallydev-bot[From Gitter] helanyao : the tests are still ongoing. it takes quite quite a long time14:51
rallydev-bot[From Gitter] andreykurilin : btw, you can use `rally verify rerun --failed` to just relaunch failed tests from previous verification14:52
rallydev-bot[From Gitter] helanyao : neutron net-show df49e872-9412-40bc-8707-70273ce5c448 is working14:52
rallydev-bot[From Gitter] helanyao : i think it's more likely to get more passing tests14:52
rallydev-bot[From Gitter] helanyao : good tip14:53
*** yamamoto has quit IRC14:56
rallydev-bot[From Gitter] helanyao : @andreykurilin good news. the latest execution passed15:01
rallydev-bot[From Gitter] andreykurilin : cool!15:01
rallydev-bot[From Gitter] helanyao : I am done with rally verify and moving on to rally task15:02
rallydev-bot[From Gitter] helanyao : is there any big change for 'rally task'?15:02
rallydev-bot[From Gitter] andreykurilin : All changes were done in backward compatible way in task component15:03
*** yamamoto has joined #openstack-rally15:04
rallydev-bot[From Gitter] helanyao : hooray~15:04
rallydev-bot[From Gitter] andreykurilin : unfortunately, we could not do planned changes with verification component in backward compatible way. As you can see, we changed too much stuff:)15:04
rallydev-bot[From Gitter] helanyao : you should make a big note about it in your release note :)15:05
rallydev-bot[From Gitter] andreykurilin : yeah :(15:06
*** yamamoto has quit IRC15:08
*** yamamoto has joined #openstack-rally15:09
openstackgerritAndrey Kurilin proposed openstack/rally: [verification] add junit reporter  https://review.openstack.org/42019915:11
rallydev-bot[From Gitter] helanyao : @andreykurilin a minor bug for rally.task.engine, a comma is missed from this print out line 'rally.task.engine [-] Full duration is 5.051953'15:13
rallydev-bot[From Gitter] helanyao : for the other outputs, they are 'rally.task.engine [-] Load duration is: 0.809433' and 'rally.task.engine [-] Full runner duration is: 0.838899'15:13
rallydev-bot[From Gitter] andreykurilin : got it thanks15:14
rallydev-bot[From Gitter] helanyao : our code was counting on the comma for the splitting to get out the duration value :-(15:14
rallydev-bot[From Gitter] andreykurilin : helanyao: why you are parsing raw output?15:15
*** yamamoto has quit IRC15:15
rallydev-bot[From Gitter] helanyao : is there any decent way to get the duration value except for parsing the stdout15:15
rallydev-bot[From Gitter] helanyao : we want to keep the duration15:15
rallydev-bot[From Gitter] helanyao : i found two bugs today. how about i raising them in your system? I hope to be continuously notified :smile:15:17
rallydev-bot[From Gitter] andreykurilin : you can file bugs via https://bugs.launchpad.net/rally/ . btw, you can also help us with bug-fixes ;)15:18
rallydev-bot[From Gitter] helanyao : i would like to contribute15:18
rallydev-bot[From Gitter] andreykurilin : cool15:18
rallydev-bot[From Gitter] helanyao : is there any permission for gerrit checkin?15:18
rallydev-bot[From Gitter] andreykurilin : @helanyao http://rally.readthedocs.io/en/latest/contribute.html#how-to-contribute15:19
rallydev-bot[From Gitter] andreykurilin : you need to sign some CLA15:19
rallydev-bot[From Gitter] andreykurilin : about durations... it looks like our json report s*cks15:20
rallydev-bot[From Gitter] helanyao : my project is also a testing project and its CLI needs to print some summary15:21
rallydev-bot[From Gitter] helanyao : the rally report has more info for the summary15:21
rallydev-bot[From Gitter] andreykurilin : yes, we should port a lot of summary data from html to json15:22
rallydev-bot[From Gitter] helanyao : is the json available now15:23
rallydev-bot[From Gitter] andreykurilin : I think rally task detailed contains all requried data too15:23
*** yamamoto has joined #openstack-rally15:23
rallydev-bot[From Gitter] helanyao : which is the cmd15:23
rallydev-bot[From Gitter] andreykurilin : @helanyao json is available for a long time, but it doesn't contain summary. we should add it15:23
rallydev-bot[From Gitter] andreykurilin : `rally task detailed` :)15:23
*** yamamoto has quit IRC15:24
rallydev-bot[From Gitter] andreykurilin : you still will need to parse it... but it contains information in unified form15:24
rallydev-bot[From Gitter] helanyao : when will the json with summary available15:24
rallydev-bot[From Gitter] andreykurilin : when somebody helps us with that :( unfortunately, rally team is small now...15:25
rallydev-bot[From Gitter] helanyao : how many people are there in the team?15:25
rallydev-bot[From Gitter] andreykurilin : you can check it via "commits" column of http://stackalytics.com/report/contribution/rally/30 . we do not have enough contributors and enough cores now:( There are a lot of companies which decreased involvement in OpenStack.15:28
rallydev-bot[From Gitter] helanyao : I heard about that news15:32
rallydev-bot[From Gitter] helanyao : what a pity15:32
rallydev-bot[From Gitter] andreykurilin : yes. so I'm, as a Rally Project Team Lead, open for new contributors, sharing experience with them. Also I'm interesting in increasing our rally-core team15:34
rallydev-bot[From Gitter] helanyao : how to become a core?15:34
rallydev-bot[From Gitter] helanyao : [edit] how to become a core member?15:34
*** vaidy has quit IRC15:36
rallydev-bot[From Gitter] andreykurilin : To become a core member, the person should have enough knowledge at least of one of rally components and make good reviews of changes from other contributors15:38
rallydev-bot[From Gitter] helanyao : see. I will think about it15:38
rallydev-bot[From Gitter] helanyao : thx for ur quick response15:38
*** yamamoto has joined #openstack-rally15:39
rallydev-bot[From Gitter] helanyao : I have to go now. It's late in my time. It's good to get ur reponse even on weekend. Have a good weekend:)15:39
rallydev-bot[From Gitter] andreykurilin : good luck!15:40
*** vaidy has joined #openstack-rally15:47
rallydev-bot[From Gitter] helanyao : @andreykurilin are you still there? the sla config for "Authenticate.validate_neutron" is quite weird - http://paste.openstack.org/show/594941/15:49
openstackgerritAndrey Kurilin proposed openstack/rally: [verification] add junit reporter  https://review.openstack.org/42019915:49
rallydev-bot[From Gitter] helanyao : @andreykurilin after running tempest cases, the testing stubs are still there especially the network stuff15:50
rallydev-bot[From Gitter] helanyao : which caused 'Authenticate.validate_neutron' to fail.15:51
rallydev-bot[From Gitter] helanyao : I have to run, ttyl15:51
rallydev-bot[From Gitter] andreykurilin : check rally output. for some reasons rally failed to create temporary users15:53
*** yamamoto has quit IRC15:53
*** e0ne has joined #openstack-rally16:07
*** catintheroof has joined #openstack-rally16:14
*** e0ne has quit IRC16:25
*** sskripnick has joined #openstack-rally16:51
*** pcaruana has joined #openstack-rally17:05
*** pcaruana has quit IRC17:07
*** abalutoiu has joined #openstack-rally17:31
*** catintheroof has quit IRC17:59
*** catintheroof has joined #openstack-rally17:59
*** catintheroof has quit IRC18:00
*** jkilpatr has quit IRC18:07
*** jkilpatr has joined #openstack-rally18:09
openstackgerritDavanum Srinivas (dims) proposed openstack/rally: [WIP] ignore me, kicking off a nova/rally/py35 build  https://review.openstack.org/41970118:12
*** e0ne has joined #openstack-rally18:39
*** zackf has joined #openstack-rally19:05
*** zackf has quit IRC19:36
*** e0ne has quit IRC19:42
*** psuriset_ has quit IRC20:02
*** zackf has joined #openstack-rally21:12
*** zackf has quit IRC21:16
*** dave-mccowan has quit IRC21:16
*** haukebruno has quit IRC21:21
*** haukebruno has joined #openstack-rally21:22
*** dave-mccowan has joined #openstack-rally21:31
*** catintheroof has joined #openstack-rally22:59
*** catintheroof has quit IRC23:04
*** catintheroof has joined #openstack-rally23:30

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