Friday, 2017-07-21

*** openstackgerrit has joined #openstack-mistral00:21
openstackgerritOpenStack Proposal Bot proposed openstack/python-mistralclient master: Updated from global requirements  https://review.openstack.org/48588300:21
*** jkilpatr has quit IRC00:58
*** vishwanathj has joined #openstack-mistral01:12
*** vishwana_ has quit IRC01:12
openstackgerritHangdong Zhang proposed openstack/python-mistralclient master: Update and optimize documentation links  https://review.openstack.org/48514001:59
*** rbrady has joined #openstack-mistral03:12
*** rbrady has quit IRC03:12
*** rbrady has joined #openstack-mistral03:12
*** gkadam has joined #openstack-mistral03:48
*** rbrady has quit IRC04:36
openstackgerritOpenStack Proposal Bot proposed openstack/python-mistralclient master: Updated from global requirements  https://review.openstack.org/48588305:07
*** sharatss has joined #openstack-mistral05:14
openstackgerritSharat Sharma proposed openstack/python-mistralclient master: Apply Pike document structure  https://review.openstack.org/48556005:43
sharatssapetrich, hi05:48
openstackgerrithoward lee proposed openstack/mistral master: Replace e.message with str(e)  https://review.openstack.org/48597705:54
sharatssrakhmerov, mgershen https://review.openstack.org/#/c/485465/ this completes mistral-lib doc migration06:04
openstackgerrithoward lee proposed openstack/mistral master: Replace e.message with str(e)  https://review.openstack.org/48599206:37
*** dtantsur|afk is now known as dtantsur07:00
rakhmerovsharatss: hi07:01
rakhmerovhttps://review.openstack.org/#/c/48556007:01
rakhmerovwhy did you add tooz into test-requirements.txt?07:01
rakhmerovwhere do we use it in tests?07:02
openstackgerritMerged openstack/mistral-dashboard master: Updated from global requirements  https://review.openstack.org/48561507:02
sharatssrakhmerov, it may be needed for testing the sphinx buid07:08
sharatssbuild07:08
apetrichMorning07:08
rakhmerovsharatss: how come?07:08
rakhmerovI don't understand07:08
rakhmerovwhat does it mean "may be needed" ? :)07:08
rakhmerovcan you explain please?07:08
rakhmerovapetrich: hi07:08
*** joanna has quit IRC07:08
apetrichrakhmerov, sharatss how's it going?07:08
sharatssrakhmerov, oops.. sorry i got it wrong07:09
rakhmerovapetrich: good )07:09
rakhmerovapetrich: trying to get something merged into infra for a few days )07:09
rakhmerovto continue my work with HA07:09
sharatssapetrich, i needed some help in fixing these tests https://review.openstack.org/#/c/458515/07:10
rakhmerovapetrich: do you happen to have experience with creating gates?07:10
rakhmerovif yes, i'd like to ask you to review https://review.openstack.org/#/c/484691/07:10
openstackgerritSharat Sharma proposed openstack/python-mistralclient master: Apply Pike document structure  https://review.openstack.org/48556007:10
rakhmerovsharatss: what did you get wrong?07:10
sharatssrakhmerov, about the tooz :)07:11
apetrichrakhmerov, some, but mostly 'downstream' for rhos. I was doing CI before moving to mistral07:11
apetrichsharatss, looking07:11
rakhmerovapetrich: 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 simple07:12
rakhmerovsharatss: ok07:12
sharatssapetrich, thanks07:12
apetrichrakhmerov, sure :)07:13
rakhmerovthnx07:13
apetrichjust a sec. let me send the kid to the nursery to proper start07:14
apetrichrakhmerov, I think it is fine, I will see if I can find some friend from CI to have a look also07:22
rakhmerovapetrich: awesome, thanks a lot!07:22
rakhmerovapetrich: you got the idea, right? I don't need multiple VMs for now, also no Devstack, no Tempest07:23
rakhmerovI just need to be able to change the number of Mistral processes on the fly07:23
apetrichaye. just run the two scripts on a single machine.07:23
apetrichmy only question for now is if we need the bash with -e. where are those scripts in ha_gate hosted?07:25
rakhmerovapetrich: with -e ?07:33
rakhmerovcan you elaborate on this? I'm not so experienced in bash yet and all that stuff07:33
rakhmerovsorry07:33
apetrichbash -e stop on errors07:33
rakhmerovaah07:33
rakhmerovyes, got it07:33
rakhmerovprobably we need it, yes07:34
rakhmerovor we can put "set -e" in the script right07:34
rakhmerovas far as scripts, I put then into mistral repo for now just to be able to debug07:34
rakhmerovlater we can move them to a builder in Jenkins07:34
apetrichI think we can just put #!/bin/bash -xe on the first line07:38
apetrichthe -x will print the commands ran. it is not essential but nice07:39
apetrichoh I don't think i saw that patch07:39
openstackgerritMerged openstack/python-mistralclient master: Updated from global requirements  https://review.openstack.org/48588307:42
apetrichsharatss, tests seems to be working for version 2807:53
sharatssapetrich, so the assert statements are ok?07:54
apetrichrakhmerov, sharatss but master tests are being weird for python-mistralclient http://paste.openstack.org/show/616128/07:54
sharatssapetrich, i am trying to get this fixed from a long time07:55
rakhmerov:)07:55
sharatss:(07:55
apetrichsharatss, I didn't proper look into it. Let me try to fix master tests then I will check that07:56
rakhmerovapetrich: I got what you said on the bash thing07:56
rakhmerovI'll fix it07:56
apetrichrakhmerov, the HA thing or the tests for python-mistralclient? I was about to look into python-mistralclient07:57
rakhmerovHA thing07:58
rakhmerovdidn't quite get the context on python-mistralclient though :)07:58
apetrichcool :)07:59
apetrichwe added a PAUSED status I think and it missed a config but the tests didn't fail and that got merged I think07:59
sharatssapetrich, thanks :)08:34
apetrichrakhmerov, 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
rakhmerovok08:48
*** Kevin_Zheng has quit IRC08:51
*** Kevin_Zheng has joined #openstack-mistral08:52
*** shardy has joined #openstack-mistral08:54
openstackgerritSharat Sharma proposed openstack/mistral master: Add a hacking rule for string interpolation at logging  https://review.openstack.org/48605509:04
openstackgerritSharat Sharma proposed openstack/python-mistralclient master: String interpolation should be delayed  https://review.openstack.org/48607909:41
openstackgerritAdriano Petrich proposed openstack/python-mistralclient master: Give better tox output  https://review.openstack.org/48608109:48
apetrichrakhmerov, sharatss this fix ^^ the output of the python-mistralclient tests09:48
rakhmerovok )09:48
apetrichit is silly but to me looked like something was very wrong :)09:49
sharatssapetrich, 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_14829109:55
sharatss:)09:55
openstackgerritAdriano Petrich proposed openstack/mistral master: Change the logo to lowercase  https://review.openstack.org/48511409:55
* apetrich is done bikeshedding today09:55
apetrichsharatss, let me look09:55
sharatssapetrich, yes please09:55
openstackgerritSharat Sharma proposed openstack/mistral master: Add a hacking rule for string interpolation at logging  https://review.openstack.org/48605510:15
*** jkilpatr has joined #openstack-mistral10:27
*** jkilpatr has quit IRC10:33
*** rook has quit IRC10:57
*** dtantsur is now known as dtantsur|bbl10:57
*** rook has joined #openstack-mistral10:58
*** rook is now known as Guest1156210:59
*** jkilpatr has joined #openstack-mistral11:09
*** shardy is now known as shardy_lunch11:10
*** shardy_lunch is now known as shardy11:38
openstackgerritSharat Sharma proposed openstack/python-mistralclient master: Use keystoneauth plugins and session instead of keystoneclient  https://review.openstack.org/45517411:56
openstackgerritSharat Sharma proposed openstack/python-mistralclient master: Use keystoneauth plugins and session instead of keystoneclient  https://review.openstack.org/45517412:01
openstackgerritSharat Sharma proposed openstack/python-mistralclient master: String interpolation should be delayed  https://review.openstack.org/48607912:10
*** dprince has joined #openstack-mistral12:24
openstackgerritBrad P. Crochet proposed openstack/mistral master: Cleanup docs to include params  https://review.openstack.org/48351712:29
*** gkadam has quit IRC12:29
*** jrist has quit IRC12:49
apetrichis there any tricks to run the same tests as functional devstack gates do.12:58
openstackgerritSharat Sharma proposed openstack/mistral master: Add a hacking rule for string interpolation at logging  https://review.openstack.org/48605513:02
*** jrist has joined #openstack-mistral13:03
thrashapetrich: you mean the devstack stuff?13:03
thrashapetrich: that's the easiest way... is a devstack vm13:04
apetrichthrash, I'm trying to debug an functional test error. I have a devstack vm but I'm quite sure I'm missing something13:06
apetrichthrash, but thanks I will keep looking at it13:06
thrashapetrich: sure thing.13:07
openstackgerritSharat Sharma proposed openstack/python-mistralclient master: Use keystoneauth plugins and session instead of keystoneclient  https://review.openstack.org/45517413:24
*** catintheroof has joined #openstack-mistral13:25
*** catinthe_ has joined #openstack-mistral13:26
*** sharatss has quit IRC13:29
*** sharatss has joined #openstack-mistral13:30
*** catintheroof has quit IRC13:30
*** dtantsur|bbl is now known as dtantsur13:32
*** sharatss has quit IRC13:34
*** Qiming has quit IRC13:46
thrashcan someone A+1 https://review.openstack.org/#/c/483517/ again?13:50
*** Qiming has joined #openstack-mistral13:50
*** vishwanathj has quit IRC13:50
*** vishwanathj has joined #openstack-mistral13:50
*** Guest11562 is now known as rook14:19
*** jrist has quit IRC14:26
*** rbrady has joined #openstack-mistral14:37
*** jrist has joined #openstack-mistral14:39
*** shardy is now known as shardy_mtg15:00
*** dprince has quit IRC15:07
*** jrist has quit IRC15:18
*** vishwanathj has quit IRC15:22
*** vishwanathj has joined #openstack-mistral15:23
*** shardy_mtg is now known as shardy15:33
*** rbrady has quit IRC15:50
*** jrist has joined #openstack-mistral15:57
*** rbrady has joined #openstack-mistral16:18
*** rbrady has quit IRC16:18
*** rbrady has joined #openstack-mistral16:18
*** rbrady has quit IRC16:38
*** dprince has joined #openstack-mistral16:48
*** dtantsur is now known as dtantsur|afk17:11
*** gkadam has joined #openstack-mistral17:12
*** rbrady has joined #openstack-mistral17:24
*** rbrady has quit IRC17:32
*** jkilpatr has quit IRC17:36
*** shardy has quit IRC17:39
*** jkilpatr has joined #openstack-mistral17:40
*** bobh has joined #openstack-mistral17:41
thrashapetrich: you around?18:07
apetrichthrash, aye.18:07
thrashapetrich: have you gotten the functional tests running?18:08
apetrichwas about to close the lid18:08
thrashI got them going on a devstack instance.18:08
apetrichto some instance aye18:08
thrashbeen mostly fighting with devstack. :D18:08
apetrichthey are failing but running18:08
thrashI got them passing.18:08
apetrichkind of success fail moment18:08
apetrichooh18:09
apetrichnice.18:09
apetrichany magic?18:09
thrashmainly... ln -s <where your devstack clone is> /opt/stack/new/18:09
thrashand git clone https://github.com/openstack/python-mistralclient in /opt/stack/new18:10
thrashthen run functionaltests/run_tests.sh18:10
thrashthat should be it18:10
apetrichoh18:10
apetrichthe ln-s was the missing piece to me. I didn't link it there18:10
apetrichCheers! I will try that Monday morning18:11
thrashyeah... it uses that (mainly the openrc) to set up the privs18:11
thrashcheers! Have a good weekend.18:11
apetrichthank you for chasing that!18:11
*** jrist has quit IRC18:29
*** bobh has quit IRC18:44
*** gkadam has quit IRC18:44
*** jkilpatr has quit IRC18:47
*** jkilpatr has joined #openstack-mistral18:50
*** vishwana_ has joined #openstack-mistral19:41
*** vishwanathj has quit IRC19:41
*** vishwana_ has quit IRC19:50
*** vishwanathj has joined #openstack-mistral19:50
*** thrash is now known as thrash|bbl19:52
*** vishwanathj has quit IRC19:54
*** vishwanathj has joined #openstack-mistral19:54
*** catinthe_ has quit IRC19:58
*** jkilpatr has quit IRC20:03
*** bobh has joined #openstack-mistral20:05
*** vishwana_ has joined #openstack-mistral20:07
*** vishwanathj has quit IRC20:07
*** bobh has quit IRC20:09
*** jrist has joined #openstack-mistral20:32
*** bobh has joined #openstack-mistral20:38
*** bobh has quit IRC20:41
*** vishwana_ has quit IRC20:46
*** vishwanathj has joined #openstack-mistral20:47
*** bobh has joined #openstack-mistral20:48
*** jkilpatr has joined #openstack-mistral20:52
*** vishwana_ has joined #openstack-mistral20:59
*** vishwanathj has quit IRC20:59
*** dprince has quit IRC21:34
*** bobh has quit IRC21:59
*** catintheroof has joined #openstack-mistral23:58

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