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

2021-10-15 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

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

2021-10-15 Thread Jan Beulich
On 15.10.2021 14:14, Kevin Stefanov wrote: > --- a/tools/tests/xenstore/test-xenstore.c > +++ b/tools/tests/xenstore/test-xenstore.c > @@ -110,8 +110,17 @@ static int call_test(struct test *tst, int iters, bool > no_clock) > break; > } > > +/* Make E2BIG non-fatal to the te

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

2021-10-15 Thread Ian Jackson
Kevin Stefanov writes ("[PATCH v2] tools/tests: Make E2BIG non-fatal to xenstore unit test"): > 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 o

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

2021-10-15 Thread Juergen Gross
On 15.10.21 15:16, Ian Jackson wrote: Kevin Stefanov writes ("[PATCH v2] tools/tests: Make E2BIG non-fatal to xenstore unit test"): 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