Skip to content

Conversation

@trask
Copy link
Member

@trask trask commented Oct 26, 2025

Currently built on top of #15139

@github-actions github-actions bot added the test native This label can be applied to PRs to trigger them to run native tests label Oct 26, 2025
@trask trask force-pushed the db-networking-attributes branch 2 times, most recently from 3b79cd1 to d2988b1 Compare October 27, 2025 20:09
@trask trask force-pushed the db-networking-attributes branch from d2988b1 to a6bef40 Compare October 27, 2025 20:39
Comment on lines +46 to +53
public String getServerAddress(VertxSqlClientRequest request) {
return request.getHost();
}

@Nullable
public String getConnectionString(VertxSqlClientRequest request) {
return null;
@Override
public Integer getServerPort(VertxSqlClientRequest request) {
return request.getPort();
Copy link
Member Author

Choose a reason for hiding this comment

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

shouldn't there be corresponding new test assertions?

Comment on lines 36 to 47

@Deprecated
@Nullable
@Override
public String getServerAddress(CassandraRequest request) {
return null;
}

@Nullable
public String getConnectionString(CassandraRequest request) {
@Override
public Integer getServerPort(CassandraRequest request) {
return null;
}
Copy link
Member Author

Choose a reason for hiding this comment

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

why implement getServerAddress and getServerPort when getNetworkPeerInetSocketAddress is implemented below?

Comment on lines 42 to 50
public String getServerAddress(CassandraRequest request) {
return null;
}

@Nullable
public String getConnectionString(CassandraRequest request) {
@Override
public Integer getServerPort(CassandraRequest request) {
return null;
}
Copy link
Member Author

Choose a reason for hiding this comment

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

same

Comment on lines 40 to 51

@Deprecated
@Nullable
@Override
public String getServerAddress(CassandraRequest request) {
return null;
}

@Nullable
public String getConnectionString(CassandraRequest request) {
@Override
public Integer getServerPort(CassandraRequest request) {
return null;
}
Copy link
Member Author

Choose a reason for hiding this comment

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

same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test native This label can be applied to PRs to trigger them to run native tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant