You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In galvan, server names are generated with the following pattern :
String serverName = "testServer" + (i + serverStartNumber);
I would like to write a galvan test using my own server names (to assert whether or not other parts of the system work fine with server names with special characters), but I can't.
cc @mathieucarbou to simulate a server with a name like "10.0.1.1:9510"
The text was updated successfully, but these errors were encountered:
In galvan, server names are generated with the following pattern :
I would like to write a galvan test using my own server names (to assert whether or not other parts of the system work fine with server names with special characters), but I can't.
cc @mathieucarbou to simulate a server with a name like "10.0.1.1:9510"
The text was updated successfully, but these errors were encountered: