]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/dokan: avoid unnecessary wait 53456/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 14 Sep 2023 11:08:36 +0000 (11:08 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 14 Sep 2023 11:08:36 +0000 (11:08 +0000)
commit0357ab2ad8b398641b1e03727c9de6241d72ad83
tree79f6100aadcb30bcc1dc8c7b8d6e205ca35f5b0c
parent7d8db4954c2fedb4db9f0ccc8a9d304f35807b07
test/dokan: avoid unnecessary wait

One of the dokan tests expects some mount operations to fail.
The issue is that it polls the mount location for 10s, which
is unnecessary.

We'll update the test to check the mount process exit code
instead. This basically reduces the dokan test duration by
about 20s.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
src/test/dokan/dokan.cc