Tests: improved load test (added connection errors processing, fixed too long generated usernames, related to #10154);

This commit is contained in:
Oleg Agafonov 2023-04-05 18:43:16 +04:00
parent 4f583a853e
commit a9f1e15168
4 changed files with 26 additions and 7 deletions

View file

@ -29,4 +29,6 @@ public interface ServerState {
String getVersionInfo();
Boolean isServerReady();
}