*** thorst has joined #openstack-watcher | 00:29 | |
*** thorst has quit IRC | 00:32 | |
*** AlexeyAbashkin has joined #openstack-watcher | 00:42 | |
*** AlexeyAbashkin has quit IRC | 00:47 | |
*** thorst has joined #openstack-watcher | 01:10 | |
*** thorst has quit IRC | 01:20 | |
openstackgerrit | Merged openstack/watcher master: Updated from global requirements https://review.openstack.org/511022 | 01:30 |
---|---|---|
*** AlexeyAbashkin has joined #openstack-watcher | 01:45 | |
*** AlexeyAbashkin has quit IRC | 01:49 | |
*** thorst has joined #openstack-watcher | 01:59 | |
*** thorst has quit IRC | 02:00 | |
openstackgerrit | Merged openstack/watcher master: Update OpenStack Installation Tutorial to pike https://review.openstack.org/510386 | 02:23 |
openstackgerrit | aditi sharma proposed openstack/watcher-specs master: Add Datasource Abstraction and Multi Datasource https://review.openstack.org/508384 | 02:37 |
*** AlexeyAbashkin has joined #openstack-watcher | 02:43 | |
*** AlexeyAbashkin has quit IRC | 02:48 | |
openstackgerrit | Merged openstack/watcher master: Fix the telemetry-measurements hyperlink for strategies https://review.openstack.org/510396 | 02:52 |
*** thorst has joined #openstack-watcher | 03:10 | |
*** thorst has quit IRC | 03:15 | |
*** nicolasbock has quit IRC | 03:16 | |
openstackgerrit | Merged openstack/puppet-watcher master: Allow setting log files for apache vhost https://review.openstack.org/511374 | 03:43 |
openstackgerrit | Merged openstack/watcher master: Fix _build_instance_node for building Compute CDM https://review.openstack.org/510784 | 04:05 |
openstackgerrit | Merged openstack/watcher master: Add saving energy strategy description https://review.openstack.org/511148 | 04:50 |
openstackgerrit | Merged openstack/watcher master: Invoke version_string in watcher/version.py directly https://review.openstack.org/507805 | 04:51 |
openstackgerrit | aditi sharma proposed openstack/watcher-specs master: Add Datasource Abstraction and Multi Datasource https://review.openstack.org/508384 | 05:09 |
*** thorst has joined #openstack-watcher | 05:11 | |
*** thorst has quit IRC | 05:15 | |
openstackgerrit | Merged openstack/watcher master: Add documentation about saving energy strategy https://review.openstack.org/501203 | 06:51 |
*** thorst has joined #openstack-watcher | 07:12 | |
*** thorst has quit IRC | 07:17 | |
openstackgerrit | zhongshengping proposed openstack/puppet-watcher master: Configure *_domain_name to Default by default https://review.openstack.org/511744 | 07:19 |
*** AlexeyAbashkin has joined #openstack-watcher | 07:24 | |
*** vincentfrancoise has joined #openstack-watcher | 07:27 | |
adisky_ | alexchadin ping | 08:08 |
*** AlexeyAbashkin has quit IRC | 08:10 | |
*** AlexeyAbashkin has joined #openstack-watcher | 08:11 | |
*** thorst has joined #openstack-watcher | 08:12 | |
*** suzhengwei has joined #openstack-watcher | 08:14 | |
*** thorst has quit IRC | 08:17 | |
*** hidekazu has quit IRC | 08:18 | |
*** hidekazu has joined #openstack-watcher | 08:19 | |
*** thorst has joined #openstack-watcher | 08:41 | |
*** thorst has quit IRC | 08:45 | |
suzhengwei | adisky_:ping | 08:51 |
adisky_ | suzhengwei: hi | 08:52 |
suzhengwei | I need a help. | 08:52 |
adisky_ | adisky_: how can i?? | 08:53 |
*** hidekazu has left #openstack-watcher | 08:53 | |
adisky_ | suzhengwei: how can i ?? | 08:54 |
suzhengwei | https://review.openstack.org/#/c/475329/. I can't find the reason why unit test failed. Would you like to have a look? | 08:55 |
adisky_ | suzhengwei: ok, checking | 08:55 |
suzhengwei | thx | 08:56 |
openstackgerrit | suzhengwei proposed openstack/watcher-specs master: exclude locked instances https://review.openstack.org/506078 | 08:58 |
adisky_ | suzhengwei: did you see this?? | 08:59 |
adisky_ | http://logs.openstack.org/29/475329/14/check/gate-watcher-python27-ubuntu-xenial/6677bf6/testr_results.html.gz | 08:59 |
suzhengwei | I have seen it. But I can't fix it because I am not sure where is wrong. | 09:01 |
adisky_ | suzhengwei: ok | 09:02 |
suzhengwei | I am lost in it, since I have spent much time to fix it. | 09:03 |
adisky_ | adisky_: ok, i am checking | 09:03 |
*** AlexeyAbashkin has quit IRC | 09:03 | |
*** AlexeyAbashkin has joined #openstack-watcher | 09:03 | |
suzhengwei | thanks for your help. | 09:03 |
*** AlexeyAbashkin has quit IRC | 09:15 | |
adisky_ | suzhengwei: ping | 09:15 |
*** AlexeyAbashkin has joined #openstack-watcher | 09:15 | |
suzhengwei | hi | 09:15 |
adisky_ | suzhengwei: you had defined audit name column as unique constraint | 09:15 |
adisky_ | https://review.openstack.org/#/c/475329/14/watcher/db/sqlalchemy/models.py | 09:16 |
adisky_ | and here in unit tests for more than one audit you are passing same name | 09:16 |
adisky_ | https://review.openstack.org/#/c/475329/14/watcher/tests/db/utils.py | 09:17 |
adisky_ | https://github.com/openstack/watcher/blob/master/watcher/tests/api/v1/test_audits.py#L184 | 09:18 |
adisky_ | for creating multiple audits in db we are generating different uuid each time but passing the same name | 09:20 |
adisky_ | and it is generating exception with same uuid, because previously uuid is only unique constraint so if any conflict arises it is assumed that it is uuid by default https://github.com/openstack/watcher/blob/master/watcher/db/sqlalchemy/api.py#L671 | 09:23 |
suzhengwei | yes. | 09:23 |
adisky_ | you can fix it by, generating different names for multiple audits, or do not make name unique constraint | 09:24 |
suzhengwei | Thank you very much. I try it. | 09:25 |
adisky_ | In my view, for one resource there should be one unique constraint only which is uuid, it is not compulsory to make audit name unique constraint | 09:25 |
adisky_ | ok, all d best | 09:25 |
suzhengwei | It is similar to audit_template. | 09:25 |
adisky_ | suzhengwei: ok then update the test cases | 09:26 |
suzhengwei | ok | 09:26 |
adisky_ | just generate some random name here as uuid doing | 09:27 |
adisky_ | https://github.com/openstack/watcher/blob/master/watcher/tests/api/v1/test_audits.py#L184 | 09:27 |
adisky_ | I mean for all test cases that are failing | 09:27 |
suzhengwei | yes. | 09:31 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/watcher-dashboard master: Imported Translations from Zanata https://review.openstack.org/509590 | 09:46 |
*** vvargaszte has joined #openstack-watcher | 09:48 | |
*** vvargaszte has quit IRC | 09:58 | |
*** thorst has joined #openstack-watcher | 10:42 | |
*** thorst_ has joined #openstack-watcher | 10:45 | |
*** thorst has quit IRC | 10:47 | |
*** thorst_ has quit IRC | 10:49 | |
*** vincentfrancoise has quit IRC | 11:08 | |
*** suzhengwei has quit IRC | 11:09 | |
*** vincentfrancoise has joined #openstack-watcher | 11:09 | |
*** nicolasbock has joined #openstack-watcher | 11:09 | |
*** nicolasbock has quit IRC | 11:14 | |
*** alexchadin has joined #openstack-watcher | 11:24 | |
*** nicolasbock has joined #openstack-watcher | 11:26 | |
*** thorst has joined #openstack-watcher | 11:53 | |
*** vvargaszte has joined #openstack-watcher | 12:25 | |
*** vincentfrancoise has quit IRC | 12:38 | |
*** vincentfrancoise has joined #openstack-watcher | 12:39 | |
*** vvargaszte has quit IRC | 12:45 | |
*** vvargaszte has joined #openstack-watcher | 12:45 | |
*** alexchadin has quit IRC | 12:50 | |
*** alexchadin has joined #openstack-watcher | 12:51 | |
*** vvargaszte has quit IRC | 12:54 | |
*** vincentfrancoise has quit IRC | 13:39 | |
*** vincentfrancoise has joined #openstack-watcher | 13:39 | |
openstackgerrit | Alexander Chadin proposed openstack/watcher master: Migrate to Zuul v3 https://review.openstack.org/509777 | 13:51 |
*** vincentfrancoise has quit IRC | 14:09 | |
*** vincentfrancoise has joined #openstack-watcher | 14:10 | |
*** alexchadin has quit IRC | 14:12 | |
*** vincentfrancoise has quit IRC | 15:10 | |
*** vincentfrancoise has joined #openstack-watcher | 15:11 | |
*** AlexeyAbashkin has quit IRC | 15:55 | |
*** AlexeyAbashkin has joined #openstack-watcher | 17:27 | |
*** AlexeyAbashkin has quit IRC | 17:28 | |
*** vincentfrancoise has quit IRC | 17:39 | |
*** vincentfrancoise has joined #openstack-watcher | 17:41 | |
*** nicolasbock has quit IRC | 17:42 | |
*** vincentfrancoise has quit IRC | 18:08 | |
*** vincentfrancoise has joined #openstack-watcher | 18:09 | |
*** vincentfrancoise has quit IRC | 18:39 | |
*** vincentfrancoise has joined #openstack-watcher | 18:44 | |
*** vincentfrancoise has quit IRC | 19:09 | |
*** vincentfrancoise has joined #openstack-watcher | 19:32 | |
*** AlexeyAbashkin has joined #openstack-watcher | 19:40 | |
*** AlexeyAbashkin has quit IRC | 19:44 | |
*** thorst has quit IRC | 20:23 | |
*** thorst has joined #openstack-watcher | 20:23 | |
*** thorst has quit IRC | 20:28 | |
*** vvargaszte has joined #openstack-watcher | 20:41 | |
*** thorst has joined #openstack-watcher | 20:44 | |
*** vvargaszte has quit IRC | 20:45 | |
*** thorst has quit IRC | 20:48 | |
openstackgerrit | Merged openstack/puppet-watcher master: Configure *_domain_name to Default by default https://review.openstack.org/511744 | 21:38 |
*** thorst has joined #openstack-watcher | 21:38 | |
*** AlexeyAbashkin has joined #openstack-watcher | 21:39 | |
*** thorst has quit IRC | 21:42 | |
*** AlexeyAbashkin has quit IRC | 21:44 | |
*** vincentfrancoise has quit IRC | 22:10 | |
*** vincentfrancoise has joined #openstack-watcher | 22:11 | |
*** AlexeyAbashkin has joined #openstack-watcher | 22:39 | |
*** AlexeyAbashkin has quit IRC | 22:43 | |
*** AlexeyAbashkin has joined #openstack-watcher | 23:39 | |
*** AlexeyAbashkin has quit IRC | 23:43 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!