xapi-project / xcp-networkd

The XCP networking daemon
Other
14 stars 42 forks source link

CA-291197: Toolstack no longer ignores junk at the end of JSON-RPC re… #143

Closed YarsinCitrix closed 6 years ago

YarsinCitrix commented 6 years ago

…sponse

The previous changes for CA-236855 no longer tolerant junk at the end of input from the pvsproxy, which makes the interface more fragile. To build a more robust interface in case of issue on the pvsproxy side, new option strict from jsonrpc is used to interpret the response, so tailing junk is ignored.

Signed-off-by: YarsinCitrix yarsin.he@citrix.com

YarsinCitrix commented 6 years ago

What shall I do to have Travis use the new xs-opam 4.5.0?

mseri commented 6 years ago

Has it been released in XenServer-specs?

YarsinCitrix commented 6 years ago

no, it is in ring3/master, not in master yet. Does the build scripts only pull from master?

mseri commented 6 years ago

If the build is green (including bbt) it should be fine. Ask @gabori to retrigger the upload script in case

robhoes commented 6 years ago

Travis is happy now. Merging...