You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…InfoFlag
Summary:
This fix to aims to address the intermittent failure observed in the corresponding test. The issue was that with RF 3, if we call `GetChanges` with the `need_schema_info` flag set to `false` and if the request goes to one of the follower nodes, plus if it's the first time the follower node is serving the request we will get a DDL record due to the way the test is structured, and it would lead to a failure of the assertion where we are expecting that we should not get a DDL record.
To address that, the replication factor of the server is changed to 1 which, in turn, will result in a single node, so all the requests will be served by it.
Test Plan:
* `ybd --cxx-test cdcsdk_ysql-test --gtest_filter CDCSDKYsqlTest.TestNeedSchemaInfoFlag`
* `ybd --cxx-test cdcsdk_ysql-test --gtest_filter CDCSDKYsqlTest.TestNeedSchemaInfoFlag -n 50`
Reviewers: sdash, iamoncar, skumar
Reviewed By: skumar
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D16423
Jira Link: DB-4519
The text was updated successfully, but these errors were encountered: