*** openstackgerrit has joined #openstack-mistral | 00:21 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-mistralclient master: Updated from global requirements https://review.openstack.org/485883 | 00:21 |
---|---|---|
*** jkilpatr has quit IRC | 00:58 | |
*** vishwanathj has joined #openstack-mistral | 01:12 | |
*** vishwana_ has quit IRC | 01:12 | |
openstackgerrit | Hangdong Zhang proposed openstack/python-mistralclient master: Update and optimize documentation links https://review.openstack.org/485140 | 01:59 |
*** rbrady has joined #openstack-mistral | 03:12 | |
*** rbrady has quit IRC | 03:12 | |
*** rbrady has joined #openstack-mistral | 03:12 | |
*** gkadam has joined #openstack-mistral | 03:48 | |
*** rbrady has quit IRC | 04:36 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-mistralclient master: Updated from global requirements https://review.openstack.org/485883 | 05:07 |
*** sharatss has joined #openstack-mistral | 05:14 | |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Apply Pike document structure https://review.openstack.org/485560 | 05:43 |
sharatss | apetrich, hi | 05:48 |
openstackgerrit | howard lee proposed openstack/mistral master: Replace e.message with str(e) https://review.openstack.org/485977 | 05:54 |
sharatss | rakhmerov, mgershen https://review.openstack.org/#/c/485465/ this completes mistral-lib doc migration | 06:04 |
openstackgerrit | howard lee proposed openstack/mistral master: Replace e.message with str(e) https://review.openstack.org/485992 | 06:37 |
*** dtantsur|afk is now known as dtantsur | 07:00 | |
rakhmerov | sharatss: hi | 07:01 |
rakhmerov | https://review.openstack.org/#/c/485560 | 07:01 |
rakhmerov | why did you add tooz into test-requirements.txt? | 07:01 |
rakhmerov | where do we use it in tests? | 07:02 |
openstackgerrit | Merged openstack/mistral-dashboard master: Updated from global requirements https://review.openstack.org/485615 | 07:02 |
sharatss | rakhmerov, it may be needed for testing the sphinx buid | 07:08 |
sharatss | build | 07:08 |
apetrich | Morning | 07:08 |
rakhmerov | sharatss: how come? | 07:08 |
rakhmerov | I don't understand | 07:08 |
rakhmerov | what does it mean "may be needed" ? :) | 07:08 |
rakhmerov | can you explain please? | 07:08 |
rakhmerov | apetrich: hi | 07:08 |
*** joanna has quit IRC | 07:08 | |
apetrich | rakhmerov, sharatss how's it going? | 07:08 |
sharatss | rakhmerov, oops.. sorry i got it wrong | 07:09 |
rakhmerov | apetrich: good ) | 07:09 |
rakhmerov | apetrich: trying to get something merged into infra for a few days ) | 07:09 |
rakhmerov | to continue my work with HA | 07:09 |
sharatss | apetrich, i needed some help in fixing these tests https://review.openstack.org/#/c/458515/ | 07:10 |
rakhmerov | apetrich: do you happen to have experience with creating gates? | 07:10 |
rakhmerov | if yes, i'd like to ask you to review https://review.openstack.org/#/c/484691/ | 07:10 |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Apply Pike document structure https://review.openstack.org/485560 | 07:10 |
rakhmerov | sharatss: what did you get wrong? | 07:10 |
sharatss | rakhmerov, about the tooz :) | 07:11 |
apetrich | rakhmerov, some, but mostly 'downstream' for rhos. I was doing CI before moving to mistral | 07:11 |
apetrich | sharatss, looking | 07:11 |
rakhmerov | apetrich: ooh, then your opinion will be useful ) Please take a look, I can provide more explanations if needed. But the idea and the patch is very simple | 07:12 |
rakhmerov | sharatss: ok | 07:12 |
sharatss | apetrich, thanks | 07:12 |
apetrich | rakhmerov, sure :) | 07:13 |
rakhmerov | thnx | 07:13 |
apetrich | just a sec. let me send the kid to the nursery to proper start | 07:14 |
apetrich | rakhmerov, I think it is fine, I will see if I can find some friend from CI to have a look also | 07:22 |
rakhmerov | apetrich: awesome, thanks a lot! | 07:22 |
rakhmerov | apetrich: you got the idea, right? I don't need multiple VMs for now, also no Devstack, no Tempest | 07:23 |
rakhmerov | I just need to be able to change the number of Mistral processes on the fly | 07:23 |
apetrich | aye. just run the two scripts on a single machine. | 07:23 |
apetrich | my only question for now is if we need the bash with -e. where are those scripts in ha_gate hosted? | 07:25 |
rakhmerov | apetrich: with -e ? | 07:33 |
rakhmerov | can you elaborate on this? I'm not so experienced in bash yet and all that stuff | 07:33 |
rakhmerov | sorry | 07:33 |
apetrich | bash -e stop on errors | 07:33 |
rakhmerov | aah | 07:33 |
rakhmerov | yes, got it | 07:33 |
rakhmerov | probably we need it, yes | 07:34 |
rakhmerov | or we can put "set -e" in the script right | 07:34 |
rakhmerov | as far as scripts, I put then into mistral repo for now just to be able to debug | 07:34 |
rakhmerov | later we can move them to a builder in Jenkins | 07:34 |
apetrich | I think we can just put #!/bin/bash -xe on the first line | 07:38 |
apetrich | the -x will print the commands ran. it is not essential but nice | 07:39 |
apetrich | oh I don't think i saw that patch | 07:39 |
openstackgerrit | Merged openstack/python-mistralclient master: Updated from global requirements https://review.openstack.org/485883 | 07:42 |
apetrich | sharatss, tests seems to be working for version 28 | 07:53 |
sharatss | apetrich, so the assert statements are ok? | 07:54 |
apetrich | rakhmerov, sharatss but master tests are being weird for python-mistralclient http://paste.openstack.org/show/616128/ | 07:54 |
sharatss | apetrich, i am trying to get this fixed from a long time | 07:55 |
rakhmerov | :) | 07:55 |
sharatss | :( | 07:55 |
apetrich | sharatss, I didn't proper look into it. Let me try to fix master tests then I will check that | 07:56 |
rakhmerov | apetrich: I got what you said on the bash thing | 07:56 |
rakhmerov | I'll fix it | 07:56 |
apetrich | rakhmerov, the HA thing or the tests for python-mistralclient? I was about to look into python-mistralclient | 07:57 |
rakhmerov | HA thing | 07:58 |
rakhmerov | didn't quite get the context on python-mistralclient though :) | 07:58 |
apetrich | cool :) | 07:59 |
apetrich | we added a PAUSED status I think and it missed a config but the tests didn't fail and that got merged I think | 07:59 |
sharatss | apetrich, thanks :) | 08:34 |
apetrich | rakhmerov, sharatss tests are fine in python-mistralclient. it was a false alarm. It is supposed to fail but showing the message just looks wrong. | 08:48 |
rakhmerov | ok | 08:48 |
*** Kevin_Zheng has quit IRC | 08:51 | |
*** Kevin_Zheng has joined #openstack-mistral | 08:52 | |
*** shardy has joined #openstack-mistral | 08:54 | |
openstackgerrit | Sharat Sharma proposed openstack/mistral master: Add a hacking rule for string interpolation at logging https://review.openstack.org/486055 | 09:04 |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: String interpolation should be delayed https://review.openstack.org/486079 | 09:41 |
openstackgerrit | Adriano Petrich proposed openstack/python-mistralclient master: Give better tox output https://review.openstack.org/486081 | 09:48 |
apetrich | rakhmerov, sharatss this fix ^^ the output of the python-mistralclient tests | 09:48 |
rakhmerov | ok ) | 09:48 |
apetrich | it is silly but to me looked like something was very wrong :) | 09:49 |
sharatss | apetrich, actually i was asking help to solve this http://logs.openstack.org/15/458515/28/check/gate-python-mistralclient-devstack-dsvm-ubuntu-xenial/b75766d/console.html.gz#_2017-06-30_07_12_56_064120 and http://logs.openstack.org/15/458515/28/check/gate-python-mistralclient-devstack-dsvm-ubuntu-xenial/b75766d/console.html.gz#_2017-06-30_07_12_56_148291 | 09:55 |
sharatss | :) | 09:55 |
openstackgerrit | Adriano Petrich proposed openstack/mistral master: Change the logo to lowercase https://review.openstack.org/485114 | 09:55 |
* apetrich is done bikeshedding today | 09:55 | |
apetrich | sharatss, let me look | 09:55 |
sharatss | apetrich, yes please | 09:55 |
openstackgerrit | Sharat Sharma proposed openstack/mistral master: Add a hacking rule for string interpolation at logging https://review.openstack.org/486055 | 10:15 |
*** jkilpatr has joined #openstack-mistral | 10:27 | |
*** jkilpatr has quit IRC | 10:33 | |
*** rook has quit IRC | 10:57 | |
*** dtantsur is now known as dtantsur|bbl | 10:57 | |
*** rook has joined #openstack-mistral | 10:58 | |
*** rook is now known as Guest11562 | 10:59 | |
*** jkilpatr has joined #openstack-mistral | 11:09 | |
*** shardy is now known as shardy_lunch | 11:10 | |
*** shardy_lunch is now known as shardy | 11:38 | |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Use keystoneauth plugins and session instead of keystoneclient https://review.openstack.org/455174 | 11:56 |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Use keystoneauth plugins and session instead of keystoneclient https://review.openstack.org/455174 | 12:01 |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: String interpolation should be delayed https://review.openstack.org/486079 | 12:10 |
*** dprince has joined #openstack-mistral | 12:24 | |
openstackgerrit | Brad P. Crochet proposed openstack/mistral master: Cleanup docs to include params https://review.openstack.org/483517 | 12:29 |
*** gkadam has quit IRC | 12:29 | |
*** jrist has quit IRC | 12:49 | |
apetrich | is there any tricks to run the same tests as functional devstack gates do. | 12:58 |
openstackgerrit | Sharat Sharma proposed openstack/mistral master: Add a hacking rule for string interpolation at logging https://review.openstack.org/486055 | 13:02 |
*** jrist has joined #openstack-mistral | 13:03 | |
thrash | apetrich: you mean the devstack stuff? | 13:03 |
thrash | apetrich: that's the easiest way... is a devstack vm | 13:04 |
apetrich | thrash, I'm trying to debug an functional test error. I have a devstack vm but I'm quite sure I'm missing something | 13:06 |
apetrich | thrash, but thanks I will keep looking at it | 13:06 |
thrash | apetrich: sure thing. | 13:07 |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Use keystoneauth plugins and session instead of keystoneclient https://review.openstack.org/455174 | 13:24 |
*** catintheroof has joined #openstack-mistral | 13:25 | |
*** catinthe_ has joined #openstack-mistral | 13:26 | |
*** sharatss has quit IRC | 13:29 | |
*** sharatss has joined #openstack-mistral | 13:30 | |
*** catintheroof has quit IRC | 13:30 | |
*** dtantsur|bbl is now known as dtantsur | 13:32 | |
*** sharatss has quit IRC | 13:34 | |
*** Qiming has quit IRC | 13:46 | |
thrash | can someone A+1 https://review.openstack.org/#/c/483517/ again? | 13:50 |
*** Qiming has joined #openstack-mistral | 13:50 | |
*** vishwanathj has quit IRC | 13:50 | |
*** vishwanathj has joined #openstack-mistral | 13:50 | |
*** Guest11562 is now known as rook | 14:19 | |
*** jrist has quit IRC | 14:26 | |
*** rbrady has joined #openstack-mistral | 14:37 | |
*** jrist has joined #openstack-mistral | 14:39 | |
*** shardy is now known as shardy_mtg | 15:00 | |
*** dprince has quit IRC | 15:07 | |
*** jrist has quit IRC | 15:18 | |
*** vishwanathj has quit IRC | 15:22 | |
*** vishwanathj has joined #openstack-mistral | 15:23 | |
*** shardy_mtg is now known as shardy | 15:33 | |
*** rbrady has quit IRC | 15:50 | |
*** jrist has joined #openstack-mistral | 15:57 | |
*** rbrady has joined #openstack-mistral | 16:18 | |
*** rbrady has quit IRC | 16:18 | |
*** rbrady has joined #openstack-mistral | 16:18 | |
*** rbrady has quit IRC | 16:38 | |
*** dprince has joined #openstack-mistral | 16:48 | |
*** dtantsur is now known as dtantsur|afk | 17:11 | |
*** gkadam has joined #openstack-mistral | 17:12 | |
*** rbrady has joined #openstack-mistral | 17:24 | |
*** rbrady has quit IRC | 17:32 | |
*** jkilpatr has quit IRC | 17:36 | |
*** shardy has quit IRC | 17:39 | |
*** jkilpatr has joined #openstack-mistral | 17:40 | |
*** bobh has joined #openstack-mistral | 17:41 | |
thrash | apetrich: you around? | 18:07 |
apetrich | thrash, aye. | 18:07 |
thrash | apetrich: have you gotten the functional tests running? | 18:08 |
apetrich | was about to close the lid | 18:08 |
thrash | I got them going on a devstack instance. | 18:08 |
apetrich | to some instance aye | 18:08 |
thrash | been mostly fighting with devstack. :D | 18:08 |
apetrich | they are failing but running | 18:08 |
thrash | I got them passing. | 18:08 |
apetrich | kind of success fail moment | 18:08 |
apetrich | ooh | 18:09 |
apetrich | nice. | 18:09 |
apetrich | any magic? | 18:09 |
thrash | mainly... ln -s <where your devstack clone is> /opt/stack/new/ | 18:09 |
thrash | and git clone https://github.com/openstack/python-mistralclient in /opt/stack/new | 18:10 |
thrash | then run functionaltests/run_tests.sh | 18:10 |
thrash | that should be it | 18:10 |
apetrich | oh | 18:10 |
apetrich | the ln-s was the missing piece to me. I didn't link it there | 18:10 |
apetrich | Cheers! I will try that Monday morning | 18:11 |
thrash | yeah... it uses that (mainly the openrc) to set up the privs | 18:11 |
thrash | cheers! Have a good weekend. | 18:11 |
apetrich | thank you for chasing that! | 18:11 |
*** jrist has quit IRC | 18:29 | |
*** bobh has quit IRC | 18:44 | |
*** gkadam has quit IRC | 18:44 | |
*** jkilpatr has quit IRC | 18:47 | |
*** jkilpatr has joined #openstack-mistral | 18:50 | |
*** vishwana_ has joined #openstack-mistral | 19:41 | |
*** vishwanathj has quit IRC | 19:41 | |
*** vishwana_ has quit IRC | 19:50 | |
*** vishwanathj has joined #openstack-mistral | 19:50 | |
*** thrash is now known as thrash|bbl | 19:52 | |
*** vishwanathj has quit IRC | 19:54 | |
*** vishwanathj has joined #openstack-mistral | 19:54 | |
*** catinthe_ has quit IRC | 19:58 | |
*** jkilpatr has quit IRC | 20:03 | |
*** bobh has joined #openstack-mistral | 20:05 | |
*** vishwana_ has joined #openstack-mistral | 20:07 | |
*** vishwanathj has quit IRC | 20:07 | |
*** bobh has quit IRC | 20:09 | |
*** jrist has joined #openstack-mistral | 20:32 | |
*** bobh has joined #openstack-mistral | 20:38 | |
*** bobh has quit IRC | 20:41 | |
*** vishwana_ has quit IRC | 20:46 | |
*** vishwanathj has joined #openstack-mistral | 20:47 | |
*** bobh has joined #openstack-mistral | 20:48 | |
*** jkilpatr has joined #openstack-mistral | 20:52 | |
*** vishwana_ has joined #openstack-mistral | 20:59 | |
*** vishwanathj has quit IRC | 20:59 | |
*** dprince has quit IRC | 21:34 | |
*** bobh has quit IRC | 21:59 | |
*** catintheroof has joined #openstack-mistral | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!