Normalized hostname by concatenating scenarioName with index number#1209
Normalized hostname by concatenating scenarioName with index number#1209zrlw wants to merge 2 commits intoapache:masterfrom
Conversation
e9c2e81 to
773c210
Compare
773c210 to
1fa8c10
Compare
1fa8c10 to
488f9c4
Compare
|
for example, dubbo-samples-async-generated-future-springboot named |
…ains but is not equal to it
522e53b to
6196e0d
Compare
|
i think there is an alternative solution: |
I agree :) |
|
ok, too many changes might have a huge impact, let's endure it for a while, just modify the problematic case-configuration.yml separately when issues arise. |


By now, the default hostname of every dubbo-samples testing container is set to the service name, but
so normalizing hostname by concatenating scenarioName with index number might alleviate this issue.
Setting hostname manually if some service system property or environment value contains hostname as it is difficult to determine whether part of a property or environment value is a hostname. In this situation, hostname should be set to global unique value explicitly at case-configuration.yml, and it should be different from serviceName to let this PR don't normalize it, just like this one:
@AlbumenJ PTAL