summaryrefslogtreecommitdiff
path: root/heat/tests/test_stack_lock.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockSean McGinnis2020-05-051-1/+1
* Fix hacking warningsAndreas Jaeger2020-04-161-1/+1
* Don't always eagerly load the raw_template for a stackZane Bitter2016-10-041-4/+8
* Remove tenant_safe flag from rpc and db apirabi2016-08-161-4/+0
* Add context to stack lock function argumentsSteve Baker2016-06-221-13/+20
* Move some functions to service_utilsRabi Mishra2016-06-011-6/+7
* Allow StackLock to be used as a context managerZane Bitter2016-01-251-0/+26
* Fix stack lock ActionInProgress in the admin caseThomas Herve2015-11-171-2/+22
* replace assert statement with unittest.assertXXXZhiqiang Fan2015-09-281-4/+4
* Move listener rpc client to rpc/listener_client.pyAngus Salkeld2015-06-191-27/+0
* Pass stack id to init stacklockEthan Lynn2015-04-211-36/+55
* Versioned-object StackLockKanagaraj Manickam2015-03-231-36/+52
* Replace mox with mock for stack-lock test casestengqm2015-03-131-72/+47
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Release stack lock when successfully acquirehuangtianhua2015-02-061-1/+13
* Stop patching oslo.messaging private bitsAngus Salkeld2015-01-061-27/+29
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
* Fix H201 violations and re-enable gatingliu-sheng2014-07-111-12/+18
* UnitTests: fix mock assertions usagePavlo Shchelokovskyy2014-07-021-7/+7
* Port to oslo.messagingThomas Herve2014-06-261-68/+50
* Implement context manager for stack lockJason Dunsmore2014-05-291-0/+51
* tests make dummy db setup/reset consistentSteven Hardy2014-04-281-1/+0
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+1
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* | Order imports in alphabetical order (8/9)Pavlo Shchelokovskyy2014-03-271-2/+2
* | Remove decorators for exceptionsSteven Dake2014-03-071-4/+5
|/
* Add a new ThreadGroupManager classJason Dunsmore2014-01-201-23/+24
* Prevent tempest from failing upon ActionInProgressJason Dunsmore2013-12-171-12/+11
* Implement stack-locking for multi-engine supportJason Dunsmore2013-12-101-0/+181
* Revert "Implement stack-locking for multi-engine support"Angus Salkeld2013-11-131-93/+0
* Implement stack-locking for multi-engine supportJason Dunsmore2013-11-121-0/+93