Skip to content

Remove partition_id defaults from testing

Marius Bobin requested to merge 377822-update-partitioning-tests into master

What does this MR do and why?

This code was executed as setup/tear-down for tests to remove the default values for the partition_id columns. But since #377822 (closed) has removed the default values from the columns(they are populated by the app), these changes are no longer needed and can be removed.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #377822 (closed)

Edited by Marius Bobin

Merge request reports