Skip to content

Commit

Permalink
Add 'Failed DDL operation' error in YSQLSetGenerator .
Browse files Browse the repository at this point in the history
  • Loading branch information
qvad committed Feb 16, 2024
1 parent b290827 commit 7f8a013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sqlancer/yugabyte/ysql/gen/YSQLSetGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public static SQLQueryAdapter create(YSQLGlobalState globalState) {
// todo avoiding props that are not represented in YSQL
ExpectedErrors errors = new ExpectedErrors();
errors.add("unrecognized configuration parameter");
errors.add("Failed DDL operation as requested");
errors.add("value not set when in binary upgrade mode");
errors.add("cannot be changed");

Expand Down

0 comments on commit 7f8a013

Please sign in to comment.