Re: [PATCH] tools/tests: don't let test-xenstore write nodes exceeding default size

2024-05-02 Thread Andrew Cooper
On 02/05/2024 2:25 pm, Andrew Cooper wrote: > 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 lik

Re: [PATCH] tools/tests: don't let test-xenstore write nodes exceeding default size

2024-05-02 Thread Andrew Cooper
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

[PATCH] tools/tests: don't let test-xenstore write nodes exceeding default size

2024-05-02 Thread Juergen Gross
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. Fi