2018-01-24 15:30:13 +00:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "c_glib",
|
|
|
|
"platforms": [
|
|
|
|
"Linux"
|
|
|
|
],
|
|
|
|
"server": {
|
|
|
|
"command": [
|
|
|
|
"test_server",
|
|
|
|
"--lt-debug"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary:multi",
|
|
|
|
"compact:multic"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"command": [
|
|
|
|
"test_client",
|
|
|
|
"--lt-debug"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"multi:binary",
|
|
|
|
"multic:compact"
|
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip-ssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed"
|
|
|
|
],
|
|
|
|
"sockets": [
|
2019-07-02 00:11:56 +00:00
|
|
|
"ip",
|
|
|
|
"domain"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
|
|
|
"compact",
|
|
|
|
"multi",
|
|
|
|
"multic"
|
|
|
|
],
|
|
|
|
"workdir": "c_glib"
|
|
|
|
},
|
2017-09-19 07:16:43 +00:00
|
|
|
{
|
|
|
|
"name": "cl",
|
|
|
|
"server": {
|
|
|
|
"command": ["TestServer"],
|
|
|
|
"workdir": "cl",
|
|
|
|
"protocols": ["binary", "multi"],
|
|
|
|
"transports": ["buffered", "framed"],
|
|
|
|
"sockets": ["ip"]
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"command": ["TestClient"],
|
|
|
|
"workdir": "cl",
|
|
|
|
"protocols": ["binary", "multi"],
|
|
|
|
"transports": ["buffered", "framed"],
|
|
|
|
"sockets": ["ip"]
|
|
|
|
}
|
|
|
|
},
|
2018-01-24 15:30:13 +00:00
|
|
|
{
|
|
|
|
"name": "d",
|
|
|
|
"server": {
|
|
|
|
"command": [
|
2018-03-16 20:07:42 +00:00
|
|
|
"thrift_test_server",
|
2018-03-24 20:32:02 +00:00
|
|
|
"--trace"
|
2018-01-24 15:30:13 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"command": [
|
|
|
|
"thrift_test_client"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"transports": [
|
|
|
|
"http",
|
|
|
|
"buffered",
|
2020-01-09 09:48:29 +00:00
|
|
|
"framed",
|
|
|
|
"zlib"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip",
|
|
|
|
"ip-ssl"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
|
|
|
"compact",
|
|
|
|
"json"
|
|
|
|
],
|
|
|
|
"workdir": "../lib/d/test"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "go",
|
|
|
|
"server": {
|
|
|
|
"command": [
|
|
|
|
"testserver",
|
|
|
|
"--certPath=../../keys"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"timeout": 6,
|
|
|
|
"command": [
|
|
|
|
"testclient"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed",
|
2018-09-15 20:32:04 +00:00
|
|
|
"http",
|
|
|
|
"zlib"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip",
|
|
|
|
"ip-ssl"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
|
|
|
"compact",
|
2019-06-07 12:47:18 +00:00
|
|
|
"json",
|
|
|
|
"header"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"workdir": "go/bin"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "java",
|
|
|
|
"join_args": false,
|
|
|
|
"server": {
|
|
|
|
"delay": 15,
|
|
|
|
"command": [
|
|
|
|
"build/runserver"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary:multi",
|
|
|
|
"compact:multic",
|
|
|
|
"json:multij"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"timeout": 13,
|
|
|
|
"command": [
|
|
|
|
"build/runclient"
|
|
|
|
],
|
|
|
|
"transports": [
|
|
|
|
"http"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"multi:binary",
|
|
|
|
"multic:compact",
|
|
|
|
"multij:json"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed",
|
2020-01-09 16:11:15 +00:00
|
|
|
"framed:fastframed",
|
|
|
|
"zlib"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip",
|
|
|
|
"ip-ssl"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
|
|
|
"compact",
|
|
|
|
"json",
|
|
|
|
"multi",
|
|
|
|
"multic",
|
|
|
|
"multij"
|
|
|
|
],
|
|
|
|
"workdir": "../lib/java"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "nodejs",
|
|
|
|
"env": {
|
|
|
|
"NODE_PATH": "../lib"
|
|
|
|
},
|
|
|
|
"server": {
|
|
|
|
"command": [
|
|
|
|
"node",
|
|
|
|
"server.js",
|
|
|
|
"--type=tcp"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"timeout": 6,
|
|
|
|
"command": [
|
|
|
|
"node",
|
|
|
|
"client.js",
|
|
|
|
"--type=tcp"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed",
|
2020-05-18 19:27:31 +00:00
|
|
|
"http",
|
|
|
|
"websocket"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip",
|
2018-03-21 00:28:38 +00:00
|
|
|
"ip-ssl",
|
|
|
|
"domain"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"compact",
|
|
|
|
"binary",
|
2019-02-22 11:37:49 +00:00
|
|
|
"json",
|
|
|
|
"header"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"workdir": "../lib/nodejs/test"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "hs",
|
|
|
|
"server": {
|
|
|
|
"command": [
|
|
|
|
"TestServer"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"timeout": 6,
|
|
|
|
"transports": [
|
|
|
|
"http"
|
|
|
|
],
|
|
|
|
"command": [
|
|
|
|
"TestClient"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed"
|
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"header",
|
|
|
|
"compact",
|
|
|
|
"binary",
|
|
|
|
"json"
|
|
|
|
],
|
|
|
|
"workdir": "hs"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "py",
|
|
|
|
"server": {
|
|
|
|
"extra_args": ["TSimpleServer"],
|
|
|
|
"command": [
|
|
|
|
"TestServer.py",
|
|
|
|
"--verbose",
|
|
|
|
"--genpydir=gen-py"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"timeout": 10,
|
|
|
|
"command": [
|
|
|
|
"TestClient.py",
|
|
|
|
"--verbose",
|
|
|
|
"--host=localhost",
|
|
|
|
"--genpydir=gen-py"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
2018-03-24 20:32:02 +00:00
|
|
|
"framed",
|
2018-09-15 20:32:04 +00:00
|
|
|
"http",
|
|
|
|
"zlib"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip",
|
2019-12-12 23:09:36 +00:00
|
|
|
"ip-ssl",
|
|
|
|
"domain"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
|
|
|
"binary:accel",
|
2019-02-07 21:59:05 +00:00
|
|
|
"compact",
|
2018-08-13 23:12:24 +00:00
|
|
|
"compact:accelc",
|
2019-02-07 21:59:05 +00:00
|
|
|
"header",
|
|
|
|
"json",
|
|
|
|
"multi",
|
|
|
|
"multi:multia",
|
|
|
|
"multia",
|
|
|
|
"multiac",
|
|
|
|
"multic",
|
|
|
|
"multic:multiac",
|
|
|
|
"multih",
|
|
|
|
"multij"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"workdir": "py"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"comment": "Using 'python3' executable to test py2 and 3 at once",
|
|
|
|
"name": "py3",
|
|
|
|
"server": {
|
|
|
|
"extra_args": ["TSimpleServer"],
|
|
|
|
"command": [
|
|
|
|
"python3",
|
|
|
|
"TestServer.py",
|
|
|
|
"--verbose",
|
|
|
|
"--genpydir=gen-py"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"timeout": 10,
|
|
|
|
"command": [
|
|
|
|
"python3",
|
|
|
|
"TestClient.py",
|
|
|
|
"--host=localhost",
|
|
|
|
"--genpydir=gen-py"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
2018-03-24 20:32:02 +00:00
|
|
|
"framed",
|
2018-09-15 20:32:04 +00:00
|
|
|
"http",
|
|
|
|
"zlib"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"sockets": [
|
2018-03-24 20:32:02 +00:00
|
|
|
"ip",
|
2019-12-12 23:09:36 +00:00
|
|
|
"ip-ssl",
|
|
|
|
"domain"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
|
|
|
"binary:accel",
|
2019-02-07 21:59:05 +00:00
|
|
|
"compact",
|
2018-08-13 23:12:24 +00:00
|
|
|
"compact:accelc",
|
2019-02-07 21:59:05 +00:00
|
|
|
"header",
|
|
|
|
"json",
|
|
|
|
"multi",
|
|
|
|
"multi:multia",
|
|
|
|
"multia",
|
|
|
|
"multiac",
|
|
|
|
"multic",
|
|
|
|
"multic:multiac",
|
|
|
|
"multih",
|
|
|
|
"multij"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"workdir": "py"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "cpp",
|
|
|
|
"server": {
|
|
|
|
"command": [
|
|
|
|
"TestServer"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary:multi",
|
|
|
|
"compact:multic",
|
|
|
|
"header:multih",
|
|
|
|
"json:multij"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"timeout": 8,
|
|
|
|
"command": [
|
|
|
|
"TestClient"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"multi:binary",
|
|
|
|
"multic:compact",
|
|
|
|
"multih:header",
|
|
|
|
"multij:json"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"http",
|
2018-09-15 20:32:04 +00:00
|
|
|
"framed",
|
2020-05-18 19:27:31 +00:00
|
|
|
"zlib",
|
|
|
|
"websocket"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip",
|
|
|
|
"ip-ssl",
|
|
|
|
"domain"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"compact",
|
|
|
|
"binary",
|
|
|
|
"json",
|
|
|
|
"header",
|
|
|
|
"multi",
|
|
|
|
"multic",
|
|
|
|
"multih",
|
|
|
|
"multij"
|
|
|
|
],
|
|
|
|
"workdir": "cpp"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "rb",
|
|
|
|
"server": {
|
|
|
|
"command": [
|
|
|
|
"ruby",
|
|
|
|
"../integration/TestServer.rb"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
2019-02-01 21:14:19 +00:00
|
|
|
"timeout": 10,
|
2018-01-24 15:30:13 +00:00
|
|
|
"command": [
|
|
|
|
"ruby",
|
2018-03-20 23:58:38 +00:00
|
|
|
"../integration/TestClient.rb",
|
|
|
|
"--"
|
2018-01-24 15:30:13 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed"
|
|
|
|
],
|
|
|
|
"sockets": [
|
2018-03-20 19:06:08 +00:00
|
|
|
"domain",
|
2018-03-20 23:58:38 +00:00
|
|
|
"ip",
|
|
|
|
"ip-ssl"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
2018-03-20 19:06:08 +00:00
|
|
|
"binary:accel",
|
|
|
|
"compact",
|
|
|
|
"json"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"workdir": "rb/gen-rb"
|
|
|
|
},
|
|
|
|
{
|
2020-02-22 15:51:51 +00:00
|
|
|
"name": "netstd",
|
2018-01-24 15:30:13 +00:00
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed"
|
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip",
|
|
|
|
"ip-ssl"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
|
|
|
"compact",
|
|
|
|
"json"
|
|
|
|
],
|
2018-03-16 20:07:42 +00:00
|
|
|
"server": {
|
2018-01-24 15:30:13 +00:00
|
|
|
"command": [
|
|
|
|
"dotnet",
|
|
|
|
"run",
|
2018-03-16 20:07:42 +00:00
|
|
|
"--no-build",
|
|
|
|
"--project=Server/Server.csproj",
|
2018-01-24 15:30:13 +00:00
|
|
|
"server"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"timeout": 10,
|
|
|
|
"command": [
|
|
|
|
"dotnet",
|
|
|
|
"run",
|
2018-03-16 20:07:42 +00:00
|
|
|
"--no-build",
|
|
|
|
"--project=Client/Client.csproj",
|
2018-01-24 15:30:13 +00:00
|
|
|
"client"
|
|
|
|
]
|
|
|
|
},
|
2020-02-22 15:51:51 +00:00
|
|
|
"workdir": "netstd"
|
2018-01-24 15:30:13 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "perl",
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed"
|
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip",
|
|
|
|
"ip-ssl",
|
|
|
|
"domain"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
|
|
|
"multi"
|
|
|
|
],
|
|
|
|
"client": {
|
|
|
|
"command": [
|
|
|
|
"perl",
|
|
|
|
"-Igen-perl/",
|
|
|
|
"-I../../lib/perl/lib/",
|
|
|
|
"TestClient.pl",
|
|
|
|
"--ca=../keys/CA.pem",
|
|
|
|
"--cert=../keys/client.crt",
|
|
|
|
"--key=../keys/client.key"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"multi:binary"
|
|
|
|
]
|
2017-12-18 00:08:09 +00:00
|
|
|
},
|
2018-01-24 15:30:13 +00:00
|
|
|
"server": {
|
|
|
|
"command": [
|
|
|
|
"perl",
|
|
|
|
"-Igen-perl/",
|
|
|
|
"-I../../lib/perl/lib/",
|
|
|
|
"TestServer.pl",
|
|
|
|
"--cert=../keys/server.crt",
|
|
|
|
"--key=../keys/server.key"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary:multi"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"workdir": "perl"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php",
|
|
|
|
"client": {
|
|
|
|
"timeout": 6,
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed"
|
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
2019-02-10 16:13:23 +00:00
|
|
|
"binary:accel",
|
2018-01-24 15:30:13 +00:00
|
|
|
"compact",
|
2019-02-10 16:13:23 +00:00
|
|
|
"json"
|
2018-01-24 15:30:13 +00:00
|
|
|
],
|
|
|
|
"command": [
|
|
|
|
"php",
|
|
|
|
"-dextension_dir=php_ext_dir",
|
|
|
|
"--php-ini=test_php.ini",
|
|
|
|
"--no-php-ini",
|
|
|
|
"-ddisplay_errors=stderr",
|
|
|
|
"-dlog_errors=0",
|
|
|
|
"-derror_reporting=E_ALL",
|
|
|
|
"TestClient.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"workdir": "php"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "dart",
|
|
|
|
"client": {
|
2019-01-22 19:16:39 +00:00
|
|
|
"timeout": 30,
|
2018-01-24 15:30:13 +00:00
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed",
|
|
|
|
"http"
|
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
|
|
|
"compact",
|
|
|
|
"json"
|
|
|
|
],
|
|
|
|
"command": [
|
|
|
|
"dart",
|
2019-06-21 21:50:34 +00:00
|
|
|
"--enable-asserts",
|
2019-01-22 14:22:04 +00:00
|
|
|
"test_client/bin/main.dart",
|
2019-06-21 21:50:34 +00:00
|
|
|
"--verbose"
|
2018-01-24 15:30:13 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"workdir": "dart"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "erl",
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed"
|
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip",
|
|
|
|
"ip-ssl"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
|
|
|
"compact"
|
|
|
|
],
|
|
|
|
"client": {
|
|
|
|
"command": [
|
|
|
|
"erl",
|
|
|
|
"+K",
|
|
|
|
"true",
|
|
|
|
"-noshell",
|
|
|
|
"-pa",
|
2019-06-21 21:50:34 +00:00
|
|
|
"../../lib/erl/_build/default/lib/thrift/ebin/",
|
2018-01-24 15:30:13 +00:00
|
|
|
"-pa",
|
2019-06-21 21:50:34 +00:00
|
|
|
"./_build/default/lib/thrift_test/ebin",
|
2018-01-24 15:30:13 +00:00
|
|
|
"-s",
|
|
|
|
"test_client",
|
|
|
|
"-s",
|
|
|
|
"init",
|
|
|
|
"stop",
|
|
|
|
"-extra"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"server": {
|
|
|
|
"command": [
|
|
|
|
"erl",
|
|
|
|
"+K",
|
|
|
|
"true",
|
|
|
|
"-noshell",
|
|
|
|
"-pa",
|
2019-06-21 21:50:34 +00:00
|
|
|
"../../lib/erl/_build/default/lib/thrift/ebin/",
|
2018-01-24 15:30:13 +00:00
|
|
|
"-pa",
|
2019-06-21 21:50:34 +00:00
|
|
|
"./_build/default/lib/thrift_test/ebin",
|
2018-01-24 15:30:13 +00:00
|
|
|
"-s",
|
|
|
|
"test_thrift_server",
|
|
|
|
"-extra"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"workdir": "erl"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "js",
|
|
|
|
"transports": [
|
|
|
|
"http"
|
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"json"
|
|
|
|
],
|
|
|
|
"client": {
|
|
|
|
"command": [
|
|
|
|
"phantomjs",
|
|
|
|
"test/phantom-client.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"workdir": "../lib/js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "lua",
|
|
|
|
"TODO": "Add dll to LUA_CPATH",
|
|
|
|
"env": {
|
|
|
|
"LUA_PATH": ";;gen-lua/?.lua;../../lib/lua/?.lua",
|
|
|
|
"LUA_CPATH": ";;../../lib/lua/.libs/?.so"
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"timeout": 5,
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed",
|
|
|
|
"http"
|
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
|
|
|
"compact",
|
|
|
|
"json"
|
|
|
|
],
|
|
|
|
"command": [
|
|
|
|
"lua",
|
|
|
|
"test_basic_client.lua"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"workdir": "lua"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "rs",
|
|
|
|
"env": {
|
|
|
|
"RUST_BACKTRACE": "1",
|
|
|
|
"RUST_LOG": "info"
|
|
|
|
},
|
|
|
|
"server": {
|
|
|
|
"command": [
|
|
|
|
"test_server"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary:multi",
|
|
|
|
"compact:multic"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
|
|
|
"timeout": 6,
|
|
|
|
"command": [
|
|
|
|
"test_client"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"multi:binary",
|
|
|
|
"multic:compact"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"sockets": [
|
|
|
|
"ip"
|
|
|
|
],
|
|
|
|
"transports": [
|
|
|
|
"buffered",
|
|
|
|
"framed"
|
|
|
|
],
|
|
|
|
"protocols": [
|
|
|
|
"binary",
|
|
|
|
"compact",
|
|
|
|
"multi",
|
|
|
|
"multic"
|
|
|
|
],
|
|
|
|
"workdir": "rs/bin"
|
2015-04-20 10:24:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "nodets",
|
|
|
|
"env": {
|
|
|
|
"NODE_PATH": "../lib"
|
|
|
|
},
|
|
|
|
"server": {
|
|
|
|
"command": [
|
|
|
|
"runServer.sh"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"client": {
|
2018-11-30 17:02:00 +00:00
|
|
|
"timeout": 6,
|
2015-04-20 10:24:50 +00:00
|
|
|
"command": [
|
|
|
|
"runClient.sh"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"protocols": [
|
|
|
|
"binary"
|
|
|
|
],
|
|
|
|
"sockets": [
|
|
|
|
"ip"
|
|
|
|
],
|
|
|
|
"transports": [
|
|
|
|
"buffered"
|
|
|
|
],
|
|
|
|
"workdir": "../lib/nodets/test"
|
2018-01-24 15:30:13 +00:00
|
|
|
}
|
|
|
|
]
|