cloudstack/test/integration
dahn bbc1260576
Resource reservation framework (#6694)
This PR addresses parallel resource allocation as a generalization of the problem and solution described in #6644. Instead of the Global lock on the resources a reservation record is created which is added in the resource check count in the ResourceLimitService/ResourceLimitManagerImpl. As a convenience a CheckedReservation is created. This is an implementation of AutoClosable and can be used as a guard in a try-with-resource fashion. The close method of the CheckedReservation wil delete the reservation record.

Co-authored-by: Boris Stoyanov - a.k.a Bobby <bss.stoyanov@gmail.com>
2022-09-16 15:44:35 +05:30
..
broken Fix spelling (#6597) 2022-08-03 15:43:47 +05:30
component api,server: custom dns for guest network (#6425) 2022-09-10 13:05:40 +05:30
plugins .github/linters: Enable flake8 W293 blank line contains whitespace (#6268) 2022-04-15 20:32:52 +05:30
smoke Resource reservation framework (#6694) 2022-09-16 15:44:35 +05:30
testpaths Fix spelling (#6597) 2022-08-03 15:43:47 +05:30
__init__.py Add Python flake8 linting for W291 trailing whitespace with Super-Linter (#4687) 2022-03-28 11:40:26 -03:00