Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#23240] CDCSDK: Make test replicationConnectionConsumptionAllDataTyp…
…es more resilient Summary: In the tests `TestPgReplicationSlot#replicationConnectionConsumptionAllDataTypesWithYbOutput` and `TestPgReplicationSlot#replicationConnectionConsumptionAllDataTypesWithPgOutput` we create a table with dynamic types. This means that the typeoid of such types is allocated at runtime. The tests assert on the relation message to check the type_oid of every column. This makes the tests fragile as any change in the Oids allotment will cause the test to fail. This diff makes these tests more robust by skipping the type_oid assertions for dynamic types. Jira: DB-12173 Test Plan: Jenkins: .*TestPgReplicationSlot.* Reviewers: siddharth.shah, stiwary Reviewed By: siddharth.shah Subscribers: ycdcxcluster Tags: #jenkins-ready Differential Revision: https://phorge.dev.yugabyte.com/D36763
- Loading branch information