14:00:19 #startmeeting Solum Team Meeting 14:00:21 Meeting started Wed Aug 10 14:00:19 2016 UTC and is due to finish in 60 minutes. The chair is devkulkarni. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:23 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:26 The meeting name has been set to 'solum_team_meeting' 14:01:10 hey devkulkarni 14:01:17 hi zhurong 14:01:20 good to see you 14:01:31 I was just looking at your patch: https://review.openstack.org/#/c/349160/ 14:01:35 devkulkarni :D 14:02:42 hi 14:02:44 devkulkarni yep, this is solum-dashboard for the i18n 14:03:05 Hi Ablu 14:03:07 in the commit message of that patch, the Blueprint link is not resolving. this is due to an old issue of solum namespace not being properly configured in launchpad for blueprints 14:03:11 hi Ablu 14:04:03 devkulkarni yep, there no need really have the bp in lp, just a mark for this commit. :) 14:04:07 zhurong: can you include the actual link as well in the commit message? we have been doing that to get around this issue 14:04:56 or you can just create a bug and include Closes-Bug tag in the commit message 14:05:01 anything is fine 14:05:59 zhurong: btw, can you include some references to any other projects/resources where this has been implemented? 14:06:53 that way it will be easier to review.. you can either include them in the commit message or as a comment on a patch set 14:08:20 apart from that there are patches from pt_15 14:08:31 https://review.openstack.org/#/q/project:openstack/solum-dashboard+status:open,n,z 14:08:59 yesterday I was discussing with her about an issue that she found with the app update command in cli 14:09:17 due to that her app update patch is blocked 14:09:46 but other patches are probably good to go.. I haven't gotten around to trying them after last week 14:09:55 hopefully I will get around to that this week 14:11:34 looks like our gates have been moved over to use ubuntu-xenial 14:11:39 https://review.openstack.org/#/c/348690/ 14:12:33 and that is causing py27 and py34 to fail 14:13:08 looks like we need to look at what is going on with the gate.. 14:14:09 devkulkarni sorry for the network break 14:15:17 zhurong: no worries.. I was just realizing that our upstream gates have been switched over to use ubuntu xenial.. and py27 and py34 jobs are failing.. 14:15:52 Well I g2g already. But I finished my last exam today. So I will work on solum the next week again 14:16:02 devkulkarni rellay a bad news 14:16:15 zhurong: I was wondering if you would be interested in diagnosing this if you have some bandwidth.. it will be a good way to get more understanding about the gating infrastructure 14:16:29 Ablu: cool.. now you must be feeling relaxed :) 14:18:08 what needs to be done is - 1) spin up a xenial server (locally or in cloud vm) 2) run tox py27 and tox py34 3) diagnose issues 14:18:21 devkulkarni I will try to solve this. :) 14:20:12 zhurong: awesome !! I will be available anytime you need to discuss/brainstorm anything.. I have done such things before, so thought this will be a good opportunity for some of you to get understanding of this process.. :) 14:20:55 zhurong: looking at the logs, http://logs.openstack.org/90/348690/3/check/gate-solum-python27-ubuntu-xenial/dfe7fab/console.html#_2016-08-08_11_28_01_207497 14:21:19 I hope that the issue is something straight forward to address 14:21:29 logs show that only one test is failing 14:22:30 looks like 'is_admin_project': True pair needs to be added to the test data 14:22:31 http://logs.openstack.org/90/348690/3/check/gate-solum-python27-ubuntu-xenial/dfe7fab/console.html#_2016-08-08_11_28_04_502030 14:23:02 yeah, I think it should be that.. 14:23:13 devkulkarni I am try to debug this 14:25:08 we don't have any other py27 gate jobs.. I bet if we had any others, say for other versions of ubuntu, those would have failed as well.. the issue does not seem to be related to version of ubuntu 14:25:41 sounds good zhurong 14:25:51 I think the fix should be straight forward 14:26:08 devkulkarni tox -epy27 give the error 14:27:04 checking the test 14:28:53 zhurong: can you try modifying line 58 in https://github.com/openstack/solum/blob/755a9845001e4f032f993c5f94e7f17465c6bc4e/solum/tests/common/test_trace_data.py to include 'is_admin_project': True, 14:29:14 modify that locally and then run tox -epy27 again 14:29:22 I think that will pass 14:29:51 devkulkarni give me some minutes, almost done 14:30:04 yep 14:30:42 devkulkarni fix the pep8 error, I will submit the patch 14:31:23 was pep8 also failing? 14:31:31 I thought py27 and py34 were failing 14:31:50 nop, I add some lines, the added line have pep8 error 14:31:58 ah I see 14:32:18 what was the outcome of running py27 and py34? 14:34:33 hi vijendar 14:34:40 devkulkarni hi 14:34:42 we have zhurong as well 14:34:49 hi zhurong 14:34:57 Ablu was also here but had to leave 14:35:01 hi vijendar 14:37:01 vijendar: we were discussing about gate being broken 14:37:07 ok 14:37:10 https://review.openstack.org/#/c/348690/ 14:37:28 zhurong is investigating it and will submit a patch to fix it 14:37:51 cool. Thanks zhurong for looking into it 14:38:36 devkulkarni vijendar done 14:38:45 patch is submited 14:38:50 nice 14:39:18 zhurong: awesome !! 14:39:22 very quick 14:40:03 lets see how the gates vote for this 14:40:34 we also have several dashboard patches from pt_15 14:40:36 https://review.openstack.org/#/q/project:openstack/solum-dashboard+status:open,n,z 14:40:47 devkulkarni had passed in my env 14:41:01 zhurong, I think you have gone through these patches, right? 14:41:25 devkulkarni: did you get a chance to try those patches (pt_15) on your env? 14:41:31 zhurong: oh nice. so if it passed in your env, gate will most likely pass it as well 14:41:43 vijendar: I had tried them last week and given feedback to pt_15 14:41:44 devkulkarni yep, I helped her submit a patch what can not get the upload file 14:42:27 zhurong: ah nice !! I see that: https://review.openstack.org/#/c/349279/ 14:42:36 devkulkarni: good.. will try to test them this week. Last time when I tried couple of weeks back, there were some merge conflicts and was unable to test 14:43:10 vijendar: cool.. that will be really helpful.. I also plan to test them this week 14:43:20 devkulkarni vijendar not almostly, I will go through those later, here we a almost 11:00 pm 14:44:11 zhurong: sure.. anytime this week if all can go through them that will be nice. then we can try to get them merged 14:44:38 devkulkarni OK :D 14:45:26 zhurong: really appreciate you guiding and helping out pt_15 14:46:00 well, that's all I had for today.. 14:46:08 devkulkarni My pleasure 14:46:22 any other thing to discuss? if not, we can break and get 15 minutes back 14:47:03 nothing from me 14:47:07 devkulkarni nop 14:47:26 ok then 14:47:37 thanks zhurong, Ablu, vijendar for joining today 14:47:46 see you on solum irc channel during the week 14:47:56 and again in this channel next week for our weekly irc meeting 14:48:03 #endmeeting