Designate - “test_list_all_projects_recordsets” is not stable because of the Designate bug.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
Fix Committed
|
Critical
|
Michael Johnson |
Bug Description
We’ve recently facing some issue with: “test_recordset
Here are some details from Michael:
-------
I spent the day looking at this, very puzzling really.
So, the list records call is pulling back old records. This is the other junk we see in that response. It is however filtering by project ID and not honoring the "x-auth-
So, we will need an upstream bug, a skip on the test due the bug, and a BZ.
I will fix it quickly.
Basically the header is ignored and the DB query doesn't get the apply_tenant_
-------
I’ll add a skip decorator for this test.
This was fixed in: https:/ /review. opendev. org/c/openstack /designate- tempest- plugin/ +/797366
I forgot there was a bug for it and forgot to link it.