summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-03-31 11:22:16 +0000
committerJeremy Allison <jra@samba.org>2021-04-01 19:32:36 +0000
commit6f4e6fc631a4f43d22fe65cd53daf635b4324d53 (patch)
tree59a1e49c2696833b6eedb485f129718167d7ead7 /selftest
parentcabd67d69f7fa24a132b6e7850b9678aac269ec5 (diff)
downloadsamba-6f4e6fc631a4f43d22fe65cd53daf635b4324d53.tar.gz
test: Add a test for background_job_send crash
I haven't figured out how to properly add a crashing test to "knownfail", so this is added after the fix. Signed-off-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/tests.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 6bf46ae5621..9685a744d0d 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -378,6 +378,12 @@ plantestsuite("samba.unittests.sambafs_srv_pipe", "none",
[os.path.join(bindir(), "default/testsuite/unittests/test_sambafs_srv_pipe")])
plantestsuite("samba.unittests.lib_util_modules", "none",
[os.path.join(bindir(), "default/testsuite/unittests/test_lib_util_modules")])
+plantestsuite("samba.unittests.background_send",
+ "none",
+ [os.path.join(
+ bindir(),
+ "default/testsuite/unittests/test_background_send"),
+ "$SMB_CONF_PATH"])
plantestsuite("samba.unittests.smb1cli_session", "none",
[os.path.join(bindir(), "default/libcli/smb/test_smb1cli_session")])