summaryrefslogtreecommitdiff
path: root/selftest/flapping.d
Commit message (Collapse)AuthorAgeFilesLines
* selftest/flapping.d: Add python2 versions for flapping testsNoel Power2018-12-102-0/+2
| | | | | | | | | | | | | Post build & test running under python3 we now run with '--extra-python=/usr/bin/python2', these tests will get python2 appended to the test name so we need also to create new flapping*/* entries for these. We will keep the python3 versions in case we create some CI job(s) with PYTHON=python configure.developer --extra-python=/usr/bin/python3 Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* py3/tests/kcc: turn error into failure for flapping.d/kccDouglas Bagnall2018-10-181-1/+1
| | | | | Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* py3 kcc tests: mark verify test as flappingDouglas Bagnall2018-09-261-0/+1
| | | | | | | | Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 26 23:40:58 CEST 2018 on sn-devel-144
* selftext: Mark py3 visualize test as flappingDouglas Bagnall2018-09-101-0/+2
| | | | | | | | Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Sep 10 16:51:09 CEST 2018 on sn-devel-144
* samba_tool_showrepl_pull_summary_all_good is flappingDouglas Bagnall2018-07-051-0/+1
| | | | | Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* samba-tool showrepl tests: test all-good with --pull-summaryDouglas Bagnall2018-06-281-1/+0
| | | | | | | | | | | We test the all-good case with --pull-summary, which is the only one we can be reasonably certain about. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org> Autobuild-Date(master): Thu Jun 28 09:23:10 CEST 2018 on sn-devel-144
* s4/torture/samba_tool_drs_showrepl: use assertRegexpMatchesDouglas Bagnall2018-06-281-0/+1
| | | | | | | rather than a local rewrite special to this file. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* netlogon: Forward GetDCNameEx2 to winbind via IRPCGarming Sam2018-05-041-0/+2
| | | | | | | | | | | | | | | | Here we simply forward everything without alteration (the same struct is returned). This helps us to fix the case where the DC does not exist in the target site, furthermore, this is supposed to work for trusted domains. In calling out to winbind, we now also notice if you provide a site which exists in multiple domains and provide the correct domain (instead of accidentally returning ourselves). BUG: https://bugzilla.samba.org/show_bug.cgi?id=13365 Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* Mark wbinfo test flappingDouglas Bagnall2018-01-131-0/+1
| | | | | | | | | | please fix and revert Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sat Jan 13 03:01:10 CET 2018 on sn-devel-144
* Mark whoami test flappingDouglas Bagnall2018-01-121-0/+1
| | | | | | | please fix and revert! Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* Mark rfc2307 test flappingDouglas Bagnall2018-01-121-0/+1
| | | | | | | Please fix and revert Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* Revert "selftest: mark samba3.smb2.kernel-oplocks as flapping"Jeremy Allison2017-12-021-4/+0
| | | | | | | | | | | | | The correct fix is in the previous commit, to block the RT_SIGNAL_LEASE until we're ready to receive it. This reverts commit 27bb8814a526adbd22452ce58754d18e1b00d426. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Dec 2 03:50:39 CET 2017 on sn-devel-144
* selftest: mark samba3.smb2.kernel-oplocks as flappingAndrew Bartlett2017-11-301-0/+4
| | | | | | | | | | This flaps on sn-devel occaionally, and more often elsewhere Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Nov 30 09:47:22 CET 2017 on sn-devel-144
* selftest: use an additional directory of knownfail/flapping filesDouglas Bagnall2017-06-031-0/+14
This makes it easier to add a temporary knownfail to cover a patch series. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Jun 3 13:55:41 CEST 2017 on sn-devel-144