Skip to content

Add SqlServer Docker container support and port mapping#1225

Merged
StuartFerguson merged 2 commits intomasterfrom
bug/#1224_set_host_port_for_sqlserver
Feb 2, 2026
Merged

Add SqlServer Docker container support and port mapping#1225
StuartFerguson merged 2 commits intomasterfrom
bug/#1224_set_host_port_for_sqlserver

Conversation

@StuartFerguson
Copy link
Member

Introduce support for a SqlServer Docker container by adding a dedicated port constant and updating BaseDockerHelper to track and expose the SqlServer port. Refactor GetHostPort to use a switch expression for clearer port retrieval, and update port assignment logic to handle the new container type. Also, change EstateManagementUiPort to protected for better encapsulation. These changes improve test infrastructure flexibility and maintainability.

closes #1224

Introduce support for a SqlServer Docker container by adding a dedicated port constant and updating BaseDockerHelper to track and expose the SqlServer port. Refactor GetHostPort to use a switch expression for clearer port retrieval, and update port assignment logic to handle the new container type. Also, change EstateManagementUiPort to protected for better encapsulation. These changes improve test infrastructure flexibility and maintainability.
@StuartFerguson StuartFerguson added the bug Bugs and error-prone code label Feb 2, 2026
@StuartFerguson StuartFerguson merged commit 47554cf into master Feb 2, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bugs and error-prone code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GetHostPort for SQL Server

1 participant