Monday, 2019-05-13

*** altlogbot_2 has quit IRC00:50
*** altlogbot_2 has joined #openstack-swift00:56
*** baojg has quit IRC01:08
*** baojg has joined #openstack-swift01:29
*** mikecmpbll has quit IRC02:12
*** BjoernT has joined #openstack-swift02:49
*** BjoernT has quit IRC02:53
*** BjoernT has joined #openstack-swift02:54
*** psachin has joined #openstack-swift03:19
kota_good afternoon04:06
kota_alecuyer: hoooa! awesome work!04:06
*** itlinux has joined #openstack-swift04:10
*** BjoernT has quit IRC04:25
*** e0ne has joined #openstack-swift05:16
kota_alecuyer: it looks like the new constraints for urllib3 doesn't fit with devstack env. I'll try to find the package. http://logs.openstack.org/52/658152/1/check/swift-dsvm-functional/92b5cf0/controller/logs/screen-s-proxy.txt.gz05:40
kota_ah... i see. urllib3-1.24.1 is installed.05:43
openstackgerritKota Tsuyuzaki proposed openstack/swift feature/losf: Setup losf functional test with saio setup  https://review.opendev.org/65707505:51
kota_i squash the latter following patches into the parent to cleanup. and change the requirements to urllib3<1.25 that fits upprer-constraint. perhaps, bionic has some trouble with the version compatibility yet, hopefully xenial works. let me see the gate result after tens minutes later.05:59
*** pcaruana has joined #openstack-swift06:16
*** baojg has quit IRC06:28
*** e0ne has quit IRC06:29
kota_weeeeeeeeeeeeeeeeeeeeeeeee, all tests passed! http://logs.openstack.org/75/657075/12/check/swift-tox-func-losf/b925f07/job-output.txt.gz#_2019-05-13_06_01_31_73129206:45
*** hseipp has joined #openstack-swift06:57
*** rcernin has quit IRC07:06
*** rdejoux has joined #openstack-swift07:16
alecuyerkota_:  great!! Now we can start merging changes see and what we break :)07:16
*** tesseract has joined #openstack-swift07:17
kota_alecuyer: :D07:17
*** ccamacho has joined #openstack-swift07:20
*** itlinux has quit IRC07:35
*** mikecmpbll has joined #openstack-swift08:04
*** tkajinam has quit IRC08:31
*** e0ne has joined #openstack-swift08:32
kota_alecuyer: if you have time to look at https://review.opendev.org/#/c/657075/ , please feel free to post any comments. it passed both losf func and devstack gate so IMO it's enough to get merged to the feature branch.10:54
patchbotpatch 657075 - swift (feature/losf) - Setup losf functional test with saio setup - 12 patch sets10:54
*** rdejoux has quit IRC10:59
alecuyerkota_:  yep, I'll check it now11:03
alecuyerkota_:  looks good to me (left a note about the gRPC version, but I think we can go ahead with the patch as it is until moving to HTTP)11:15
*** rdejoux has joined #openstack-swift11:19
*** m75abrams has joined #openstack-swift11:20
*** hseipp has quit IRC12:03
*** baojg has joined #openstack-swift12:28
*** psachin has quit IRC12:46
*** baojg has quit IRC12:49
*** pcaruana|afk| has joined #openstack-swift12:55
*** pcaruana has quit IRC12:57
*** persia has joined #openstack-swift13:00
*** BjoernT has joined #openstack-swift13:03
*** BjoernT has quit IRC13:53
*** BjoernT has joined #openstack-swift13:59
*** BjoernT has quit IRC14:02
*** BjoernT has joined #openstack-swift14:03
*** gmann has joined #openstack-swift14:07
*** gmann is now known as gmann_pto14:07
*** baojg has joined #openstack-swift14:11
*** prometheanfire has joined #openstack-swift14:28
prometheanfirewho do I report liberasurecode bugs to?  gcc-9 seems to not work with it14:29
prometheanfirehttps://bugs.gentoo.org/68580614:29
prometheanfireerasurecode_helpers.c:500:25: error: taking address of packed member of struct fragment_metadata may result in an unaligned pointer value [-Werror=address-of-packed-member]14:29
*** baojg has quit IRC14:32
*** pcaruana|afk| has quit IRC14:55
timburkeprometheanfire, this is an excellent place to report bugs! even better, that one should have been fixed in https://opendev.org/x/liberasurecode/commit/3564b71 -- i guess we should think about tagging a new release...15:31
timburkehttps://opendev.org/x/liberasurecode/commit/7e97b2f and maybe https://opendev.org/x/liberasurecode/commit/b046ff7 seem like they might at least warrant a 1.6.1... i'll bring up the idea at the swift meeting this week15:31
notmynamegood morning15:32
prometheanfireah, good to hear :D15:34
*** tdasilva has joined #openstack-swift15:35
*** ChanServ sets mode: +v tdasilva15:35
*** itlinux has joined #openstack-swift15:36
*** pcaruana|afk| has joined #openstack-swift15:44
*** mvkr has joined #openstack-swift15:46
*** BjoernT has quit IRC16:04
*** dr_gogeta86 has joined #openstack-swift16:10
*** tesseract has quit IRC16:20
*** mikecmpbll has quit IRC16:32
*** e0ne has quit IRC16:42
*** mikecmpbll has joined #openstack-swift17:03
*** zaitcev has joined #openstack-swift17:14
*** ChanServ sets mode: +v zaitcev17:14
*** persia has left #openstack-swift17:14
claygI should take a stab at a py3 review real soon now17:37
prometheanfireclayg: hi, ltns17:39
*** itlinux has quit IRC17:50
*** BjoernT has joined #openstack-swift17:50
timburkeclayg, you did a few recently, it was great! p 657195 p 65717217:52
patchbothttps://review.opendev.org/#/c/657195/ - swift - py3: Make StoragePolicy objects hashable (MERGED) - 1 patch set17:52
patchbothttps://review.opendev.org/#/c/657172/ - swift - py3: start porting for unit/proxy/test_server.py (MERGED) - 2 patch sets17:52
timburkei've got two good chains to look at, depending on whether you want to go func or unit tests17:52
*** itlinux has joined #openstack-swift17:53
timburkefunc: start on p 642520; p 645856 gets us a gate job, and then there are like 4 more patches to ratchet more func tests17:54
patchbothttps://review.opendev.org/#/c/642520/ - swift - Get functional/tests.py running under py3 - 16 patch sets17:54
patchbothttps://review.opendev.org/#/c/645856/ - swift - Add py37 func test job - 8 patch sets17:54
timburkeunit: p 657699, p 657700, p 657705 gets us all of test/unit/proxy, and brings us up to something like 83% test coverage17:55
patchbothttps://review.opendev.org/#/c/657699/ - swift - py3: port unit/proxy/test_server.py - 3 patch sets17:55
patchbothttps://review.opendev.org/#/c/657700/ - swift - py3: finish porting proxy/test_server.py - 4 patch sets17:55
patchbothttps://review.opendev.org/#/c/657705/ - swift - py3: port proxy/test_mem_server.py - 3 patch sets17:55
*** zaitcev_ has joined #openstack-swift17:56
*** ChanServ sets mode: +v zaitcev_17:56
*** zaitcev has quit IRC17:59
*** e0ne has joined #openstack-swift18:17
*** rdejoux has quit IRC18:25
*** mikecmpbll has quit IRC18:26
*** e0ne has quit IRC18:54
*** m75abrams has quit IRC19:15
*** zaitcev_ has quit IRC19:15
*** zaitcev_ has joined #openstack-swift19:15
*** ChanServ sets mode: +v zaitcev_19:16
*** gmann_pto has quit IRC19:33
*** persia has joined #openstack-swift19:36
openstackgerritMerged openstack/python-swiftclient master: docs: Clean up formatting  https://review.opendev.org/64753219:48
*** BjoernT has quit IRC19:48
*** BjoernT has joined #openstack-swift20:03
*** e0ne has joined #openstack-swift20:14
*** e0ne has quit IRC20:26
*** itlinux has quit IRC20:32
*** pcaruana|afk| has quit IRC20:46
openstackgerritTim Burke proposed openstack/swift master: Have a separate s3api functional test suite  https://review.opendev.org/65892121:03
timburkeclayg, there's that s3-tests patch i was kicking around ^^^21:03
claygyay - thank you!21:04
timburkestill needs to actually get *put to use*, but it's a start...21:04
claygperfect21:04
timburkehaving 8 variations on each test seems unwieldy, though :-/ there's path vs virtual, v2 signatures vs v4, and header auth vs query auth21:06
*** tdasilva has quit IRC21:07
*** BjoernT_ has joined #openstack-swift21:09
*** openstackgerrit has quit IRC21:09
*** BjoernT has quit IRC21:10
timburkeand there's an extra complication in that boto seems to show no interest in having a client that uses query auth: https://github.com/boto/boto3/issues/93921:10
timburkewe can get a lot of mileage out of it as i recall, but object uploads will be a bit complicated21:12
*** mikecmpbll has joined #openstack-swift22:14
*** BjoernT_ has quit IRC22:17
*** openstackgerrit has joined #openstack-swift22:35
openstackgerritTim Burke proposed openstack/swift master: py3: bulk -- alternate approach  https://review.opendev.org/65750522:35
*** mikecmpbll has quit IRC22:36
timburkezaitcev_, i took another stab at ^^^, this time with objs_to_delete full of native strings. hopefully that'll make slo easier to reason about?22:36
*** prometheanfire has left #openstack-swift22:36
*** tkajinam has joined #openstack-swift22:56
*** rcernin has joined #openstack-swift23:04
*** rcernin has quit IRC23:07
*** rcernin has joined #openstack-swift23:07
zaitcev_timburke: thanks a lot23:16

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