Tuesday, 2016-05-03

*** cknight has quit IRC00:01
*** gouthamr has quit IRC00:31
*** suyash has quit IRC00:33
*** soumit has joined #openstack-manila00:34
*** gouthamr has joined #openstack-manila00:54
*** bill_az has quit IRC01:08
*** david-lyle has joined #openstack-manila01:09
*** yangyapeng has joined #openstack-manila01:20
*** yangyapeng has quit IRC01:28
*** gouthamr has quit IRC03:02
*** soumit has quit IRC04:36
*** rraja has joined #openstack-manila04:43
*** yangyapeng has joined #openstack-manila06:29
openstackgerritNidhiMittalHada proposed openstack/manila: Test: make enforce_type=True in CONF.set_override  https://review.openstack.org/31071406:30
-openstackstatus- NOTICE: Filesystem on logs.openstack.org is broken, we are on the process of repairing it. Please stop checking your jobs until further notice06:44
*** ChanServ changes topic to "Filesystem on logs.openstack.org is broken, we are on the process of repairing it. Please stop checking your jobs until further notice"06:44
*** wangqun has joined #openstack-manila07:11
*** kaisers1 has joined #openstack-manila07:17
*** wangqun_ has joined #openstack-manila07:34
*** wangqun has quit IRC07:36
*** yangyapeng has quit IRC07:37
*** yangyapeng has joined #openstack-manila07:38
*** chlong has quit IRC07:47
*** adrianofr_ has joined #openstack-manila07:57
*** rhagarty_ has joined #openstack-manila07:57
*** DuncanT_ has joined #openstack-manila07:58
*** adrianofr has quit IRC07:58
*** scottda has quit IRC07:58
*** DuncanT has quit IRC07:58
*** bhakta has quit IRC07:58
*** markstur has quit IRC07:58
*** ganso has quit IRC07:58
*** markstur_ has joined #openstack-manila07:58
*** scottda has joined #openstack-manila07:58
*** adrianofr_ is now known as adrianofr07:58
*** scottda has quit IRC07:58
*** scottda has joined #openstack-manila07:58
*** gluytium has quit IRC07:58
*** rhagarty has quit IRC07:58
*** bhakta has joined #openstack-manila07:59
*** sgotliv has joined #openstack-manila07:59
*** chlong has joined #openstack-manila08:01
*** DuncanT_ is now known as DuncanT08:02
*** gluytium has joined #openstack-manila08:02
*** ganso has joined #openstack-manila08:06
*** ChanServ changes topic to "OpenStack Shared File Systems Project | Manila"08:24
-openstackstatus- NOTICE: Logs filesystem has been successfully restored, please recheck your jobs08:24
-openstackstatus- NOTICE: Filesystem on docs-draft.openstack.org is broken, we are on the process of repairing it. Please stop checking jobs using this filesystem until further notice08:35
*** dmk0202 has joined #openstack-manila08:35
*** wangqun_ has quit IRC08:41
*** sgotliv has quit IRC09:03
*** sgotliv has joined #openstack-manila09:03
openstackgerritNidhiMittalHada proposed openstack/manila: Delete Snapshot: status wrongly set when busy  https://review.openstack.org/31199609:04
*** a_ta has quit IRC09:14
*** a_ta has joined #openstack-manila09:14
-openstackstatus- NOTICE: Docs-draft filesystem has been restored. Please check your affected jobs again09:22
*** rraja has quit IRC10:16
*** lpetrut has joined #openstack-manila10:17
*** rraja has joined #openstack-manila10:30
*** yangyapeng has quit IRC10:31
*** nidhimittalhada has joined #openstack-manila10:32
openstackgerritNidhiMittalHada proposed openstack/python-manilaclient: manila list --all-tenants should display projectID  https://review.openstack.org/31201711:15
nidhimittalhadahttps://review.openstack.org/310714,  https://review.openstack.org/311996 simple fixes for review. Kindly see. @cknight @gouthamr @vponomaryov @bswartz @ganso thank you.11:18
*** yangyapeng has joined #openstack-manila11:31
*** nidhimittalhada has quit IRC11:40
*** tpsilva has joined #openstack-manila11:57
openstackgerritzhongjun proposed openstack/manila: Add user_id echo in manila show/create/manage API  https://review.openstack.org/29811512:00
*** jcsp has joined #openstack-manila12:08
*** akerr has joined #openstack-manila12:37
*** akerr is now known as akerr_away12:37
openstackgerritzhongjun proposed openstack/python-manilaclient: Add snapshot instances admin APIs in CLI  https://review.openstack.org/30444912:38
openstackgerritzhongjun proposed openstack/python-manilaclient: Add snapshot instances admin APIs in CLI  https://review.openstack.org/30444912:39
*** akerr_away is now known as akerr12:40
*** gouthamr has joined #openstack-manila12:50
*** akerr has joined #openstack-manila12:51
*** xyang1 has joined #openstack-manila12:53
*** bill_az_ has joined #openstack-manila12:59
*** lpetrut has quit IRC13:06
*** akshai has joined #openstack-manila13:18
*** eharney has joined #openstack-manila13:28
tbarronSo what is the standards/guidance in the manila project for when one should add functional tests?  Any time one touches code that doesn't yet have coverage?13:31
*** porrua has joined #openstack-manila13:32
akerrtbarron: I expect 100% line coverage from functional tests for anything you write13:45
akerr:P13:46
tbarronakerr: :)13:46
* tbarron yawns13:47
rrajagouthamr: thanks for checking with openstack-manuals about updating docs for Mitaka.13:55
gouthamryou're welcome rraja..13:56
gouthamrtbarron: If it was broken, it was because there was no tempest test, so we should add as many so it doesn't break again :P that's my motto; ofcourse heavily influenced by vponomaryov..13:57
gouthamrtbarron: ofcourse, there's only very little that tempest can truly test13:57
akerrgouthamr: that's not really true, tempest can test quite a bit13:58
*** cknight has joined #openstack-manila13:58
gouthamrakerr: true.. but i would love to have some way to inject and test failures.. at service level, node failure, backend failure..13:59
*** cknight has quit IRC14:00
akerrgouthamr: honestly they'd be mostly boring failures.  From the black-box that tempest uses you'll just 500s mostly14:01
akerrgouthamr: its not so much that it can't do those tests, just that it's not worth it14:01
*** cknight has joined #openstack-manila14:02
akerror worse, you'd get timeouts which would just make the test runs agonizingly slow14:03
tbarronso going forwards, if we touch code and there's a behavioral change, we should create or modify a functional test as well as doing the corresponding unit tests?  Just checking what our standard is.14:03
gouthamrakerr: maybe, but there are many features we build and edge cases we predict that we can't trigger with true black box that relies on some level of 'ideal' setup at the gate.14:03
akerrtbarron: that sounds reasonable, if the behavioral change is admin/tenant visible14:04
gouthamrtbarron: yes.. if there are existing functional tests, add more as you add features; as long as you can test it via APIs14:04
*** esker has quit IRC14:04
tbarronakerr: gouthamr: makes sense to me14:10
*** martyturner has joined #openstack-manila14:19
*** Yogi1 has joined #openstack-manila14:20
*** merooney has joined #openstack-manila14:30
*** merooney has quit IRC14:35
*** dustins has joined #openstack-manila14:35
*** merooney has joined #openstack-manila14:42
openstackgerritDustin Schoenbrun proposed openstack/manila: Added docs for commit message tags  https://review.openstack.org/31000914:45
*** mtanino has joined #openstack-manila14:47
*** esker has joined #openstack-manila14:49
*** esker has quit IRC14:49
*** esker has joined #openstack-manila14:49
*** merooney has quit IRC14:55
*** mtanino has quit IRC14:57
*** merooney has joined #openstack-manila14:59
*** bill_az_ has quit IRC15:03
*** absubram has joined #openstack-manila15:03
*** sgotliv has quit IRC15:07
gouthamrdustins: ping15:10
dustinsgouthamr: pong15:10
gouthamrgoodmorning dustins!15:10
*** martyturner has quit IRC15:10
dustinsmornin'!15:10
gouthamrdustins: we need a docs update during this week's meeting i assume?15:10
dustinsNot a bad idea15:11
gouthamrdustins: awesome, will add one there15:11
*** lpetrut has joined #openstack-manila15:11
*** merooney has quit IRC15:13
*** absubram has quit IRC15:15
*** martyturner has joined #openstack-manila15:16
*** mtanino has joined #openstack-manila15:36
*** Swanson has joined #openstack-manila15:51
*** dmk0202 has quit IRC16:03
*** rraja has quit IRC16:09
*** merooney has joined #openstack-manila16:16
*** absubram has joined #openstack-manila16:16
*** soumit has joined #openstack-manila16:25
*** merooney has quit IRC16:35
*** martyturner has quit IRC16:37
*** martyturner has joined #openstack-manila16:40
*** merooney has joined #openstack-manila16:44
*** soumit has quit IRC16:47
*** soumitm has joined #openstack-manila16:49
*** akshai has quit IRC16:57
*** akshai has joined #openstack-manila16:59
*** lpetrut has quit IRC17:17
*** merooney has quit IRC17:20
*** merooney has joined #openstack-manila17:27
*** akerr_ has joined #openstack-manila17:34
*** martyturner has quit IRC17:34
*** merooney_ has joined #openstack-manila17:34
*** merooney_ has quit IRC17:35
*** merooney_ has joined #openstack-manila17:35
*** martyturner has joined #openstack-manila17:36
*** akerr has quit IRC17:37
*** Yogi1 has quit IRC17:37
*** merooney has quit IRC17:37
*** akshai has quit IRC17:39
*** akshai has joined #openstack-manila17:41
*** suyash has joined #openstack-manila17:48
*** martyturner has quit IRC17:55
*** martyturner has joined #openstack-manila17:57
*** akshai has quit IRC17:58
*** merooney_ has quit IRC18:00
*** porrua has quit IRC18:00
*** porrua has joined #openstack-manila18:01
*** akshai has joined #openstack-manila18:01
*** merooney has joined #openstack-manila18:04
openstackgerritDustin Schoenbrun proposed openstack/manila: Added docs for commit message tags  https://review.openstack.org/31000918:12
*** sgotliv has joined #openstack-manila18:21
*** Yogi1_ has joined #openstack-manila18:24
*** dustins has quit IRC18:36
*** marcusvrn_ has quit IRC18:43
*** dustins has joined #openstack-manila18:47
*** merooney has quit IRC19:00
*** martyturner has quit IRC19:01
*** merooney has joined #openstack-manila19:02
*** martyturner has joined #openstack-manila19:17
bswartzguys wtf happened to the check jobs?19:20
bswartzsomething seems very strange19:20
bswartzmaybe I'm just onfused19:20
*** dustins has quit IRC19:21
gouthamrbswartz: everything seems alright19:26
gouthamrbswartz: no manila patches right now19:26
bswartzgouthamr: jenkins only appears to be running half the jobs19:26
gouthamrbswartz: oh yes you're right https://review.openstack.org/#/c/310009/19:27
bswartzoh wait19:28
bswartzthis might be an optimization to skip certain tests for docs-only changes19:29
bswartzI think I remember seeing this change go in19:29
bswartzwhew19:29
bswartzit looks like there's a bug where the LVM test still runs19:30
bswartzbut at least most of the heavy tests are skipped19:30
gouthamrbswartz: ah.. i rechecked a couple patches - makes sense19:31
* bswartz thought he was going crazy19:31
gouthamrbswartz: https://github.com/openstack-infra/project-config/blob/27025c6f5ea82e9a94750efe03f3b81288930944/jenkins/jobs/manila.yaml19:32
gouthamrbswartz: lvm is the only one with its own (non-templated) job19:32
bswartzyeah we need to retemplatize all of the jobs to handle the fact that we have multiple drivers with different requirements19:34
gouthamrbswartz: makes sense.. will open a launchpad defect on openstack-infra/project-config19:35
* gouthamr except i can't find the project on launchpad19:36
bswartzdon't think they use defects19:38
bswartzevery issue infra finds out about is fixed immediately19:38
bswartzso they're perpetually at zero bugs19:39
bswartzwhy track bugs when you don't have any?19:39
bswartzlol19:39
bswartzactually now that I think about it, infra does use a project tracking tool called "storyboard" in lieu of launchpad19:39
gouthamryeah, strangely19:40
gouthamrhttps://storyboard.openstack.org/?#!/page/about19:40
gouthamrbut there's no manila in there except the init19:40
bswartzI think they dream of replacing launchpad with storyboard for all projects someday19:40
gouthamrthe gui has bugs19:40
gouthamr:P19:40
akerr_yes, but they can't find any developers to work on it19:40
bswartzbut it doesn't seem to be a priority19:40
*** akerr_ is now known as akerr19:41
*** rhagarty_ has quit IRC19:42
*** david-lyle has quit IRC19:42
*** akshai has quit IRC19:42
*** mtanino has quit IRC19:42
*** esker has quit IRC19:42
*** eharney has quit IRC19:42
*** kaisers has quit IRC19:42
*** zhonghua-lee has quit IRC19:42
*** jseiler__ has quit IRC19:42
*** FL1SK has quit IRC19:42
*** merooney has quit IRC19:50
*** dmk0202 has joined #openstack-manila19:51
*** akerr has quit IRC19:51
*** david-lyle has joined #openstack-manila19:51
*** akshai has joined #openstack-manila19:51
*** mtanino has joined #openstack-manila19:51
*** esker has joined #openstack-manila19:51
*** eharney has joined #openstack-manila19:51
*** kaisers has joined #openstack-manila19:51
*** zhonghua-lee has joined #openstack-manila19:51
*** jseiler__ has joined #openstack-manila19:51
*** FL1SK has joined #openstack-manila19:51
*** rhagarty_ has joined #openstack-manila19:51
*** merooney has joined #openstack-manila19:59
*** adrianofr has quit IRC20:02
*** esker has quit IRC20:05
*** merooney has quit IRC20:09
*** esker has joined #openstack-manila20:13
openstackgerritMerged openstack/python-manilaclient: Updated from global requirements  https://review.openstack.org/31154920:19
*** dustins has joined #openstack-manila20:22
-openstackstatus- NOTICE: restarting apache on review.openstack.org to pick up security patches. Gerrit web ui may disappear for a short time.20:27
*** kapil has joined #openstack-manila20:31
*** kapil has quit IRC20:32
*** akapil has joined #openstack-manila20:32
*** cknight has quit IRC20:41
*** tpsilva has quit IRC20:47
bswartzopenstackstatus: don't worry we won't miss it20:49
bswartzlol20:49
gouthamrlol20:50
dustinsSo much love for the Gerrit UI on here :P20:50
*** porrua has quit IRC20:56
*** dustins has quit IRC20:58
*** Yogi1_ has quit IRC20:59
*** dustins has joined #openstack-manila21:00
*** merooney has joined #openstack-manila21:16
*** dustins has quit IRC21:18
*** dustins has joined #openstack-manila21:23
*** akapil has quit IRC21:46
*** gouthamr has quit IRC21:48
*** gouthamr has joined #openstack-manila21:49
*** gouthamr has quit IRC21:49
*** akapil has joined #openstack-manila21:51
*** gouthamr has joined #openstack-manila21:51
*** akapil has joined #openstack-manila21:52
*** merooney has quit IRC22:01
*** xyang1 has quit IRC22:23
*** dustins has quit IRC22:32
*** krotscheck is now known as krotscheck_dcm22:44
*** martyturner has left #openstack-manila22:54
*** dmk0202 has quit IRC22:54
*** akshai has quit IRC22:57
*** akshai has joined #openstack-manila22:58
*** akshai has quit IRC23:00
*** gouthamr has quit IRC23:01
*** akapil has quit IRC23:03
*** akapil has joined #openstack-manila23:10
*** akapil has quit IRC23:14
*** absubram has quit IRC23:29

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