Monday, 2013-09-23

*** ianw has joined #openstack-qa00:09
*** annegentle has quit IRC00:10
*** annegentle has joined #openstack-qa00:12
*** notmyname_ has joined #openstack-qa00:19
*** fbo_away has quit IRC00:23
*** jhenner has quit IRC00:23
*** ekarlso has quit IRC00:23
*** bearhands has quit IRC00:23
*** notmyname has quit IRC00:23
*** notmyname_ is now known as notmyname00:24
*** bearhands has joined #openstack-qa00:27
*** ekarlso has joined #openstack-qa00:29
*** annegentle has quit IRC00:43
*** annegentle has joined #openstack-qa00:44
openstackgerritChristopher Yeoh proposed a change to openstack/tempest: Adds test_update_all_metadata_field_not_included negative test  https://review.openstack.org/4694101:34
*** zhikunliu has joined #openstack-qa01:56
*** bdperkin_gone is now known as bdperkin02:07
*** fbo_away has joined #openstack-qa02:17
*** jhenner has joined #openstack-qa02:17
*** sungju has joined #openstack-qa02:18
*** sourabh has joined #openstack-qa02:44
*** annegentle has quit IRC03:05
*** dims has quit IRC03:06
*** SergeyLukjanov has joined #openstack-qa03:06
*** annegentle has joined #openstack-qa03:08
*** SergeyLukjanov has quit IRC04:17
*** madan has joined #openstack-qa04:39
*** raies has joined #openstack-qa04:43
*** annegentle has quit IRC04:49
*** annegentle has joined #openstack-qa04:53
openstackgerritMh Raies proposed a change to openstack/tempest: VPNaas vpnservice test cases  https://review.openstack.org/4733905:01
openstackgerritMh Raies proposed a change to openstack/tempest: VPNaas IKE policies tests  https://review.openstack.org/4734805:01
*** afazekas has joined #openstack-qa05:01
Anjuafazekas:  ping05:06
afazekasAnju: pong05:06
Anjuafazekas:  hii .. https://github.com/openstack/tempest/blob/master/tempest/api/compute/servers/test_server_rescue.py#L4805:07
Anjucan we add a single volume create method here05:07
Anjuafazekas:  ^^^05:09
afazekaslooks safe to to me, the detach wait is in the code05:11
Anjuyes05:11
afazekasLGTM05:12
Anjuafazekas:  thanku05:12
Anju:)05:12
openstackgerritnayna-patel proposed a change to openstack/tempest: Added test to check list/show extensions-neutron  https://review.openstack.org/4503005:19
openstackgerritZhi Kun Liu proposed a change to openstack/tempest: add volume list tests  https://review.openstack.org/4750805:23
openstackgerritA change was merged to openstack-infra/devstack-gate: Enable q-vpn service  https://review.openstack.org/4733505:24
*** Madan1 has joined #openstack-qa05:30
openstackgerritMh Raies proposed a change to openstack/tempest: VPNaas vpnservice test cases  https://review.openstack.org/4733905:34
openstackgerritMh Raies proposed a change to openstack/tempest: VPNaas IKE policies tests  https://review.openstack.org/4734805:34
*** bearhands is now known as comstud05:35
openstackgerritZhi Kun Liu proposed a change to openstack/tempest: add negative volume tests  https://review.openstack.org/4461005:37
*** prekarat has joined #openstack-qa05:46
raiesafazekas: hi gm :)05:48
afazekashi05:49
openstackgerritMh Raies proposed a change to openstack/tempest: VPNaas IKE policies tests  https://review.openstack.org/4734805:59
raiesafazekas: please have a look on https://review.openstack.org/#/c/47339/06:04
afazekashttps://review.openstack.org/#/c/47339/6/tempest/api/network/base.py L71 add an exception handler with logging06:09
openstackgerritAnju Tiwari proposed a change to openstack/tempest: Added Negative tests for image member  https://review.openstack.org/4716706:10
afazekasif the interface removal not success the router deletion should be attempted , it is possible it failed on the creation06:10
afazekas create_router really needs to return with a in interface ? it is little bit confusing06:11
raies1. if the interface removal not success the router deletion should be attempted  ??06:12
raiesI think ,  if the interface removal not success the router deletion should NOT be attempted06:13
raieswhat do you think ?06:13
afazekasthe router deletion contains two operation06:13
raiesyes 1. interface removal and 2. deletion06:14
afazekasthe first can fail because  on delete just because  it not added on create, so it could lead to router leakage06:14
* afazekas I would enhance or neutron deletion function to handle correctly if one deletion in the loop fails, but I think it is out of scope in a vpn test case change06:16
raiesthen what I should do here ?06:17
afazekashttps://github.com/openstack/tempest/blob/master/tempest/thirdparty/boto/test.py#L247 it is more complex cleanup06:17
afazekastry: interface removal except Exception ; LOG.exception(exc)06:18
afazekaschange a variable of an exception is logged06:19
afazekasand raise an exception at the end of the tearDownClass if any exception occurred06:19
raiesok I will see it06:19
raies:w06:21
afazekasBTW: If you have time to investigate why this https://review.openstack.org/#/c/45578/ , https://review.openstack.org/#/c/46330/ not working would be great06:21
raiesok06:22
openstackgerritAnju Tiwari proposed a change to openstack/tempest: Added Negative tests for image member  https://review.openstack.org/4716706:22
afazekasraies: https://github.com/openstack/tempest/blob/master/tempest/api/compute/base.py#L8806:30
afazekasthis is little bit more aggressive delete, but does not logs the exception06:30
raiesok06:30
raiesafazekas: it seems better. I will preffer it. and will try to incorporate with a message06:31
afazekasIf add log checker for ERROR messages in the tempest log, the 2th one with exception logging can be sufficient and simpler.  so I am ok with that06:35
openstackgerritAnju Tiwari proposed a change to openstack/tempest: Calling create_volume once for attach_detach  https://review.openstack.org/4778506:44
openstackgerritAnju Tiwari proposed a change to openstack/tempest: Calling create_volume once for attach_detach  https://review.openstack.org/4778506:45
afazekasAnju: https://review.openstack.org/#/c/47785/2/tempest/api/compute/servers/test_server_rescue.py  replace L57 with L53   ( no comment is required at L53)06:55
Anjuboth need to br deleted ?06:55
afazekasdo not forget to update the test cases :)06:55
afazekasA volume is ready to attach when it is in the available state06:56
Anjuare you saying for this patch only06:56
afazekasit is in that state after waiting06:56
afazekas'# Ready for detach' after wait for available is illogical06:56
Anjuafazekas:  # readuy for attach ?06:57
Anjuafazekas:  # ready for attach ?06:58
afazekasat L57 it describes the situation correctly06:58
*** tkammer has joined #openstack-qa07:02
*** fbo_away is now known as fbo07:12
openstackgerritAnju Tiwari proposed a change to openstack/tempest: Calling create_volume once for attach_detach  https://review.openstack.org/4778507:16
openstackgerritAnju Tiwari proposed a change to openstack/tempest: Calling create_volume once for attach_detach  https://review.openstack.org/4778507:17
Anjuafazekas:  which test cases you are talking about to update07:18
*** SergeyLukjanov has joined #openstack-qa07:32
afazekasAnju: We do not need to variable for the same value, cls.volume_to_detach should be removed07:41
*** adam_g has quit IRC07:42
*** bashok has joined #openstack-qa07:42
*** adam_g has joined #openstack-qa07:42
*** adam_g has joined #openstack-qa07:42
afazekasThe license spacing change seams unrelated07:42
afazekasThe license comments using mere than one space as it was originally07:43
Anjuafazekas:  same value, cls.volume_to_detach should be removed ?????07:44
afazekasIf you are planning to use the same volume in two test case you should not make an alias in the setupclass it makes more difficult to understand the code07:45
afazekasyou may rename it to just 'volome' , but imho the volume_to_attach is ok as well.07:46
Anjuafazekas:  okkk07:48
Anjuafazekas:  using this the other cahnges will be atffected07:51
Anjumy concern is only make only one volume07:51
Anjuand use the same volume with attach and detach07:52
Anjuif i use the same name volume_to_attach07:52
*** giulivo has joined #openstack-qa08:02
*** yassine has joined #openstack-qa08:04
openstackgerritAnju Tiwari proposed a change to openstack/tempest: Calling create_volume once for attach_detach  https://review.openstack.org/4778508:13
*** bashok has quit IRC08:26
openstackgerritXiang Hui proposed a change to openstack/tempest: Add positive tests for os-floating-ip-pools  https://review.openstack.org/4779408:32
openstackgerritZhi Kun Liu proposed a change to openstack/tempest: add server resizing tests  https://review.openstack.org/4473208:38
openstackgerritZhi Kun Liu proposed a change to openstack/tempest: add server resizing tests  https://review.openstack.org/4473208:41
openstackgerritZhi Kun Liu proposed a change to openstack/tempest: add server resizing tests  https://review.openstack.org/4473208:43
openstackgerritZhi Kun Liu proposed a change to openstack/tempest: add server resizing tests  https://review.openstack.org/4473208:44
raiesafazekas: hello09:12
raiesas you have suggested to raise exception  in https://review.openstack.org/#/c/47339/, I have amended a bit here like http://pastebin.com/2KEjEknE09:13
raieswill you please look this and revert09:13
openstackgerritXiang Hui proposed a change to openstack/tempest: Add positive tests for os-floating-ip-pools  https://review.openstack.org/4779409:13
raiesafazekas: ^^09:13
raiesafazekas: are you there ?09:34
afazekasthe base.py looks like as it was before09:36
raiesthen amendment is required please let me know one more09:39
raiesit may be that I misunderstood09:39
raiesto delete router 1. detach it 2. then delete it09:40
raieswithout detach deletion can't be done09:40
raieswhen what is required ?09:40
raiesonly raise exception or do not do to delete if 1 is failed ?09:41
*** Madan2 has joined #openstack-qa09:45
*** Madan1 has quit IRC09:46
*** Madan2 has quit IRC09:50
*** Madan1 has joined #openstack-qa09:53
afazekasraies: the goal would be try to continue the resource deletion even if one operation failed, and do not do it silently10:01
raiesI understood it as - (for of router) --> has_ex = F --> try ---> all of try ---> except ---> if exception ---> has_ex =T ---> if has_ex : ---> TearDownException()10:02
raies:)10:02
*** zigo_ has joined #openstack-qa10:04
*** zigo has quit IRC10:05
*** bashok has joined #openstack-qa10:20
raiesafazekas: I have implemented as : http://pastebin.com/0rCcDigB please have a look10:22
afazekas   if has_exception:10:24
afazekas                raise TearDownException()10:24
afazekasjust at the end of the tearDown class10:24
raiesok then I have to put has_exception at the top of the function tearDown right ?10:24
afazekasyes10:25
raiesok10:25
raieswill return after a moment10:25
afazekas            if has_exception:10:25
afazekas                raise TearDownException()  is outside to all for loop10:25
afazekasand only once at the end10:25
raiesafazekas: http://pastebin.com/2yLdFGaZ10:29
raiesafazekas: u there ?10:32
*** SergeyLukjanov has quit IRC10:36
raiesafazekas: ??10:36
openstackgerritEoghan Glynn proposed a change to openstack-dev/devstack: Modified ceilometer alarm evaluator console script  https://review.openstack.org/4763710:41
openstackgerritMh Raies proposed a change to openstack/tempest: VPNaas vpnservice test cases  https://review.openstack.org/4733910:41
afazekasre10:44
afazekasraies: LGTM10:45
* afazekas waiting for jenkins10:45
raiesok10:47
raiesthanks for great input :)10:47
afazekassorry, the L81 and L82 two statement and should have 2 separated try:10:50
openstackgerritHoisaleshwara Madan V S proposed a change to openstack/tempest: port test_flavors into v3 part1  https://review.openstack.org/4781110:50
openstackgerritHoisaleshwara Madan V S proposed a change to openstack/tempest: port test_flavors into v3 part2  https://review.openstack.org/4781210:50
*** Madan1 has quit IRC10:54
*** madan has quit IRC10:59
openstackgerritZhi Kun Liu proposed a change to openstack/tempest: add server resizing tests  https://review.openstack.org/4473211:02
*** SergeyLukjanov has joined #openstack-qa11:05
openstackgerritMh Raies proposed a change to openstack/tempest: VPNaas IKE policies tests  https://review.openstack.org/4734811:05
*** dims has joined #openstack-qa11:12
*** mkollaro has joined #openstack-qa11:15
openstackgerritMh Raies proposed a change to openstack/tempest: VPNaas vpnservice test cases  https://review.openstack.org/4733911:17
openstackgerritMh Raies proposed a change to openstack/tempest: VPNaas IKE policies tests  https://review.openstack.org/4734811:18
*** toanster_ has quit IRC11:23
tkammerafazekas, I'm trying to figure out something regarding the way we work in tempest11:30
tkammerafazekas, I see a lot of code that uses DEFAULTS from env variables11:30
afazekas'DEFAULTS' ??11:31
tkammerafazekas, I'm trying to figure out why we use this if we already provide CLI support11:31
tkammerI mean os.environ11:31
tkammerDEFAULTS = os.environ variables11:31
tkammerto be able to change11:32
afazekasTEMPEST_CONFIG_DIR+TEMPEST_CONFIG  is the config file location11:32
afazekasthe others usually set by tox11:32
afazekascheck the tox.ini11:32
tkammeryeah, why do we need it if we can simple send it as params?11:32
afazekaswe cannot use params in unittest11:33
tkammernot in the unitest11:33
tkammerI mean, for example, the auto configuration script11:33
tkammerI'm writing11:33
tkammerif I'm going to support CLI, I have no reason to implement the env variables correct?11:34
openstackgerritMh Raies proposed a change to openstack/tempest: VPNaas IPSec policies tests  https://review.openstack.org/4781611:38
afazekasIMHO the environment variables which are default available in the openrc file should be recognizable as an environment variables (keystone credentials)11:38
afazekasBTW: sooner or later the config script should be usable in this use case: https://etherpad.openstack.org/RefStackBlueprint  (no admin credentials)11:40
*** hootjr has joined #openstack-qa11:40
afazekashttp://<horizon_service>/dashboard/project/access_and_security/api_access/openrc/   basically  it is the same as the keystonerc_foo created by packstack11:42
*** zhikunliu has quit IRC11:44
*** weshay has joined #openstack-qa11:49
tkammerafazekas, I agree with you, I believe the only env variables needed are the official Openstack env variables, I just ask because I would like to refactor a little the TempestConfig and want to remove the "TEMPEST_CONFIG_DIR" and "TEMPEST_CONFIG"11:52
afazekastkammer: and what would like to use instead of them ?11:53
tkammerafazekas, CLI args and the default oslo config features11:54
afazekasso you wild like to remove them form the https://review.openstack.org/#/c/42920/6/tools/tempest_auto_config.py , and not from the https://github.com/openstack/tempest/blob/master/tempest/config.py#L65811:56
tkammerno, I would like to remove them completely, from my script *and* the config.py11:56
tkammerbasically, what tempest is doing is "double the work"11:57
afazekasit will not work11:57
tkammerthe oslo config already has a default CLI option --config-dir and --config-file11:57
tkammerthere is no reason to have the env vars as well11:57
tkammerafazekas, why wouldn't it work?11:57
afazekasIs the oslo config processes them if they are an  env var ?11:58
tkammerI don't think so, haven't checked, buy why do we need them if we are running this anyway?11:59
afazekastempest running under a test runner. The only sane way to pass the config file location  is the environment variables in this11:59
tkammerbut you are not passing the config file location, you are passing the config object... or am I missing something?12:00
afazekasI am not aware of the any test runner which is passing CLI args to the unittest test cases12:00
tkammerafazekas, wait a sec, do you want to tell me that tempest creates the configuration file for *each* test separately?12:02
tkammerit doesn't make any sense... :-\12:03
afazekasIf I not misunderstand you  : you expect you can do the following nosetests --tempest-config /etc/tempest/system_one.config  tempest.api12:04
tkammerexactly12:05
afazekaseven if it working not recommended12:05
afazekasnosetests: error: no such option: --tempest-config12:05
afazekasthe test runner will reject (or misunderstand ) the args before your code has the chance to read it12:06
*** bdperkin is now known as bdperkin_gone12:10
tkammero.k, now I think I follow what you mean, I need to think about it12:11
afazekasprobbaly you can change it to use only one env variable instead of 212:12
afazekasBTW: the whetbox tests are removed, so the db_url configuration is not required anymore12:13
*** raies_ has joined #openstack-qa12:23
raies_afazekas: please have a look on https://review.openstack.org/#/c/47339/ , https://review.openstack.org/#/c/47348/ and https://review.openstack.org/#/c/47816/12:25
*** rfolco has joined #openstack-qa12:27
*** prekarat has quit IRC12:28
*** thomasbiege has joined #openstack-qa12:31
*** adalbas has joined #openstack-qa12:34
*** thomasbiege has quit IRC12:35
*** timello has quit IRC12:37
*** timello has joined #openstack-qa12:39
*** raies_ has quit IRC12:40
openstackgerritCyril Roelandt proposed a change to openstack/tempest: Do not review this  https://review.openstack.org/4719412:45
*** dims has quit IRC12:53
*** dims has joined #openstack-qa12:54
*** rustlebee is now known as russellb13:08
*** mriedem has joined #openstack-qa13:17
*** mriedem has quit IRC13:17
*** mriedem has joined #openstack-qa13:18
*** mriedem has quit IRC13:22
*** mriedem has joined #openstack-qa13:23
*** SergeyLukjanov has quit IRC13:29
*** dkranz has joined #openstack-qa13:29
*** malini_afk is now known as malini13:33
openstackgerritDennyZhang proposed a change to openstack/tempest: Fix typos in tempest/HACKING.rst Edit  https://review.openstack.org/4783513:34
openstackgerritCyril Roelandt proposed a change to openstack/tempest: Do not review this  https://review.openstack.org/4719413:34
*** SergeyLukjanov has joined #openstack-qa13:34
openstackgerritAlex Rudenko proposed a change to openstack-dev/devstack: Additional variable APACHE_SERVER_NAME added  https://review.openstack.org/4459313:47
openstackgerritKyle Mestery proposed a change to openstack-dev/devstack: Default to the ML2 plugin in Neutron instead of OVS  https://review.openstack.org/4783713:54
openstackgerritCyril Roelandt proposed a change to openstack/tempest: Do not review this  https://review.openstack.org/4719413:57
openstackgerritHoisaleshwara Madan V S proposed a change to openstack/tempest: port test_flavor from v2 to v3 part 2  https://review.openstack.org/4783914:00
openstackgerritminsel proposed a change to openstack/tempest: Handling network resources in tenant isolation  https://review.openstack.org/4557814:08
*** RecheckWatchBot has quit IRC14:08
*** RecheckWatchBot has joined #openstack-qa14:09
*** bashok has quit IRC14:12
*** bashok_ has joined #openstack-qa14:13
openstackgerritzhu zhu  proposed a change to openstack/tempest: Add test for nova API of VM lock/unlock  https://review.openstack.org/4784614:16
*** bashok_ has quit IRC14:18
*** bashok has joined #openstack-qa14:22
RecheckWatchBotopenstack/heat change: https://review.openstack.org/47283 failed tempest because of: https://bugs.launchpad.net/bugs/122198714:25
RecheckWatchBotopenstack-dev/devstack change: https://review.openstack.org/47837 failed tempest because of: https://bugs.launchpad.net/bugs/122198714:25
*** bdperkin_gone is now known as bdperkin14:28
*** dkranz has quit IRC14:31
Anjuafazekas:  ping14:42
*** dkranz has joined #openstack-qa14:43
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Do not merge test of neutron tenant isolation.  https://review.openstack.org/4633014:47
*** fbo is now known as fbo_away14:52
RecheckWatchBotopenstack/tempest change: https://review.openstack.org/47846 failed tempest with an unrecognized error14:54
*** sthaha has quit IRC14:55
RecheckWatchBotopenstack/heat change: https://review.openstack.org/47294 failed tempest because of: https://bugs.launchpad.net/bugs/122198715:06
mtreinishjog0: ^^^ isn't that the bug you fixed by removing the ceilo thing from nova?15:08
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Update docs config  https://review.openstack.org/4677815:12
openstackgerritzhu zhu  proposed a change to openstack/tempest: Add test for nova API of VM lock/unlock  https://review.openstack.org/4784615:13
RecheckWatchBotopenstack/ceilometer change: https://review.openstack.org/47142 failed tempest with an unrecognized error15:21
sdagueso where is the awesomness that is recheckwatchbot?15:23
mtreinishsdague: https://github.com/jogo/elasticRecheck15:25
mtreinishit's running on my laptop right now15:26
sdaguecool15:35
*** mlavalle has joined #openstack-qa15:37
*** yassine has quit IRC15:47
RecheckWatchBotopenstack/oslo.config change: https://review.openstack.org/47853 failed tempest because of: https://bugs.launchpad.net/bugs/122198715:57
mtreinish^^^ that's fun example of the ES 1/2 hr delay15:59
RecheckWatchBotopenstack/python-glanceclient change: https://review.openstack.org/42741 failed tempest because of: https://bugs.launchpad.net/bugs/122198716:00
sdaguemtreinish: yeh, well ES is only going to be that fast16:01
mtreinishsdague: I get that, I was just commenting on that in that window the patch was approved and passed jenkins from a recheck16:02
mtreinishso when you look at the gerrit comments it looks like the bot (or me) is commenting on a passing jenkins run16:02
sdagueyep16:03
RecheckWatchBotopenstack/tempest change: https://review.openstack.org/47846 failed tempest because of: https://bugs.launchpad.net/bugs/121191516:10
RecheckWatchBotopenstack-dev/devstack change: https://review.openstack.org/47837 failed tempest with an unrecognized error16:11
*** dims has quit IRC16:14
*** tkammer has quit IRC16:19
*** hootjr has quit IRC16:19
RecheckWatchBotopenstack/heat change: https://review.openstack.org/47283 failed tempest because of: https://bugs.launchpad.net/bugs/122791516:25
openstackgerritA change was merged to openstack-dev/devstack: Remove change_apache_user_group function  https://review.openstack.org/4685716:30
RecheckWatchBotopenstack/nova change: https://review.openstack.org/43616 failed tempest with an unrecognized error16:36
*** afazekas has quit IRC16:37
*** adam_g has quit IRC16:40
RecheckWatchBotopenstack/heat change: https://review.openstack.org/47860 failed tempest with an unrecognized error16:41
RecheckWatchBotopenstack/neutron change: https://review.openstack.org/40296 failed tempest with an unrecognized error16:41
*** adam_g has joined #openstack-qa16:43
*** adam_g has joined #openstack-qa16:43
*** hemnafk is now known as hemna16:54
*** SergeyLukjanov has quit IRC16:56
RecheckWatchBotopenstack/cinder change: https://review.openstack.org/47864 failed tempest because of: https://bugs.launchpad.net/bugs/122198716:58
openstackgerritA change was merged to openstack-dev/devstack: Fix LDAP support for openSUSE  https://review.openstack.org/4626517:01
openstackgerritA change was merged to openstack-dev/devstack: xenapi: Use C locale  https://review.openstack.org/4733817:02
openstackgerritA change was merged to openstack-dev/devstack: docker: ensure socat is installed  https://review.openstack.org/4703117:02
openstackgerritDennyZhang proposed a change to openstack/tempest: README.rst of tempest stress is misleading  https://review.openstack.org/4788117:05
openstackgerritDennyZhang proposed a change to openstack/tempest: README.rst of tempest stress is misleading  https://review.openstack.org/4788317:10
*** mlavalle has quit IRC17:11
openstackgerritDennyZhang proposed a change to openstack/tempest: Fix typos in tempest/HACKING.rst Edit  https://review.openstack.org/4783517:12
*** wramthun has quit IRC17:16
RecheckWatchBotopenstack/python-ceilometerclient change: https://review.openstack.org/47331 failed tempest because of: https://bugs.launchpad.net/bugs/122198717:17
*** wramthun has joined #openstack-qa17:23
*** SergeyLukjanov has joined #openstack-qa17:31
*** giulivo has quit IRC17:39
openstackgerritAnjan Tiwari proposed a change to openstack/tempest: port test_absolute_limits into v3 part1  https://review.openstack.org/4788817:50
*** morganfainberg has quit IRC17:59
*** morganfainberg has joined #openstack-qa18:02
*** fbo_away is now known as fbo18:06
*** morganfainberg has quit IRC18:06
*** morganfainberg has joined #openstack-qa18:09
RecheckWatchBotopenstack/heat change: https://review.openstack.org/47827 failed tempest because of: https://bugs.launchpad.net/bugs/122198718:11
*** mlavalle has joined #openstack-qa18:17
openstackgerritSean Dague proposed a change to openstack-dev/devstack: print out git references for trees  https://review.openstack.org/4789518:20
RecheckWatchBotopenstack/heat change: https://review.openstack.org/45462 failed tempest with an unrecognized error18:49
*** morganfainberg has quit IRC18:57
*** morganfainberg has joined #openstack-qa18:57
openstackgerritDean Troyer proposed a change to openstack-dev/devstack: XenServer hypervisor plugin  https://review.openstack.org/4790619:09
openstackgerritDean Troyer proposed a change to openstack-dev/devstack: fake hypervisor plugin  https://review.openstack.org/4790819:10
*** mlavalle has quit IRC19:40
*** malini is now known as malini_afk19:44
*** fbo is now known as fbo_away20:02
*** rockyg has joined #openstack-qa20:05
*** jlibosva has joined #openstack-qa20:10
*** SergeyLukjanov has quit IRC20:30
*** bashok has quit IRC20:34
*** morganfainberg has quit IRC20:36
*** morganfainberg has joined #openstack-qa20:37
*** bdperkin is now known as bdperkin_gone20:37
*** DennyZhang has joined #openstack-qa20:55
*** dims has joined #openstack-qa20:55
DennyZhangDoes anyone know about tempest stress: I've run a tempest stress, how can I get the performance report, like the error rate, througput, latency, etc?20:55
*** malini_afk is now known as malini21:04
openstackgerritDoug Hellmann proposed a change to openstack-dev/devstack: Clean up automated changes to requirements  https://review.openstack.org/4547821:10
DennyZhangdkranz: From the bp(https://blueprints.launchpad.net/tempest/+spec/stress-tests), I know you're working on tempest refactoring. How is everything going? Besides, would you please educate me how to get the performance report from tempest stress.21:12
dkranzDennyZhang: Not sure what you mean by performance report. Most of the recent work on the stress tests was done by mkoderer_21:14
openstackgerritDoug Hellmann proposed a change to openstack-dev/devstack: Clean up automated changes to requirements  https://review.openstack.org/4547821:14
DennyZhangdkranz: thanks. I've run a tempest stress, how can I get the performance report, like the error rate, througput, latency, etc?21:15
dkranzDennyZhang: These stress tests are not performance tests. They try to break the system by bashing it in various ways and report success or failure after some specified time.21:16
*** lifeless has quit IRC21:17
DennyZhangdkranz: I see, thanks. Then do you have any solution for performance tests of openstack?21:18
*** lifeless has joined #openstack-qa21:19
DennyZhangdkranz: I see, thanks. Then do you know any solution for performance tests of openstack? Like tsung, etc.21:19
dkranzDennyZhang: Not really. A lot of companies do their own performance testing but I don't know of any open upstream performance test except for swiftbench which is just for swift.21:20
DennyZhangdkranz: I'm new here. Do you happen to know there're any discussion about performance tests? Or where to find the community's opinion about this?what's the community21:22
dkranzDennyZhang: Communities like OpenStack don't have opinions in general21:23
dkranzDennyZhang: If you want to learn about the community I suggest starting at openstack.org21:24
dkranzDennyZhang: For a specific question as to whether there are any community-developed performance tests for OpenStack, you could send a message to openstack-dev@lists.openstack.org21:25
*** lifeless has quit IRC21:25
DennyZhangdkranz: Thanks for the information. I'll send out the email, after some searching.21:26
*** jlibosva has quit IRC21:29
dkranzDennyZhang: Your welcome.21:31
*** mriedem has quit IRC21:40
*** dkranz has quit IRC21:40
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Move LockFixture to tempest.common  https://review.openstack.org/4793221:46
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Add locking to test_list_hosts_with_zone  https://review.openstack.org/4759921:46
*** lifeless has joined #openstack-qa21:47
*** DennyZhang has quit IRC21:47
openstackgerritEdward Hope-Morley proposed a change to openstack/tempest: Add cinder-backup functional tests  https://review.openstack.org/4546521:49
*** weshay has quit IRC21:59
*** rockyg has quit IRC22:07
*** rockyg has joined #openstack-qa22:07
*** rockyg has quit IRC22:09
*** rockyg has joined #openstack-qa22:09
*** rockyg has quit IRC22:10
*** rockyg has joined #openstack-qa22:11
*** dosaboy has quit IRC22:12
*** dosaboy has joined #openstack-qa22:14
*** RecheckWatchBot has quit IRC22:18
*** RecheckWatchBot has joined #openstack-qa22:19
openstackgerritEdward Hope-Morley proposed a change to openstack/tempest: Add cinder-backup functional tests  https://review.openstack.org/4546522:21
*** adalbas has quit IRC22:25
RecheckWatchBotopenstack/nova change: https://review.openstack.org/45819 failed tempest with an unrecognized error22:28
RecheckWatchBotopenstack/nova change: https://review.openstack.org/47174 failed tempest with an unrecognized error22:28
RecheckWatchBotopenstack/nova change: https://review.openstack.org/46824 failed tempest because of: https://bugs.launchpad.net/bugs/122633722:28
openstackgerritJohn Griffith proposed a change to openstack/tempest: Fix json version of bootable check  https://review.openstack.org/4793522:30
*** openstack has joined #openstack-qa22:31
RecheckWatchBotopenstack/python-heatclient change: https://review.openstack.org/47922 failed tempest because of: https://bugs.launchpad.net/bugs/122633722:41
*** dims has quit IRC22:43
RecheckWatchBotopenstack/heat change: https://review.openstack.org/47772 failed tempest because of: https://bugs.launchpad.net/bugs/122633722:46
*** dims has joined #openstack-qa23:00
sdaguemtreinish: ok, I did the bulk update on bugs, hopefully it didn't screw anything up too much23:00
mtreinishsdague: cool thanks23:00
mtreinishlet me take a look23:00
mtreinishbut I'm sure it's fine23:01
mtreinishsdague: there are still ~45 bugs in fix committed state23:02
sdagueoh, ok, different flags this time23:04
sdaguenow it's getting the rest23:04
mtreinishsdague: ok thanks23:07
sdaguewell, it got it down to 3323:09
sdaguethen ... it's crashing launchpad23:09
sdagueI'll just keep trying23:09
mtreinishtoo many request?23:09
RecheckWatchBotopenstack/nova change: https://review.openstack.org/46253 failed tempest with an unrecognized error23:20
*** hemna is now known as hemnafk23:24
RecheckWatchBotopenstack/tempest change: https://review.openstack.org/45465 failed tempest with an unrecognized error23:34
RecheckWatchBotopenstack/horizon change: https://review.openstack.org/31099 failed tempest because of: https://bugs.launchpad.net/bugs/122633723:34
*** rfolco has quit IRC23:35
*** ken1ohmichi has joined #openstack-qa23:38
*** sthaha has joined #openstack-qa23:46
*** sthaha has joined #openstack-qa23:46
*** matsuhashi has joined #openstack-qa23:50
*** malini is now known as malini_afk23:50
*** dkranz has joined #openstack-qa23:54
RecheckWatchBotopenstack/nova change: https://review.openstack.org/45571 failed tempest with an unrecognized error23:59

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