summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/common/test_hash_ring.py
Commit message (Expand)AuthorAgeFilesLines
* Use monotonic time for hashring resetKaifeng Wang2023-05-071-1/+1
* Bye-bye iSCSI deploy, you served us wellDmitry Tantsur2021-05-041-3/+3
* Register all hardware_interfaces togetherDerek Higgins2021-01-081-3/+18
* Fix a race condition in the hash ring codeDmitry Tantsur2020-09-281-2/+5
* Fixes a race condition in the hash ring codeDmitry Tantsur2018-10-051-16/+29
* Simplify hash ring testsJim Rollenhagen2018-07-251-6/+5
* Use conductor group for hash ring calculationsJim Rollenhagen2018-07-231-13/+62
* Remove support for creating and loading classic driversDmitry Tantsur2018-07-021-9/+4
* Add hardware types to the hash ringJim Rollenhagen2017-01-191-2/+10
* Move to tooz hash ring implementationJim Rollenhagen2017-01-191-189/+1
* Fix race in hash ring refresh unit testJim Rollenhagen2016-03-231-1/+1
* Use assertEqual/Greater/Less/IsNoneBéla Vancsics2016-03-011-2/+2
* Merge "Move ironic.tests.unit.base to ironic.tests.base"Jenkins2015-10-231-1/+1
|\
| * Move ironic.tests.unit.base to ironic.tests.baseJohn L. Villalovos2015-10-221-1/+1
* | Move hash_ring refresh logic out of sync_local_stateZhenguo Niu2015-10-231-0/+12
|/
* Prepare for functional testingJohn L. Villalovos2015-09-281-0/+251