1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/source3/script/tests
Jeremy Allison 566658d914 s3: tests: Slight tweak to the force-close share test.
Turns out on a fast desktop machine 10MB is too small,
and by the time we've done the 'sleep 1' to make sure
the smbclient got scheduled and started processing
the 'put' command, it's already done.

Tweak the file size to be 20MB from 10MB. 10MB
seems to work reliably on gitlab-ci and on
sn-devel, but making the put size 20MB makes
sure it's still in flight when we force-close
the share, even on a fast desktop box. 20MB
shouldn't be too burdonsome even on ci VM's.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14301

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2020-03-18 18:03:28 +00:00
..
printing s3:script: Try to fix a Perl warning 2019-12-19 14:20:41 +00:00
stream-depot
vfstest-acl
vfstest-catia
xattr-tdb-1
dlopen.sh
fake_snap.pl s3:script: Fix running rsync in fake_snap.pl 2019-03-21 15:10:29 +00:00
getset_quota.py PEP8: fix E101: indentation contains mixed spaces and tabs 2018-09-06 12:10:11 +02:00
smbspool_argv_wrapper.c s3:tests: Add smbspool test for CUPS-like "sanitized" Device URI in argv[0] 2019-10-16 10:55:04 +00:00
test_acl_xattr.sh tests: add a simple test for smbcacls -x 2019-03-04 19:11:06 +00:00
test_async_req.sh selftest: add a test for async_connect_send() 2015-10-20 20:22:22 +02:00
test_close_denied_share.sh test: Fix a copy&paste error 2020-03-03 17:48:37 +00:00
test_dfree_command.sh s3/selftest: allow samba3.blackbox.dfree_command run NT1 & SMB3 tests 2019-12-05 17:14:46 +00:00
test_dfree_quota.sh s3/selftest: split SMB1 & SMB2 parts of samba3.blackbox.dfree_quota 2019-12-05 17:14:46 +00:00
test_dropbox.sh s3:tests: Add test for a dropbox with dir mode 0733 2020-02-18 21:07:44 +00:00
test_durable_handle_reconnect.sh selftest: Make durable_v2_delay more specific 2019-12-08 20:24:31 +00:00
test_failure.sh
test_force_close_share.sh s3: tests: Slight tweak to the force-close share test. 2020-03-18 18:03:28 +00:00
test_force_create_mode.sh s3:tests: Add smbclient test for 'force create mode = 0664' 2020-02-14 20:16:04 +00:00
test_force_group_change.sh s3: tests: Add regression test for smbd crash on share force group change with existing connection. 2019-01-25 13:20:23 +01:00
test_forceuser_validusers.sh Remove some bashisms from the test scripts 2018-02-19 07:36:23 +01:00
test_give_owner.sh selftest: prevent interpretation of escape sequences in test_give_owner.sh 2017-10-14 06:02:50 +02:00
test_groupmap.sh
test_guest_auth.sh tests: add a test for guest authentication 2019-06-05 15:40:24 +00:00
test_homes.sh s3:tests: Add test for checking that root is not allowed as home dir 2018-12-05 05:22:43 +01:00
test_inherit_owner.sh selftest: fix a flapping test 2019-12-05 17:14:46 +00:00
test_itime.sh selftest: add a test that itime is not set when setting DOS attrs 2019-07-01 23:21:07 +00:00
test_large_acl.sh selftest: test fetching a large ACL from vfs_acl_xattr 2017-04-18 00:43:20 +02:00
test_libwbclient_threads.sh nsswitch: Run nsswitch thread test 2018-11-01 05:06:23 +01:00
test_local_s3.sh build: Remove build of replacetort 2019-05-06 05:46:10 +00:00
test_net_cache_samlogon.sh s3/tests: add a net cache samlogon test 2017-07-04 13:11:16 +02:00
test_net_conf.sh selftest: Add test for case-preserving in 'net [rpc] conf showshare' 2019-05-23 23:26:14 +00:00
test_net_cred_change.sh s3:test: Always validate the join after changing the secret 2018-01-14 17:38:26 +01:00
test_net_dom_join_fail_dc.sh
test_net_misc.sh s3/script/tests: Add simple test for net share list 2019-12-05 17:14:47 +00:00
test_net_registry_check.sh
test_net_registry_import.sh s3: net: Test of fuzzer problems with net rpc registry import. 2019-05-15 23:08:58 +00:00
test_net_registry_roundtrip.sh
test_net_registry.sh
test_net_rpc_join_creds.sh New testcase samba3.blackbox.net_rpc_join_creds 2018-11-30 03:35:13 +01:00
test_net_rpc_join.sh
test_net_rpc_oldjoin.sh selftest: Woraround uid wrapper issues when using bash shell 2019-03-22 14:03:19 +00:00
test_net_rpc_share_allowedusers.sh Add simple tests for net rpc share allowedusers 2018-11-30 03:35:13 +01:00
test_net_tdb.sh s3:tests: Fix test_net_tdb.sh with system tdb-tools 2018-01-10 18:30:56 +01:00
test_net_usershare.sh s3:tests: Add blackbox test for 'net usershare' 2017-06-27 16:57:42 +02:00
test_offline.sh s3:tests: fix commment typo in the offline test 2017-04-13 02:44:38 +02:00
test_open_eintr.sh test: Show that smbd does not handle EINTR from open() correctly 2020-02-20 20:48:29 +00:00
test_preserve_case.sh s3/script/tests: Allow test script to accept option protocol list 2019-12-05 17:14:46 +00:00
test_pthreadpool.sh
test_registry_upgrade.sh s3:tests: Set missing directories for test_registry_upgrade.sh 2016-11-16 00:20:06 +01:00
test_resolvconf.sh libcli/dns: Add resolv.conf parsing 2019-01-15 07:53:21 +01:00
test_rpcclient_lookup.sh selftest: Add test for rpcclient LSA lookup calls 2020-03-11 09:52:44 +00:00
test_rpcclient_netsessenum.sh selftest: Add testcase for querying sessions after smbd crash 2018-04-25 19:59:13 +02:00
test_rpcclient_pw_nt_hash.sh s3:selftest add a test for rpcclient --pw-nt-hash option 2016-05-12 14:03:10 +02:00
test_rpcclient_samlogon.sh selftest: Add more RODC tests to avoid regressions here 2017-03-27 20:08:18 +02:00
test_rpcclient.sh
test_rpcclientsrvsvc.sh
test_shadow_copy_torture.sh s3:selftest: add a VSS test reading a stream 2018-11-27 07:13:13 +01:00
test_shadow_copy.sh selftest: add a test for accessing previous version of directories with snapdirseverywhere 2017-07-08 00:33:51 +02:00
test_shareenum.sh selftest: test access based share enum parameter 2016-03-02 23:51:55 +01:00
test_sharesec.sh test3: Fix usage check for test_sharesec.sh 2020-01-14 19:17:28 +00:00
test_smb2_not_casesensitive.sh selftest: test for case insensitivity over SMB2/SMB3 2016-05-04 01:28:23 +02:00
test_smbclient_auth.sh s3:tests: Set/return $failed in test_smbclient_auth.sh 2019-02-20 00:37:14 +01:00
test_smbclient_basic.sh s3:test_smbclient_basic.sh: make use of $incdir/common_test_fns.inc 2017-06-27 16:57:42 +02:00
test_smbclient_encryption_off.sh selftest: add test for global "smb encrypt=off" 2017-01-27 22:00:17 +01:00
test_smbclient_krb5.sh
test_smbclient_large_file.sh s3-selftest: fix creation of large file 2017-12-09 02:56:18 +01:00
test_smbclient_machine_auth.sh s3:tests: Remove the -I SERVER_IP so that Kerberos auth works 2019-12-09 10:11:31 +00:00
test_smbclient_netbios_aliases.sh s3-tests: Use common functions in test_smbclient_netbios_aliases.sh 2017-04-29 23:31:08 +02:00
test_smbclient_ntlm.sh s3/selftest: allow samba3.blackbox.smbclient_ntlm.plain run SMB1 & SMB3 2019-12-05 17:14:46 +00:00
test_smbclient_s3.sh s3/script/tests: Use protocol param passed to selectively run tests 2019-12-05 17:14:46 +00:00
test_smbclient_tarmode.pl Spelling fixes s/hierachy/hierarchy/ 2019-09-01 22:21:26 +00:00
test_smbclient_tarmode.sh s3:tests: Do not delete the contets of LOCAL_PATH with tarmode test 2017-06-27 16:57:42 +02:00
test_smbcquota.py PEP8: fix E128: continuation line under-indented for visual indent 2018-09-06 15:50:17 +02:00
test_smbcquota.sh s3/script/tests: Add simple (smb1 & smb2) get/set/list tests for smbcquotas 2018-07-31 16:56:25 +02:00
test_smbd_error.sh s3:tests: Skip smbd error test if we do not log to stdout 2018-03-03 00:01:23 +01:00
test_smbd_no_krb5.sh selftest: s3: add a test for spnego downgrade from krb5 to ntlm 2019-10-12 14:33:32 +00:00
test_smbget.sh s3:utils/smbget fix recursive download with empty source directories 2018-10-26 09:58:07 +02:00
test_smbpasswd.sh s3:tests: Add test for changing the local user password with smbpasswd 2017-08-23 17:05:48 +02:00
test_smbspool.sh s3:smbspool_krb5_wrapper: ignore unknown values of AUTH_INFO_REQUIRED 2019-12-09 12:48:45 +00:00
test_smbstatus.sh s3:tests: Add test for smbstatus and smbstatus --resolve_uids 2019-03-27 14:33:35 +00:00
test_smbtorture_s3.sh selftest: Fix usage check of test_smbtorture_s3.sh 2020-03-03 17:48:37 +00:00
test_substitutions.sh s3:tests: Add a subsitution test for %D %u %g 2017-03-30 00:33:13 +02:00
test_success.sh
test_testparm_s3.sh s3:tests: Add test for illegal value detection for 'name resolve order' 2017-04-13 15:20:04 +02:00
test_tevent_glib_glue.sh s3/lib: add a tevent_glib_glue subsystem test 2019-04-24 18:32:14 +00:00
test_timestamps.sh s3:tests: add a blackbox test that confirms broken timestamp behaviour 2019-12-06 00:17:35 +00:00
test_valid_users.sh
test_wbinfo_sids2xids_int.py PY3: change shebang to python3 in misc dirs 2018-12-14 18:00:40 +01:00
test_wbinfo_sids2xids.sh
test_zero_data.sh s3:tests: Add test for manual smbtorture zero-data 2019-07-05 05:02:12 +00:00
timelimit.c
wb_pad.sh