Monday, 2021-07-12

archanaservervkmc, hi o/10:51
vkmcarchanaserver, o/10:51
vkmchi there!10:51
archanaservervkmc, about this patch https://review.opendev.org/c/openstack/manila/+/795990 10:51
archanaservervkmc, i was following goutham comments, when i'm asserting the parent structure too in the tests10:53
archanaserverit throws me an assertion error, the same we faced during pair programming10:53
archanaservervkmc, so what should i do here?10:53
vkmcarchanaserver, really depends on the assertion error 10:57
vkmcwhat error are you getting?11:02
archanaservervkmc, ok this is the error http://paste.openstack.org/show/807376/11:04
archanaserverthis asking to pop share group object 11:04
vkmcarchanaserver, ok, you need to remove the share_group sqlalchemy object from the dicts you are comparing11:05
vkmcas we did on our pair programming session11:06
archanaserverhttp://paste.openstack.org/show/807377/ but this is what we are doing here right? 11:09
vkmcarchanaserver, yeah, but you have the two assertions11:19
vkmclet me see11:19
vkmclatest Goutham's comments11:19
vkmcI remember he told you to assert equality between the original dicts11:19
vkmcbut we shouldn't do that11:19
archanaservervkmc, yup sure see the latest comments, i might be not understanding something correctly11:21
vkmcyeah11:21
vkmcarchanaserver, sorry haven't replied yet11:54
vkmcbut I'm working on material we need for today osd 11:54
vkmclet's sync up on this later today or tomorrow11:54
archanaservervkmc, okie sure 11:56
archanaservervkmc, we already have osd openstack setup party today, can we sync up tomorrow for this?12:42
vkmcarchanaserver, yes, tomorrow works for me12:43
vkmcI'll look for a slot in my agenda and we can do a pair programming12:43
archanaservervkmc, okie!12:43
vkmcarchanaserver, just sent you an invite so we have pair programming sessions on tuesdays15:12
vkmchope the slot work15:12
vkmcwe can change it is not 15:12
vkmcif*15:12
archanaservervkmc, yep it'll work15:13
archanaservervkmc, ty :)15:14
vkmccool :)15:15
vkmcand looking again at the patch gouthamr reviewed now15:15
archanaservervkmc, okay15:16
archanaservervkmc, i'm facing an error on dashboard page, i didn't get from where it's coming15:20
vkmcarchanaserver, are you testing a change you made?15:20
archanaservervkmc, sorry i think i didn't get your point15:22
archanaservervkmc, for any specific patch?15:22
archanaservervkmc, i'm talking about this error (attaching screenshot)15:23
archanaserverhere https://usercontent.irccloud-cdn.com/file/GmxSyvJ2/Screenshot%202021-07-12%20at%208.53.55%20PM.png15:24
vkmcarchanaserver, are you seeing that error with a patch you wrote?15:25
vkmcarchanaserver, or is the base code for the dashboard?15:25
archanaservervkmc, with the base code when i'm looking on ui side -> http://localhost:8080/dashboard/15:26
vkmcok, we can debug later 15:26
vkmclet's focus on one thing at a time15:26
vkmcI'll review the assertion on manila patch15:27
vkmcso you can follow with that15:27
archanaservervkmc, yes sure15:27
vkmcalso, did you see the reviews I left on https://review.opendev.org/c/openstack/python-manilaclient/+/799997?15:28
archanaserveryes i saw those review, and i was trying to understand few things from code base so it's taking some time15:29
archanaservervkmc, hope it'll be okay if i submit the latest patch by tomorrow on this patch?15:32
vkmcarchanaserver, yeah, just looking for tasks to keep you going 15:34
vkmcarchanaserver, also, are you working on the python course?15:34
archanaservervkmc, oh okie then15:35
archanaservervkmc, yes i'm daily putting some hours into that15:35
vkmcarchanaserver, very well :)15:36
vkmcthat's key15:36
archanaservervkmc, today i worked on string,s if statements and while loop stuffs15:36
vkmcarchanaserver, very good15:37
archanaservervkmc, ty :)15:37
archanaservervkmc, also I published this blog yesterday https://archanaserver.in/2021-07-11-outreachy-week-7/ 16:13
archanaservervkmc, the outreachy task blogs(think about your audience) is still in my draft, need to add few more thing in there (i guess I'll publish it this tomorrow) I’ll share the update with you16:13
vkmcarchanaserver, sounds good, great job!16:24
gouthamrkafilat: o/ noticed gtema's reviews on your patch :) i've added a couple of comments as response. feel free to fix only the other ones unless he insists16:34
archanaservervkmc, thanks again and ttyt :)16:37
gouthamrhttps://review.opendev.org/c/openstack/manila/+/795990/9/manila/tests/db/sqlalchemy/test_api.py#127216:39
gouthamri realize i was confused now; re-reading that code; you're indeed comparing the parent structures like i was suggesting, but not the objects you popped out16:40
gouthamror not16:43
gouthamrget_sg_snap_source_group = dict(get_sg_snap).pop('share_group', {})16:43
gouthamrhere get_sg_snap_source_group is the "share_group" you just popped out of the "get_sg_snap" object's dict representation16:44
gouthamradded more comments to the review16:54
kafilatgouthamr: thanks, I've updated the patch.17:36

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!