Tuesday, 2015-07-14

rm_youit's functionally no change00:00
rm_younot sure why it broke00:00
johnsomOk.  Given how widely across the code it failed, and three of the gates failed it out, I think it's not going to go without some work.00:00
crc32rm_you so I mangled some function names and ran "tox octavia.amphorae.backends.health_daemon.TestEnvelope" but it claimed python 2.7 passed which it clearly shoulden't have. Any speculation as to why tox would claim broken code passed?00:00
rm_youcrc32: bad mocks?00:00
rm_youbad testing?00:00
rm_youno idea00:00
rm_youwould have to see the code00:01
crc32how do I arase the tox environment?00:01
johnsomThe mock version changed, so I expect something changed there that isn't good/happy00:01
rm_youtox -r00:01
rm_youor just remove .tox00:01
rm_yourm -rf .tox00:01
johnsom+1 -r00:01
crc32        self.assertTrue(status_message.checkhmac(sme, 'samplekey1'))00:01
crc32        self.assertFalse(status_message.checkhmac(sme, 'samplekey2'))00:01
rm_youjohnsom: well, mocks across the board broke recently00:01
rm_youbut this particular change is *not a change*, or shouldn't be00:01
rm_youmock >=1.100:02
crc32like the checkhmac function doesn't exist anymore tox is claiming its passed so I'm not trusting tox now.00:02
rm_youis the exact same functionally as mock>=1.000:02
rm_youas is the oslo.messaging line00:02
rm_youi have a feeling something broke that is unrelated to the change00:02
johnsomHmm, it's 1.0 -> 1.0.100:03
johnsomI haven't had time to look at what was in 1.0.1.00:03
rm_youmock>=1.000:03
rm_youto00:03
rm_youmock>=1.100:03
rm_you1.0.1 is py26 only00:03
rm_youwhich we don't even run00:03
rm_youbut which is, again, functionally the same thing00:04
rm_youbecause of the way pip works00:04
johnsomAh, yes, right.  Too much traveling today00:04
rm_youlook at how it broke00:04
rm_yousomething about Oslotest00:04
rm_youah, also mock stuff00:05
rm_youbut i think it's the general "mocks were used wrong" issue00:05
rm_younot the specific change00:05
rm_youassert_called_once -> assert_called_once_with00:05
rm_youyeah00:05
rm_yousame issue as neutron-lbaas00:05
rm_youpeople used the wrong thing00:05
rm_youand didn't spec their mocks00:05
rm_youso they didn't notice00:05
johnsomYeah, we dropped support for 2.6.00:06
madhu_akbtw, if I were to run single unit test (I usually run them in neutron-lbaas), I use this: source .tox/apiv2/bin/activate, and python -m subunit.run <path to unit test>00:08
crc32yea this is real cute. It complains about pep8 but acts like the tests passed.00:10
crc32is it subunit.run or subunit run00:11
madhu_akpython -m subunit.run neutron_lbaas/tests/unit/test_agent_scheduler.py00:12
crc32its throwing up a bunch of binary charatcers00:15
crc32and failing to load. http://pastebin.com/ERBGiPdu00:15
crc32python -m subunit.run octavia/octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py <-- is this the write test invocation?00:18
madhu_akyep00:19
crc32so whats all the binary crap it throw at me?00:19
madhu_akoh :(00:19
madhu_akpython -m testtools.run tests/unit/test_agent_scheduler.py00:20
madhu_ak00:20
madhu_akcan you try like this?00:20
madhu_akRan 8 tests in 12.251s00:21
madhu_akOK00:21
madhu_akit got succeeded for me00:21
crc32thank you00:21
crc32Tests running...00:21
crc32======================================================================00:21
crc32ERROR: octavia.tests.unit.amphorae.backends.health_daemon.test_envelope.TestEnvelope.test_message_hmac00:21
crc32----------------------------------------------------------------------00:21
crc32Traceback (most recent call last):00:21
crc32  File "octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py", line 29, in test_message_hmac00:21
crc32    sme = status_message.encode(statusMsg, 'samplekey1')00:21
crc32AttributeError: 'module' object has no attribute 'encode'00:21
crc32Ran 1 test in 0.001s00:21
crc32FAILED (failures=1)00:21
crc32its failing like it should be now.00:22
madhu_akIs it the the expected failure?00:22
crc32yes I took out those functions but for some reason tox claims the code works and only complains about Pep800:23
madhu_akoh okay, what kind of errors you seeing? pep800:24
madhu_akdougwig: regarding the arguments in hooks: https://review.openstack.org/#/c/199781/00:25
*** vivek-ebay has quit IRC00:34
*** ajmiller has quit IRC00:39
*** ajmiller has joined #openstack-lbaas00:39
*** vivek-ebay has joined #openstack-lbaas00:41
*** apuimedo has quit IRC00:42
*** madhu_ak has quit IRC00:44
*** mixos has joined #openstack-lbaas01:01
*** vivek-ebay has quit IRC01:02
*** crc32 has quit IRC01:03
*** vivek-ebay has joined #openstack-lbaas01:06
*** bradjones_ has joined #openstack-lbaas01:06
*** bradjones_ has quit IRC01:06
*** bradjones_ has joined #openstack-lbaas01:06
*** bradjones has quit IRC01:06
*** bradjones_ is now known as bradjones01:07
*** chlong-afk has joined #openstack-lbaas01:15
bank_Hi, I installed a new  devstack with octavia enabled01:21
bank_how ever I am having trouble creating a pool01:22
*** bank_ has quit IRC01:36
*** enikanorov has joined #openstack-lbaas02:17
*** enikanorov2 has quit IRC02:25
*** ajmiller_ has joined #openstack-lbaas02:40
*** sbalukoff has quit IRC02:42
*** vivek-ebay has quit IRC02:54
*** mlavalle has quit IRC03:25
*** rm_work|away is now known as rm_work03:31
*** crc32 has joined #openstack-lbaas03:34
*** vivek-ebay has joined #openstack-lbaas03:41
*** vivek-eb_ has joined #openstack-lbaas03:44
*** vivek-ebay has quit IRC03:46
*** rm_work is now known as rm_work|away03:48
*** madhu_ak has joined #openstack-lbaas03:53
*** ganeshna has joined #openstack-lbaas04:06
*** ganeshna has quit IRC04:30
*** ganeshna has joined #openstack-lbaas04:32
*** rm_work|away is now known as rm_work04:41
*** bank_ has joined #openstack-lbaas04:42
*** sbalukoff has joined #openstack-lbaas04:50
*** ajmiller_ has quit IRC04:58
*** crc32 has quit IRC04:58
*** ganeshna has quit IRC05:00
*** ganeshna has joined #openstack-lbaas05:07
*** vivek-ebay has joined #openstack-lbaas05:11
*** vivek-eb_ has quit IRC05:15
*** ajmiller has quit IRC05:16
*** madhu_ak has quit IRC05:45
*** apuimedo has joined #openstack-lbaas05:52
*** vivek-ebay has quit IRC05:58
*** chlong-afk has quit IRC06:09
*** rm_work is now known as rm_work|away06:17
*** kiran-r has joined #openstack-lbaas06:36
*** kiran-r has quit IRC06:58
*** kiran-r has joined #openstack-lbaas07:01
openstackgerritEvgeny Fedoruk proposed openstack/neutron-lbaas: Fixing Radware unit tests after mock module update  https://review.openstack.org/20104407:05
*** kiran-r has quit IRC07:08
*** amotoki_ has joined #openstack-lbaas07:11
*** ganeshna has quit IRC07:14
*** bank_ has quit IRC07:36
*** chlong-afk has joined #openstack-lbaas07:37
*** woodster_ has quit IRC07:51
*** mixos has quit IRC08:11
*** amotoki_ has quit IRC08:22
*** kiran-r has joined #openstack-lbaas08:29
*** kiran-r has quit IRC08:29
*** kiran-r has joined #openstack-lbaas08:31
*** _kiran_ has joined #openstack-lbaas08:35
*** kiran-r has quit IRC08:35
*** _kiran_ has quit IRC08:40
*** ganeshna has joined #openstack-lbaas08:49
*** amotoki_ has joined #openstack-lbaas09:16
*** [3]mikeymeitbual has quit IRC09:52
*** ganeshna has quit IRC09:54
*** ganeshna has joined #openstack-lbaas09:56
*** kiran-r has joined #openstack-lbaas10:03
openstackgerritJian LI proposed openstack/neutron-lbaas: Support schedule loadbalancer manually  https://review.openstack.org/20148310:08
*** ganeshna has quit IRC10:22
*** ganeshna has joined #openstack-lbaas10:29
*** ganeshna_ has joined #openstack-lbaas10:39
*** ganeshn__ has joined #openstack-lbaas10:41
*** ganeshna has quit IRC10:42
*** ganeshna has joined #openstack-lbaas10:43
*** ganeshna_ has quit IRC10:44
*** ganeshn__ has quit IRC10:45
*** ganeshna_ has joined #openstack-lbaas10:46
*** ganeshna has quit IRC10:49
*** ganeshna has joined #openstack-lbaas10:50
*** ganeshna_ has quit IRC10:52
*** ganeshna has quit IRC10:55
*** ganeshna has joined #openstack-lbaas10:57
*** ganeshna has quit IRC11:09
*** openstackgerrit has quit IRC11:09
*** openstackgerrit has joined #openstack-lbaas11:10
*** mixos has joined #openstack-lbaas11:48
*** mixos has quit IRC11:51
*** openstack has joined #openstack-lbaas12:12
*** ig0r_ has joined #openstack-lbaas12:24
*** mixos has joined #openstack-lbaas13:28
*** bradjones has quit IRC13:41
*** bradjones has joined #openstack-lbaas13:48
*** bradjones has quit IRC13:48
*** bradjones has joined #openstack-lbaas13:48
*** ajmiller has joined #openstack-lbaas14:07
*** Miouge has joined #openstack-lbaas14:09
*** vivek-ebay has joined #openstack-lbaas14:10
*** woodster_ has joined #openstack-lbaas14:20
*** vivek-ebay has quit IRC14:22
*** kbyrne has quit IRC14:23
*** _kiran_ has joined #openstack-lbaas14:31
*** kiran-r has quit IRC14:35
*** kbyrne has joined #openstack-lbaas14:43
*** _kiran_ is now known as kiran-r15:05
*** ig0r_ has quit IRC15:10
*** ig0r__ has joined #openstack-lbaas15:11
*** ganeshna has joined #openstack-lbaas15:14
*** ganeshna has quit IRC15:14
*** ganeshna has joined #openstack-lbaas15:15
*** ig0r_ has joined #openstack-lbaas15:18
*** ig0r__ has quit IRC15:19
*** ganeshna_ has joined #openstack-lbaas15:20
*** ganeshna has quit IRC15:21
*** ajmiller_ has joined #openstack-lbaas15:35
*** madhu_ak has joined #openstack-lbaas15:36
*** ajmiller has quit IRC15:38
*** ajmiller_ is now known as ajmiller15:39
*** mlavalle has joined #openstack-lbaas15:41
*** ig0r__ has joined #openstack-lbaas15:41
*** ig0r_ has quit IRC15:43
*** Aish has joined #openstack-lbaas15:45
*** KunalGandhi has joined #openstack-lbaas15:46
*** minwang2 has joined #openstack-lbaas15:48
*** minwang2 has left #openstack-lbaas15:48
*** minwang2 has joined #openstack-lbaas15:49
*** amotoki_ has quit IRC16:01
*** mikeymeitbual has joined #openstack-lbaas16:07
*** kiran-r has quit IRC16:21
*** ganeshna_ has quit IRC16:25
*** minwang2 has quit IRC16:29
*** vivek-ebay has joined #openstack-lbaas16:30
*** apuimedo has quit IRC16:32
*** minwang2 has joined #openstack-lbaas16:38
*** KunalGan_ has joined #openstack-lbaas16:45
*** KunalGandhi has quit IRC16:47
johnsomFYI, I am taking a pass at updating Octavia for the mock stuff17:00
*** mgarza_ has joined #openstack-lbaas17:00
*** jschwarz has joined #openstack-lbaas17:01
*** mixos is now known as mixos-away17:08
*** ajmiller has quit IRC17:16
*** crc32 has joined #openstack-lbaas17:21
*** jschwarz has quit IRC17:22
*** bank_ has joined #openstack-lbaas17:23
crc32were you comming into work rm_work?17:23
*** SumitNaiksatam has joined #openstack-lbaas17:23
crc32rm_you rm_work which is the real adam?17:23
*** kiran-r has joined #openstack-lbaas17:28
*** madhu_ak has quit IRC17:34
*** minwang2 has quit IRC17:54
*** openstackgerrit has quit IRC17:56
*** openstackgerrit has joined #openstack-lbaas17:56
*** minwang2 has joined #openstack-lbaas17:59
*** KunalGan_ has quit IRC18:02
*** apuimedo has joined #openstack-lbaas18:03
*** fnaval has joined #openstack-lbaas18:11
*** KunalGandhi has joined #openstack-lbaas18:22
*** mixos-away is now known as mixos18:26
*** chlong-afk has quit IRC18:30
*** xgerman has quit IRC18:30
crc32I'm working from home. Over half the bathrooms here are closed due to an "Emergency"18:35
*** rm_work|away is now known as rm_work18:36
*** KunalGandhi has quit IRC18:45
*** KunalGandhi has joined #openstack-lbaas18:47
*** crc32 has quit IRC18:47
*** openstackgerrit has quit IRC18:56
*** openstackgerrit has joined #openstack-lbaas18:56
*** minwang2 has quit IRC19:08
*** KunalGandhi has quit IRC19:15
*** Aish has quit IRC19:18
*** enikanorov2 has joined #openstack-lbaas19:18
*** mgarza_ has quit IRC19:37
*** mgarza_ has joined #openstack-lbaas19:38
*** KunalGandhi has joined #openstack-lbaas19:40
*** sbalukoff has quit IRC19:41
*** sbalukoff has joined #openstack-lbaas19:44
*** _laco has joined #openstack-lbaas19:46
*** mgarza_ has quit IRC19:49
*** mgarza_ has joined #openstack-lbaas19:49
*** chlong-afk has joined #openstack-lbaas19:49
*** xgerman has joined #openstack-lbaas19:56
*** mgarza_ has quit IRC19:57
*** mgarza_ has joined #openstack-lbaas19:57
*** kiran-r has quit IRC19:57
*** minwang2 has joined #openstack-lbaas20:10
*** Aish has joined #openstack-lbaas20:11
*** madhu_ak has joined #openstack-lbaas20:30
*** mgarza_ has quit IRC20:38
*** mgarza has joined #openstack-lbaas20:39
*** madhu_ak has quit IRC20:40
*** mgarza has quit IRC20:42
*** minwang2 has quit IRC20:54
*** minwang2 has joined #openstack-lbaas20:56
*** mixos is now known as mixos-away20:58
*** minwang2 has quit IRC21:00
*** rm_work is now known as rm_work|away21:01
*** minwang2 has joined #openstack-lbaas21:04
*** crc32 has joined #openstack-lbaas21:05
*** mixos-away is now known as mixos21:07
*** madhu_ak has joined #openstack-lbaas21:13
*** minwang2 has quit IRC21:18
*** madhu_ak has quit IRC21:18
bank_when creating a LB o-cw throwing these errors21:19
bank_1.NoReadyAmphoraeException: There are not any READY amphora available. 2.ComputeWaitTimeoutException: Waiting for compute to go active timeout. 3.ClientException: The server has either erred or is incapable of performing the requested operation 4.PlugNetworkException: Error plugging amphora 5.PlugVIPException: Error plugging amphora21:19
bank_is it because of vm coming up slowly ?21:19
bank_as I am using a vm to run the devstack21:20
*** Aish has quit IRC21:20
*** sbalukoff has quit IRC21:26
*** shakamunyi has joined #openstack-lbaas21:58
*** mlavalle has quit IRC22:09
*** sbalukoff has joined #openstack-lbaas22:19
*** SumitNaiksatam has quit IRC22:23
*** enikanorov2 has quit IRC22:23
*** mixos has quit IRC22:41
dougwigfyi, i will be at the meetup friday *only*. sorry for the last minute change.23:11
bank_any idea about the creds for amphora ?23:29
*** bitblt has joined #openstack-lbaas23:31
*** shakamunyi has quit IRC23:36
*** barra204 has joined #openstack-lbaas23:36
*** apuimedo has quit IRC23:41
bank_as I see in the code we are just waiting for 10s (amp_active_wait_sec) for the amphora to come up23:42
bank_is it enough ?23:42

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