[scheduler] Move generic Scheduler DB methods out of OStoreDB
Description
Fixes to currently broken CTA_PGSCHED flag compilation of main branch:
- moved the methods below to
SchedulerDatabasebase class since they are Scheduler DB type invariant - removed
OStoreFixureclass existing previously in the tests toSchedulerDatabaseFixture - fixed issues in
GenericSchedulerTest.cpp(compiled only forCTA_PGSCHEDfor now)
testReserveDiskSpace
reserveDiskSpace
getArchiveMountPolicyMaxPriorityMinAge
getHighestPriorityArchiveMountPolicyName
getLowestRequestAgeArchiveMountPolicyName
getRetrieveMountPolicyMaxPriorityMinAge
getHighestPriorityRetrieveMountPolicyName
getLowestRequestAgeRetrieveMountPolicyName
Checklist
-
Documentation reflects the changes made. -
Merge Request title is clear, concise, and suitable as a changelog entry. See this link
References
Closes #1190 (closed)
Edited by Jaroslav Guenther