AthenaPoolCnvSvc: Drop hardcoded file size limit of 15 GB
As discussed in ATEAM-776, this MR drops the hardcoded file size limit of 15 GB. The functionality to force a file size limit is still there but AthenaPoolCnvSvc
no longer complains if the user asks for a size larger than 15 GB.
With this change we don't need to do ad-hoc things as in PyJobTransforms/DisableFileSizeLimit.py. There are a handful of places in the (old) configuration where the default is overwritten, e.g. merge skeletons in SimuJobTransforms
but I haven't touched those in this MR.
Merge request reports
Activity
added Database master review-pending-level-1 labels
added 1 commit
- 8f4dd11f - Use std numeric_limits instead of the c-style macro
CI Result FAILURE (hash 8f4dd11f)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 41079] CI Result FAILURE (hash 3544ef81)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 41078]added review-approved label and removed review-pending-level-1 label
mentioned in commit 83022a68
added sweep:ignore label
mentioned in merge request !52433 (merged)