Please give me some advice: One test domain name, multiple requirements Parallel at the same timeTesting issues
Do I have to configure multiple test domain names? Is there any other solution?
Let’s give an example: There is a functional module on branch A, which later needs to be revised, and then a new branch B is created for revision. After the revision is completed, it must be put into the test environment for testing, but the test environment There is only one, branch A is still in use, branch B cannot be placed directly.
Do you want a test address (for example, 172.31.1.100:50001) to provide both A/B services?
You can only use one address, provided that you can let the program listening to this address know how to distribute the requests.