mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
032b7b49c9
Checking statistics is only really relevant to timeouts. That is, if an rpcinfo times out it is worth checking if the service making progress. If the RPC service is not registered then the statistics don't need to be checked because they shouldn't be changing. The 2 previously added tests added to check statistics progress now behave identically and fail on all iterations. To support testing with "timeouts", an optional TIMEOUT flag can now be added to the RPC service passed to nfs_iterate_test(). 2 new tests are added to exercise the new behaviour. The 2 new "if" statements in nfs_iterate_test() could be combined. However, a subsequent commit would split them and would be more difficult to read. Signed-off-by: Martin Schwenke <mschwenke@ddn.com> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This is the release version of CTDB, a clustered implementation of TDB database used by Samba and other projects to store temporary data. This software is freely distributable under the GNU public license, a copy of which you should have received with this software (in a file called COPYING). For documentation on CTDB, please visit CTDB website http://ctdb.samba.org.