mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
a3a443dcf4
This is now handled by passing the desired number of threads to the command specified in the dump_stuck_threads variable in .check files. Remove unused function nfs_dump_some_threads(). Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
14 lines
255 B
Bash
Executable File
14 lines
255 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "knfsd down, 10 iterations, 3 hung threads"
|
|
|
|
# knfsd fails and attempts to restart it fail.
|
|
setup_nfs
|
|
rpc_services_down "nfs"
|
|
|
|
nfs_setup_fake_threads "nfsd" 1001 1002 1003
|
|
|
|
nfs_iterate_test 10 "nfs"
|