*** gyee has quit IRC | 01:23 | |
*** two_tired has joined #openstack-swift | 01:26 | |
openstackgerrit | Tim Burke proposed openstack/swift master: py3: adapt the account server completely https://review.openstack.org/613505 | 02:04 |
---|---|---|
openstackgerrit | Tim Burke proposed openstack/swift master: Handle non-ASCII characters in S3 v2 listings. https://review.openstack.org/605568 | 02:17 |
openstackgerrit | Tim Burke proposed openstack/swift master: Handle non-ASCII characters in S3 v2 listings. https://review.openstack.org/605568 | 02:18 |
*** psachin has joined #openstack-swift | 02:49 | |
*** SkyRocknRoll has joined #openstack-swift | 04:44 | |
*** two_tired has quit IRC | 05:34 | |
*** threestrands has quit IRC | 06:34 | |
*** gkadam has joined #openstack-swift | 07:12 | |
*** pcaruana has joined #openstack-swift | 07:42 | |
*** e0ne has joined #openstack-swift | 08:13 | |
*** e0ne has quit IRC | 08:47 | |
*** e0ne has joined #openstack-swift | 08:49 | |
*** e0ne has quit IRC | 08:50 | |
*** e0ne has joined #openstack-swift | 08:51 | |
*** e0ne has quit IRC | 08:57 | |
*** e0ne has joined #openstack-swift | 08:59 | |
*** e0ne has quit IRC | 09:10 | |
*** e0ne has joined #openstack-swift | 09:12 | |
*** e0ne has quit IRC | 09:13 | |
*** pvradu has joined #openstack-swift | 09:13 | |
*** e0ne has joined #openstack-swift | 09:14 | |
*** e0ne has quit IRC | 09:15 | |
*** ianychoi has quit IRC | 09:20 | |
*** pvradu has quit IRC | 09:23 | |
*** pvradu has joined #openstack-swift | 09:23 | |
*** ccamacho has joined #openstack-swift | 10:27 | |
*** ccamacho has quit IRC | 10:27 | |
*** ccamacho has joined #openstack-swift | 10:27 | |
*** admin6_ has joined #openstack-swift | 10:28 | |
*** admin6 has quit IRC | 10:30 | |
*** admin6_ is now known as admin6 | 10:30 | |
kota_ | hello | 10:52 |
* kota_ is in Berlin - Summit Day 2 | 10:53 | |
*** e0ne has joined #openstack-swift | 10:57 | |
*** e0ne has quit IRC | 11:30 | |
*** BelAzi has joined #openstack-swift | 11:41 | |
*** BelAzi has quit IRC | 11:42 | |
*** guimaluf has joined #openstack-swift | 13:21 | |
*** e0ne has joined #openstack-swift | 13:23 | |
*** SkyRocknRoll has quit IRC | 13:30 | |
*** SkyRocknRoll has joined #openstack-swift | 13:32 | |
*** e0ne has quit IRC | 13:38 | |
*** SkyRocknRoll has quit IRC | 13:43 | |
*** admin6 has left #openstack-swift | 13:46 | |
*** ccamacho has quit IRC | 13:51 | |
*** openstackgerrit has quit IRC | 13:51 | |
*** guimaluf has quit IRC | 13:52 | |
*** ccamacho has joined #openstack-swift | 13:53 | |
*** zigo has joined #openstack-swift | 13:56 | |
*** SkyRocknRoll has joined #openstack-swift | 13:57 | |
*** itlinux has joined #openstack-swift | 14:20 | |
*** e0ne has joined #openstack-swift | 14:35 | |
*** e0ne has quit IRC | 14:51 | |
*** gkadam has quit IRC | 14:58 | |
*** itlinux has quit IRC | 15:00 | |
*** itlinux has joined #openstack-swift | 15:02 | |
*** itlinux has quit IRC | 15:07 | |
*** e0ne has joined #openstack-swift | 15:22 | |
*** pvradu has quit IRC | 15:47 | |
*** ccamacho has quit IRC | 16:07 | |
*** irclogbot_2 has quit IRC | 16:08 | |
*** irclogbot_2 has joined #openstack-swift | 16:19 | |
*** ccamacho has joined #openstack-swift | 16:23 | |
*** pcaruana has quit IRC | 16:29 | |
*** e0ne has quit IRC | 16:33 | |
*** ccamacho has quit IRC | 16:35 | |
*** psachin has quit IRC | 16:58 | |
zaitcev | LOL Tim I swear I was going to look at 613505 just as soon as I'm done with the goddamn bulk. | 17:05 |
*** pcaruana has joined #openstack-swift | 17:11 | |
*** gyee has joined #openstack-swift | 17:14 | |
*** mrjk_ has quit IRC | 17:16 | |
timburke | zaitcev: no worries, i knew you'd get to it. i just beat you to it :-) | 17:35 |
zaitcev | timburke: bulk was a nightmare. Still is... Day after day. For example, we have a simple test that uploads a tarball with filenames that are not in UTF-8. The correct response is to create other files, and return a list of bad filenames. To that end, test passes the 'foo\xdebar' to tarfile.add_file(), which updates the tarball, which we upload. | 17:38 |
zaitcev | timburke: The tarfile.add_file() in py3 only takes unicode, not bytes. There's no way to pass a broken character to it (well, maybe there is some surrogate or whatever, I'm not as well-versed in unicode as Sam was.) | 17:40 |
timburke | could try something like b'foo\xdebar'.decode('utf8', 'surrogateescape') (which gives u'foo\udcdebar') | 17:41 |
zaitcev | Basically what we're facing here is the fact that the portability is a mirage. It's a rewrite, which may be made look as if the same code executes on both py2 and py3, but it's an illusion: the way the interpreters work are different. | 17:42 |
zaitcev | oh. | 17:42 |
zaitcev | I was going to create a normal tarball and then damage it by search/replace. | 17:42 |
timburke | that's also a totally reasonable way to go. i kinda wanted to do that for some of our ring tests, too, but that got shot down... | 17:46 |
timburke | but i'm not trying to unittest tarfile! | 17:46 |
timburke | (well, until https://review.openstack.org/#/c/499260/ moves forward...) | 17:47 |
patchbot | patch 499260 - swift - WIP: Add TLO middleware - 7 patch sets | 17:47 |
*** psachin has joined #openstack-swift | 18:12 | |
*** psachin has quit IRC | 18:25 | |
*** SkyRocknRoll has quit IRC | 18:29 | |
*** pcaruana has quit IRC | 19:54 | |
*** fyx has joined #openstack-swift | 20:40 | |
*** threestrands has joined #openstack-swift | 21:32 | |
mattoliverau | morning | 22:10 |
timburke | o/ | 22:12 |
*** e0ne has joined #openstack-swift | 22:35 | |
*** e0ne has quit IRC | 22:36 | |
*** e0ne has joined #openstack-swift | 23:02 | |
*** e0ne has quit IRC | 23:35 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!