Tuesday, 2018-11-06

*** gyee has quit IRC00:25
DHEI didn't understand a word of that...00:42
DHE:)00:45
zaitcevhttps://www.penny-arcade.com/comic/2004/03/2400:45
*** ianychoi has quit IRC02:10
*** ianychoi has joined #openstack-swift02:10
kota_morning02:19
*** mahatic has quit IRC02:20
*** mahatic has joined #openstack-swift02:20
*** ChanServ sets mode: +v mahatic02:20
openstackgerritVu Cong Tuan proposed openstack/swift master: Use assertRegex instead of assertRegexpMatches  https://review.openstack.org/61571102:55
mattoliveraukota_: o/03:11
kota_mattoliverau: o/03:38
notmynamehello, world. quite some scrollback :-)04:05
notmynamezaitcev: no! I hadn't seen that. good for him (creiht)04:05
zaitcevnotmyname: I'm just astonished by the choice of the company.04:05
notmynamemattoliverau: funny that you were up in your middle of the night chatting in here because of kids. I was chatting with chris short at about the same time today because he was up with kids ;-)04:06
notmynamethey're pretty huge, so I assume they've got lots of tech needs. (I have no idea what it takes to run a huge grocery chain...)04:06
mattoliverau:)04:10
notmynametimburke: stestr?04:12
*** nguyenhai has quit IRC05:40
*** nguyenhai has joined #openstack-swift05:41
*** e0ne has joined #openstack-swift06:24
*** e0ne has quit IRC06:44
*** e0ne has joined #openstack-swift06:48
*** e0ne has quit IRC07:07
*** pcaruana has joined #openstack-swift07:36
*** gkadam_ has joined #openstack-swift07:45
*** ccamacho has joined #openstack-swift08:03
*** tdasilva has quit IRC08:07
*** itlinux has joined #openstack-swift09:14
*** mvkr has quit IRC09:31
*** mvkr has joined #openstack-swift10:01
*** mvkr has quit IRC10:44
*** mvkr has joined #openstack-swift10:58
*** e0ne has joined #openstack-swift11:11
*** gkadam_ has quit IRC11:46
*** gkadam has joined #openstack-swift11:46
*** e0ne has quit IRC12:29
*** e0ne has joined #openstack-swift12:43
openstackgerritRomain LE DISEZ proposed openstack/swift master: SSYNC: enable multiple SSYNC connections per job  https://review.openstack.org/61398713:13
*** tdasilva has joined #openstack-swift13:40
*** ChanServ sets mode: +v tdasilva13:40
*** mkrai has joined #openstack-swift13:58
mkraiHi, I am trying to boot an Ironic baremetal instance and it is failing due 409 error with swift temp url while downloading glance image13:58
mkraiThis is the error http://paste.openstack.org/show/734197/13:59
mkraiCan someone please help?13:59
tdasilvamkrai: are you using tripleo?14:01
mkraitdasilva: devstack14:02
zaitcevAnyone noticed that some check jobs are missing? See this: https://review.openstack.org/#/c/615711/1 - no py27 py3514:20
patchbotpatch 615711 - swift - Use assertRegex instead of assertRegexpMatches - 1 patch set14:20
*** early has quit IRC14:25
mkraihi zaitcev are you familiar with temp url issue?14:25
zaitcevmkrai, sorry, no. 409 is a simultaneous update to meta, so it's impossible to tell at a glance what's going on. Something provoked two puts, or whatever.14:27
*** early has joined #openstack-swift14:28
*** munimeha1 has joined #openstack-swift14:58
*** e0ne has quit IRC15:06
*** gkadam has quit IRC15:30
*** itlinux has quit IRC15:38
*** mkrai has quit IRC15:56
openstackgerritNguyen Hai Truong proposed openstack/python-swiftclient master: Add python 3.6 unit test job  https://review.openstack.org/61592616:18
*** gyee has joined #openstack-swift16:21
*** ccamacho has quit IRC16:27
*** andymccr has quit IRC16:36
timburkezaitcev: the changes were all under test/functional/, so unit tests get skipped. it's from the irrelevant-files sections in .zuul.yaml iirc17:20
timburkewhat's weirding me out, though, is that the s3api func tests passed -- i don't think py2 has a TestCase.assertRegex??17:21
timburkegonna try it out on my local17:21
*** ccamacho has joined #openstack-swift17:22
zaitcevtimburke: I get  AttributeError: 'TestWSGI' object has no attribute 'assertRegex'17:30
*** e0ne has joined #openstack-swift17:32
*** ccamacho has quit IRC17:33
notmynamegood mornign17:39
timburkezaitcev: ah... so the s3api func tests inherit from unittest*2*.TestCase (https://github.com/openstack/swift/blob/2.19.0/test/functional/s3api/__init__.py#L30) which not only defines an assertRegex but deprecates assertRegexpMatches (https://hg.python.org/unittest2/file/tip/unittest2/case.py#l1336)17:39
timburkehonestly, i'm kinda inclined to just get rid of unittest2 :-/17:40
zaitcevhmm17:40
zaitcevSo this works in functests but not in unit.17:41
zaitcevyou know17:41
timburkewe could even get rid of the assertRegexpMatches, too -- actually parse the timestamps according to the format we expect, and check that they're within some timebounds17:41
zaitcevI tried this several times and something didn't work   tox -e py27 -- test.unit.common.test_wsgi.TestWSGI.test_monkey_patch_mimetools  and something didn't work17:43
zaitcevAttributeError: 'module' object has no attribute 'unit'17:44
zaitcevthis works   PYTHONPATH=$(pwd) TMPDIR=/var/tmp sh -c "cd test/unit/common && nosetests test_wsgi.py:TestWSGI.test_monkey_patch_mimetools"17:45
zaitcevThis precluded my migration to tox17:45
timburketry `tox -e py27 -- test/unit/common/test_wsgi.py:TestWSGI.test_monkey_patch_mimetools`17:46
timburke(iirc)17:46
zaitcevoh, cool, thanks17:47
zaitcevokay, deprecate away17:48
*** e0ne has quit IRC18:03
*** e0ne has joined #openstack-swift18:06
*** e0ne has quit IRC18:24
*** gyee has quit IRC18:34
*** mvkr has quit IRC19:10
timburkehuh. https://github.com/openstack/swift/blob/2.19.0/test/unit/obj/test_diskfile.py#L5225-L5235 seems like abit of a funny test...19:43
timburkemkrai: zaitcev: 409 on download can be caused by an error reading segments for an SLO -- see https://github.com/openstack/swift/blob/2.19.0/test/functional/test_slo.py#L1150-L117519:55
*** mvkr has joined #openstack-swift19:58
openstackgerritTim Burke proposed openstack/swift master: Treat all invalid frag indexes the same  https://review.openstack.org/61599020:22
*** munimeha1 has quit IRC20:46
*** pcaruana has quit IRC21:31
notmynamecwright: https://github.com/swiftstack/swift-exporter ta-da!!23:03
notmynamecwright: there are a few swiftstack-isms (like path names and binary/script names). be careful to start with (and submit patches!)23:03

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