cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.16k stars 3.82k forks source link

sql: refactor flaky logic test as a unit test #135957

Open yuzefovich opened 11 hours ago

yuzefovich commented 11 hours ago

This commit pulls out a subset of zone_config_system_tenant logic test file into a separate unit test. This is done because this test is known to cause undesired diff to be included when using --rewrite option over the logic test suite (see 0266dcda40c4a9fa3f92263978e96c2885041d18). This commit fixes the undesired diff that was checked in recently in cd1fac3e21067675d7ef95f4b511b75123a42ace.

Fixes: #135896. Fixes: #135897.

Release note: None

cockroach-teamcity commented 11 hours ago

This change is Reviewable