Skip to content
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

chore: Update the port of the codec tests #3341

Open
wants to merge 1 commit into
base: develop-2.0.0
Choose a base branch
from

Conversation

EmandM
Copy link
Collaborator

@EmandM EmandM commented Mar 5, 2025

Changed the port for the DistributedAuthorityCodecTests from 7777 to 7788 as 7777 is the same port used by the Unity Transport tests and this is causing issues.

MTT-11549

Changelog

  • Changed: The port for the codec tests

@EmandM EmandM requested a review from a team as a code owner March 5, 2025 19:09
@@ -30,7 +30,7 @@ internal class DistributedAuthorityCodecTests : NetcodeIntegrationTest
private NetworkManager Client => m_ClientNetworkManagers[0];

private string m_TransportHost = Environment.GetEnvironmentVariable("NGO_HOST") ?? "127.0.0.1";
private const int k_TransportPort = 7777;
private const int k_TransportPort = 7788;
Copy link

Choose a reason for hiding this comment

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

Can we move to a environment variable configurable port? Along the lines of Environment.GetEnvironmentVariable("NGO_PORT")

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.

2 participants