Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#20967] CDCSDK: Fix testPgRegressReplicationSlot & TestReplicationSl…
…otDropWithActiveInvalid Summary: In my recently landed change ([[ https://phorge.dev.yugabyte.com/D32470 | https://phorge.dev.yugabyte.com/D32470 ]]/ commit 1a36386), I changed the flag that guarded the addition of slot's entry in cdc_state table due to which some tests started failing. Earlier the flag used was `FLAGS_ysql_yb_enable_replication_commands` but since this flag was added to guard CRUD related changes, I replaced it with `FLAGS_ysql_TEST_enable_replication_slot_consumption` which is protecting changes related to the new consumption model of CDC. Jira: DB-9942 Test Plan: ./yb_build.sh --java-test 'org.yb.pgsql.TestPgRegressReplicationSlot#testPgRegressReplicationSlot' /yb_build.sh --cxx-test integration-tests_cdcsdk_ysql-test --gtest_filter CDCSDKYsqlTest.TestReplicationSlotDropWithActiveInvalid Reviewers: stiwary Reviewed By: stiwary Subscribers: ycdcxcluster, jason Tags: #jenkins-ready Differential Revision: https://phorge.dev.yugabyte.com/D32925
- Loading branch information