workload/schemachange: classify and handle errors in all operations #56119
Labels
A-testing
Testing tools and infrastructure
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Right now errors occur very frequently inside the schemachange workload and there is no mechanism that checks to see if the error makes sense or not. For example, if we try to add a column to a table that does not exist, we should assert that we receive the right error code for an undefined table.
All ops should be updated up to the standard above:
Once all the ops are up to date:
The text was updated successfully, but these errors were encountered: