Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 1 | [ |
| 2 | { |
| 3 | "name": "c_glib", |
| 4 | "platforms": [ |
| 5 | "Linux" |
| 6 | ], |
| 7 | "server": { |
| 8 | "command": [ |
| 9 | "test_server", |
| 10 | "--lt-debug" |
| 11 | ], |
| 12 | "protocols": [ |
| 13 | "binary:multi", |
| 14 | "compact:multic" |
| 15 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 16 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 17 | "client": { |
| 18 | "command": [ |
| 19 | "test_client", |
| 20 | "--lt-debug" |
| 21 | ], |
| 22 | "protocols": [ |
| 23 | "multi:binary", |
| 24 | "multic:compact" |
| 25 | ], |
| 26 | "sockets": [ |
| 27 | "ip-ssl" |
| 28 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 29 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 30 | "transports": [ |
| 31 | "buffered", |
| 32 | "framed" |
| 33 | ], |
| 34 | "sockets": [ |
Kevin Wojniak | 6c847d2 | 2019-07-01 17:11:56 -0700 | [diff] [blame] | 35 | "ip", |
| 36 | "domain" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 37 | ], |
| 38 | "protocols": [ |
| 39 | "binary", |
| 40 | "compact", |
| 41 | "multi", |
| 42 | "multic" |
| 43 | ], |
| 44 | "workdir": "c_glib" |
| 45 | }, |
| 46 | { |
Tomek Kurcz | e93a901 | 2017-09-19 09:16:43 +0200 | [diff] [blame] | 47 | "name": "cl", |
| 48 | "server": { |
| 49 | "command": ["TestServer"], |
| 50 | "workdir": "cl", |
| 51 | "protocols": ["binary", "multi"], |
| 52 | "transports": ["buffered", "framed"], |
| 53 | "sockets": ["ip"] |
| 54 | }, |
| 55 | "client": { |
| 56 | "command": ["TestClient"], |
| 57 | "workdir": "cl", |
| 58 | "protocols": ["binary", "multi"], |
| 59 | "transports": ["buffered", "framed"], |
| 60 | "sockets": ["ip"] |
| 61 | } |
| 62 | }, |
| 63 | { |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 64 | "name": "d", |
| 65 | "server": { |
| 66 | "command": [ |
James E. King III | 9bea32f | 2018-03-16 16:07:42 -0400 | [diff] [blame] | 67 | "thrift_test_server", |
James E. King III | 6f8c99e | 2018-03-24 16:32:02 -0400 | [diff] [blame] | 68 | "--trace" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 69 | ] |
Nobuaki Sukegawa | 8b791b2 | 2016-03-05 13:40:25 +0900 | [diff] [blame] | 70 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 71 | "client": { |
| 72 | "command": [ |
| 73 | "thrift_test_client" |
| 74 | ] |
Nobuaki Sukegawa | 8b791b2 | 2016-03-05 13:40:25 +0900 | [diff] [blame] | 75 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 76 | "transports": [ |
| 77 | "http", |
| 78 | "buffered", |
Kengo Seki | f0c761e | 2020-01-09 18:48:29 +0900 | [diff] [blame] | 79 | "framed", |
| 80 | "zlib" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 81 | ], |
| 82 | "sockets": [ |
| 83 | "ip", |
| 84 | "ip-ssl" |
| 85 | ], |
| 86 | "protocols": [ |
| 87 | "binary", |
| 88 | "compact", |
| 89 | "json" |
| 90 | ], |
| 91 | "workdir": "../lib/d/test" |
| 92 | }, |
| 93 | { |
| 94 | "name": "go", |
| 95 | "server": { |
| 96 | "command": [ |
| 97 | "testserver", |
| 98 | "--certPath=../../keys" |
| 99 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 100 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 101 | "client": { |
| 102 | "timeout": 6, |
| 103 | "command": [ |
| 104 | "testclient" |
| 105 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 106 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 107 | "transports": [ |
| 108 | "buffered", |
| 109 | "framed", |
James E. King III | b2b767e | 2018-09-15 20:32:04 +0000 | [diff] [blame] | 110 | "http", |
| 111 | "zlib" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 112 | ], |
| 113 | "sockets": [ |
| 114 | "ip", |
| 115 | "ip-ssl" |
| 116 | ], |
| 117 | "protocols": [ |
| 118 | "binary", |
| 119 | "compact", |
Yuxuan 'fishy' Wang | 4d46c11 | 2019-06-07 20:47:18 +0800 | [diff] [blame] | 120 | "json", |
| 121 | "header" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 122 | ], |
| 123 | "workdir": "go/bin" |
| 124 | }, |
| 125 | { |
| 126 | "name": "java", |
| 127 | "join_args": false, |
| 128 | "server": { |
| 129 | "delay": 15, |
| 130 | "command": [ |
| 131 | "build/runserver" |
| 132 | ], |
| 133 | "protocols": [ |
| 134 | "binary:multi", |
| 135 | "compact:multic", |
| 136 | "json:multij" |
| 137 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 138 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 139 | "client": { |
| 140 | "timeout": 13, |
| 141 | "command": [ |
| 142 | "build/runclient" |
| 143 | ], |
| 144 | "transports": [ |
| 145 | "http" |
| 146 | ], |
| 147 | "protocols": [ |
| 148 | "multi:binary", |
| 149 | "multic:compact", |
| 150 | "multij:json" |
| 151 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 152 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 153 | "transports": [ |
| 154 | "buffered", |
| 155 | "framed", |
Kengo Seki | c97e6aa | 2020-01-10 01:11:15 +0900 | [diff] [blame] | 156 | "framed:fastframed", |
| 157 | "zlib" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 158 | ], |
| 159 | "sockets": [ |
| 160 | "ip", |
| 161 | "ip-ssl" |
| 162 | ], |
| 163 | "protocols": [ |
| 164 | "binary", |
| 165 | "compact", |
| 166 | "json", |
| 167 | "multi", |
| 168 | "multic", |
| 169 | "multij" |
| 170 | ], |
| 171 | "workdir": "../lib/java" |
| 172 | }, |
| 173 | { |
Jiayu Liu | 49b2d6b | 2022-04-06 16:49:09 +0800 | [diff] [blame] | 174 | "name": "kotlin", |
| 175 | "join_args": false, |
| 176 | "server": { |
| 177 | "delay": 15, |
| 178 | "command": [ |
| 179 | "cross-test-server/build/install/TestServer/bin/TestServer" |
| 180 | ], |
| 181 | "protocols": [ |
| 182 | "binary" |
| 183 | ] |
| 184 | }, |
| 185 | "client": { |
| 186 | "timeout": 13, |
| 187 | "command": [ |
| 188 | "cross-test-client/build/install/TestClient/bin/TestClient" |
| 189 | ], |
| 190 | "transports": [ |
| 191 | "framed" |
| 192 | ], |
| 193 | "protocols": [ |
| 194 | "binary" |
| 195 | ] |
| 196 | }, |
| 197 | "transports": [ |
| 198 | "framed" |
| 199 | ], |
| 200 | "sockets": [ |
| 201 | "ip" |
| 202 | ], |
| 203 | "protocols": [ |
| 204 | "binary" |
| 205 | ], |
| 206 | "workdir": "../lib/kotlin" |
| 207 | }, |
| 208 | { |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 209 | "name": "nodejs", |
| 210 | "env": { |
| 211 | "NODE_PATH": "../lib" |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 212 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 213 | "server": { |
| 214 | "command": [ |
| 215 | "node", |
| 216 | "server.js", |
| 217 | "--type=tcp" |
| 218 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 219 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 220 | "client": { |
| 221 | "timeout": 6, |
| 222 | "command": [ |
| 223 | "node", |
| 224 | "client.js", |
| 225 | "--type=tcp" |
| 226 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 227 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 228 | "transports": [ |
| 229 | "buffered", |
| 230 | "framed", |
penenin | 1ab096c | 2020-05-18 12:27:31 -0700 | [diff] [blame] | 231 | "http", |
| 232 | "websocket" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 233 | ], |
| 234 | "sockets": [ |
| 235 | "ip", |
Daniel Shih | e41de0f | 2018-03-21 08:28:38 +0800 | [diff] [blame] | 236 | "ip-ssl", |
| 237 | "domain" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 238 | ], |
| 239 | "protocols": [ |
| 240 | "compact", |
| 241 | "binary", |
David Mai | ddd2224 | 2019-02-22 03:37:49 -0800 | [diff] [blame] | 242 | "json", |
| 243 | "header" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 244 | ], |
| 245 | "workdir": "../lib/nodejs/test" |
| 246 | }, |
| 247 | { |
| 248 | "name": "hs", |
| 249 | "server": { |
| 250 | "command": [ |
| 251 | "TestServer" |
| 252 | ] |
| 253 | }, |
| 254 | "client": { |
| 255 | "timeout": 6, |
| 256 | "transports": [ |
| 257 | "http" |
| 258 | ], |
| 259 | "command": [ |
| 260 | "TestClient" |
| 261 | ] |
| 262 | }, |
| 263 | "transports": [ |
| 264 | "buffered", |
| 265 | "framed" |
| 266 | ], |
| 267 | "sockets": [ |
| 268 | "ip" |
| 269 | ], |
| 270 | "protocols": [ |
| 271 | "header", |
| 272 | "compact", |
| 273 | "binary", |
| 274 | "json" |
| 275 | ], |
| 276 | "workdir": "hs" |
| 277 | }, |
| 278 | { |
| 279 | "name": "py", |
| 280 | "server": { |
| 281 | "extra_args": ["TSimpleServer"], |
| 282 | "command": [ |
| 283 | "TestServer.py", |
| 284 | "--verbose", |
| 285 | "--genpydir=gen-py" |
| 286 | ] |
| 287 | }, |
| 288 | "client": { |
| 289 | "timeout": 10, |
| 290 | "command": [ |
| 291 | "TestClient.py", |
| 292 | "--verbose", |
| 293 | "--host=localhost", |
| 294 | "--genpydir=gen-py" |
| 295 | ] |
| 296 | }, |
| 297 | "transports": [ |
| 298 | "buffered", |
James E. King III | 6f8c99e | 2018-03-24 16:32:02 -0400 | [diff] [blame] | 299 | "framed", |
James E. King III | b2b767e | 2018-09-15 20:32:04 +0000 | [diff] [blame] | 300 | "http", |
| 301 | "zlib" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 302 | ], |
| 303 | "sockets": [ |
| 304 | "ip", |
Kengo Seki | f1c5341 | 2019-12-13 08:09:36 +0900 | [diff] [blame] | 305 | "ip-ssl", |
| 306 | "domain" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 307 | ], |
| 308 | "protocols": [ |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 309 | "binary", |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 310 | "binary:accel", |
James E. King III | 9804ab9 | 2019-02-07 16:59:05 -0500 | [diff] [blame] | 311 | "compact", |
Neil Williams | 66a44c5 | 2018-08-13 16:12:24 -0700 | [diff] [blame] | 312 | "compact:accelc", |
James E. King III | 9804ab9 | 2019-02-07 16:59:05 -0500 | [diff] [blame] | 313 | "header", |
| 314 | "json", |
| 315 | "multi", |
| 316 | "multi:multia", |
| 317 | "multia", |
| 318 | "multiac", |
| 319 | "multic", |
| 320 | "multic:multiac", |
| 321 | "multih", |
| 322 | "multij" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 323 | ], |
| 324 | "workdir": "py" |
| 325 | }, |
| 326 | { |
| 327 | "comment": "Using 'python3' executable to test py2 and 3 at once", |
| 328 | "name": "py3", |
| 329 | "server": { |
| 330 | "extra_args": ["TSimpleServer"], |
| 331 | "command": [ |
| 332 | "python3", |
| 333 | "TestServer.py", |
| 334 | "--verbose", |
| 335 | "--genpydir=gen-py" |
| 336 | ] |
| 337 | }, |
| 338 | "client": { |
| 339 | "timeout": 10, |
| 340 | "command": [ |
| 341 | "python3", |
| 342 | "TestClient.py", |
| 343 | "--host=localhost", |
| 344 | "--genpydir=gen-py" |
| 345 | ] |
| 346 | }, |
| 347 | "transports": [ |
| 348 | "buffered", |
James E. King III | 6f8c99e | 2018-03-24 16:32:02 -0400 | [diff] [blame] | 349 | "framed", |
James E. King III | b2b767e | 2018-09-15 20:32:04 +0000 | [diff] [blame] | 350 | "http", |
| 351 | "zlib" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 352 | ], |
| 353 | "sockets": [ |
James E. King III | 6f8c99e | 2018-03-24 16:32:02 -0400 | [diff] [blame] | 354 | "ip", |
Kengo Seki | f1c5341 | 2019-12-13 08:09:36 +0900 | [diff] [blame] | 355 | "ip-ssl", |
| 356 | "domain" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 357 | ], |
| 358 | "protocols": [ |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 359 | "binary", |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 360 | "binary:accel", |
James E. King III | 9804ab9 | 2019-02-07 16:59:05 -0500 | [diff] [blame] | 361 | "compact", |
Neil Williams | 66a44c5 | 2018-08-13 16:12:24 -0700 | [diff] [blame] | 362 | "compact:accelc", |
James E. King III | 9804ab9 | 2019-02-07 16:59:05 -0500 | [diff] [blame] | 363 | "header", |
| 364 | "json", |
| 365 | "multi", |
| 366 | "multi:multia", |
| 367 | "multia", |
| 368 | "multiac", |
| 369 | "multic", |
| 370 | "multic:multiac", |
| 371 | "multih", |
| 372 | "multij" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 373 | ], |
| 374 | "workdir": "py" |
| 375 | }, |
| 376 | { |
| 377 | "name": "cpp", |
| 378 | "server": { |
| 379 | "command": [ |
| 380 | "TestServer" |
| 381 | ], |
| 382 | "protocols": [ |
| 383 | "binary:multi", |
| 384 | "compact:multic", |
| 385 | "header:multih", |
| 386 | "json:multij" |
| 387 | ] |
| 388 | }, |
| 389 | "client": { |
| 390 | "timeout": 8, |
| 391 | "command": [ |
| 392 | "TestClient" |
| 393 | ], |
| 394 | "protocols": [ |
| 395 | "multi:binary", |
| 396 | "multic:compact", |
| 397 | "multih:header", |
| 398 | "multij:json" |
| 399 | ] |
| 400 | }, |
| 401 | "transports": [ |
| 402 | "buffered", |
| 403 | "http", |
James E. King III | b2b767e | 2018-09-15 20:32:04 +0000 | [diff] [blame] | 404 | "framed", |
penenin | 1ab096c | 2020-05-18 12:27:31 -0700 | [diff] [blame] | 405 | "zlib", |
| 406 | "websocket" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 407 | ], |
| 408 | "sockets": [ |
| 409 | "ip", |
| 410 | "ip-ssl", |
| 411 | "domain" |
| 412 | ], |
| 413 | "protocols": [ |
| 414 | "compact", |
| 415 | "binary", |
| 416 | "json", |
| 417 | "header", |
| 418 | "multi", |
| 419 | "multic", |
| 420 | "multih", |
| 421 | "multij" |
| 422 | ], |
| 423 | "workdir": "cpp" |
| 424 | }, |
| 425 | { |
| 426 | "name": "rb", |
| 427 | "server": { |
| 428 | "command": [ |
| 429 | "ruby", |
| 430 | "../integration/TestServer.rb" |
| 431 | ] |
| 432 | }, |
| 433 | "client": { |
James E. King III | ef9405f | 2019-02-01 16:14:19 -0500 | [diff] [blame] | 434 | "timeout": 10, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 435 | "command": [ |
| 436 | "ruby", |
James E. King III | 714c77c | 2018-03-20 19:58:38 -0400 | [diff] [blame] | 437 | "../integration/TestClient.rb", |
| 438 | "--" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 439 | ] |
| 440 | }, |
| 441 | "transports": [ |
| 442 | "buffered", |
| 443 | "framed" |
| 444 | ], |
| 445 | "sockets": [ |
James E. King III | 9aaf295 | 2018-03-20 15:06:08 -0400 | [diff] [blame] | 446 | "domain", |
James E. King III | 714c77c | 2018-03-20 19:58:38 -0400 | [diff] [blame] | 447 | "ip", |
| 448 | "ip-ssl" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 449 | ], |
| 450 | "protocols": [ |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 451 | "binary", |
James E. King III | 9aaf295 | 2018-03-20 15:06:08 -0400 | [diff] [blame] | 452 | "binary:accel", |
| 453 | "compact", |
| 454 | "json" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 455 | ], |
| 456 | "workdir": "rb/gen-rb" |
| 457 | }, |
| 458 | { |
Jens Geyer | 56700e4 | 2020-02-22 16:51:51 +0100 | [diff] [blame] | 459 | "name": "netstd", |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 460 | "transports": [ |
| 461 | "buffered", |
| 462 | "framed" |
| 463 | ], |
| 464 | "sockets": [ |
| 465 | "ip", |
| 466 | "ip-ssl" |
| 467 | ], |
| 468 | "protocols": [ |
| 469 | "binary", |
| 470 | "compact", |
| 471 | "json" |
| 472 | ], |
James E. King III | 9bea32f | 2018-03-16 16:07:42 -0400 | [diff] [blame] | 473 | "server": { |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 474 | "command": [ |
| 475 | "dotnet", |
| 476 | "run", |
James E. King III | 9bea32f | 2018-03-16 16:07:42 -0400 | [diff] [blame] | 477 | "--no-build", |
| 478 | "--project=Server/Server.csproj", |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 479 | "server" |
| 480 | ] |
| 481 | }, |
| 482 | "client": { |
| 483 | "timeout": 10, |
| 484 | "command": [ |
| 485 | "dotnet", |
| 486 | "run", |
James E. King III | 9bea32f | 2018-03-16 16:07:42 -0400 | [diff] [blame] | 487 | "--no-build", |
| 488 | "--project=Client/Client.csproj", |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 489 | "client" |
| 490 | ] |
| 491 | }, |
Jens Geyer | 56700e4 | 2020-02-22 16:51:51 +0100 | [diff] [blame] | 492 | "workdir": "netstd" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 493 | }, |
| 494 | { |
| 495 | "name": "perl", |
| 496 | "transports": [ |
| 497 | "buffered", |
| 498 | "framed" |
| 499 | ], |
| 500 | "sockets": [ |
| 501 | "ip", |
| 502 | "ip-ssl", |
| 503 | "domain" |
| 504 | ], |
| 505 | "protocols": [ |
| 506 | "binary", |
| 507 | "multi" |
| 508 | ], |
| 509 | "client": { |
| 510 | "command": [ |
| 511 | "perl", |
| 512 | "-Igen-perl/", |
| 513 | "-I../../lib/perl/lib/", |
| 514 | "TestClient.pl", |
| 515 | "--ca=../keys/CA.pem", |
| 516 | "--cert=../keys/client.crt", |
| 517 | "--key=../keys/client.key" |
| 518 | ], |
| 519 | "protocols": [ |
| 520 | "multi:binary" |
| 521 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 522 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 523 | "server": { |
| 524 | "command": [ |
| 525 | "perl", |
| 526 | "-Igen-perl/", |
| 527 | "-I../../lib/perl/lib/", |
| 528 | "TestServer.pl", |
| 529 | "--cert=../keys/server.crt", |
| 530 | "--key=../keys/server.key" |
| 531 | ], |
| 532 | "protocols": [ |
| 533 | "binary:multi" |
| 534 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 535 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 536 | "workdir": "perl" |
| 537 | }, |
| 538 | { |
| 539 | "name": "php", |
| 540 | "client": { |
| 541 | "timeout": 6, |
| 542 | "transports": [ |
| 543 | "buffered", |
| 544 | "framed" |
| 545 | ], |
| 546 | "sockets": [ |
| 547 | "ip" |
| 548 | ], |
| 549 | "protocols": [ |
| 550 | "binary", |
James E. King III | e53d23c | 2019-02-10 11:13:23 -0500 | [diff] [blame] | 551 | "binary:accel", |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 552 | "compact", |
James E. King III | e53d23c | 2019-02-10 11:13:23 -0500 | [diff] [blame] | 553 | "json" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 554 | ], |
| 555 | "command": [ |
| 556 | "php", |
| 557 | "-dextension_dir=php_ext_dir", |
| 558 | "--php-ini=test_php.ini", |
| 559 | "--no-php-ini", |
| 560 | "-ddisplay_errors=stderr", |
| 561 | "-dlog_errors=0", |
| 562 | "-derror_reporting=E_ALL", |
| 563 | "TestClient.php" |
| 564 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 565 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 566 | "workdir": "php" |
| 567 | }, |
| 568 | { |
| 569 | "name": "dart", |
| 570 | "client": { |
James E. King III | b1d63e7 | 2019-01-22 14:16:39 -0500 | [diff] [blame] | 571 | "timeout": 30, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 572 | "transports": [ |
| 573 | "buffered", |
| 574 | "framed", |
| 575 | "http" |
| 576 | ], |
| 577 | "sockets": [ |
| 578 | "ip" |
| 579 | ], |
| 580 | "protocols": [ |
| 581 | "binary", |
| 582 | "compact", |
| 583 | "json" |
| 584 | ], |
| 585 | "command": [ |
| 586 | "dart", |
James E. King III | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 587 | "--enable-asserts", |
James E. King III | 98f379e | 2019-01-22 09:22:04 -0500 | [diff] [blame] | 588 | "test_client/bin/main.dart", |
James E. King III | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 589 | "--verbose" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 590 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 591 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 592 | "workdir": "dart" |
| 593 | }, |
| 594 | { |
| 595 | "name": "erl", |
| 596 | "transports": [ |
| 597 | "buffered", |
| 598 | "framed" |
| 599 | ], |
| 600 | "sockets": [ |
| 601 | "ip", |
| 602 | "ip-ssl" |
| 603 | ], |
| 604 | "protocols": [ |
| 605 | "binary", |
| 606 | "compact" |
| 607 | ], |
| 608 | "client": { |
| 609 | "command": [ |
| 610 | "erl", |
| 611 | "+K", |
| 612 | "true", |
| 613 | "-noshell", |
| 614 | "-pa", |
James E. King III | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 615 | "../../lib/erl/_build/default/lib/thrift/ebin/", |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 616 | "-pa", |
James E. King III | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 617 | "./_build/default/lib/thrift_test/ebin", |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 618 | "-s", |
| 619 | "test_client", |
| 620 | "-s", |
| 621 | "init", |
| 622 | "stop", |
| 623 | "-extra" |
| 624 | ] |
Nobuaki Sukegawa | a185d7e | 2015-11-06 21:24:24 +0900 | [diff] [blame] | 625 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 626 | "server": { |
| 627 | "command": [ |
| 628 | "erl", |
| 629 | "+K", |
| 630 | "true", |
| 631 | "-noshell", |
| 632 | "-pa", |
James E. King III | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 633 | "../../lib/erl/_build/default/lib/thrift/ebin/", |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 634 | "-pa", |
James E. King III | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 635 | "./_build/default/lib/thrift_test/ebin", |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 636 | "-s", |
| 637 | "test_thrift_server", |
| 638 | "-extra" |
| 639 | ] |
Nobuaki Sukegawa | a185d7e | 2015-11-06 21:24:24 +0900 | [diff] [blame] | 640 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 641 | "workdir": "erl" |
| 642 | }, |
| 643 | { |
| 644 | "name": "js", |
| 645 | "transports": [ |
| 646 | "http" |
| 647 | ], |
| 648 | "sockets": [ |
| 649 | "ip" |
| 650 | ], |
| 651 | "protocols": [ |
| 652 | "json" |
| 653 | ], |
| 654 | "client": { |
| 655 | "command": [ |
| 656 | "phantomjs", |
| 657 | "test/phantom-client.js" |
| 658 | ] |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 659 | }, |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 660 | "workdir": "../lib/js" |
| 661 | }, |
| 662 | { |
| 663 | "name": "lua", |
| 664 | "TODO": "Add dll to LUA_CPATH", |
| 665 | "env": { |
| 666 | "LUA_PATH": ";;gen-lua/?.lua;../../lib/lua/?.lua", |
| 667 | "LUA_CPATH": ";;../../lib/lua/.libs/?.so" |
| 668 | }, |
| 669 | "client": { |
| 670 | "timeout": 5, |
| 671 | "transports": [ |
| 672 | "buffered", |
| 673 | "framed", |
| 674 | "http" |
| 675 | ], |
| 676 | "sockets": [ |
| 677 | "ip" |
| 678 | ], |
| 679 | "protocols": [ |
| 680 | "binary", |
| 681 | "compact", |
| 682 | "json" |
| 683 | ], |
| 684 | "command": [ |
| 685 | "lua", |
| 686 | "test_basic_client.lua" |
| 687 | ] |
| 688 | }, |
| 689 | "workdir": "lua" |
| 690 | }, |
| 691 | { |
| 692 | "name": "rs", |
| 693 | "env": { |
| 694 | "RUST_BACKTRACE": "1", |
| 695 | "RUST_LOG": "info" |
| 696 | }, |
| 697 | "server": { |
| 698 | "command": [ |
| 699 | "test_server" |
| 700 | ], |
| 701 | "protocols": [ |
| 702 | "binary:multi", |
| 703 | "compact:multic" |
| 704 | ] |
| 705 | }, |
| 706 | "client": { |
| 707 | "timeout": 6, |
| 708 | "command": [ |
| 709 | "test_client" |
| 710 | ], |
| 711 | "protocols": [ |
| 712 | "multi:binary", |
| 713 | "multic:compact" |
| 714 | ] |
| 715 | }, |
| 716 | "sockets": [ |
tokcum | f033641 | 2022-03-30 11:39:08 +0200 | [diff] [blame] | 717 | "ip", |
| 718 | "domain" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 719 | ], |
| 720 | "transports": [ |
| 721 | "buffered", |
| 722 | "framed" |
| 723 | ], |
| 724 | "protocols": [ |
| 725 | "binary", |
| 726 | "compact", |
| 727 | "multi", |
| 728 | "multic" |
| 729 | ], |
| 730 | "workdir": "rs/bin" |
wilfrem | 2c69b5a | 2015-04-20 19:24:50 +0900 | [diff] [blame] | 731 | }, |
| 732 | { |
| 733 | "name": "nodets", |
| 734 | "env": { |
| 735 | "NODE_PATH": "../lib" |
| 736 | }, |
| 737 | "server": { |
| 738 | "command": [ |
| 739 | "runServer.sh" |
| 740 | ] |
| 741 | }, |
| 742 | "client": { |
Mustafa Senol Cosar | dd965c1 | 2018-11-30 20:02:00 +0300 | [diff] [blame] | 743 | "timeout": 6, |
wilfrem | 2c69b5a | 2015-04-20 19:24:50 +0900 | [diff] [blame] | 744 | "command": [ |
| 745 | "runClient.sh" |
| 746 | ] |
| 747 | }, |
| 748 | "protocols": [ |
| 749 | "binary" |
| 750 | ], |
| 751 | "sockets": [ |
| 752 | "ip" |
| 753 | ], |
| 754 | "transports": [ |
| 755 | "buffered" |
| 756 | ], |
| 757 | "workdir": "../lib/nodets/test" |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 758 | } |
| 759 | ] |