Tuesday, 2018-11-13

*** apetrich has quit IRC03:15
*** hardikjasani has joined #openstack-mistral04:07
*** threestrands has joined #openstack-mistral05:02
*** akovi has joined #openstack-mistral05:30
rakhmerovd0ugal: yes05:41
*** shardy has joined #openstack-mistral06:19
*** shardy has quit IRC06:37
*** gkadam has joined #openstack-mistral07:46
*** threestrands has quit IRC08:04
rakhmerovd0ugal, akovi: can you please review a number of small infrastructural reviews? https://review.openstack.org/614254, https://review.openstack.org/614256, https://review.openstack.org/614287, https://review.openstack.org/614255, https://review.openstack.org/614999, https://review.openstack.org/614993, https://review.openstack.org/61522008:34
rakhmerovthey are small and have been there for a while08:35
rakhmerovalso: https://review.openstack.org/610553, https://review.openstack.org/61055108:35
*** ykarel has joined #openstack-mistral08:36
ykareld0ugal, u around?08:42
ykareld0ugal, remember the failure in python3? https://logs.rdoproject.org/82/613282/14/openstack-check-rdo/puppet-openstack-integration-5-scenario-py3-tempest-fedora-28/a5d584d/logs/testr_results.html.gz08:43
ykareld0ugal, i tried to reproduce it with pytho2 and python3 locally and here is the output:- CentOS python2: http://paste.openstack.org/show/734744/, Fedora python3: http://paste.openstack.org/show/734743/08:47
ykareld0ugal, can u check and see why it's different order08:48
*** shardy has joined #openstack-mistral09:02
*** ykarel is now known as ykarel|lunch09:10
d0ugalykarel|lunch: Here now. Looking.09:10
ykarel|lunchd0ugal, ack09:11
d0ugalykarel|lunch: Where are you based?09:11
ykarel|lunchd0ugal, let me know if u need access to my local reproducer09:11
ykarel|lunchd0ugal, India09:11
d0ugalIt is 9am here, but I am hungry for lunch already - so maybe I should move :)09:11
ykarel|lunchd0ugal, ack go ahead :)09:12
openstackgerritMerged openstack/mistral-specs master: Update min tox version to 2.0  https://review.openstack.org/61499309:18
openstackgerritMerged openstack/mistral-dashboard master: Remove setup.py check from pep8 job  https://review.openstack.org/61425509:20
openstackgerritguotao proposed openstack/mistral master: Omit the twice occured words in  index.rst  https://review.openstack.org/61753709:21
openstackgerritMerged openstack/mistral-extra master: Remove setup.py check from pep8 job  https://review.openstack.org/61425609:22
openstackgerritMerged openstack/mistral-dashboard master: Update min tox version to 2.0  https://review.openstack.org/61522009:23
rakhmerovd0ugal: also https://review.openstack.org/61211809:23
rakhmerovthanks!09:23
d0ugalrakhmerov: Thank you for the reminder09:24
openstackgerritMerged openstack/mistral-extra master: Increment versioning with pbr instruction  https://review.openstack.org/61055109:24
d0ugalI have been terrible at reviewing lately, too distracted by other stuff.09:24
*** bobh has joined #openstack-mistral09:26
openstackgerritguotao proposed openstack/mistral master: Remove those copy words occured twice times in wf_lang_v2.rst  https://review.openstack.org/61754009:27
*** shardy has quit IRC09:27
rakhmerovd0ugal: np09:34
rakhmerovd0ugal: please also approve these two: https://review.openstack.org/616735, https://review.openstack.org/61673109:35
d0ugalDone!09:37
openstackgerritRenat Akhmerov proposed openstack/mistral master: Use SessionClient for Ironic actions  https://review.openstack.org/60797409:44
openstackgerritMerged openstack/mistral-lib master: Add python 3.6 unit test job  https://review.openstack.org/61673509:44
*** ykarel|lunch is now known as ykarel09:45
openstackgerritRenat Akhmerov proposed openstack/mistral master: Use eventlet-aware threading events  https://review.openstack.org/55748709:47
openstackgerritDougal Matthews proposed openstack/mistral-tempest-plugin master: Add sorting to the "in list filter" test  https://review.openstack.org/61754709:56
d0ugalykarel: ^ I think that will fix that error09:58
ykareld0ugal, yup that might solve it, but i was trying to understand why it happened with python309:59
*** bobh has quit IRC09:59
*** jtomasek has joined #openstack-mistral10:00
*** bobh has joined #openstack-mistral10:00
*** jtomasek has quit IRC10:01
d0ugalykarel: Hard to tell, but I don't think it is a bug in the code. Just in the test.10:01
openstackgerritMerged openstack/python-mistralclient master: Remove setup.py check from pep8 job  https://review.openstack.org/61428710:01
d0ugalThe test assumes an order but doesn't apply one10:01
d0ugalI guess it could be related to the sorting changes in dicts for example.10:01
*** bobh has quit IRC10:02
openstackgerritMerged openstack/python-mistralclient master: Update min tox version to 2.0  https://review.openstack.org/61211810:03
ykareld0ugal, ack Thanks10:03
openstackgerritMerged openstack/mistral master: Remove setup.py check from pep8 job  https://review.openstack.org/61425410:05
openstackgerritMerged openstack/mistral master: Update min tox version to 2.0  https://review.openstack.org/61499910:05
ykareld0ugal, i tried ur patch but it didn't worked10:35
d0ugalykarel: Interesting. Same error?10:36
ykareld0ugal, yes10:36
d0ugalokay, I'll look again10:36
ykareld0ugal, instead of action_names.sort(), created_acts.sort() worked10:36
ykarelso the initial paste i shared the order differs in response of create10:37
ykarelhttp://paste.openstack.org/show/734744/, vs http://paste.openstack.org/show/734743/10:37
d0ugalykarel: Yeah, I know10:41
d0ugalykarel: but that is fine. They have the same created at, so it's just a race condition really - either could be first10:41
ykareld0ugal, ack so will u update patch to do created_acts.sort()?10:42
ykarelas at the end lists are compared10:43
ykarelself.assertListEqual(created_acts, action_names)10:43
*** shardy has joined #openstack-mistral10:43
d0ugalah, I see10:44
d0ugalI sorted the same one twice10:44
d0ugaloops10:44
ykarelyes10:44
openstackgerritDougal Matthews proposed openstack/mistral-tempest-plugin master: Add sorting to the "in list filter" test  https://review.openstack.org/61754710:45
d0ugalykarel: Can you let me know if that works? ^10:45
ykareli tried similar and it worked but will try exact ^^10:46
d0ugalThanks10:46
ykareld0ugal, local test passed for me10:48
ykarelThanks10:48
d0ugalGreat, thank you for the help!10:48
openstackgerritMerged openstack/mistral master: Increment versioning with pbr instruction  https://review.openstack.org/61055310:48
openstackgerritMerged openstack/mistral-tempest-plugin master: Add python 3.6 unit test job  https://review.openstack.org/61673110:48
*** apetrich has joined #openstack-mistral11:02
*** shardy has quit IRC11:24
*** apetrich has quit IRC11:26
*** ykarel_ has joined #openstack-mistral11:30
*** ykarel has quit IRC11:33
*** ykarel_ is now known as ykarel11:45
*** bobh has joined #openstack-mistral12:22
bobhd0ugal: rakhmerov - can you take a look at https://review.openstack.org/#/c/554950/14 when you get a chance?12:23
*** apetrich has joined #openstack-mistral12:29
*** bobh has quit IRC12:44
*** apetrich has quit IRC12:47
*** ykarel_ has joined #openstack-mistral12:59
*** bobh has joined #openstack-mistral12:59
*** ykarel has quit IRC13:02
*** ykarel_ is now known as ykarel13:05
*** bobh has quit IRC13:29
*** bobh has joined #openstack-mistral13:34
*** apetrich has joined #openstack-mistral13:38
thervebobh: It should really be 10 patches13:45
bobhtherve: I agree - it started small and grew to be much bigger than I originally planned13:46
bobhtherve: I can refactor into smaller patchsets if needed13:48
thervebobh: Not a core, so my opinion has little value :). Also I probably won't have time to review either way, just thought I'll mention it13:49
bobhtherve: not little, just relative :-)13:49
bobhd0ugal: thanks for the feedback   Any thoughts on https://bugs.launchpad.net/mistral/+bug/1800322 ?13:59
openstackLaunchpad bug 1800322 in Mistral "ActionExecution task_name field cannot be used in a fields= query parameter" [Undecided,New]13:59
*** toure is now known as toure|biab14:00
*** apetrich has quit IRC14:06
*** bobh has quit IRC14:10
*** toure|biab is now known as toure14:19
*** bobh has joined #openstack-mistral14:22
*** bobh has quit IRC14:25
*** ykarel has quit IRC14:38
*** ykarel has joined #openstack-mistral14:39
*** bobh has joined #openstack-mistral14:40
*** ykarel_ has joined #openstack-mistral14:41
*** ykarel has quit IRC14:44
*** hardikjasani has quit IRC14:47
*** ykarel__ has joined #openstack-mistral14:52
*** ykarel_ has quit IRC14:55
*** jistr is now known as jistr|mtg14:57
*** ykarel__ is now known as ykarel15:03
*** ykarel is now known as ykarel|away15:05
*** bobh has quit IRC15:23
*** akovi has quit IRC15:24
*** apetrich has joined #openstack-mistral15:27
*** apetrich has quit IRC15:35
*** jistr|mtg is now known as jistr15:59
*** gkadam has quit IRC16:23
*** ykarel_ has joined #openstack-mistral16:27
*** ykarel|away has quit IRC16:30
*** irclogbot_1 has joined #openstack-mistral16:42
*** irclogbot_1 has quit IRC16:43
*** d0ugal has quit IRC16:57
*** bobh has joined #openstack-mistral17:28
*** ykarel_ is now known as ykarel|pto17:36
*** apetrich has joined #openstack-mistral17:41
*** jtomasek has joined #openstack-mistral17:41
*** jtomasek has quit IRC17:51
openstackgerritBob Haddleton proposed openstack/python-mistralclient master: Provide consistent options and return latest execution entries  https://review.openstack.org/55495017:52
*** ykarel|pto has quit IRC17:59
*** toure is now known as toure|food18:10
*** apetrich has quit IRC18:11
*** apetrich has joined #openstack-mistral18:11
*** bobh has quit IRC18:29
*** toure|food is now known as toure18:51
*** bobh has joined #openstack-mistral19:08
*** bobh has quit IRC19:08
*** bobh has joined #openstack-mistral19:11
*** irclogbot_1 has joined #openstack-mistral19:12
*** apetrich has quit IRC19:36
*** apetrich has joined #openstack-mistral19:49
*** bobh has quit IRC20:08
*** irclogbot_1 has quit IRC20:09
*** bobh has joined #openstack-mistral20:12
*** bobh has quit IRC20:12
*** bobh has joined #openstack-mistral20:13
*** irclogbot_1 has joined #openstack-mistral20:14
*** d0ugal has joined #openstack-mistral21:23
*** d0ugal has quit IRC21:24
*** d0ugal has joined #openstack-mistral21:24
*** bobh has quit IRC21:24
*** jtomasek has joined #openstack-mistral21:49
*** jtomasek has quit IRC21:50
*** toure is now known as toure|gone22:33
*** nguyenhai93 has joined #openstack-mistral22:36
*** nguyenhai_ has quit IRC22:40

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