Commit 8f8fb9d
committed
[yugabyte#5122] Fix TestDeleteEmptyTable
Summary:
After Disabling the 'ignore deleted tables' feature in the D9297 hotfix, it broke
TestDeleteEmptyTable. This is a false positive. The error message slightly changes based on
whether the table information is brought into RAM on load or not but it is functionally equivalent.
Fixed the unit test to be less detailed on error message expectations.
Test Plan: TestDeleteEmptyTable
Reviewers: rao, bogdan, alex
Reviewed By: alex
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D93061 parent 6934936 commit 8f8fb9d
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
339 | | - | |
| 338 | + | |
340 | 339 | | |
341 | 340 | | |
342 | 341 | | |
| |||
0 commit comments