xapi-project / xen-api

The Xapi Project's XenAPI Server
http://xenproject.org/developers/teams/xapi.html
Other
346 stars 283 forks source link

fe_test: fix compatibility with fd-send-recv 2.0.2 #5785

Closed edwintorok closed 2 months ago

edwintorok commented 3 months ago

2.0.2 introduced a breaking change (maybe it should've been 3.0): it no longer raises Fd_send_recv.Unix_error, but Unix.Unix_error. The test code here was specifically catching just Fd_send_recv.Unix_error. Make it catch both.

psafont commented 3 months ago

we should release a 2.0.3, current one is not compatible with ocaml 4