*** gyee has quit IRC | 00:13 | |
*** mikecmpbll has quit IRC | 01:01 | |
*** zaitcev has joined #openstack-swift | 02:33 | |
*** ChanServ sets mode: +v zaitcev | 02:33 | |
*** tkajinam_ has joined #openstack-swift | 05:06 | |
*** tkajinam has quit IRC | 05:08 | |
openstackgerrit | Tim Burke proposed openstack/pyeclib master: Prep for 1.6.0 release https://review.openstack.org/647656 | 05:38 |
---|---|---|
timburke | tdasilva, i submitted ^^^ with the goal of getting a pip-installable pyeclib that has p 636501 and p 636748 | 05:40 |
patchbot | https://review.openstack.org/#/c/636501/ - pyeclib - Try harder to find liberasurecode (MERGED) - 8 patch sets | 05:40 |
patchbot | https://review.openstack.org/#/c/636748/ - pyeclib - Use liberasurecode_get_version() (MERGED) - 3 patch sets | 05:40 |
timburke | if it looks good and we land it, maybe i can work with you over the next day or two to actually get a tag out there. looks like we don't need to do anything with #openstack-release... i think i might be able to just `git tag 1.6.0 && git push gerrit 1.6.0`? | 05:42 |
openstackgerrit | Merged openstack/swift master: Update master for stable/stein https://review.openstack.org/647545 | 06:42 |
*** tkajinam__ has joined #openstack-swift | 07:05 | |
*** tkajinam_ has quit IRC | 07:07 | |
*** pcaruana has joined #openstack-swift | 07:10 | |
*** e0ne has joined #openstack-swift | 07:25 | |
*** hseipp has joined #openstack-swift | 07:43 | |
*** ccamacho has joined #openstack-swift | 08:03 | |
*** rdejoux has joined #openstack-swift | 08:04 | |
*** tkajinam__ has quit IRC | 08:25 | |
openstackgerrit | Merged openstack/swift stable/stein: Update .gitreview for stable/stein https://review.openstack.org/647543 | 08:34 |
*** rcernin has quit IRC | 08:36 | |
*** mikecmpbll has joined #openstack-swift | 08:50 | |
*** rcernin has joined #openstack-swift | 09:45 | |
*** e0ne has quit IRC | 09:49 | |
*** ccamacho has quit IRC | 09:53 | |
*** e0ne has joined #openstack-swift | 09:56 | |
*** ccamacho has joined #openstack-swift | 10:04 | |
*** rcernin has quit IRC | 10:24 | |
*** psachin has joined #openstack-swift | 10:50 | |
*** e0ne has quit IRC | 10:59 | |
*** mvkr has joined #openstack-swift | 11:22 | |
*** e0ne has joined #openstack-swift | 11:37 | |
*** e0ne has quit IRC | 12:22 | |
*** thurloat_ is now known as thurloat | 12:22 | |
*** e0ne has joined #openstack-swift | 12:27 | |
*** e0ne has quit IRC | 13:08 | |
*** e0ne has joined #openstack-swift | 13:11 | |
*** jistr is now known as jistr|afk | 13:16 | |
*** e0ne has quit IRC | 13:18 | |
*** e0ne has joined #openstack-swift | 13:26 | |
*** mvkr has quit IRC | 13:59 | |
*** jistr|afk is now known as jistr | 14:15 | |
*** e0ne has quit IRC | 14:18 | |
*** e0ne has joined #openstack-swift | 14:25 | |
*** mvkr has joined #openstack-swift | 14:26 | |
tdasilva | timburke: sounds good, your tag process looks correct, fwiw it's described here: https://docs.openstack.org/infra/manual/drivers.html#tagging-a-release | 14:41 |
openstackgerrit | Thiago da Silva proposed openstack/swift master: Fix mocking time https://review.openstack.org/647760 | 14:51 |
*** ccamacho has quit IRC | 14:51 | |
*** e0ne has quit IRC | 15:12 | |
*** e0ne has joined #openstack-swift | 15:27 | |
*** e0ne has quit IRC | 15:32 | |
*** e0ne has joined #openstack-swift | 15:33 | |
clayg | tdasilva: I think p 647760 is a bit of a can | 15:47 |
patchbot | https://review.openstack.org/#/c/647760/ - swift - Fix mocking time - 1 patch set | 15:47 |
tdasilva | clayg: yeah, i'm not sure i understood why it was passing on ubuntu based envs...I ran into this a while back only on my environment and I heard zaitcev also saw the same issue | 15:49 |
clayg | you mean the test failed for you? | 15:49 |
*** e0ne has quit IRC | 15:50 | |
tdasilva | those tests were failing before this fi | 15:50 |
clayg | ORLY!? what does `mock - 1 < 1` say on your machine? | 15:50 |
* clayg ``` | 15:51 | |
clayg | >>> import mock | 15:51 |
clayg | >>> mock.MagicMock() - 1 < 1 | 15:51 |
clayg | False | 15:51 |
tdasilva | True | 15:51 |
*** e0ne has joined #openstack-swift | 15:56 | |
*** e0ne has quit IRC | 16:00 | |
openstackgerrit | Clay Gerrard proposed openstack/swift master: Allow "harder" symlinks https://review.openstack.org/633094 | 16:05 |
*** psachin has quit IRC | 16:20 | |
*** gyee has joined #openstack-swift | 16:25 | |
*** e0ne has joined #openstack-swift | 16:25 | |
*** e0ne has quit IRC | 16:28 | |
timburke | tdasilva, thanks for the infra manual pointer -- i totally would have forgotten to sign (or even annotate) the tag | 16:32 |
openstackgerrit | Clay Gerrard proposed openstack/swift master: Make reconciler test more stable in the gate https://review.openstack.org/647817 | 17:08 |
*** renich_ has joined #openstack-swift | 17:18 | |
*** renich has quit IRC | 17:18 | |
*** hseipp has quit IRC | 17:25 | |
timburke | tdasilva, clayg: on py3, that comparison would (rightly) raise a TypeError :P | 17:27 |
tdasilva | timburke: you mean: 'mock.MagicMock() - 1 < 1' ? | 17:28 |
timburke | ya | 17:29 |
timburke | TypeError: '<' not supported between instances of 'MagicMock' and 'int' | 17:29 |
zaitcev | True on mine - py 2.7.15, mock 1.4.14 | 17:30 |
zaitcev | Although surely tox pulls the right mock? | 17:30 |
*** mikecmpbll has quit IRC | 17:40 | |
*** mvkr has quit IRC | 17:50 | |
*** mvkr has joined #openstack-swift | 17:53 | |
timburke | hmmm... upper-constraints wants mock===2.0.0... w/e, patch fixes what was clearly a bad mock, and the experimental jobs look happy | 17:54 |
*** mikecmpbll has joined #openstack-swift | 18:32 | |
*** sleterrier has quit IRC | 18:46 | |
*** rdejoux has quit IRC | 19:09 | |
*** mvkr has quit IRC | 19:15 | |
openstackgerrit | Merged openstack/swift master: Fix mocking time https://review.openstack.org/647760 | 20:44 |
openstackgerrit | Tim Burke proposed openstack/swift master: py3: port staticweb middleware https://review.openstack.org/643855 | 20:47 |
openstackgerrit | Tim Burke proposed openstack/swift master: py3: bring functional/test_staticweb.py under test https://review.openstack.org/647922 | 20:47 |
openstackgerrit | Tim Burke proposed openstack/swift master: py3: bring functional/test_domain_remap.py under test https://review.openstack.org/647923 | 20:47 |
timburke | mattoliverau, sorry, rebased on top of my func test work to see how much sense i could make of staticweb... then realized we need a UTF8 test variant... and that i'm probably gonna want https://review.openstack.org/#/c/571907/ before going *too* far down that rabbit hole | 20:48 |
patchbot | patch 571907 - swift - Make staticweb return URL-encoded Location headers - 2 patch sets | 20:48 |
openstackgerrit | Tim Burke proposed openstack/swift master: We don't have to keep the retrieved token anymore https://review.openstack.org/609168 | 21:10 |
*** pcaruana has quit IRC | 21:33 | |
*** sleterrier has joined #openstack-swift | 21:59 | |
*** sleterrier_ has joined #openstack-swift | 21:59 | |
mattoliverau | timburke: nps at all. I just need to remember to pull that latest version from gerrit otherwise I'll go down a rebase rabbit hole, ta :) | 22:21 |
mattoliverau | oh and morning | 22:22 |
*** rcernin has joined #openstack-swift | 22:38 | |
timburke | mattoliverau, feel free to get it back out of the chain -- as much as anything, i just want to see the results on https://review.openstack.org/#/c/647922/ | 22:48 |
patchbot | patch 647922 - swift - py3: bring functional/test_staticweb.py under test - 1 patch set | 22:48 |
*** renich_ has quit IRC | 22:52 | |
*** renich_ has joined #openstack-swift | 22:56 | |
*** tkajinam has joined #openstack-swift | 22:57 | |
*** gyee has quit IRC | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!