08:31:34 #startmeeting yardstick work meeting 08:31:34 Meeting started Mon Jul 17 08:31:34 2017 UTC. The chair is rbbratta. Information about MeetBot at http://wiki.debian.org/MeetBot. 08:31:34 Useful Commands: #action #agreed #help #info #idea #link #topic. 08:31:34 The meeting name has been set to 'yardstick_work_meeting' 08:31:45 #topic roll call 08:31:57 #info Ross 08:31:59 #info Jack 08:32:15 #info Jing_Lu 08:32:16 #info Kanglin 08:32:58 #info deepak 08:33:14 #info Rex 08:33:16 #info Ace 08:34:14 #topic action item follow up 08:34:49 I think the only action item was anteater, which is now enabled. 08:35:11 Any other agenda items before we proceed? 08:35:58 #topic Danube 3.1 08:36:16 #info Danube 3.1 was git tagged 08:36:27 did we build docker for danube.3.1? 08:36:42 We had a request to delete the docker.3.0 image to prevent confusion 08:36:45 I've tag our docker image with tag danube.3.1 this morning 08:37:18 can we delete danube.3.0 docker image? 08:37:49 I didn't have the right to delete 08:38:40 deleting it won't affect Dovetail? 08:39:15 we would have to file a ticket with helpdesk to ask them to delete it 08:39:25 We have informed Dovetail, they will use 3.1 08:39:48 okay, so we just need action item to request danube.3.0 container deletion 08:40:09 JingLu: can you file ticket with helpdesk? 08:40:41 rbbratta: so we do not need danube.3.0 docker image anymore? 08:40:45 Have people been following the docker version thread on test-wg 08:40:51 rbbratta okay, I will do it after meeting 08:41:16 JackChan: Alec Hothan asked if we could remove danube.3.0 to avoid confusion 08:41:39 since the docker danube.3.0 container does not exactly match the danube.3.0 git tag, it is misleading 08:41:48 rbbratta: ok 08:41:51 docker containers should always match the git tag 08:42:10 but they we going to discuss all this versioning business at some test-wg meeting soon. 08:42:55 we will probably come up with a way to include git commit id in every container, so we can match container to exact git commit 08:43:46 #action JingLu file ticket to delete danube.3.0 docker container 08:44:02 #info https://wiki.opnfv.org/display/meetings/Test+Working+Group+Weekly+Meeting July 27 agenda: Docker container management (versioning and build workflow) 08:44:44 #info please check the test-wg July 27th agenda for details on docker container versioning proposals 08:44:52 next topic, the release itself. 08:45:39 I noticed https://gerrit.opnfv.org/gerrit/#/c/37483/ was merged on the last day 08:46:09 was there a reason we merged this? 08:47:00 Deepak S proposed yardstick: Fix adding right deb repo based on the distro we are running on https://gerrit.opnfv.org/gerrit/35353 08:47:03 rbbratta: we want to support centos in danube.3.0 08:47:43 since centos/redhat is very important to us. 08:48:00 was it tested? 08:48:23 yes, I tested it in redhat. 08:48:43 as I understand the release procedures, testing was supposed to have been completed on July 12th. We merged after that date. 08:49:10 merged at the last minute is very risky 08:49:17 *merging 08:49:46 rbbratta: ok, maybe next time, we should check it earlier. 08:50:44 I would expect critical issues to be added to meeting agendas and discussed before release. Because in general we should be reducing risk as we prepare for release 08:51:27 okay, we can work on process more for upcoming releases 08:52:08 but we have had various issues with yardstick CI breaking all through danube releases. mostly due to git branch issues. 08:53:17 for Euphrates I suspect there will be increased checking by release managers to make sure we don't break CI. 08:54:31 any other issues/concerns with Danube release? We are finally done! :) no more Danube, we can focus on Euphrates. 08:55:03 next topic 08:55:15 #topic unittests 08:55:33 there was some unittest breakage due to the heat change. 08:56:10 we have been observing some differences between locally-run unittest results and Jenkins results. 08:56:25 different tests fail in a local environment. 08:56:48 I'm trying to narrow it down. Has anyone else seen unittest issues? 08:57:08 rbbratta: yes, and some unit test case failed randomly. 08:58:05 our local result is different from ci sometimes. 08:58:37 I'm running on Fedora, I assume the Jenkins systems are Ubuntu 14.04, but I can check. 08:58:48 Seems failures are most on NSB unittest 08:58:58 I also though about adding more Jenkins slaves, maybe I can add a system to pharos to run more unittests. 08:59:38 #info kubi 08:59:42 sorry for the late 09:00:09 The other issues is unittest speed. I'm trying to speed up the unittests. We need to modify run_tests.sh so we don't duplicate coverage on both py27 and py3. 09:00:54 We also need to watch out for uncessary delays. I have gone through all the results locally and found the slowest tests. 09:01:27 All the slowest tests are using hardcoded time.sleep(5) calls. These sleeps should not be run in unittests, we need to mock these out. 09:02:31 agree 09:02:57 rbbratta: but if we do not sleep, some case will be failed. 09:03:00 I will try to add documentation somewhere, or make sure when we code-review unittests that we check for time.sleep() and make sure they are mocked 09:03:32 JackChan: then we need to fix those tests. The calls to external resources should be mocked. 09:04:11 rbbratta: got it. 09:04:23 There are examples in the fixes, for example I added a while loop to wait until a queue is full before continuing 09:05:38 On local tests I reduced the time from 1m30s to 3s 09:06:12 unittests should be nearly instantaneous. 09:06:31 so please review the remaning unittest fixes so we can merge. 09:06:43 ok 09:07:26 next topic 09:07:46 #topic Euphrates MS5 feature freeze 09:08:42 I have been updating Jira, but we all need to focus on MS5. We will lower merge criteria somewhat so we can merge all the features ever if not completely working 09:09:26 Please update at meeting if there are any features that are blocked or delayed or that otherwise might miss MS5. 09:09:40 MS5 is July 28th 09:10:10 #info Please update at meeting if there are any features that are blocked or delayed or that otherwise might miss MS5 on July 28th 09:10:23 #link https://gerrit.opnfv.org/gerrit/#/c/33431/ 09:10:27 i think i have a task about fetch SUT infomation 09:11:06 This is live migration, I need to write more unittest case. But I have upload the gui. 09:11:44 #action Ross review https://gerrit.opnfv.org/gerrit/#/c/33431/ 09:12:24 I will do my best to write unittest case. but if I don't have enough time. we will need to merge it first. 09:12:48 yes, we might have to waive unittest or coverage requirements 09:13:45 rbbratta: yes 09:14:13 is yardstick CI expected to be stable during MS5? Can we break jenkins for a bit? 09:15:17 okay, but in general we expect everyone to make a best effort to get unittests and coverage passing before MS5 09:15:43 I think there is no requirement about CI during MS5. What do you want to do with it? 09:15:58 rbbratta: we will try our best effort to write unit test case. 09:16:26 JingLu: when we merge everything for MS5 I expect yardstick tests to break until we fix everything 09:16:53 so the installer tests might break 09:17:14 rbbratta got it. 09:17:59 but that might be expected, how has feature freeze worked in previous releases? 09:18:44 okay, maybe we can discuss more in next meeting. 09:19:05 the last topic was scale-up/scale-out, but we can push that to next meeting. 09:19:33 based on requirements I expect we can implement scale-up/scale-out using bottlenecks, but we have to ask bottlenecks people. 09:19:47 #topic AoB 09:20:00 I noticed that jing have a action items about deleting danube.3.0 docker container, I agree with that. But that would make CVP.0.2.0 failed. From my perspective, we can delete the danube.3.0 image one week later, then, they will have a CVP.0.3.0 which will integrate Yardstick Danube.3.1, so they don't need the Yardstick Danube.3.0 any more 09:20:27 kubi001: okay 09:20:36 thanks 09:21:08 I will file the ticket one week later 09:21:13 #info delay docker danube.3.0 container deletion until after CVP.0.3.0 09:22:00 anything else? 09:22:29 going twice 09:22:45 #endmeeting