s3: tests: Change smb2.compound_async to run against share aio_delay_inject instead...
authorJeremy Allison <jra@samba.org>
Fri, 18 Nov 2022 17:53:23 +0000 (09:53 -0800)
committerRalph Boehme <slow@samba.org>
Thu, 1 Dec 2022 15:04:58 +0000 (15:04 +0000)
commitf5b2ae58093a0920c7be0394f638b73736fbebc2
tree1a7fec08e7bd9317aa06aafa66020cef3e06b551
parent49b40a1334353aec6febc82a09a49a7e9588e65c
s3: tests: Change smb2.compound_async to run against share aio_delay_inject instead of tmp.

It doesn't hurt the fsync compound async tests, and we need this for
the next commits to ensure smb2_read/smb2_write compound tests take
longer than 500ms so can be sure the last read/write in the compound
will go async.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/selftest/tests.py