You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Commit 5a0a09e removed support for serialising the transfermanager
state in a database. Unfortunately, the commit failed to update
system-test (which configures transfermanagers to use a database) and
the hsqldb configuration. The commit also had a few (minor) stylistic
and syntactic issues.
Modification:
Disable the use of a database in system-test for the transfermanagers
service.
Remove hsqldb-specific configuration for transfermanagers db.
Mark the `transfermanagers.enable.db` property obsolete.
Fix the multi-annotated property to use the correct syntax:
`(obsolete)(prefix)` to `(obsolete,prefix)`.
Move obsolete properties to the end of the defaults file.
Result:
System-test now builds.
Target: master
Requires-notes: yes
Requires-book: no
Request: 11.1
Request: 11.0
Request: 10.2
Request: 10.1
Patch: https://rb.dcache.org/r/14565/
Acked-by: Tigran Mkrtchyan
0 commit comments