Skip to content

testserver: change firstTenantID to 3 due to UA migration #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Nukitt
Copy link

@Nukitt Nukitt commented Jun 23, 2025

Following the migration to UA, we are not allowing tenantID 2 to be used as an application tenant anymore. Currently testserver creates tenantid 2, but it will fail to do so in the future following the rule to disable tenant id 2 in
cockroachdb/cockroach#148561.

This change will allow us to start assigning tenantIDs from 3 and pass the failing tests in #148561.

Informs: cockroachdb/cockroach#138801

Following the migration to UA, we are not allowing tenantID 2
to be used as an application tenant anymore. Currently testserver
creates tenantid 2, but it will fail to do so in the future
following the rule to disable tenant id 2 in
cockroachdb/cockroach#148561.

This change will allow us to start assigning tenantIDs from 3 and
pass the failing tests in #148561.
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@Nukitt Nukitt marked this pull request as ready for review June 23, 2025 10:15
@Nukitt Nukitt requested a review from shubhamdhama June 23, 2025 10:16
// to NewTenantServer for more information.
firstTenantID = 2
firstTenantID = 3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please check all the usages of this change?

@Nukitt Nukitt marked this pull request as draft June 25, 2025 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants