| *** kota_ has quit IRC | 00:38 | |
| *** kota_ has joined #swift3 | 00:41 | |
| *** bhakta has quit IRC | 08:22 | |
| *** ajiang has quit IRC | 08:22 | |
| *** ajiang has joined #swift3 | 08:34 | |
| *** bhakta has joined #swift3 | 08:35 | |
| *** acoles_ is now known as acoles | 10:09 | |
| *** onovy has quit IRC | 10:30 | |
| *** onovy has joined #swift3 | 10:46 | |
| *** mattoliverau has quit IRC | 11:40 | |
| *** matt6434 has joined #swift3 | 11:41 | |
| *** openstackgerrit has quit IRC | 14:17 | |
| *** openstackgerrit has joined #swift3 | 14:18 | |
| *** lyrrad has joined #swift3 | 17:17 | |
| *** chsc has joined #swift3 | 17:26 | |
| *** acoles is now known as acoles_ | 19:13 | |
| *** acoles_ is now known as acoles | 19:16 | |
| *** acoles is now known as acoles_ | 19:17 | |
| *** patchbot has quit IRC | 20:20 | |
| *** clayg has quit IRC | 20:20 | |
| *** notmyname has quit IRC | 20:20 | |
| *** clayg has joined #swift3 | 20:21 | |
| *** notmyname has joined #swift3 | 20:21 | |
| *** patchbot has joined #swift3 | 20:23 | |
| *** openstackgerrit has quit IRC | 20:47 | |
| *** openstackgerrit has joined #swift3 | 20:48 | |
| *** matt6434 is now known as mattoliverau | 21:09 | |
| openstackgerrit | Ondřej Nový proposed openstack/swift3: Lower expire timestamp in test. https://review.openstack.org/283274 | 21:45 |
|---|---|---|
| onovy | anyone here for talk about ^^ ? | 21:45 |
| timburke | looking... | 22:08 |
| onovy | timburke: hi:) | 22:14 |
| onovy | first of all: i don't know WHY it should be 32b | 22:14 |
| onovy | (32 unsigned int) | 22:14 |
| onovy | just tried it, and +1 number doesn't work | 22:14 |
| onovy | Swift is working fine od 32b | 22:15 |
| onovy | i think it's related to float(...) OR email.utils | 22:15 |
| onovy | ok, NOT float related | 22:22 |
| timburke | oooh, right...email.utils...i was thinking it'd be time.gmtime that would get tripped up | 22:22 |
| onovy | >>> email.utils.formatdate(float(2147483647)) | 22:23 |
| onovy | 'Tue, 19 Jan 2038 03:14:07 -0000' | 22:23 |
| onovy | >>> email.utils.formatdate(float(2147483648)) | 22:23 |
| onovy | Traceback (most recent call last): | 22:23 |
| timburke | and i guess swift's tests don't try to set a datetime header to the far-future (which seems to be the only time that swift uses parsedate) | 22:23 |
| onovy | File "<stdin>", line 1, in <module> | 22:23 |
| onovy | File "/usr/lib/python2.7/email/utils.py", line 161, in formatdate | 22:23 |
| onovy | now = time.gmtime(timeval) | 22:23 |
| onovy | ValueError: timestamp out of range for platform time_t | 22:23 |
| onovy | found it! | 22:23 |
| timburke | ah! it *was* time.gmtime! | 22:23 |
| onovy | so i think there isn't solution, right? | 22:23 |
| timburke | yeah, not really. as a heads-up, though, swift is going to start failing tests, too: https://review.openstack.org/#/c/265488/ | 22:25 |
| patchbot | timburke: patch 265488 - swift - Validate X-Timestamps (MERGED) | 22:25 |
| timburke | i'm guessing you just haven't had to package a version that includes that commit yet | 22:25 |
| openstackgerrit | Ondřej Nový proposed openstack/swift3: Lower expire timestamp in test. https://review.openstack.org/283274 | 22:26 |
| onovy | i packed 2.6.0, so this was after 2.6.0 release | 22:27 |
| onovy | it's in 2.6.0! | 22:32 |
| timburke | huh...i wonder why test_PUT_object_really_new_timestamp passes... | 22:36 |
| onovy | maybe it don't:) | 22:37 |
| onovy | testing | 22:37 |
| onovy | but i don't have all 32b env | 22:37 |
| onovy | test_PUT_object_really_new_timestamp (test.unit.obj.test_server.TestObjectController) ... ok | 22:38 |
| onovy | funny right? :) | 22:38 |
| onovy | https://tests.reproducible-builds.org/rbuild/experimental/armhf/swift_2.6.0-1.rbuild.log | 22:38 |
| timburke | bizarro | 22:39 |
| timburke | *shrug* if it helps, i'm not opposed | 22:39 |
| onovy | but i want to understand it! :) | 22:39 |
| timburke | oh, me too. but there are only so many hours in a day :) | 22:41 |
| onovy | :) | 22:41 |
| onovy | btw: tried locally, swift 2.6.0 tests works on 32b | 22:48 |
| *** chsc has quit IRC | 23:18 | |
| *** chsc has joined #swift3 | 23:18 | |
| *** chsc has quit IRC | 23:19 | |
| *** chsc has joined #swift3 | 23:19 | |
| openstackgerrit | Ondřej Nový proposed openstack/swift3: Lower expire timestamp in test. https://review.openstack.org/283274 | 23:22 |
| *** chsc has quit IRC | 23:30 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!