mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 12:47:02 +00:00
In our CDC implementation, the CDC log table for table "xyz" is always called "xyz_scylla_cdc_log". If this table name is taken, and the user tries to create a table "xyz" with CDC enabled - or enable CDC on the table "xyz", the creation/enabling should fail gracefully, with a clear error message. This test verifies this. The new test passes - the code is already correct. I just wanted to verify that it is (and to prevent future regressions). Signed-off-by: Nadav Har'El <nyh@scylladb.com> Closes scylladb/scylladb#18485
5.7 KiB
5.7 KiB