[Yahoo-eng-team] [Bug 1450859] [NEW] list servers always returns all with 'ip6' filter

2015-05-01 Thread David Kranz
Public bug reported: A tempest test was failing because it was trying to filter servers based on ip from an ipv6 subnet but was not using the 'ip6' query param. But the fix to use 'ip6' failed because all servers are returned instead of just the one with that ipv6 addr. This is most easily seen

[Yahoo-eng-team] [Bug 1441745] [NEW] Lots of gate failures with not enough hosts available

2015-04-08 Thread David Kranz
Public bug reported: Thousands of matches in the last two days:

[Yahoo-eng-team] [Bug 1441745] Re: Lots of gate failures with not enough hosts available

2015-04-08 Thread David Kranz
It is true that this particular sub-case of the bug title has only one patch responsible, there are many other patches shown in logstash that could not possibly cause this problem but which experience it. So this seems to be a problem that can randomly impact any patch. Though it may be difficult

[Yahoo-eng-team] [Bug 1441745] Re: Lots of gate failures with not enough hosts available

2015-04-08 Thread David Kranz
** Changed in: tempest Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1441745 Title: Lots of gate failures with not enough hosts available

[Yahoo-eng-team] [Bug 1411482] Re: save() takes exactly 1 argument (2 given)

2015-01-16 Thread David Kranz
This error is coming from the nova compute log here. http://logs.openstack.org/10/115110/20/check/check-tempest-dsvm-neutron- pg-full-2/3c885b8/logs/screen-n-cpu.txt.gz 2015-01-16 01:53:19.798 ERROR oslo.messaging.rpc.dispatcher [req-6bd7d570-7e04-4118-9547-6f8b6fdd67fa

[Yahoo-eng-team] [Bug 1406438] [NEW] Failures in test_create_list_show_delete_interfaces

2014-12-29 Thread David Kranz
Public bug reported: logstash showed several dozen examples of this in the last week, searching for u'port_state': u'BUILD' tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces[gate,network,smoke] 2014-12-29 23:02:14.022 |

[Yahoo-eng-team] [Bug 1401900] [NEW] Gate jobs failing wth Multiple possible networks found

2014-12-12 Thread David Kranz
Public bug reported: These tests are failing many times starting around 10:00 December 11

[Yahoo-eng-team] [Bug 1401900] Re: Gate jobs failing wth Multiple possible networks found

2014-12-12 Thread David Kranz
This was a tempest bug. ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1401900 Title: Gate jobs failing wth Multiple possible

[Yahoo-eng-team] [Bug 1331215] Re: AttachInterfacesTestXML.test_add_remove_fixed_ip BadRequest

2014-09-17 Thread David Kranz
The proximate cause of these errors is that at the time this bug was reported, we tried to grab the console in an erroneous way that causes a 400. This issue was fixed and I would just close this as another random server failed to boot issue except that right before the failed server create, there

[Yahoo-eng-team] [Bug 1339923] Re: failures in tempest.thirdparty.boto.test_ec2_keys

2014-09-16 Thread David Kranz
This is still showing up in logstash

[Yahoo-eng-team] [Bug 1335889] Re: Race condition in the stress volume_attach_delete test

2014-09-16 Thread David Kranz
I am not seeing how this is a bug in tempest. Tempest is deleting the vm only after nova reports that the volume is 'in-use' which seems fine. It would be nice if there was a backtrace, log, or something associated with this ticket. This might be a cinder issue but more likely nova and the test is

[Yahoo-eng-team] [Bug 1331913] Re: tempest.api.volume.test_volumes_actions.VolumesActionsTestXML.test_volume_upload fails

2014-09-16 Thread David Kranz
I really don't know if this is a problem with glance or devstack or something else. ** Changed in: tempest Status: New = Invalid ** Also affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1276778] Re: test_lock_unlock_server: failed to reach ACTIVE status and task state None within the required time

2014-09-09 Thread David Kranz
Searching for failed to reach ACTIVE status and task state None shows a lot of different bug tickets. This does not seem like a tempest bug. ** Changed in: tempest Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1283599] Re: TestNetworkBasicOps occasionally fails to delete resources

2014-09-09 Thread David Kranz
This is still hitting persistently but not that often. I think this is more likely a bug in neutron than in tempest so marking accordingly. Please reopen in tempest if more evidence appears. ** Changed in: neutron Status: New = Confirmed ** Changed in: tempest Status: New = Invalid

[Yahoo-eng-team] [Bug 1361781] Re: bogus Cannot 'rescue' while instance is in task_state powering-off

2014-09-09 Thread David Kranz
This looks real though there is only one hit in the past 8 days and the log is not available. The test immediately preceding this failure has an addCLeanUp that unrescues: def _unrescue(self, server_id): resp, body = self.servers_client.unrescue_server(server_id)

[Yahoo-eng-team] [Bug 1360504] Re: tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON create credential unauthorized

2014-09-09 Thread David Kranz
I don't see any hits for this in logstash. There is nothing unusual about this test and it is surrounded by similar tests that pass. So there must be some issue in keystone that is causing the admin credentials to be rejected here. ** Changed in: tempest Status: New = Invalid ** Also

[Yahoo-eng-team] [Bug 1359995] Re: Tempest failed to delete user

2014-09-09 Thread David Kranz
Tempest does check for token expiry and no test should fail due to an expired token. So this must be a keystone issue. I just looked at another bug that got an unauthorized for one of the keystone tests with no explanation which I also added keystone to the ticket

[Yahoo-eng-team] [Bug 1359805] Re: 'Requested operation is not valid: domain is not running' from check-tempest-dsvm-neutron-full

