summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-11-21 16:47:33 +0100
committerJeremy Allison <jra@samba.org>2019-12-06 00:17:35 +0000
commit7c1d8957353867470bbcb32cae19467b06f0e25d (patch)
treeb555c729fd31124c5c2689ca53b7cc2f9c9a10af /source4/selftest
parentb5dc6aa7202957d6a68eb27150796ef669e81369 (diff)
downloadsamba-7c1d8957353867470bbcb32cae19467b06f0e25d.tar.gz
torture: add a timestamps torture testsuite
Add a test that shows that setting timestamps to the special values (time_t) 4294967295, 0, -1 and anything below is broken. BUG: https://bugzilla.samba.org/show_bug.cgi?id=7771 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index e9d83a0acf6..7843d50c952 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -346,6 +346,7 @@ smb2_s3only = [
"smb2.durable-v2-delay",
"smb2.aio_delay",
"smb2.fileid",
+ "smb2.timestamps",
]
smb2 = [x for x in smbtorture4_testsuites("smb2.") if x not in smb2_s3only]