archiver_test.fail_reasons#

Module Contents#

Classes#

Reason

Possible reasons the data from two archivers for the same PV are different.

Attributes#

class archiver_test.fail_reasons.Reason(*args, **kwds)[source]#

Bases: enum.Enum

Possible reasons the data from two archivers for the same PV are different.

CapacityFull = 'PV fills up buffer capacity'[source]#
SamplingMethod = 'Sampling method different'[source]#
SamplingPeriod = 'Sampling period different'[source]#
CapacityAdjustment = 'Capacity adjustment constant different'[source]#
NoEventsTime = 'No events in time period'[source]#
NotArchiving = 'PV not being archived in one archiver'[source]#
DifferentType = 'The PVs have different types'[source]#
ProtocolDifference = 'Protocol Differences'[source]#
Unknown = 'Unknown'[source]#
archiver_test.fail_reasons.symptoms[source]#