Remove calls to master_create_distributed_table from tests
Open
technical debt
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
There are currently 78 calls to master_create_distributed_table in the regression tests even though this function has been deprecated for a long time. These should be replaced by create_distributed_table.
Contributor guide
Research direction
Search the regression tests for all 78 calls to master_create_distributed_table and review the surrounding test cases before editing. Replace each deprecated call with create_distributed_table, then run the regression test suite to confirm the tests still pass and no calls to the deprecated function remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, sql
- Domain
- databases, testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100