-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup of dependencies from CondDBv1 code by moving to CondDBv2, and new interface for logging and FronTier security #13012
Cleanup of dependencies from CondDBv1 code by moving to CondDBv2, and new interface for logging and FronTier security #13012
Conversation
…ameter is set to sig, FroNTier requests that the server sends digital signatures on every response. Add frontier security option as a string data member in ConnectionPool, and define appropriate setter. The frontier security option is turned on for all sessions using the same ConnectionPool for configuring the server access via CORAL. Add FroNTier security option in DBParameters PSet of CondDB setup. Put a default value for the authentication path in ConnectionPool. When setting connection parameters from a ParameterSet in ConnectionPool, if a parameter is not defined, keep the values already set in the data members (i.e. default if no other setters called, or the ones currently available). Removed duplicated code for setting table time to live parameters of Condition schema in ConnectionPool. Removed the unused dbFormat parameter in CondDB_cfi.py as we only support CondDBv2, and dropped unused CondDBboost_cfi. New unit test for ConnectionPool. Add a warning about unsupported connection strings. Conflicts: CondCore/CondDB/src/ConnectionPool.cc CondCore/CondDB/src/DbConnectionString.cc
…DBSetup for CondDBv1.
…ugins in CondCore/CondDB
A new Pull Request was created by @ggovi for CMSSW_8_0_X. It involves the following packages: Alignment/CocoaApplication @diguida, @cerminar, @cmsbuild, @franzoni, @ggovi, @mmusich, @mulhearn, @davidlange6 can you please review it and eventually sign? Thanks. Following commands in first line of a comment are recognized
|
please test |
The tests are being triggered in jenkins. |
@davidlange6 |
+1 |
+1 |
Cleanup of dependencies from CondDBv1 code by moving to CondDBv2, and new interface for logging and FronTier security
This had some disastrous effect, |
backing out again (lets understand why our build checks aren't catching this via developer builds / PR tests. |
Removals. Because IBs / patch releases are based on other releases, whatever is removed is still found in base release. |
@ggovi as privately discussed RelVals were failing because of this:
|
CondCore/DBCommon
,CondCore/ORA
,CondCore/MetaDataService
,CondCore/TagCollection
, in particular inConfiguration/StandardSequences/python/FrontierConditions_GlobalTag_cfi.py
used bycmsDriver
to set up condition access.TagLog
functionalitystring
data member inConnectionPool
or the corresponding parameter in aParameterSet
. An unit test has been added. The default is""
, so the current behaviour is kept.