*** gyee has quit IRC | 00:25 | |
DHE | I didn't understand a word of that... | 00:42 |
---|---|---|
DHE | :) | 00:45 |
zaitcev | https://www.penny-arcade.com/comic/2004/03/24 | 00:45 |
*** ianychoi has quit IRC | 02:10 | |
*** ianychoi has joined #openstack-swift | 02:10 | |
kota_ | morning | 02:19 |
*** mahatic has quit IRC | 02:20 | |
*** mahatic has joined #openstack-swift | 02:20 | |
*** ChanServ sets mode: +v mahatic | 02:20 | |
openstackgerrit | Vu Cong Tuan proposed openstack/swift master: Use assertRegex instead of assertRegexpMatches https://review.openstack.org/615711 | 02:55 |
mattoliverau | kota_: o/ | 03:11 |
kota_ | mattoliverau: o/ | 03:38 |
notmyname | hello, world. quite some scrollback :-) | 04:05 |
notmyname | zaitcev: no! I hadn't seen that. good for him (creiht) | 04:05 |
zaitcev | notmyname: I'm just astonished by the choice of the company. | 04:05 |
notmyname | mattoliverau: 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 |
notmyname | they'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 |
notmyname | timburke: stestr? | 04:12 |
*** nguyenhai has quit IRC | 05:40 | |
*** nguyenhai has joined #openstack-swift | 05:41 | |
*** e0ne has joined #openstack-swift | 06:24 | |
*** e0ne has quit IRC | 06:44 | |
*** e0ne has joined #openstack-swift | 06:48 | |
*** e0ne has quit IRC | 07:07 | |
*** pcaruana has joined #openstack-swift | 07:36 | |
*** gkadam_ has joined #openstack-swift | 07:45 | |
*** ccamacho has joined #openstack-swift | 08:03 | |
*** tdasilva has quit IRC | 08:07 | |
*** itlinux has joined #openstack-swift | 09:14 | |
*** mvkr has quit IRC | 09:31 | |
*** mvkr has joined #openstack-swift | 10:01 | |
*** mvkr has quit IRC | 10:44 | |
*** mvkr has joined #openstack-swift | 10:58 | |
*** e0ne has joined #openstack-swift | 11:11 | |
*** gkadam_ has quit IRC | 11:46 | |
*** gkadam has joined #openstack-swift | 11:46 | |
*** e0ne has quit IRC | 12:29 | |
*** e0ne has joined #openstack-swift | 12:43 | |
openstackgerrit | Romain LE DISEZ proposed openstack/swift master: SSYNC: enable multiple SSYNC connections per job https://review.openstack.org/613987 | 13:13 |
*** tdasilva has joined #openstack-swift | 13:40 | |
*** ChanServ sets mode: +v tdasilva | 13:40 | |
*** mkrai has joined #openstack-swift | 13:58 | |
mkrai | Hi, I am trying to boot an Ironic baremetal instance and it is failing due 409 error with swift temp url while downloading glance image | 13:58 |
mkrai | This is the error http://paste.openstack.org/show/734197/ | 13:59 |
mkrai | Can someone please help? | 13:59 |
tdasilva | mkrai: are you using tripleo? | 14:01 |
mkrai | tdasilva: devstack | 14:02 |
zaitcev | Anyone noticed that some check jobs are missing? See this: https://review.openstack.org/#/c/615711/1 - no py27 py35 | 14:20 |
patchbot | patch 615711 - swift - Use assertRegex instead of assertRegexpMatches - 1 patch set | 14:20 |
*** early has quit IRC | 14:25 | |
mkrai | hi zaitcev are you familiar with temp url issue? | 14:25 |
zaitcev | mkrai, 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-swift | 14:28 | |
*** munimeha1 has joined #openstack-swift | 14:58 | |
*** e0ne has quit IRC | 15:06 | |
*** gkadam has quit IRC | 15:30 | |
*** itlinux has quit IRC | 15:38 | |
*** mkrai has quit IRC | 15:56 | |
openstackgerrit | Nguyen Hai Truong proposed openstack/python-swiftclient master: Add python 3.6 unit test job https://review.openstack.org/615926 | 16:18 |
*** gyee has joined #openstack-swift | 16:21 | |
*** ccamacho has quit IRC | 16:27 | |
*** andymccr has quit IRC | 16:36 | |
timburke | zaitcev: the changes were all under test/functional/, so unit tests get skipped. it's from the irrelevant-files sections in .zuul.yaml iirc | 17:20 |
timburke | what's weirding me out, though, is that the s3api func tests passed -- i don't think py2 has a TestCase.assertRegex?? | 17:21 |
timburke | gonna try it out on my local | 17:21 |
*** ccamacho has joined #openstack-swift | 17:22 | |
zaitcev | timburke: I get AttributeError: 'TestWSGI' object has no attribute 'assertRegex' | 17:30 |
*** e0ne has joined #openstack-swift | 17:32 | |
*** ccamacho has quit IRC | 17:33 | |
notmyname | good mornign | 17:39 |
timburke | zaitcev: 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 |
timburke | honestly, i'm kinda inclined to just get rid of unittest2 :-/ | 17:40 |
zaitcev | hmm | 17:40 |
zaitcev | So this works in functests but not in unit. | 17:41 |
zaitcev | you know | 17:41 |
timburke | we 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 timebounds | 17:41 |
zaitcev | I 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 work | 17:43 |
zaitcev | AttributeError: 'module' object has no attribute 'unit' | 17:44 |
zaitcev | this works PYTHONPATH=$(pwd) TMPDIR=/var/tmp sh -c "cd test/unit/common && nosetests test_wsgi.py:TestWSGI.test_monkey_patch_mimetools" | 17:45 |
zaitcev | This precluded my migration to tox | 17:45 |
timburke | try `tox -e py27 -- test/unit/common/test_wsgi.py:TestWSGI.test_monkey_patch_mimetools` | 17:46 |
timburke | (iirc) | 17:46 |
zaitcev | oh, cool, thanks | 17:47 |
zaitcev | okay, deprecate away | 17:48 |
*** e0ne has quit IRC | 18:03 | |
*** e0ne has joined #openstack-swift | 18:06 | |
*** e0ne has quit IRC | 18:24 | |
*** gyee has quit IRC | 18:34 | |
*** mvkr has quit IRC | 19:10 | |
timburke | huh. 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 |
timburke | mkrai: 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-L1175 | 19:55 |
*** mvkr has joined #openstack-swift | 19:58 | |
openstackgerrit | Tim Burke proposed openstack/swift master: Treat all invalid frag indexes the same https://review.openstack.org/615990 | 20:22 |
*** munimeha1 has quit IRC | 20:46 | |
*** pcaruana has quit IRC | 21:31 | |
notmyname | cwright: https://github.com/swiftstack/swift-exporter ta-da!! | 23:03 |
notmyname | cwright: 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!