Friday, 2019-05-31

*** markvoelker has quit IRC00:09
*** markvoelker has joined #openstack-keystone00:10
*** markvoelker has quit IRC00:14
lifelesslbragstad: kindof : there is a testResources adapter to use Fixtures, and for cross-test reuse thats what you want to look at00:28
lifelesshttps://github.com/testing-cabal/testresources#testresourcesfixtureresource00:31
lifelesslbragstad: and then use the load_tests hook to ensure you have a decorated test suite that can take care of optimising and planning your reuse00:31
*** lbragstad has quit IRC01:16
*** gyee has quit IRC01:42
*** whoami-rajat has joined #openstack-keystone01:57
*** markvoelker has joined #openstack-keystone02:10
*** markvoelker has quit IRC02:14
*** bnemec has quit IRC02:18
*** bnemec has joined #openstack-keystone02:29
*** dave-mccowan has quit IRC03:08
*** bnemec has quit IRC03:11
*** bnemec has joined #openstack-keystone03:29
*** tkajinam has quit IRC05:03
*** pcaruana has joined #openstack-keystone05:03
*** tkajinam has joined #openstack-keystone05:03
*** tkajinam has quit IRC05:04
*** tkajinam has joined #openstack-keystone05:07
*** rcernin has quit IRC05:07
*** tkajinam_ has joined #openstack-keystone05:33
*** tkajinam has quit IRC05:36
*** rcernin has joined #openstack-keystone06:10
*** xek_ has joined #openstack-keystone06:34
*** itlinux has quit IRC06:53
*** itlinux has joined #openstack-keystone07:08
*** awalende has joined #openstack-keystone07:09
*** tesseract has joined #openstack-keystone07:12
*** itlinux has quit IRC07:30
*** tkajinam_ has quit IRC07:42
*** rcernin has quit IRC07:52
*** mkrai has joined #openstack-keystone09:07
mkraiHi all. I am looking for link/reference to the wsme refactoring work in Keystone.09:08
mkraiFlask integration I mean09:08
mkraiThanks in advance09:09
wxy-xiyuanmkrai: I'm afraid we don't have flask related document at this moment. If you want to dig the code, https://github.com/openstack/keystone/blob/master/keystone/server/wsgi.py#L22 here may be a good start point, you can find how Flask is used in Keystone.09:24
mkraiwxy-xiyuan: thanks I will take a look09:26
*** joshualyle has joined #openstack-keystone10:35
*** dave-mccowan has joined #openstack-keystone11:25
*** lifeless has quit IRC11:51
*** lifeless has joined #openstack-keystone11:52
*** openstack has joined #openstack-keystone12:26
*** ChanServ sets mode: +o openstack12:26
*** BlackDex has joined #openstack-keystone12:26
*** hrybacki has joined #openstack-keystone12:26
*** lifeless has joined #openstack-keystone12:27
*** mordred has joined #openstack-keystone12:27
openstackgerritMichael McCune proposed openstack/keystoneauth master: add handling for multiple error returns  https://review.opendev.org/66228112:46
*** BlackDex has quit IRC12:46
*** BlackDex has joined #openstack-keystone12:56
*** raildo has joined #openstack-keystone12:59
*** BlackDex has quit IRC13:10
*** cloudnull has quit IRC13:11
*** d34dh0r53 has quit IRC13:11
*** cloudnull has joined #openstack-keystone13:12
*** d34dh0r53 has joined #openstack-keystone13:13
*** awalende has quit IRC13:13
*** cloudnull has quit IRC13:15
*** d34dh0r53 has quit IRC13:15
*** cloudnull has joined #openstack-keystone13:17
*** d34dh0r53 has joined #openstack-keystone13:18
*** lbragstad has joined #openstack-keystone13:32
lbragstadlifeless ok - so i should be digging into https://github.com/testing-cabal/testresources#testresourcesfixtureresource ?13:33
lbragstadthe documentation says testresources isn't compatible with setUpClass13:53
*** itlinux has joined #openstack-keystone14:16
*** openstackstatus has joined #openstack-keystone14:34
*** ChanServ sets mode: +v openstackstatus14:34
*** BlackDex has joined #openstack-keystone14:47
*** joshualyle has quit IRC14:57
*** BlackDex has quit IRC15:00
*** BlackDex has joined #openstack-keystone15:05
-openstackstatus- NOTICE: Gerrit is now entering its maintenance window. Expect Gerrit outages in the near future. We will notify when it is back up and running.15:07
*** ChanServ changes topic to "Gerrit is now entering its maintenance window. Expect Gerrit outages in the near future. We will notify when it is back up and running."15:07
*** jaosorior has quit IRC15:22
*** bnemec is now known as beekneemech15:49
*** gyee has joined #openstack-keystone15:50
*** ChanServ changes topic to "Stein release schedule: https://releases.openstack.org/stein/schedule.html | Meeting agenda: https://etherpad.openstack.org/p/keystone-weekly-meeting | Bugs that need triaging: http://bit.ly/2iJuN1h | Trello: https://trello.com/b/rj0ECz2c/keystone-stein-roadmap !!NOTE!! This Channel is Logged ( https://tinyurl.com/OpenStackKeystone )"15:59
*** itlinux has quit IRC16:32
-openstackstatus- NOTICE: Gerrit is back up and running again. Thank you for your patience and sorry for the delay in this notification (we thought the statusbot was still busy updating channel topics).16:47
*** itlinux has joined #openstack-keystone17:05
*** xek_ has quit IRC17:12
*** tesseract has quit IRC18:04
*** dave-mccowan has quit IRC18:09
*** nkinder has joined #openstack-keystone18:31
*** whoami-rajat has quit IRC18:37
*** openstackgerrit has quit IRC19:01
*** raildo_ has joined #openstack-keystone19:14
*** raildo has quit IRC19:15
*** itlinux has quit IRC20:11
*** xek_ has joined #openstack-keystone20:11
*** itlinux has joined #openstack-keystone20:32
*** dklyle has quit IRC20:58
*** ayoung has quit IRC21:11
lifelesslbragstad: right, it's not. setUpClass is very poor21:41
*** xek_ has quit IRC21:48
*** pcaruana has quit IRC21:54
*** raildo_ has quit IRC21:55
lbragstadlifeless oh - so you wouldn't suggest using setUpClass at all?22:32
*** nkinder has quit IRC22:57
clarkblbragstad: my memory is a bit fuzzy on this but ya avoid setupclass (for reasons though I think a lot of them invovled python2.6 which is no longer a concern for us) and instead you set up testResources and those act as brokers for resourcse that can be used between tests in a reliable manner23:21
clarkbI want to say setupclass wouldn't always fail the test suite if setupclass failed or something like that (as a reason to avoid it)23:22
*** joshualyle has joined #openstack-keystone23:39
*** joshualyle has quit IRC23:44
*** gyee has quit IRC23:44

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