Add better support for topic validation in nemesis changefeed tests #139033
Labels
A-cdc
Change Data Capture
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-cdc
Right now in nemesis tests when we test changefeeds with the full_table_name option we assume that for a table {foo}, the full table name will be d.public.{foo}. That is to say the values d and public are hardcoded. We should be able to support other values for the db and schema names.
Additionally, we do not test behavior when the user specifies a topic name.
Describe the solution you'd like
If there were a way to both run the test with dbs and schemas with different names and to fetch those at assertion time, that would be ideal.
Also, we should be able to specify a topic name at changefeed creation time and test that it is respected in the topic name validator.
Jira issue: CRDB-46481
The text was updated successfully, but these errors were encountered: