Tuesday, 2019-03-26

*** gyee has quit IRC00:13
*** mikecmpbll has quit IRC01:01
*** zaitcev has joined #openstack-swift02:33
*** ChanServ sets mode: +v zaitcev02:33
*** tkajinam_ has joined #openstack-swift05:06
*** tkajinam has quit IRC05:08
openstackgerritTim Burke proposed openstack/pyeclib master: Prep for 1.6.0 release  https://review.openstack.org/64765605:38
timburketdasilva, i submitted ^^^ with the goal of getting a pip-installable pyeclib that has p 636501 and p 63674805:40
patchbothttps://review.openstack.org/#/c/636501/ - pyeclib - Try harder to find liberasurecode (MERGED) - 8 patch sets05:40
patchbothttps://review.openstack.org/#/c/636748/ - pyeclib - Use liberasurecode_get_version() (MERGED) - 3 patch sets05:40
timburkeif 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
openstackgerritMerged openstack/swift master: Update master for stable/stein  https://review.openstack.org/64754506:42
*** tkajinam__ has joined #openstack-swift07:05
*** tkajinam_ has quit IRC07:07
*** pcaruana has joined #openstack-swift07:10
*** e0ne has joined #openstack-swift07:25
*** hseipp has joined #openstack-swift07:43
*** ccamacho has joined #openstack-swift08:03
*** rdejoux has joined #openstack-swift08:04
*** tkajinam__ has quit IRC08:25
openstackgerritMerged openstack/swift stable/stein: Update .gitreview for stable/stein  https://review.openstack.org/64754308:34
*** rcernin has quit IRC08:36
*** mikecmpbll has joined #openstack-swift08:50
*** rcernin has joined #openstack-swift09:45
*** e0ne has quit IRC09:49
*** ccamacho has quit IRC09:53
*** e0ne has joined #openstack-swift09:56
*** ccamacho has joined #openstack-swift10:04
*** rcernin has quit IRC10:24
*** psachin has joined #openstack-swift10:50
*** e0ne has quit IRC10:59
*** mvkr has joined #openstack-swift11:22
*** e0ne has joined #openstack-swift11:37
*** e0ne has quit IRC12:22
*** thurloat_ is now known as thurloat12:22
*** e0ne has joined #openstack-swift12:27
*** e0ne has quit IRC13:08
*** e0ne has joined #openstack-swift13:11
*** jistr is now known as jistr|afk13:16
*** e0ne has quit IRC13:18
*** e0ne has joined #openstack-swift13:26
*** mvkr has quit IRC13:59
*** jistr|afk is now known as jistr14:15
*** e0ne has quit IRC14:18
*** e0ne has joined #openstack-swift14:25
*** mvkr has joined #openstack-swift14:26
tdasilvatimburke: sounds good, your tag process looks correct, fwiw it's described here: https://docs.openstack.org/infra/manual/drivers.html#tagging-a-release14:41
openstackgerritThiago da Silva proposed openstack/swift master: Fix mocking time  https://review.openstack.org/64776014:51
*** ccamacho has quit IRC14:51
*** e0ne has quit IRC15:12
*** e0ne has joined #openstack-swift15:27
*** e0ne has quit IRC15:32
*** e0ne has joined #openstack-swift15:33
claygtdasilva: I think p 647760 is a bit of a can15:47
patchbothttps://review.openstack.org/#/c/647760/ - swift - Fix mocking time - 1 patch set15:47
tdasilvaclayg: 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 issue15:49
claygyou mean the test failed for you?15:49
*** e0ne has quit IRC15:50
tdasilvathose tests were failing before this fi15:50
claygORLY!?  what does `mock - 1 < 1` say on your machine?15:50
* clayg ```15:51
clayg>>> import mock15:51
clayg>>> mock.MagicMock() - 1 < 115:51
claygFalse15:51
tdasilvaTrue15:51
*** e0ne has joined #openstack-swift15:56
*** e0ne has quit IRC16:00
openstackgerritClay Gerrard proposed openstack/swift master: Allow "harder" symlinks  https://review.openstack.org/63309416:05
*** psachin has quit IRC16:20
*** gyee has joined #openstack-swift16:25
*** e0ne has joined #openstack-swift16:25
*** e0ne has quit IRC16:28
timburketdasilva, thanks for the infra manual pointer -- i totally would have forgotten to sign (or even annotate) the tag16:32
openstackgerritClay Gerrard proposed openstack/swift master: Make reconciler test more stable in the gate  https://review.openstack.org/64781717:08
*** renich_ has joined #openstack-swift17:18
*** renich has quit IRC17:18
*** hseipp has quit IRC17:25
timburketdasilva, clayg: on py3, that comparison would (rightly) raise a TypeError :P17:27
tdasilvatimburke: you mean: 'mock.MagicMock() - 1 < 1' ?17:28
timburkeya17:29
timburkeTypeError: '<' not supported between instances of 'MagicMock' and 'int'17:29
zaitcevTrue on mine - py 2.7.15, mock 1.4.1417:30
zaitcevAlthough surely tox pulls the right mock?17:30
*** mikecmpbll has quit IRC17:40
*** mvkr has quit IRC17:50
*** mvkr has joined #openstack-swift17:53
timburkehmmm... upper-constraints wants mock===2.0.0... w/e, patch fixes what was clearly a bad mock, and the experimental jobs look happy17:54
*** mikecmpbll has joined #openstack-swift18:32
*** sleterrier has quit IRC18:46
*** rdejoux has quit IRC19:09
*** mvkr has quit IRC19:15
openstackgerritMerged openstack/swift master: Fix mocking time  https://review.openstack.org/64776020:44
openstackgerritTim Burke proposed openstack/swift master: py3: port staticweb middleware  https://review.openstack.org/64385520:47
openstackgerritTim Burke proposed openstack/swift master: py3: bring functional/test_staticweb.py under test  https://review.openstack.org/64792220:47
openstackgerritTim Burke proposed openstack/swift master: py3: bring functional/test_domain_remap.py under test  https://review.openstack.org/64792320:47
timburkemattoliverau, 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 hole20:48
patchbotpatch 571907 - swift - Make staticweb return URL-encoded Location headers - 2 patch sets20:48
openstackgerritTim Burke proposed openstack/swift master: We don't have to keep the retrieved token anymore  https://review.openstack.org/60916821:10
*** pcaruana has quit IRC21:33
*** sleterrier has joined #openstack-swift21:59
*** sleterrier_ has joined #openstack-swift21:59
mattoliverautimburke: 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
mattoliverauoh and morning22:22
*** rcernin has joined #openstack-swift22:38
timburkemattoliverau, 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
patchbotpatch 647922 - swift - py3: bring functional/test_staticweb.py under test - 1 patch set22:48
*** renich_ has quit IRC22:52
*** renich_ has joined #openstack-swift22:56
*** tkajinam has joined #openstack-swift22:57
*** gyee has quit IRC23:53

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