rusackas commented on PR #29554: URL: https://github.com/apache/superset/pull/29554#issuecomment-4784973762
Dug into the red CI here @justinpark — the `raise reraise(ex)` change in `on_error` (decorators.py) is the culprit. It now feeds the original exception into every reraise constructor, so `test_delete_dataset_column_fail` comes back with `'()'` instead of `Dataset column delete failed.`. Worth scoping that to just the `SupersetSecurityException` path rather than changing the contract for all transaction-wrapped errors. I'll see if I can help here... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
