Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 52 additions & 7 deletions ilp-client-interop-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
],
"result": {
"status": "SUCCESS",
"binaryBase64": "dGVzdF90YWJsZSxzeW1fY29sPXN5bV92YWwgc3RyX2NvbD0iZm9vIGJhciBiYXoiLGxvbmdfY29sPTQyaSxkb3VibGVfY29sPT0QAAAAAABARUAsYm9vbF9jb2w9dAo=",
"line": "test_table,sym_col=sym_val str_col=\"foo bar baz\",long_col=42i,double_col=42.5,bool_col=t"
}
},
Expand Down Expand Up @@ -73,6 +74,7 @@
],
"result": {
"status": "SUCCESS",
"binaryBase64": "ZG91YmxlcyBkMD09EAAAAAAAAAAALGRtMD09EAAAAAAAAACALGQxPT0QAAAAAAAA8D8sZEUxMDA9PRB9w5QlrUmyVCxkMDAwMDAwMT09EI3ttaD3xrA+LGROMDAwMDAwMT09EI3ttaD3xrC+Cg==",
"anyLines": [
"doubles d0=0,dm0=-0,d1=1,dE100=1E+100,d0000001=1E-06,dN0000001=-1E-06",
"doubles d0=0.0,dm0=-0.0,d1=1.0,dE100=1e100,d0000001=1e-6,dN0000001=-1e-6",
Expand Down Expand Up @@ -1639,15 +1641,58 @@
"testName": "quote in symbol value",
"table": "quote",
"symbols": [
{
"name": "sym",
"value": "\"val\""
}
{
"name": "sym",
"value": "\"val\""
}
],
"columns": [],
"result": {
"status": "SUCCESS",
"line": "quote,sym=\"val\""
"status": "SUCCESS",
"line": "quote,sym=\"val\""
}
},
{
"testName": "decimal",
"minimumProtocolVersion": 3,
"table": "decimals",
"symbols": [],
"columns": [
{
"type": "DECIMAL",
"name": "zero",
"value": "0.0"
},
{
"type": "DECIMAL",
"name": "neg_zero",
"value": "-0.0"
},
{
"type": "DECIMAL",
"name": "one",
"value": "1.0"
},
{
"type": "DECIMAL",
"name": "large",
"value": "99999999999999.999"
},
{
"type": "DECIMAL",
"name": "small",
"value": "0.001"
},
{
"type": "DECIMAL",
"name": "neg_small",
"value": "-0.001"
}
],
"result": {
"status": "SUCCESS",
"line": "decimals zero=0d,neg_zero=0d,one=1.0d,large=99999999999999.999d,small=0.001d,neg_small=-0.001d",
"binaryBase64": "ZGVjaW1hbHMgemVybz09FwEBACxuZWdfemVybz09FwEBACxvbmU9PRcBAQosbGFyZ2U9PRcDCAFjRXhdif//LHNtYWxsPT0XAwEBLG5lZ19zbWFsbD09FwMB/wo="
}
}
]
]