Skip to content

Rename test variables from dbName to namespace for semantic convention alignment#16151

Merged
laurit merged 3 commits intomainfrom
copilot/rename-dbname-to-namespace
Feb 12, 2026
Merged

Rename test variables from dbName to namespace for semantic convention alignment#16151
laurit merged 3 commits intomainfrom
copilot/rename-dbname-to-namespace

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 11, 2026

Continued alignment with stable db semconv terminology.

Copilot AI changed the title [WIP] Rename local test variables from dbName to namespace Rename test variables from dbName to namespace for semantic convention alignment Feb 12, 2026
Copilot AI requested a review from trask February 12, 2026 00:03
@trask trask force-pushed the copilot/rename-dbname-to-namespace branch from 23c48d0 to d0c762e Compare February 12, 2026 02:29
new GenericContainer<>("clickhouse/clickhouse-server:24.4.2").withExposedPorts(8123);

private static final String dbName = "default";
private static final String databaseName = "default";
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

renaming to databaseName instead of namespace throughout this PR because in these cases it's not the otel db.namespace concept, but really "database name"

@trask trask marked this pull request as ready for review February 12, 2026 02:46
@trask trask requested a review from a team as a code owner February 12, 2026 02:46
private static final String dbName = "jdbcUnitTest";
private static final String dbNameLower = dbName.toLowerCase(Locale.ROOT);
private static final String databaseName = "jdbcUnitTest";
private static final String databaseNameLower = databaseName.toLowerCase(Locale.ROOT);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I guess it is needed because of


wondering whether we should be preserving the case for the database name

@laurit laurit merged commit c1ffbe3 into main Feb 12, 2026
86 checks passed
@laurit laurit deleted the copilot/rename-dbname-to-namespace branch February 12, 2026 08:26
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