openstackgerrit | A change was merged to openstack/tempest: Adds verfication for Bootable Volume https://review.openstack.org/42621 | 00:00 |
---|---|---|
*** hootjr has quit IRC | 00:25 | |
openstackgerrit | Steve Baker proposed a change to openstack-dev/devstack: Install and use diskimage-builder, tripleo-image-elements https://review.openstack.org/45969 | 00:41 |
openstackgerrit | Steve Baker proposed a change to openstack-dev/devstack: Baremetal uses packaged diskimage-builder https://review.openstack.org/40343 | 00:41 |
*** sthaha has joined #openstack-qa | 00:53 | |
*** sthaha has joined #openstack-qa | 00:53 | |
*** marun has joined #openstack-qa | 01:49 | |
*** prekarat has joined #openstack-qa | 03:56 | |
*** yfried has quit IRC | 04:00 | |
*** yfried has joined #openstack-qa | 04:00 | |
*** SergeyLukjanov has joined #openstack-qa | 04:16 | |
*** raies has joined #openstack-qa | 04:24 | |
raies | mkoderer: hi | 04:26 |
*** madan has joined #openstack-qa | 04:48 | |
*** SergeyLukjanov has quit IRC | 04:51 | |
*** SergeyLukjanov has joined #openstack-qa | 04:59 | |
*** bashok has joined #openstack-qa | 05:19 | |
mkoderer | raies: https://review.openstack.org/#/c/45230/7/tempest/services/network/json/network_client.py line 437 | 05:21 |
mkoderer | could you delete this tab? | 05:21 |
mkoderer | It's a nit I know | 05:21 |
raies | mkoderer: yes after deleting I will apply new patch | 05:22 |
*** SergeyLukjanov has quit IRC | 05:22 | |
raies | should I ? | 05:22 |
openstackgerrit | David Geng proposed a change to openstack/tempest: Enable the quota test cases https://review.openstack.org/33152 | 05:23 |
mkoderer | raies: I am not happy with a patch of a patch ;) | 05:25 |
mkoderer | could you upload a new patch and you get my +2 immediately | 05:25 |
mkoderer | and I will ping afazekas to get it merged | 05:25 |
raies | ok I will upload a new patch | 05:26 |
*** sungju has joined #openstack-qa | 05:28 | |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: Network load balancer testing https://review.openstack.org/45230 | 05:39 |
raies | mkoderer: done | 05:39 |
mkoderer | afazekas: coudl you check https://review.openstack.org/45230 | 05:42 |
mkoderer | afazekas: strange thing that I automatically gave a +A instead of a +2 | 05:42 |
*** sourabh has joined #openstack-qa | 05:44 | |
afazekas | mkoderer: ? | 05:46 |
mkoderer | afazekas: I think zuul process was started since I have a +A accidentally | 05:47 |
afazekas | mkoderer: you can say -2 to prevent the merge | 05:47 |
*** bashok_ has joined #openstack-qa | 05:47 | |
mkoderer | afazekas: will it stop the zuul process immediately? | 05:48 |
afazekas | not | 05:48 |
afazekas | BTW the change looked OK | 05:49 |
mkoderer | afazekas: yes so could you give your +2 | 05:49 |
mkoderer | and I will give the +A | 05:49 |
mkoderer | afazekas: I just had a nit, so we can merge it | 05:50 |
afazekas | I have one issue someone might want to skip the LB tests, so it should be configurable | 05:50 |
*** bashok has quit IRC | 05:51 | |
mkoderer | afazekas: ok give my a ping when you gave your +2 | 05:52 |
afazekas | mkoderer: ping | 05:53 |
mkoderer | afazekas: ok thanks | 05:54 |
* afazekas I will be back in 50 minutes | 05:54 | |
*** afazekas is now known as __afazekas | 05:59 | |
*** jhenner has joined #openstack-qa | 06:16 | |
*** jhenner has quit IRC | 06:18 | |
*** rdekel has joined #openstack-qa | 06:19 | |
*** afazekas has joined #openstack-qa | 06:22 | |
openstackgerrit | David Geng proposed a change to openstack/tempest: Enable the quota test cases https://review.openstack.org/33152 | 06:32 |
openstackgerrit | A change was merged to openstack/tempest: Network load balancer testing https://review.openstack.org/45230 | 06:37 |
*** __afazekas has quit IRC | 06:40 | |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: Adding xml support for load balancer https://review.openstack.org/46696 | 06:41 |
afazekas | raies: FYI: https://bugs.launchpad.net/tempest/+bug/1225623 | 06:44 |
raies | afazekas: thanks, looking | 06:45 |
*** rdekel has quit IRC | 06:49 | |
openstackgerrit | Marc Koderer proposed a change to openstack/tempest: Fix problem with never stopping stress tests https://review.openstack.org/46087 | 06:50 |
*** rdekel has joined #openstack-qa | 06:52 | |
*** SergeyLukjanov has joined #openstack-qa | 06:52 | |
*** giulivo has joined #openstack-qa | 06:54 | |
*** sungju has quit IRC | 06:55 | |
*** tkammer has joined #openstack-qa | 06:55 | |
raies | afazekas: L#64 creates a overlapping subnet ? | 06:59 |
raies | how u find it ? | 06:59 |
afazekas | L64 creates a subnet in the same range as the bulk net creation | 07:00 |
afazekas | If the allow_overlapping_ips is False it causes an issue as you can can see in the bug report | 07:01 |
afazekas | If the bulk_ subnet creation would be in different class (where the setUpClass does not creates subnets ), it would be ok | 07:03 |
raies | I looked there and satisfied with your opinion | 07:06 |
*** ekarlso- has quit IRC | 07:07 | |
raies | I am thinking to create a separate class BulkSubnetCreateJSON and BulkSubnetCreateXML | 07:08 |
raies | what do you think ? | 07:08 |
afazekas | I am thinking about what if we create bulk test classes for all bulk tests | 07:10 |
raies | ok yes it would be better enough | 07:11 |
afazekas | it would be also a logical separation of test types | 07:11 |
raies | yes :) BulkRequestJSON and BulkRequestXML | 07:12 |
raies | ? | 07:12 |
*** giulivo has quit IRC | 07:12 | |
*** giulivo has joined #openstack-qa | 07:13 | |
*** thomasbiege has joined #openstack-qa | 07:18 | |
afazekas | ok, or BulkNetworkOperationsJSON and BulkNetworkOperationsXML or just Ops, does not really matters | 07:19 |
raies | ok | 07:21 |
*** thomasbiege has quit IRC | 07:27 | |
openstackgerrit | Sahid Orentino Ferdjaoui proposed a change to openstack/tempest: Adds tests covering Swift's container quotas middleware https://review.openstack.org/46232 | 07:30 |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: Fix overlapping subnet creation https://review.openstack.org/46698 | 07:31 |
raies | afazekas: please look https://review.openstack.org/46698 | 07:32 |
openstackgerrit | David Geng proposed a change to openstack/tempest: Enable the quota test cases https://review.openstack.org/33152 | 07:32 |
raies | afazekas: are you there ? | 07:33 |
openstackgerrit | nayna-patel proposed a change to openstack/tempest: Added test to check list/show extensions-neutron https://review.openstack.org/45030 | 07:37 |
afazekas | mkoderer: ^^ | 07:45 |
openstackgerrit | Sahid Orentino Ferdjaoui proposed a change to openstack/tempest: Adds tests covering Swift's container quotas middleware https://review.openstack.org/46232 | 07:50 |
*** mkollaro has joined #openstack-qa | 07:50 | |
*** fbo_away is now known as fbo | 07:52 | |
raies | afazekas: u there ? | 07:57 |
afazekas | raies: yes, waiting for jenkins and thinking about is moving the bulks test to a new file good or bad idea | 07:58 |
afazekas | mkoderer, giulivo: ^^ https://review.openstack.org/46698 | 07:59 |
openstackgerrit | David Geng proposed a change to openstack/tempest: Enable the quota test cases https://review.openstack.org/33152 | 08:01 |
*** yassine has joined #openstack-qa | 08:04 | |
*** jhenner has joined #openstack-qa | 08:06 | |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: Adding clinet functions and test cases for pool https://review.openstack.org/45602 | 08:09 |
raies | afazekas: till now please check https://review.openstack.org/#/c/45602/ | 08:10 |
*** SergeyLukjanov has quit IRC | 08:12 | |
*** SergeyLukjanov has joined #openstack-qa | 08:13 | |
*** mkollaro has quit IRC | 08:15 | |
openstackgerrit | ChangBo Guo proposed a change to openstack/tempest: Add keystone user-update test https://review.openstack.org/46477 | 08:20 |
*** mkollaro has joined #openstack-qa | 08:21 | |
*** anteaya has quit IRC | 08:29 | |
*** dosaboy has quit IRC | 09:03 | |
*** dosaboy has joined #openstack-qa | 09:03 | |
*** thomasbiege has joined #openstack-qa | 09:05 | |
*** kashyap has joined #openstack-qa | 09:14 | |
mkoderer | afazekas: I am ok with https://review.openstack.org/46698 | 09:27 |
mkoderer | afazekas: but waiting for jenkins | 09:27 |
afazekas | ok | 09:29 |
raies | afazekas: please look https://review.openstack.org/46698 , all time jenkins fails it | 09:57 |
afazekas | psedlak: http://logs.openstack.org/98/46698/1/check/gate-tempest-devstack-vm-full/1273a96/console.html | 10:02 |
afazekas | http://logs.openstack.org/98/46698/1/check/gate-tempest-devstack-vm-full/1273a96/logs/screen-n-api.txt.gz#_2013-09-16_09_34_08_061 | 10:04 |
afazekas | psedlak: do you think is it keystone bug ? Or one of the new keystone v3 test cases are incorrect ? | 10:08 |
afazekas | http://logs.openstack.org/98/46698/1/check/gate-tempest-devstack-vm-full/1273a96/logs/screen-key.txt.gz | 10:11 |
afazekas | (access): 2013-09-16 09:34:08,047 INFO core __call__ 127.0.0.1 - - [16/Sep/2013:09:34:08 +0000] "GET http://127.0.0.1:35357/v2.0/tokens/revoked HTTP/1.0" 200 13618 | 10:11 |
afazekas | it queries the revoke list | 10:11 |
*** SergeyLukjanov has quit IRC | 10:13 | |
psedlak | afazekas: yes, and it says it was revoked ... | 10:14 |
*** SergeyLukjanov has joined #openstack-qa | 10:14 | |
afazekas | Do you see any explicit revoke in the keystone log before ? | 10:15 |
afazekas | http://logs.openstack.org/98/46698/1/check/gate-tempest-devstack-vm-full/1273a96/logs/tempest.txt.gz#_2013-09-16_09_34_08_064 | 10:26 |
afazekas | something is wrong with the _log_request and _log_response | 10:28 |
afazekas | it should log the ``worker`` id as well | 10:33 |
afazekas | So who will create the bug ? | 10:36 |
psedlak | afazekas: http://logs.openstack.org/98/46698/1/check/gate-tempest-devstack-vm-full/1273a96/logs/tempest.txt.gz#_2013-09-16_09_34_06_666 | 10:49 |
psedlak | afazekas: that fddcae75... should be our user | 10:49 |
psedlak | afazekas: two seconds before we try to use it | 10:49 |
psedlak | afazekas: tenant probably follows | 10:50 |
psedlak | afazekas: http://logs.openstack.org/98/46698/1/check/gate-tempest-devstack-vm-full/1273a96/logs/tempest.txt.gz#_2013-09-16_09_33_47_671 | 10:50 |
psedlak | FixedIPsTestJson239610897 | 10:50 |
psedlak | *-user | 10:50 |
afazekas | psedlak, raises: https://bugs.launchpad.net/tempest/+bug/1226001 | 11:06 |
afazekas | raies: you can recheck with 1226001 | 11:06 |
raies | afazekas: done | 11:12 |
openstackgerrit | A change was merged to openstack/tempest: VolumesListTest may hide configuration issues https://review.openstack.org/46514 | 11:14 |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: Fix overlapping subnet creation https://review.openstack.org/46698 | 11:20 |
openstackgerrit | nayna-patel proposed a change to openstack/tempest: Added test to check list/show extensions-neutron https://review.openstack.org/45030 | 11:22 |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: Adding clinet functions and test cases for pool https://review.openstack.org/45602 | 11:29 |
openstackgerrit | Yassine Lamgarchal proposed a change to openstack/tempest: Adds client and CRUD tests for Ceilometer alarms https://review.openstack.org/39237 | 11:40 |
afazekas | I have doubts it is working as described: https://github.com/openstack/tempest/blob/master/tempest/api/compute/admin/test_fixed_ips.py#L34 | 11:42 |
openstackgerrit | Yassine Lamgarchal proposed a change to openstack/tempest: Adds client and CRUD tests for Ceilometer alarms https://review.openstack.org/39237 | 11:44 |
afazekas | psedlak: similar issue: https://review.openstack.org/#/c/46696/ | 11:45 |
*** madan has quit IRC | 11:45 | |
*** HenryG has quit IRC | 11:49 | |
*** sthaha has quit IRC | 11:53 | |
*** weshay has joined #openstack-qa | 11:55 | |
*** hootjr has joined #openstack-qa | 11:55 | |
openstackgerrit | A change was merged to openstack/tempest: Fixes some typos in tempest https://review.openstack.org/46601 | 11:57 |
mkoderer | afazekas: regarding https://review.openstack.org/#/c/46619/ | 12:01 |
mkoderer | afazekas: shouldn't be it in requirements.txt instead of test-requirements.txt | 12:01 |
mkoderer | ? | 12:01 |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: Adding member operation test cases https://review.openstack.org/45627 | 12:02 |
*** raies has quit IRC | 12:02 | |
*** mkollaro has quit IRC | 12:09 | |
*** mkollaro has joined #openstack-qa | 12:15 | |
afazekas | mkoderer: yes | 12:20 |
mkoderer | afazekas: ok :) | 12:20 |
afazekas | psedlak: Thank for the help, so the 1226001 real tempest bug | 12:21 |
* afazekas set it to critical | 12:21 | |
psedlak | afazekas: np, i'm adding more info to the bug, so you can postpone the fix little bit (finish what you are doing now ;)) | 12:21 |
*** mkollaro has quit IRC | 12:23 | |
*** mkollaro1 has joined #openstack-qa | 12:23 | |
*** mkollaro1 is now known as mkollaro | 12:23 | |
openstackgerrit | A change was merged to openstack/tempest: add required python modules(six,iso8601,fixtures) to requirements.txt https://review.openstack.org/46665 | 12:25 |
openstackgerrit | afazekas proposed a change to openstack/tempest: test_fixed_ips unsafe xml/json resource share https://review.openstack.org/46722 | 12:27 |
rahmu | afazekas: can I get a review on this: https://review.openstack.org/#/c/44287/? It's been inactive for a while | 12:28 |
afazekas | rahmu: note: the usual vim line is missing t the beginning of the files | 12:29 |
rahmu | oh thanks, I didn't know it was required | 12:30 |
afazekas | mkollaro: https://review.openstack.org/#/c/44287 | 12:30 |
afazekas | rahmu: As I remember the swift test should use just set match for success status codes : self.assertIn(int(resp['status']), HTTP_SUCCESS) | 12:34 |
afazekas | see the git commit: 0d499bc6a14dfad88523e5b4807ad13d719268c2 , https://review.openstack.org/#/c/33689/ | 12:35 |
rahmu | afazekas: thanks for the pointer | 12:37 |
Anju | afazekas: | 12:40 |
Anju | ping | 12:40 |
afazekas | Anju: pong | 12:40 |
Anju | afazeaks : ragrding the lock_unlcok_test of a server | 12:40 |
Anju | afazeaks : regarding the lock_unlcok_test of a server | 12:40 |
Anju | firstly i tried to onlt lock a server | 12:41 |
Anju | but the status is something like this | 12:41 |
Anju | File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 278, in test_e_server | 12:41 |
Anju | self.client.wait_for_server_status(self.server_id, 'LOCKED') | 12:41 |
Anju | File "/opt/stack/tempest/tempest/services/compute/json/servers_client.py", line 156, in wait_for_server_status | 12:41 |
Anju | return waiters.wait_for_server_status(self, server_id, status) | 12:41 |
Anju | File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status | 12:41 |
Anju | raise exceptions.TimeoutException(message) | 12:41 |
Anju | TimeoutException: Request timed out | 12:41 |
Anju | afazekas: ^^^ | 12:41 |
*** bashok_ has quit IRC | 12:41 | |
Anju | afazekas: Server a3219b92-b523-4d33-b9a1-928c5c5ae4bb failed to reach LOCKED status within the required time (600 s). Current status: ACTIVE. | 12:42 |
*** bashok_ has joined #openstack-qa | 12:42 | |
*** mkollaro1 has joined #openstack-qa | 12:44 | |
*** mkollaro has quit IRC | 12:44 | |
afazekas | Anju: are you sure it is a server status | 12:45 |
Anju | yes | 12:45 |
Anju | this test was not added | 12:45 |
Anju | u said last time that xml is not working | 12:46 |
*** sthaha has joined #openstack-qa | 12:46 | |
Anju | i run only with json | 12:46 |
*** jaypipes has joined #openstack-qa | 12:46 | |
*** ChanServ sets mode: +o jaypipes | 12:46 | |
*** mkollaro1 has quit IRC | 12:47 | |
*** mkollaro has joined #openstack-qa | 12:47 | |
afazekas | https://github.com/openstack/nova/blob/master/nova/compute/api.py#L2545 | 12:48 |
Anju | afazekas: yes | 12:49 |
Anju | i knew this | 12:49 |
Anju | but i do not why this is not running in ttempest | 12:49 |
Anju | I told u this before alos | 12:49 |
Anju | also | 12:49 |
*** mkollaro has quit IRC | 12:52 | |
*** mkollaro has joined #openstack-qa | 12:52 | |
*** mkollaro has quit IRC | 12:53 | |
*** mkollaro has joined #openstack-qa | 12:53 | |
*** bashok__ has joined #openstack-qa | 13:00 | |
afazekas | Anju: so you can change the status to 'LOCKED' by CLI ? | 13:00 |
Anju | yes | 13:01 |
Anju | unlock alos | 13:01 |
Anju | also | 13:01 |
Anju | may i show u what i have done | 13:02 |
*** HenryG has joined #openstack-qa | 13:02 | |
*** bashok_ has quit IRC | 13:03 | |
afazekas | psedlak, raies, giulivo, cyeoh, mkoderer, mtreinish, sdague, jaypipes: https://review.openstack.org/#/c/46722/ | 13:09 |
openstackgerrit | Yassine Lamgarchal proposed a change to openstack/tempest: Add list containers call to swift client. https://review.openstack.org/46727 | 13:09 |
*** jasondotstar has joined #openstack-qa | 13:10 | |
*** dkranz has quit IRC | 13:10 | |
afazekas | Anju: how can you lock the server ? | 13:12 |
Anju | nova lock server name | 13:13 |
Anju | :) | 13:13 |
Anju | afazekas: ^^^ | 13:13 |
afazekas | with fresh devstack install it does not changes me the status as demo user | 13:13 |
Anju | u mean that this is the admin actions | 13:14 |
*** jasondotstar has quit IRC | 13:15 | |
afazekas | even with admin | 13:17 |
Anju | yes | 13:18 |
Anju | : | 13:18 |
Anju | afazekas: but state should not changed | 13:18 |
*** mriedem has joined #openstack-qa | 13:24 | |
openstackgerrit | Yassine Lamgarchal proposed a change to openstack/tempest: Add list containers call to swift client. https://review.openstack.org/46727 | 13:25 |
Anju | afazekas: yes afazekas . u are great ..now it is ok | 13:28 |
*** adalbas has joined #openstack-qa | 13:35 | |
openstackgerrit | afazekas proposed a change to openstack/tempest: test_fixed_ips unsafe xml/json resource sharing https://review.openstack.org/46722 | 13:37 |
*** malini has joined #openstack-qa | 13:40 | |
*** rdekel has quit IRC | 13:44 | |
*** burt has joined #openstack-qa | 13:44 | |
*** rdekel has joined #openstack-qa | 13:47 | |
jaypipes | afazekas: done | 13:51 |
*** SergeyLukjanov has quit IRC | 13:54 | |
*** yfried has quit IRC | 13:55 | |
afazekas | jaypipes: thank you | 13:55 |
mkoderer | afazekas: done +A | 13:55 |
afazekas | mkoderer: thank you | 13:55 |
* mkoderer didn't get the old logic that was there before | 13:56 | |
*** dkranz has joined #openstack-qa | 13:56 | |
*** sthaha has quit IRC | 13:56 | |
*** SergeyLukjanov has joined #openstack-qa | 13:58 | |
*** yfried has joined #openstack-qa | 13:58 | |
openstackgerrit | ChangBo Guo proposed a change to openstack/tempest: Add keystone user-update test https://review.openstack.org/46477 | 14:06 |
*** bashok__ has quit IRC | 14:16 | |
*** jasondotstar has joined #openstack-qa | 14:17 | |
*** bashok has joined #openstack-qa | 14:17 | |
*** bashok has quit IRC | 14:18 | |
*** adalbas has quit IRC | 14:19 | |
*** bashok has joined #openstack-qa | 14:19 | |
openstackgerrit | Edward Hope-Morley proposed a change to openstack/tempest: Add cinder-backup functional tests https://review.openstack.org/45465 | 14:21 |
*** jasondotstar has quit IRC | 14:23 | |
*** jasondotstar has joined #openstack-qa | 14:25 | |
*** adalbas has joined #openstack-qa | 14:35 | |
*** jasondotstar has quit IRC | 14:41 | |
openstackgerrit | Marc Koderer proposed a change to openstack/tempest: Fix problem with never stopping stress tests https://review.openstack.org/46087 | 14:41 |
*** raies has joined #openstack-qa | 14:44 | |
raies | afazekas: http://logs.openstack.org/98/46698/2/check/gate-tempest-devstack-vm-full/38968eb/testr_results.html.gz | 14:44 |
*** jhenner has quit IRC | 14:45 | |
raies | getting failed | 14:45 |
raies | again and again | 14:45 |
afazekas | raise: wait until it is merged: https://review.openstack.org/#/c/46722/ | 14:47 |
afazekas | Adding a new class probably changes the test class distribution and ordering, and it triggers the bug | 14:47 |
*** jhenner has joined #openstack-qa | 14:49 | |
raies | ok I will wait | 14:49 |
*** ken1ohmichi has joined #openstack-qa | 14:49 | |
*** ken1ohmichi has quit IRC | 14:50 | |
openstackgerrit | A change was merged to openstack/tempest: Fixes typos in tempest/api https://review.openstack.org/46598 | 14:54 |
*** weshay has quit IRC | 14:57 | |
openstackgerrit | Yassine Lamgarchal proposed a change to openstack/tempest: Add tests for Ceilometer object storage metering https://review.openstack.org/46744 | 15:00 |
openstackgerrit | Yassine Lamgarchal proposed a change to openstack/tempest: Add client and tests for Ceilometer object storage metering https://review.openstack.org/46745 | 15:00 |
openstackgerrit | Yassine Lamgarchal proposed a change to openstack/tempest: Add client and tests for Ceilometer compute metering https://review.openstack.org/43481 | 15:00 |
*** thomasbiege1 has joined #openstack-qa | 15:05 | |
*** bashok has quit IRC | 15:05 | |
*** dkranz has quit IRC | 15:05 | |
*** openstackgerrit has quit IRC | 15:13 | |
*** cyeoh has quit IRC | 15:14 | |
*** sdague has quit IRC | 15:14 | |
*** zigo has joined #openstack-qa | 15:14 | |
*** zigo_ has quit IRC | 15:15 | |
*** thomasbiege1 has quit IRC | 15:18 | |
*** sdague has joined #openstack-qa | 15:19 | |
*** rdekel has quit IRC | 15:20 | |
*** jasondotstar has joined #openstack-qa | 15:20 | |
mkoderer | mtreinish: https://review.openstack.org/#/c/46087/ | 15:24 |
mkoderer | I tried to enhance it | 15:25 |
mtreinish | mkoderer: ok I'll take a look | 15:26 |
*** openstackgerrit has joined #openstack-qa | 15:30 | |
*** openstackgerrit has quit IRC | 15:30 | |
*** adam_g has quit IRC | 15:31 | |
*** openstackgerrit has joined #openstack-qa | 15:31 | |
openstackgerrit | A change was merged to openstack/tempest: test_fixed_ips unsafe xml/json resource sharing https://review.openstack.org/46722 | 15:32 |
*** thomasbiege1 has joined #openstack-qa | 15:33 | |
*** jasondotstar has quit IRC | 15:33 | |
*** thomasbiege1 has quit IRC | 15:33 | |
*** weshay has joined #openstack-qa | 15:34 | |
afazekas | raies: ^^ | 15:35 |
afazekas | you can push the rebase button | 15:35 |
raies | ok | 15:35 |
raies | i will | 15:35 |
raies | rebase changes button on the UI ? | 15:36 |
afazekas | yes | 15:36 |
raies | ok | 15:36 |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: Fix overlapping subnet creation https://review.openstack.org/46698 | 15:36 |
afazekas | it will rebase the change and runs the test again | 15:36 |
raies | ok | 15:36 |
afazekas | note: $ git review -d <change-number> will download the new version | 15:37 |
raies | ok | 15:37 |
raies | And clicking will rebase it existing version ? | 15:38 |
openstackgerrit | Yassine Lamgarchal proposed a change to openstack/tempest: Add tests for Ceilometer object storage metering https://review.openstack.org/46744 | 15:45 |
afazekas | yes | 15:48 |
*** thomasbiege1 has joined #openstack-qa | 15:54 | |
openstackgerrit | A change was merged to openstack-dev/devstack: Disable ceilometer.compute.nova_notifier driver https://review.openstack.org/46336 | 16:02 |
openstackgerrit | A change was merged to openstack-dev/devstack: lib/tempest remove whitebox section https://review.openstack.org/46684 | 16:02 |
*** SergeyLukjanov has quit IRC | 16:04 | |
*** atiwari has joined #openstack-qa | 16:06 | |
*** thomasbiege1 has quit IRC | 16:09 | |
*** dkranz has joined #openstack-qa | 16:12 | |
*** adam_g has joined #openstack-qa | 16:15 | |
*** adam_g has joined #openstack-qa | 16:15 | |
*** bearhands is now known as comstud | 16:16 | |
*** yfried has quit IRC | 16:17 | |
*** dkranz has quit IRC | 16:18 | |
*** dkranz has joined #openstack-qa | 16:19 | |
openstackgerrit | Dean Troyer proposed a change to openstack-dev/devstack: Add meta-config https://review.openstack.org/46768 | 16:24 |
*** yassine has quit IRC | 16:29 | |
*** prekarat has quit IRC | 16:31 | |
*** prekarat has joined #openstack-qa | 16:32 | |
*** jasondotstar has joined #openstack-qa | 16:33 | |
*** SergeyLukjanov has joined #openstack-qa | 16:34 | |
openstackgerrit | afazekas proposed a change to openstack-dev/devstack: Increase default swift storage https://review.openstack.org/46770 | 16:38 |
*** SergeyLukjanov has quit IRC | 16:41 | |
*** SergeyLukjanov has joined #openstack-qa | 16:43 | |
*** cyeoh has joined #openstack-qa | 16:44 | |
openstackgerrit | Sahid Orentino Ferdjaoui proposed a change to openstack/tempest: Adds tests covering Swift's container quotas middleware https://review.openstack.org/46232 | 16:46 |
*** afazekas has quit IRC | 16:47 | |
*** ekarlso has joined #openstack-qa | 16:49 | |
raies | mkoderer: hi | 16:51 |
raies | please review https://review.openstack.org/#/c/46698/ | 16:52 |
raies | jaypipes: ^^ | 16:54 |
jaypipes | raies: looking now... | 16:54 |
*** fbo is now known as fbo_away | 17:00 | |
*** tkammer has quit IRC | 17:00 | |
raies | jaypipes: as per afazekas and mkoderer i was good, they were waiting for jenkins | 17:01 |
*** SergeyLukjanov has quit IRC | 17:09 | |
openstackgerrit | Matthew Treinish proposed a change to openstack/tempest: Add parallel test execution section to HACKING.rst https://review.openstack.org/46774 | 17:09 |
*** morganfainberg has joined #openstack-qa | 17:10 | |
*** prekarat has quit IRC | 17:11 | |
*** prekarat has joined #openstack-qa | 17:11 | |
*** hootjr has quit IRC | 17:12 | |
*** SergeyLukjanov has joined #openstack-qa | 17:12 | |
raies | Jaypipes: u completed ? | 17:13 |
jaypipes | raies: no, not yet. you will see when I am. | 17:15 |
jaypipes | raies: ok, +2 from me. | 17:17 |
raies | :) thanks :) | 17:18 |
raies | btw who will approve it ? I know u are core approver | 17:18 |
raies | jaypipes: please also check https://review.openstack.org/#/c/45602/ and https://review.openstack.org/#/c/46696/ | 17:21 |
*** morganfainberg has left #openstack-qa | 17:21 | |
jaypipes | raies: please be patient. another core reviewer will approve it in time. | 17:22 |
raies | ok | 17:22 |
raies | but please check links what I have shared | 17:23 |
*** thomasbiege1 has joined #openstack-qa | 17:24 | |
openstackgerrit | Matthew Treinish proposed a change to openstack/tempest: Sync latest versions of oslo incubator https://review.openstack.org/46777 | 17:25 |
openstackgerrit | Matthew Treinish proposed a change to openstack/tempest: Update docs config https://review.openstack.org/46778 | 17:25 |
*** prekarat has quit IRC | 17:26 | |
*** yfried has joined #openstack-qa | 17:26 | |
openstackgerrit | Matthew Treinish proposed a change to openstack/tempest: Add parallel test execution section to HACKING.rst https://review.openstack.org/46774 | 17:26 |
*** wramthun has joined #openstack-qa | 17:27 | |
*** harlowja has quit IRC | 17:33 | |
*** harlowja has joined #openstack-qa | 17:33 | |
*** thomasbiege2 has joined #openstack-qa | 17:33 | |
*** thomasbiege1 has quit IRC | 17:35 | |
openstackgerrit | Steve Baker proposed a change to openstack-dev/devstack: Install and use diskimage-builder, tripleo-image-elements https://review.openstack.org/45969 | 17:37 |
openstackgerrit | Steve Baker proposed a change to openstack-dev/devstack: Baremetal uses packaged diskimage-builder https://review.openstack.org/40343 | 17:37 |
*** raies has quit IRC | 17:44 | |
*** burt has quit IRC | 17:46 | |
*** jhenner has quit IRC | 17:49 | |
*** jhenner has joined #openstack-qa | 17:50 | |
*** thomasbiege2 has quit IRC | 17:53 | |
*** thomasbiege1 has joined #openstack-qa | 17:56 | |
*** SergeyLukjanov has quit IRC | 18:00 | |
*** HenryG has quit IRC | 18:00 | |
*** SergeyLukjanov has joined #openstack-qa | 18:04 | |
openstackgerrit | Matthew Treinish proposed a change to openstack/tempest: Update docs config https://review.openstack.org/46778 | 18:04 |
openstackgerrit | Dean Troyer proposed a change to openstack-dev/devstack: Add meta-config https://review.openstack.org/46768 | 18:05 |
*** jasondotstar has quit IRC | 18:17 | |
*** mkollaro has quit IRC | 18:21 | |
jog0 | anyone see thsi bug before http://logs.openstack.org/14/46614/1/check/gate-tempest-devstack-vm-full/e3174ef/testr_results.html.gz | 18:23 |
*** jasondotstar has joined #openstack-qa | 18:23 | |
mtreinish | jog0: no I haven't but I've seen a few similar teardown failures with cinder lately | 18:26 |
mtreinish | jog0: the c-vol log shows an error: http://logs.openstack.org/14/46614/1/check/gate-tempest-devstack-vm-full/e3174ef/logs/screen-c-vol.txt.gz#_2013-09-16_17_42_35_979 | 18:26 |
jog0 | mtreinish: ahh cool | 18:28 |
jog0 | I will file a bug on that and add a logstash query to https://github.com/jogo/elasticRecheck | 18:28 |
jog0 | to detect it | 18:28 |
mtreinish | jog0: look at you getting all fancy | 18:28 |
mtreinish | I have to take a look at that | 18:28 |
mtreinish | yeah, that's a lot better than me trying to keep it all in my head :) | 18:29 |
jog0 | mtreinish: heh yeah | 18:31 |
jog0 | its starting to work | 18:31 |
*** jasondotstar has quit IRC | 18:31 | |
jog0 | going to work with clarkb to get it moved over to infra in the near future | 18:31 |
mtreinish | jog0: ok cool | 18:32 |
*** afazekas has joined #openstack-qa | 18:32 | |
*** jasondotstar has joined #openstack-qa | 18:32 | |
jog0 | mtreinish: this looks like teh bug https://bugs.launchpad.net/cinder/+bug/1191960 | 18:33 |
jog0 | oh also for rechecks if you mark things as duplicates the recheck page will reflect that | 18:34 |
jog0 | mtreinish: https://review.openstack.org/#/c/45511/ | 18:34 |
mtreinish | jog0: yeah that looks like the same error. The patch to fix it was abandonded in Jul... | 18:35 |
mtreinish | jog0: cool that cleans things up quite a bit | 18:35 |
jog0 | yeah | 18:37 |
jog0 | so you can go through and mark things are duplicates of this bug etc | 18:37 |
jog0 | logstash query: "Unable to deactivate logical volume" AND @fields.filename:"logs/screen-c-vol.txt" | 18:39 |
giulivo | dosaboy so this will never be merged as long as jenkins will fail and jenkins will fail until you get the backup test to run successfully | 18:40 |
giulivo | so I think you need to pass the admin credentials to the backup client to make sure it will have the needed credentials to create a container in swift | 18:41 |
giulivo | but you didn't do that in the last few changes, anything I didn't notice? | 18:41 |
giulivo | dosaboy, https://review.openstack.org/#/c/45465 | 18:42 |
afazekas | http://logs.openstack.org/65/45465/8/check/gate-tempest-devstack-vm-full/e77ffc4/logs/screen-c-bak.txt.gz#_2013-09-16_14_39_48_441 | 18:44 |
afazekas | cinder or config issue | 18:45 |
giulivo | afazekas, I think it is just the PUT failing with 403 | 18:45 |
giulivo | because the test is running with non-admin credentials so it can't create the container where to place the backup in | 18:46 |
afazekas | giulivo: the others with 404 because the put failed ? | 18:46 |
dkranz | giulivo: You gave a +1 to https://review.openstack.org/#/c/46696/ but I'm not sure what that meant. | 18:47 |
afazekas | giulivo: so the user needs to have an operator role ? | 18:47 |
dosaboy | giulivo: agreed | 18:47 |
jog0 | mtreinish: I am looking for help with the logstash queries if your interested | 18:47 |
giulivo | afazekas, to create the containers yes | 18:47 |
giulivo | but honestly I'm not sure about the 404 I see there is a "None" in the url | 18:47 |
dosaboy | i had not tested against swift the last few times so I'll try to get that fixed up | 18:47 |
mtreinish | jog0: sure, I've got to learn how to use it at some point | 18:47 |
jog0 | mtreinish: to start with try running https://github.com/jogo/elasticRecheck | 18:48 |
giulivo | dkranz, because I think the code is actually okay only maybe those two methods could be pushed with the other change, where the tests using those are also pushed | 18:48 |
giulivo | dkranz, better to -1 ? | 18:49 |
jog0 | mtreinish: I added you as a 'collaborator' on github for that | 18:49 |
openstackgerrit | A change was merged to openstack/tempest: Fix overlapping subnet creation https://review.openstack.org/46698 | 18:49 |
jog0 | mtreinish: to run you just have to change the config file to have your username not mine | 18:49 |
dkranz | giulivo: If you want a change made before approving, give -1 | 18:50 |
jog0 | mtreinish: and queries go in https://github.com/jogo/elasticRecheck/blob/master/queries.json | 18:50 |
dkranz | giulivo: If it is not necessary for approval, give +2/+A with a comment. | 18:50 |
jog0 | http://logstash.openstack.org/ | 18:50 |
dkranz | giulivo: If you are not sure, and just want to comment, then just comment with no +/- | 18:50 |
mtreinish | jog0: ok cool I'll add one for the max retries atttempted neutron fail to start | 18:50 |
mtreinish | (first one to pop up when I started running it) | 18:51 |
jog0 | mtreinish: I think I have that actually | 18:51 |
mtreinish | jog0: yep looks like you do | 18:51 |
mtreinish | but it failed to find the failure | 18:51 |
afazekas | giulivo: can it be swift/object-store test-case ? the swift base class has method for assigning a role | 18:51 |
jog0 | mtreinish: hmm try running the query manually and see if it works still | 18:52 |
giulivo | afazekas, yeah we went trough it but dosaboy is suggesting we should not put anything "swift" specific in the test because the backup api ideally doesn't depend on the actual backend and I think he's right | 18:52 |
jog0 | what gerrit patch hit that bug? | 18:52 |
mtreinish | jog0: https://review.openstack.org/#/c/46296/1 | 18:53 |
mtreinish | jog0: the query doesn't seem to work | 18:53 |
giulivo | afazekas, so we wanted to keep the test only stressing the cinder api but apparently facing the permissions issue | 18:53 |
*** jasondotstar has quit IRC | 18:53 | |
afazekas | IMHO if the credentials isolation is enabled the test case can assign the configured operator roles, if not the predefined 'user' should have the role | 18:56 |
afazekas | It should not be harm to a different backend | 18:57 |
giulivo | afazekas, let me see if I get it right, that is using the keystone admin client to assign the needed role to the user "currently" running the test? | 18:57 |
*** jhenner has quit IRC | 18:58 | |
jog0 | mtreinish: looks like that run doesn't have stuff in logstash | 18:58 |
afazekas | giulivo: something like this, just with one user : https://github.com/openstack/tempest/blob/master/tempest/api/object_storage/base.py#L82 | 18:59 |
afazekas | just only if the https://github.com/openstack/tempest/blob/master/tempest/api/object_storage/base.py#L35 is True | 19:00 |
jog0 | clarkb: ^ | 19:00 |
*** mlavalle has joined #openstack-qa | 19:04 | |
*** harlowja has quit IRC | 19:06 | |
*** harlowja has joined #openstack-qa | 19:07 | |
jog0 | mtreinish: clarkb said its because logstash is 30 min behind | 19:09 |
mtreinish | jog0: ok that would do it | 19:10 |
openstackgerrit | Salvatore Orlando proposed a change to openstack/tempest: Check tenant connectivity when tenant networks are unreachable https://review.openstack.org/46791 | 19:10 |
mtreinish | jog0: is the eventual plan for this to get it run recheck automatically? | 19:10 |
jog0 | mtreinish: perhaps one day, the next step for now is leave a comment saying hey I think you hit x | 19:11 |
jog0 | and adding an IRC bot in this room saying when a unclassified bug is hit | 19:11 |
*** jasondotstar has joined #openstack-qa | 19:13 | |
giulivo | afazekas, I see that | 19:13 |
giulivo | dosaboy, the one thing I don't get from the logs posted by afazekas is where does that "None" comes from in the URL | 19:14 |
giulivo | it uses GET to see if the container exists already, later tries the PUT but why is there a "None" in the URL? the container should default to "cinderbackups" | 19:15 |
jog0 | anyone here a neutron bug triager | 19:17 |
jog0 | https://bugs.launchpad.net/neutron/+bug/1211915 should be in RC1 | 19:17 |
*** mlavalle has quit IRC | 19:19 | |
*** mlavalle has joined #openstack-qa | 19:21 | |
*** wramthun has quit IRC | 19:24 | |
*** wramthun has joined #openstack-qa | 19:25 | |
mtreinish | jog0: good call on: https://bugs.launchpad.net/tempest/+bug/1218585 I had forgotten about that one. It's definitely a dup | 19:26 |
*** burt has joined #openstack-qa | 19:31 | |
*** mlavalle has quit IRC | 19:32 | |
*** mlavalle has joined #openstack-qa | 19:34 | |
*** malini is now known as malini_afk | 19:35 | |
*** thomasbiege1 has quit IRC | 19:45 | |
openstackgerrit | Dean Troyer proposed a change to openstack-dev/devstack: Add meta-config via local.conf https://review.openstack.org/46768 | 19:46 |
dkranz | mtreinish: I can't see a sensible way to actually review diffs of synced files from oslo so I am just going to approve your change unless you have a different idea. | 19:47 |
dkranz | mtreinish: I wish there were a better way to do this. | 19:47 |
mtreinish | dkranz: yeah, it's annoying | 19:48 |
mtreinish | all I did was run the oslo update script | 19:48 |
dkranz | mtreinish: I know. I'm just going to approve it. | 19:48 |
*** morganfainberg has joined #openstack-qa | 19:52 | |
*** mlavalle has quit IRC | 19:53 | |
*** mlavalle has joined #openstack-qa | 19:55 | |
*** mlavalle has quit IRC | 20:01 | |
dkranz | jog0: You said in a comment there was a problem with https://review.openstack.org/#/c/40435/ that is not visible from it's gate jobs. Is it OK now? | 20:19 |
*** atiwari has quit IRC | 20:20 | |
*** hemnafk has quit IRC | 20:20 | |
*** hemnafk has joined #openstack-qa | 20:22 | |
jog0 | dkranz: logstash was just slow | 20:22 |
*** atiwari has joined #openstack-qa | 20:22 | |
jog0 | ohh wooops sorry wrong thing | 20:22 |
openstackgerrit | afazekas proposed a change to openstack/tempest: test_images_oneserver.py ensure Active https://review.openstack.org/46803 | 20:24 |
*** hemnafk is now known as hemna | 20:25 | |
jog0 | dkranz: http://logs.openstack.org/35/40435/9/silent/gate-tempest-devstack-vm-large-ops/06f0689/testr_results.html.gz | 20:26 |
jog0 | it works | 20:26 |
*** fbo_away is now known as fbo | 20:28 | |
*** jhenner has joined #openstack-qa | 20:31 | |
*** SergeyLukjanov has quit IRC | 20:34 | |
jog0 | mtreinish: which bug is this http://logs.openstack.org/19/46219/5/check/gate-tempest-devstack-vm-postgres-full/9cc5b03/testr_results.html.gz | 20:38 |
dkranz | jog0: Thanks. | 20:41 |
openstackgerrit | A change was merged to openstack/tempest: Adding xml support for load balancer https://review.openstack.org/46696 | 20:46 |
openstackgerrit | A change was merged to openstack/tempest: Add parallel test execution section to HACKING.rst https://review.openstack.org/46774 | 20:47 |
*** burt has quit IRC | 20:55 | |
openstackgerrit | afazekas proposed a change to openstack/tempest: test_images_oneserver.py ensure Active https://review.openstack.org/46803 | 20:59 |
*** afazekas is now known as afazekas_zz | 20:59 | |
*** thomasbiege1 has joined #openstack-qa | 21:00 | |
*** HenryG has joined #openstack-qa | 21:01 | |
openstackgerrit | Aaron Rosen proposed a change to openstack-dev/devstack: use method pip_install over sudo pip install so proxy settings work https://review.openstack.org/46816 | 21:05 |
mtreinish | jog0: I think it's https://bugs.launchpad.net/openstack-ci/+bug/1225664 | 21:06 |
jog0 | mtreinish: got it https://github.com/jogo/elasticRecheck/blob/master/queries.json | 21:08 |
mtreinish | jog0: cool | 21:12 |
mtreinish | is there still a delay on logstash? I've got one from ~30min ago that still isn't showing up in queries | 21:12 |
jog0 | yes | 21:15 |
jog0 | thats about right | 21:15 |
jog0 | its slow today | 21:15 |
jog0 | clarkb: can comment further | 21:15 |
*** jasondotstar has quit IRC | 21:17 | |
jog0 | clarkb is working on giving us a way to get notified when a log is in logstash | 21:21 |
mtreinish | jog0: yeah that would be cool you could just queue up failures until it pops up in logstash then | 21:21 |
jog0 | mtreinish: I sort of try that | 21:23 |
jog0 | https://github.com/jogo/elasticRecheck/blob/master/elasticRecheck.py#L129 | 21:24 |
jog0 | mtreinish: its pretty hacky but slightly works | 21:24 |
mtreinish | jog0: yeah it would be better if you could just get a notification that it was ready to check | 21:26 |
jog0 | mtreinish: yup thats the plan | 21:29 |
*** mriedem has quit IRC | 21:30 | |
openstackgerrit | Dean Troyer proposed a change to openstack-dev/devstack: Add meta-config via local.conf https://review.openstack.org/46768 | 21:32 |
*** fbo is now known as fbo_away | 21:37 | |
*** burt has joined #openstack-qa | 21:47 | |
mtreinish | jog0: so for adding a query just do a push? | 21:49 |
*** dkranz has quit IRC | 21:50 | |
jog0 | mtreinish: yeah | 21:50 |
jog0 | make sure its proper json first though | 21:50 |
jog0 | but Ithink push should work for you | 21:50 |
jog0 | mtreinish: if that doesn't work let me know | 21:51 |
jog0 | mtreinish: oh and I am adding the queries into a comment on each bug so others can use it | 21:55 |
mtreinish | jog0: yeah I was going to do that too | 21:57 |
mtreinish | right now I'm trying to figure out why the script says I'm missing a deliminator but it works fine manually | 21:57 |
mtreinish | (loading the json from from a read() in the python interpreter) | 21:57 |
jog0 | pastebinit | 22:01 |
jog0 | you may be missing a comma at the end of the line | 22:01 |
jog0 | or have an extra | 22:01 |
*** malini_afk is now known as malini | 22:01 | |
mtreinish | jog0: I was being dumb and running it from the wrong dir | 22:02 |
mtreinish | I pushed it | 22:02 |
jog0 | mtreinish: \o/ | 22:02 |
jog0 | mtreinish: so we load in the file every time, so you don't need to restart anything to use the new query | 22:02 |
mtreinish | jog0: yeah I got a traceback from when I was first running it so I was starting it up again | 22:03 |
*** HenryG has quit IRC | 22:05 | |
*** thomasbiege1 has quit IRC | 22:09 | |
*** burt has quit IRC | 22:13 | |
mtreinish | jog0: do you think that http://logs.openstack.org/22/46822/1/check/gate-tempest-devstack-vm-full/6f1ebf1/logs/screen-c-vol.txt.gz#_2013-09-16_21_57_14_834 should also be under: https://bugs.launchpad.net/cinder/+bug/1191960 | 22:15 |
mtreinish | if so we'll have to change the query for that bug | 22:15 |
mtreinish | jog0: I'm heading out for today I'll be back tomorrow | 22:17 |
openstackgerrit | A change was merged to openstack/tempest: Sync latest versions of oslo incubator https://review.openstack.org/46777 | 22:18 |
jog0 | mtreinish: hmm yes | 22:20 |
jog0 | I will change it | 22:20 |
jog0 | mtreinish: o/ | 22:20 |
*** jhenner has quit IRC | 22:21 | |
*** jhenner has joined #openstack-qa | 22:21 | |
*** jhenner has quit IRC | 22:31 | |
openstackgerrit | ChangBo Guo proposed a change to openstack/tempest: Add keystone user-update test https://review.openstack.org/46477 | 22:33 |
*** weshay has quit IRC | 22:55 | |
*** giulivo has quit IRC | 23:02 | |
*** cyeoh has quit IRC | 23:27 | |
*** atiwari has quit IRC | 23:39 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!