Thursday, 2017-01-05

kong_rakhmerov, ddeja, d0ugal, could you please review the patch series: https://review.openstack.org/#/q/topic:bug/163334500:01
*** jrist_ has joined #openstack-mistral00:09
*** jrist has quit IRC00:10
*** gongysh has quit IRC00:47
*** kong_ is now known as kong01:00
*** jamielennox is now known as jamielennox|away01:02
*** jamielennox|away is now known as jamielennox01:21
*** gongysh has joined #openstack-mistral02:00
*** harlowja has quit IRC03:05
*** ruhe has quit IRC03:05
*** ruhe has joined #openstack-mistral03:05
openstackgerritOpenStack Proposal Bot proposed openstack/mistral: Updated from global requirements  https://review.openstack.org/41596905:07
*** jamielennox is now known as jamielennox|away05:23
*** jamielennox|away is now known as jamielennox05:30
*** sharatss has joined #openstack-mistral05:55
openstackgerritMerged openstack/python-mistralclient: Add tests for filters in CLI list commands  https://review.openstack.org/41515806:03
*** ist has joined #openstack-mistral06:17
*** _gryf_ has joined #openstack-mistral06:53
*** _gryf_ is now known as gryf06:53
*** gryf has quit IRC06:53
*** sharatss has quit IRC07:42
*** openstackgerrit has quit IRC07:50
*** sharatss has joined #openstack-mistral08:18
*** shardy has joined #openstack-mistral08:35
*** jpich has joined #openstack-mistral08:41
d0ugalkong: will do!08:46
d0ugalIt looks like the Mistral gate is broken?08:47
d0ugalhttps://review.openstack.org/#/c/413696/08:47
*** openstackgerrit has joined #openstack-mistral08:47
openstackgerritDougal Matthews proposed openstack/mistral: Gate test  https://review.openstack.org/41369608:47
d0ugalrebasing it to see if that changes anything08:47
d0ugalbut the failures in patchset 2 look real08:47
ddejakong: sure, will do08:54
ddejad0ugal: Hi, where did it start?08:54
ddejawhen*08:54
*** jtomasek has quit IRC08:58
d0ugalddeja: not sure :)09:01
d0ugalddeja: I just noticed one of my other patches started failing for a new reason that looked unrelated09:01
d0ugalthis does seem to be happening more lately :/09:01
d0ugalddeja: kong's patches passed, but they are based on a previous commit. so it must have been introduced between fca666a57c8e3578cc7ecf851b64f7c3ff501ea4 and HEAD09:04
d0ugalThis one passed: https://review.openstack.org/#/c/407240/09:05
*** jtomasek has joined #openstack-mistral09:05
d0ugal... and that leaves only one commit I think09:06
d0ugalhmm09:06
* d0ugal is confused09:06
*** tuan_ has joined #openstack-mistral09:09
ddejame too :/09:31
d0ugalddeja: so it is an ordering bug09:31
d0ugalddeja: and it doesn't fail every time09:31
d0ugalsometimes these are the other way around: https://github.com/openstack/mistral/blob/master/mistral/tests/unit/engine/test_reverse_workflow_rerun.py#L154-L15509:31
ddejamhm09:32
ddejait may happening due to recent change in the db09:32
ddejaoh, I see09:32
ddejaThen I'm 100% sure it is happening due to that change09:32
d0ugalWhich change?09:32
ddejadroping of the microseconds from the DB09:33
d0ugalaha09:33
*** goutham_pratapa has joined #openstack-mistral09:33
d0ugalWhy did we drop that? :)09:33
ddejayes09:33
*** jtomasek has quit IRC09:33
*** openstackgerrit has quit IRC09:33
ddejad0ugal: https://review.openstack.org/#/c/406143/09:34
ddejad0ugal: I'll send a patch to fix that unit test09:35
d0ugaloh, I remember now09:35
d0ugalit is hard to remember anything from last year :P09:35
*** jtomasek has joined #openstack-mistral09:36
*** goutham_pratapa has quit IRC09:37
*** openstackgerrit has joined #openstack-mistral10:04
openstackgerritBertrand Lallau proposed openstack/mistral: Move mock requirement to test-requirements.txt  https://review.openstack.org/41691510:04
kongddeja, d0ugal, thanks you guys10:09
*** openstack has joined #openstack-mistral10:15
*** ^Gal^ has joined #openstack-mistral10:24
*** gongysh has quit IRC10:31
openstackgerritDawid Deja proposed openstack/mistral: Fix for failing kombu dsvm gate  https://review.openstack.org/41453310:47
ddejakong: I can take a look on those patches, but the spec is not merged yet, so we cannot merge those IMO10:50
*** sharatss has quit IRC11:03
*** thrash|g0ne is now known as thrash11:06
d0ugalddeja: Yeah, I think there is some feedback from rakhmerov that needs to be addressed too?11:08
d0ugalThe first patch has a -1 for example.11:08
d0ugal /cc kong11:08
d0ugalddeja: does this test pass for you locally?11:09
d0ugaltox -e py27 mistral.tests.unit.services.test_trigger_service.TriggerServiceV2Test.test_trigger_create11:09
openstackgerritDougal Matthews proposed openstack/mistral: Testing trigger get_next_execution_time  https://review.openstack.org/41693811:16
isthello, it seems new novaclient (7.0.0) has got an authentication issue in case of token authentication is used. I just created a novaclient bug for it: https://bugs.launchpad.net/python-novaclient/+bug/165418311:21
openstackLaunchpad bug 1654183 in python-novaclient "Token based authentication in Client class does not work" [Undecided,New]11:21
istdo anyone faced this issue already?11:21
*** sharatss has joined #openstack-mistral11:22
istnew NovaClient released at 22. Dec.11:22
d0ugalist: I don't think anyone is working on it11:25
d0ugalist: I've not seen chatter in here, bugs or patches anyway11:25
d0ugalist: but I am a bit confused, is this a Mistral bug?11:27
d0ugalit looks like you might be in the wrong channel :)11:27
openstackgerritDougal Matthews proposed openstack/mistral: Testing trigger get_next_execution_time  https://review.openstack.org/41693811:28
istno it is not a mistral bug, it is a novaclient bug, just it affects mistral also, due to nova actions are not working11:29
istif newest nova client is installed beside mistral11:29
d0ugalist: right, makes sense.11:30
ddejad0ugal: no, it's not passing11:42
ddejai found a bug in it yesterday11:42
ddejaand also in 2 others, also related to the trigger tests11:42
d0ugalddeja: hah, fun11:43
d0ugalddeja: I am trying to understand why it passes in CI11:43
ddejabecause it works11:43
ddejaif local timezone is UTC11:43
d0ugalddeja: I am in UTC :)11:44
ddejathat's weird then11:44
*** tuan_ has quit IRC11:44
ddejaso maybe it works in some other time zone11:44
ddejaor maybe when no timezone is set11:44
ddejanot sure11:45
*** gongysh has joined #openstack-mistral11:45
ddejabut basically, it misses the time by one hour on my setup11:45
d0ugalddeja: well, my machine is set to Europe/London11:45
d0ugalthat just happens to be the same as UTC right now11:45
ddejad0ugal: yes, I know11:46
*** ^Gal^ has quit IRC11:46
ddejahmm, maybe it works only if it is set directly to UTC 011:46
d0ugalyeah, that is what I mean11:46
ddejabut that would be weird11:47
d0ugalindeed.11:47
ddejaif it works if TZ = UTC0 but not if TZ = London11:47
ddejasince it is same in winter11:47
openstackgerritDougal Matthews proposed openstack/mistral: Testing trigger get_next_execution_time  https://review.openstack.org/41693811:51
*** tuan_ has joined #openstack-mistral12:01
openstackgerritDougal Matthews proposed openstack/mistral: Use oslo_utils.timeutils to convert a datetime to UTC  https://review.openstack.org/41693812:04
d0ugalddeja: ^ I think that'll fix it. The test passed locally for me.12:05
d0ugalThe oslo_utils method was quite different from ours. https://github.com/openstack/oslo.utils/blob/master/oslo_utils/timeutils.py#L10012:05
* d0ugal wonders how to write a test for it12:06
ddejad0ugal: but hmm, It may work12:08
ddejabut I'm not sure if it is the right fix12:08
ddejathe story of introducing this method was to change local time to UTC ones12:09
d0ugalddeja: that is what normalize_time does?12:09
ddejaoh12:09
ddejaif so, it should be ok12:09
ddejaI hope12:10
d0ugalddeja: https://github.com/openstack/oslo.utils/blob/master/oslo_utils/timeutils.py#L10112:10
d0ugal:-D12:10
* d0ugal will bbiab12:11
*** gongysh has quit IRC12:14
*** ^Gal^ has joined #openstack-mistral12:18
ddejad0ugal: I'm afraid it is not working12:19
ddejait's not converting time from my UTC+1 to UTC+012:19
ddejawhereas the method that is used right now does it12:19
ddejajust the tests are not implemented correctly12:20
openstackgerritDawid Deja proposed openstack/mistral: Fix for failing kombu dsvm gate  https://review.openstack.org/41453312:31
*** catintheroof has quit IRC12:38
*** catintheroof has joined #openstack-mistral12:44
openstackgerritDawid Deja proposed openstack/mistral: Fix unit test that rely on order of return from DB  https://review.openstack.org/41696512:49
*** catintheroof has quit IRC12:57
*** catintheroof has joined #openstack-mistral12:58
*** shardy has quit IRC13:02
*** dprince has joined #openstack-mistral13:02
*** catintheroof has quit IRC13:02
*** catintheroof has joined #openstack-mistral13:04
*** tuan_ has quit IRC13:06
*** tuan_ has joined #openstack-mistral13:10
*** catintheroof has quit IRC13:11
*** d0ugal has quit IRC13:34
*** d0ugal has joined #openstack-mistral13:35
*** catintheroof has joined #openstack-mistral13:47
*** bobh has joined #openstack-mistral13:48
*** tuan_ has quit IRC13:56
*** shardy has joined #openstack-mistral14:28
*** tuan_ has joined #openstack-mistral14:31
*** ist has quit IRC15:00
*** chlong has joined #openstack-mistral15:05
*** sharatss has quit IRC15:05
*** sharatss has joined #openstack-mistral15:06
*** catintheroof has quit IRC15:32
*** d0ugal has quit IRC15:38
*** d0ugal has joined #openstack-mistral15:41
*** sharatss has quit IRC16:01
*** sharatss has joined #openstack-mistral16:01
*** bobh has quit IRC16:01
*** tuan_ has quit IRC16:27
*** catintheroof has joined #openstack-mistral16:32
*** weshay is now known as weshay_errand16:37
*** ^Gal^ has quit IRC16:51
*** ^Gal^_ has joined #openstack-mistral16:51
*** ^Gal^_ is now known as ^Gal^16:51
*** ^Gal^ has quit IRC16:55
*** bobh has joined #openstack-mistral17:02
*** bobh has quit IRC17:08
*** jpich has quit IRC17:14
*** sharatss has quit IRC17:14
*** sharatss has joined #openstack-mistral17:14
*** rbrady is now known as rbrady-afk18:03
*** bobh has joined #openstack-mistral18:03
*** bobh has quit IRC18:08
*** weshay_errand is now known as weshay18:17
*** sharatss has quit IRC18:36
*** sharatss has joined #openstack-mistral18:36
*** sharatss has quit IRC18:46
*** sharatss has joined #openstack-mistral18:47
*** harlowja has joined #openstack-mistral19:16
*** ist has joined #openstack-mistral19:51
*** ist has quit IRC19:55
*** chlong has quit IRC20:03
*** bobh has joined #openstack-mistral20:05
*** bobh has quit IRC20:09
*** rbrady-afk is now known as rbrady20:10
*** ist has joined #openstack-mistral20:12
openstackgerritOpenStack Proposal Bot proposed openstack/mistral: Updated from global requirements  https://review.openstack.org/41596920:23
*** sharatss has quit IRC20:32
*** sharatss has joined #openstack-mistral20:32
*** catintheroof has quit IRC20:45
*** thrash has quit IRC21:55
*** dprince has quit IRC21:58
*** thrash has joined #openstack-mistral22:01
*** thrash has joined #openstack-mistral22:01
*** shardy_ has joined #openstack-mistral22:27
*** shardy_ has quit IRC22:28
*** shardy has quit IRC23:34

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