On 02/05/2024 2:21 pm, Juergen Gross wrote: > Today test-xenstore will write nodes with 3000 bytes node data. This > size is exceeding the default quota for the allowed node size. While > working in dom0 with C-xenstored, OCAML-xenstored does not like that. > > Use a size of 2000 instead, which is lower than the allowed default > node size of 2048. > > Fixes: 3afc5e4a5b75 ("tools/tests: add xenstore testing framework") > Signed-off-by: Juergen Gross <jgr...@suse.com>
Acked-by: Andrew Cooper <andrew.coop...@citrix.com> Thanks for figuring this out. I'll give this and the return code fix a spin through XenRT and check there's nothing else unexpected hiding.