### Scenario ### As admin set the “api_export_size” to X Create a Zone and start adding recordsets to exceed X ### Actual Result ### When the X+1 quota is actually reached, export API (asynchronous) responds with 202. ### Expected Result ### Immediate “413 over_quota” response. Notes: 1) For reproducing: https://review.opendev.org/c/openstack/designate-tempest-plugin/+/827934 test name: test_api_export_size_quota 2) From Michael: The issue here is that the zone export API is an asynchronous API. The test will get back a 202 status that Designate has accepted the request. If you do a followup call to "zone export show" you will see that the export went into ERROR.