selftest: Add prefix to new schema attributes to avoid flapping dsdb_schema_attributes
commit6590bb0b77c641f0d4686b39c713c1405ffb64f5
authorAndrew Bartlett <abartlet@samba.org>
Sun, 5 Sep 2021 20:52:21 +0000 (6 08:52 +1200)
committerJeremy Allison <jra@samba.org>
Mon, 6 Sep 2021 02:32:51 +0000 (6 02:32 +0000)
treeac2a490861edbc6b771ec76db377601f0ae81e72
parentae57d22e45b33537e9fca5969e9b68abd1ad633f
selftest: Add prefix to new schema attributes to avoid flapping dsdb_schema_attributes

If two of these unit tests run in the same second they could
select the same name, as the name was only based on the time
and a common prefix.

As observed by Jeremy Allison.  Thanks for the report!

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

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Mon Sep  6 02:32:51 UTC 2021 on sn-devel-184
python/samba/tests/dsdb_schema_attributes.py