2014-09-09 Thread David Kranz
*** This bug is a duplicate of bug 1260537 *** https://bugs.launchpad.net/bugs/1260537 None is available I'm afraid. This is not a bug in tempest and this ticket https://bugs.launchpad.net/tempest/+bug/1260537 is used to track such things for whatever good it does. ** This bug has been

[Yahoo-eng-team] [Bug 1358857] Re: test_load_balancer_basic mismatch error

2014-09-09 Thread David Kranz
This must be a race of some sort in tempest or neutron but I'm not sure which. ** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1358814] Re: test_s3_ec2_images fails with 500 error Unkown error occurred

2014-09-09 Thread David Kranz
Looks like some kind of nova issue. ** Changed in: tempest Status: New = Invalid ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1347156] [NEW] deleting floating-ip in nova-network does not free quota

2014-07-22 Thread David Kranz
Public bug reported: It seems that when you allocate a floating-ip in a tenant with nova- network, its quota is never returned after calling 'nova floating-ip- delete' ecen though 'nova floating-ip-list' shows it gone. This behavior applies to each tenant individually. The gate tests are passing

[Yahoo-eng-team] [Bug 1343579] [NEW] Versionless GET on keystone gives different answer with port 5000 and 35357

2014-07-17 Thread David Kranz
Public bug reported: On a system with both v2/v3 (devstack), using 35357 shows only v3. 5000: versions xmlns=http://docs.openstack.org/identity/api/v2.0; version status=stable updated=2013-03-06T00:00:00Z id=v3.0 media-types media-type base=application/json

[Yahoo-eng-team] [Bug 1294773] Re: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern - HTTP 500

2014-03-19 Thread David Kranz
This happens quite a lot and seems to be triggered by this error in the n-cpu log: 2014-03-19 16:46:40.209 ERROR nova.network.neutronv2.api [req- 6afb4d61-2c01-43d7-9caf-fdda126f7497 TestVolumeBootPatternV2-1956299643 TestVolumeBootPatternV2-224738568] Failed to delete neutron port

[Yahoo-eng-team] [Bug 1265498] Re: Router over quota error without tenant isolation

2014-03-14 Thread David Kranz
in: neutron Status: New = Invalid ** Changed in: tempest Importance: Undecided = High ** Changed in: tempest Assignee: (unassigned) = David Kranz (david-kranz) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https

[Yahoo-eng-team] [Bug 1282266] Re: enabled attribute missing from GET /v3/endpoints

2014-02-24 Thread David Kranz
** Changed in: tempest Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1282266 Title: enabled attribute missing from GET /v3/endpoints Status in OpenStack

[Yahoo-eng-team] [Bug 1281969] Re: exceptions.ServerFault is raised when creating a server

2014-02-24 Thread David Kranz
logstash shows this happening a lot, about 7/8 of the time in a cells ( non-voting) run. I searched for The server has either erred or is incapable of performing the requested operation. (HTTP 500) as the message. Don't see how this could be related to tempest. ** Also affects: nova

[Yahoo-eng-team] [Bug 1260015] Re: PKI token contains the string ERROR

2014-02-04 Thread David Kranz
This was fixed a few months ago https://github.com/openstack/tempest/commit/69bcb82a7fdeda2fdaf664a238a4ecbbf7cc58c9 ** Changed in: tempest Status: New = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1258601] Re: nova.network.manager: Unable to release FIXED_IP because vif doesn't exist.

2013-12-12 Thread David Kranz
*** This bug is a duplicate of bug 1258848 *** https://bugs.launchpad.net/bugs/1258848 Please include a pointer to the log file for such reports. According to logstash this has hit 48 times in the last two weeks which is a very low failure rate. Ideally flaky bugs like this would be fixed. If

[Yahoo-eng-team] [Bug 1255627] Re: images.test_list_image_filters.ListImageFiltersTest fails with timeout

2013-12-12 Thread David Kranz
This non-white-listed error showed up in n-cpu: 2013-11-27 00:53:57.756 ERROR nova.virt.libvirt.driver [req- 298cf8f1-3907-4494-8b6e-61e9b88dfded ListImageFiltersTestXML- tempest-656023876-user ListImageFiltersTestXML-tempest-656023876-tenant] An error occurred while enabling hairpin mode on

[Yahoo-eng-team] [Bug 1254772] Re: tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML setUpClass times-out on attaching volume

2013-12-12 Thread David Kranz
This shows up in n-cpu: The model server went away showed up 11 times in the last two weeks with the last one being on Dec. 3. This sample size is too small for me to close at this time. 2013-11-25 15:24:22.099 21076 ERROR nova.servicegroup.drivers.db [-] model server went away 2013-11-25

[Yahoo-eng-team] [Bug 1256406] Re: libvirt version error in n-cpu after successful tempest run

2013-12-02 Thread David Kranz
One of these came from logs.openstack.org/94/58494/3/check/check- tempest-devstack-vm-full/2ef9650/logs/screen-n-cpu.txt.gz But this was probably from a check run on a proposed commit. I have been scanning all builds to finalize the whitelist for log errors. Closing this ticket for now. **

[Yahoo-eng-team] [Bug 1084706] Re: ERROR stacktraces in n-cond log after good tempest run

2013-10-01 Thread David Kranz
OK, I created https://bugs.launchpad.net/nova/+bug/1233789 ** Changed in: nova Status: New = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1084706

[Yahoo-eng-team] [Bug 1084706] Re: ERROR stacktraces in n-cond log after good tempest run

2013-09-26 Thread David Kranz
The same issue is showing up in current jobs http://logs.openstack.org/87/44287/9/check/gate-tempest-devstack-vm- full/c3a07eb/logs/screen-n-cond.txt.gz ** Changed in: nova Status: Fix Released = New -- You received this bug notification because you are a member of Yahoo! Engineering