3scale-qe / 3scale-tests

End-to-End Integration Tests for 3scale
Apache License 2.0
9 stars 21 forks source link

Fix test metrics hierarchies #893

Open mastastny opened 6 days ago

mastastny commented 6 days ago

Error was caused by deletion of custom_ui_backend while it was still registered in custom_ui_product. This fix assures, that teardown of custom_ui_product fixtures will be executed before teardown of custom_ui_backend.

dhlavac commented 14 hours ago

Adding dependency for this teardown is kind of no go, I would suggest using one of below approaches: