-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug#35040739 Test ConfUseGrNotificationParam connects to 33060
The test does a bootstrap configuring the Router to use GR notifications that use X-protocol port. After the bootstrap this configuration is used to launch the Router to validate the configuration file. The problem is that the mock server is not given proper x-port for the Cluster Nodes it returns, so it returns 0. The Router behaviour is using default port in such case (which is 33060). This patch makes the mock server to return port reserved with TCPPortPool to avoid the potential conflict with processes run on the OS. Change-Id: I0655e5c17c75a690ac4ddff3dd848cadf718c299
- Loading branch information
Andrzej Religa
committed
Feb 3, 2023
1 parent
85bec2d
commit 1ce046c
Showing
1 changed file
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters