Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Signed-off-by: Aakash Arayambeth <aarayambeth@bloomberg.net>
  • Loading branch information
Aakash Arayambeth authored and aakash10292 committed Oct 12, 2023
1 parent ca0b1f9 commit 4b45dbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 2 additions & 0 deletions tests/ddl_dryrun.test/t04.expected
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
[dryrun alter table t1 drop column id] failed with rc 240 constraint error for table "t2" key "k" -> <"t1":"key">: parent key not found
[dryrun alter table t2 alter column f set data type byte(7)] failed with rc 240 Cannot change size of byte array without dbpad

[dryrun alter table t3 add index KEY_12345678901234567890123456789012345678901234567890(a,b)] failed with rc 240 Failed to process schema!

4 changes: 3 additions & 1 deletion tests/ddl_dryrun.test/t04.req
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ dryrun alter table t1 drop column id

dryrun alter table t2 alter column f set data type byte(7)

dryrun alter table t3 { `cat ./t4.csc2` }
dryrun alter table t3 add index KEY_12345678901234567890123456789012345678901234567890(a,b)

drop table t3
10 changes: 0 additions & 10 deletions tests/ddl_dryrun.test/t4.csc2

This file was deleted.

0 comments on commit 4b45dbd

Please sign in to comment.