Re: [PATCH] tools/tests: Make E2BIG non-fatal to xenstore unit test

2021-10-13 Thread Juergen Gross
On 13.10.21 11:35, Kevin Stefanov wrote: Xenstore's unit test fails on read and write of big numbers if quota-maxsize is set to a lower number than those test cases use. Output a special warning instead of a failure message in such cases and make the error non-fatal to the unit test. Signed-off

[PATCH] tools/tests: Make E2BIG non-fatal to xenstore unit test

2021-10-13 Thread Kevin Stefanov
Xenstore's unit test fails on read and write of big numbers if quota-maxsize is set to a lower number than those test cases use. Output a special warning instead of a failure message in such cases and make the error non-fatal to the unit test. Signed-off-by: Kevin Stefanov --- CC: Ian Jackson C