SDP-889

robert_cowham (Robert Cowham)
Robert Cowham created this job , modified by C. Thomas Tyler
Open
verify_sdp.sh needs to validate db.config root vs offline_db

Drift in the values in db.config are dangerous should we switch - need to be detected and reported!

Obviously only appropriate for commit/edge not other replica types.
  • Details
  • Comments -
Status
Open
Project
perforce-software-sdp
Severity
A
Reported By
Robert Cowham
Reported Date
Modified By
C. Thomas Tyler
Modified Date
Owned By
robert_cowham
Dev Notes
Since data drift between P4ROOT and offline_db occurs whenever a 'p4 configure' set command is done
until the next journal rotation and replay occurs, we'll make this a special 'extra' check only done
when requested with '-extra drift'. The '-extra' option will work like '-skip', referencing a set of
checks. Somewhat the opposite of '-skip', '-extra' will checks not done by default but that can be
requested.

Envisioned usage is to be called by refresh_P4ROOT_from_offline_db.sh just before the DB swap occurs.
Component
core-unix
Type
Feature