summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/ad_dc_medley_performance.py
Commit message (Expand)AuthorAgeFilesLines
* s4-dsdb:tests: Correctly handle LdbErrorJoseph Sutton2023-03-081-1/+1
* s4-dsdb:tests: Fix AD DC performance testsJoseph Sutton2023-03-081-8/+8
* selftest: source4: fix mutable default argumentsRob van der Linde2023-02-231-1/+3
* selftest: fix typo in test commentRob van der Linde2023-02-231-1/+1
* selftest: fix scope and attrs not passed to searchRob van der Linde2023-02-231-2/+2
* python: Fix usage stringsJoseph Sutton2021-09-041-1/+1
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* paged_search: perf testing paged searchAaron Haslett2019-03-291-2/+9
* PY3: change shebang to python3 in source4/dsdb dirJoe Guo2018-12-141-1/+1
* s4/dsdb/pytest/ad_dc_medley: do not use xrangeDouglas Bagnall2018-10-251-1/+1
* s4/dsdb/pytests: Py3 compatitble except clausesDouglas Bagnall2018-10-251-1/+2
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-1/+1
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-241-1/+1
* perftest: ad_dc_medley failing base search failed to catch exceptionDouglas Bagnall2018-05-051-4/+9
* s3/dsdb: convert print func to be py2/py3 compatibleNoel Power2018-03-231-8/+13
* dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-1/+2
* perftest: add a new medley testDouglas Bagnall2017-06-231-0/+501