mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
The test checked if creating a table with CDC enabled on shard other than 0 would create the CDC log table as well; it was a regression test for #5582. However we will soon bounce all schema change requests to shard 0, so the test's purpose is gone. I need to remove this test because `cquery_nofail` does not handle the bouncing correctly: it silently accepts the bounce message, assumes that the query was successful and returns. So after we change the code to start bouncing all requests to shard 0, if a query was ran inside test code using `cquery_nofail` on a shard different than 0 it would do nothing and following queries executed on shard 0 would fail because they depended on the effect of the aforementioned query.