@@ -78,7 +78,7 @@ public async Task SysbenchConfigurationSkipsSysbenchInitialization()
7878
7979 string [ ] expectedCommands =
8080 {
81- $ "python3 { this . mockPackagePath } /populate-database.py --dbName sbtest --databaseSystem MySQL --benchmark OLTP --threadCount 8 --tableCount 10 --recordCount 1000 --password [A-Za-z0-9+/=]+ --host \" 1.2.3.5\" ",
81+ $ "python3 { this . mockPackagePath } /populate-database.py --dbName sbtest --databaseSystem MySQL --benchmark OLTP --threadCount 8 --tableCount 10 --recordCount 1000 --password [A-Za-z0-9+/=]+ --hostIpAddress \" 1.2.3.5\" ",
8282 } ;
8383
8484 int commandNumber = 0 ;
@@ -276,7 +276,7 @@ public async Task SysbenchConfigurationProperlyExecutesTPCCPreparation()
276276
277277 string [ ] expectedCommands =
278278 {
279- $ "python3 { this . mockPackagePath } /populate-database.py --dbName sbtest --databaseSystem MySQL --benchmark TPCC --threadCount 8 --tableCount 10 --warehouses 0 --password [A-Za-z0-9+/=]+ --host \" 1.2.3.5\" "
279+ $ "python3 { this . mockPackagePath } /populate-database.py --dbName sbtest --databaseSystem MySQL --benchmark TPCC --threadCount 8 --tableCount 10 --warehouses 0 --password [A-Za-z0-9+/=]+ --hostIpAddress \" 1.2.3.5\" "
280280 } ;
281281
282282 int commandNumber = 0 ;
@@ -332,7 +332,7 @@ public async Task SysbenchConfigurationProperlyExecutesTPCCConfigurablePreparati
332332
333333 string [ ] expectedCommands =
334334 {
335- $ "python3 { this . mockPackagePath } /populate-database.py --dbName sbtest --databaseSystem MySQL --benchmark TPCC --threadCount 16 --tableCount 40 --warehouses 999 --password [A-Za-z0-9+/=]+ --host \" 1.2.3.5\" "
335+ $ "python3 { this . mockPackagePath } /populate-database.py --dbName sbtest --databaseSystem MySQL --benchmark TPCC --threadCount 16 --tableCount 40 --warehouses 999 --password [A-Za-z0-9+/=]+ --hostIpAddress \" 1.2.3.5\" "
336336 } ;
337337
338338 int commandNumber = 0 ;
@@ -446,7 +446,7 @@ public async Task SysbenchConfigurationProperlyExecutesPostgreSQLTPCCConfigurabl
446446
447447 string [ ] expectedCommands =
448448 {
449- $ "python3 { this . mockPackagePath } /populate-database.py --dbName sbtest --databaseSystem PostgreSQL --benchmark TPCC --threadCount 16 --tableCount 40 --warehouses 999 --password [A-Za-z0-9+/=]+ --host \" 1.2.3.5\" "
449+ $ "python3 { this . mockPackagePath } /populate-database.py --dbName sbtest --databaseSystem PostgreSQL --benchmark TPCC --threadCount 16 --tableCount 40 --warehouses 999 --password [A-Za-z0-9+/=]+ --hostIpAddress \" 1.2.3.5\" "
450450 } ;
451451
452452 int commandNumber = 0 ;
0 commit comments