Commencing unit tests of SamFile and related utilities. make one attrChecker locally make sure we can marshal/unmarshal the structure get attributes from dbServer update local copy Ok, now let's have some fun. Let's make some files. =========================================================================== Testing NON-PHYSICS-GENERIC METADATA INCOMING METADATA DICTIONARY: CaseInsensitiveDictionary({ 'crcType' : 'unknown crc type', 'crcValue' : 'unknown crc value', 'fileContentStatus' : 'unknown status', 'fileFormat' : 'unknown file format', 'fileId' : 0, 'fileName' : 'NonPhysicsFile_12345', 'fileSize' : '10g', 'fileType' : 'nonPhysicsGeneric', }) Check the fileTypes for which this should be VALID metadata: Metadata for class 'nonPhysicsGeneric' being tested against class 'NonPhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'NonPhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'NonPhysicsFile_12345' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Check the fileTypes for which this should NOT be LOCALLY VALID: Metadata for class 'nonPhysicsGeneric' being tested against class 'PhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'PhysicsGenericFile': Invalid metadata specified for file 'NonPhysicsFile_12345' of type 'physicsGeneric': missing required attribute 'dataTier' Metadata for class 'nonPhysicsGeneric' being tested against class 'ImportedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedColliderFile': Invalid metadata specified for file 'NonPhysicsFile_12345' of type 'colliderImport': missing required attribute 'endTime' missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'datastream' missing required attribute 'applicationFamily' missing required attribute 'startTime' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'filePartition' missing required attribute 'lowRun' Metadata for class 'nonPhysicsGeneric' being tested against class 'DerivedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedColliderFile': Invalid metadata specified for file 'NonPhysicsFile_12345' of type 'derivedCollider': missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'group' missing required attribute 'applicationFamily' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'dataTier' missing required attribute 'lowRun' missing required attribute 'parents' missing required attribute 'processId' Metadata for class 'nonPhysicsGeneric' being tested against class 'ImportedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedSimulatedFile': Invalid metadata specified for file 'NonPhysicsFile_12345' of type 'simulationImport': missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'group' missing required attribute 'params' missing required attribute 'applicationFamily' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'dataTier' missing required attribute 'lowRun' Metadata for class 'nonPhysicsGeneric' being tested against class 'DerivedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedSimulatedFile': Invalid metadata specified for file 'NonPhysicsFile_12345' of type 'derivedSimulation': missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'group' missing required attribute 'params' missing required attribute 'applicationFamily' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'dataTier' missing required attribute 'lowRun' missing required attribute 'parents' missing required attribute 'processId' Metadata for class 'nonPhysicsGeneric' being tested against class 'DataSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DataSetFile': Invalid metadata specified for file 'NonPhysicsFile_12345' of type 'DataSet': missing required attribute 'group' missing required attribute 'applicationFamily' missing required attribute 'dataTier' Metadata for class 'nonPhysicsGeneric' being tested against class 'FileSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'FileSetFile': Invalid metadata specified for file 'NonPhysicsFile_12345' of type 'Fileset': missing required attribute 'group' missing required attribute 'applicationFamily' missing required attribute 'dataTier' missing required attribute 'parents' =========================================================================== =========================================================================== Testing PHYSICS-GENERIC METADATA INCOMING METADATA DICTIONARY: CaseInsensitiveDictionary({ 'crcType' : 'unknown crc type', 'crcValue' : 'unknown crc value', 'dataTier' : 'DataTierHere', 'fileContentStatus' : 'unknown status', 'fileFormat' : 'unknown file format', 'fileId' : 0, 'fileName' : 'PhysicsGenericFile_alpha', 'fileSize' : '10g', 'fileType' : 'physicsGeneric', }) Check the fileTypes for which this should be VALID metadata: Metadata for class 'physicsGeneric' being tested against class 'NonPhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'NonPhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'PhysicsGenericFile_alpha' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Unrecognized dataTier 'DataTierHere' Metadata for class 'physicsGeneric' being tested against class 'PhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'PhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'PhysicsGenericFile_alpha' of type 'physicsGeneric': Unrecognized dataTier 'DataTierHere' Check the fileTypes for which this should NOT be LOCALLY VALID: Metadata for class 'physicsGeneric' being tested against class 'ImportedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedColliderFile': Invalid metadata specified for file 'PhysicsGenericFile_alpha' of type 'colliderImport': missing required attribute 'endTime' missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'datastream' missing required attribute 'applicationFamily' missing required attribute 'startTime' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'filePartition' missing required attribute 'lowRun' Metadata for class 'physicsGeneric' being tested against class 'DerivedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedColliderFile': Invalid metadata specified for file 'PhysicsGenericFile_alpha' of type 'derivedCollider': missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'group' missing required attribute 'applicationFamily' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'lowRun' missing required attribute 'parents' missing required attribute 'processId' Metadata for class 'physicsGeneric' being tested against class 'ImportedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedSimulatedFile': Invalid metadata specified for file 'PhysicsGenericFile_alpha' of type 'simulationImport': missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'group' missing required attribute 'params' missing required attribute 'applicationFamily' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'lowRun' Metadata for class 'physicsGeneric' being tested against class 'DerivedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedSimulatedFile': Invalid metadata specified for file 'PhysicsGenericFile_alpha' of type 'derivedSimulation': missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'group' missing required attribute 'params' missing required attribute 'applicationFamily' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'lowRun' missing required attribute 'parents' missing required attribute 'processId' Metadata for class 'physicsGeneric' being tested against class 'DataSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DataSetFile': Invalid metadata specified for file 'PhysicsGenericFile_alpha' of type 'DataSet': missing required attribute 'group' missing required attribute 'applicationFamily' Metadata for class 'physicsGeneric' being tested against class 'FileSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'FileSetFile': Invalid metadata specified for file 'PhysicsGenericFile_alpha' of type 'Fileset': missing required attribute 'group' missing required attribute 'applicationFamily' missing required attribute 'parents' =========================================================================== =========================================================================== Testing IMPORTED COLLIDER METADATA INCOMING METADATA DICTIONARY: CaseInsensitiveDictionary({ 'applicationFamily' : ApplicationFamily('appFamily', 'appName', 'appVersion'), 'crcType' : 'unknown crc type', 'crcValue' : 'unknown crc value', 'dataTier' : 'DataTierHere', 'datastream' : 'physical datastream name or id', 'endTime' : '12-Aug-2003', 'eventCount' : 11, 'fileContentStatus' : 'unknown status', 'fileFormat' : 'unknown file format', 'fileId' : 0, 'fileName' : 'ColliderImportFile_123', 'filePartition' : 1, 'fileSize' : '10g', 'fileType' : 'colliderImport', 'firstEvent' : 10, 'group' : 'workGroupInCharge', 'highRun' : 5, 'lastEvent' : 20, 'lowRun' : 1, 'startTime' : '10-Aug-2003', }) Check the fileTypes for which this should be VALID metadata: Metadata for class 'colliderImport' being tested against class 'NonPhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'NonPhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'ColliderImportFile_123' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Metadata for class 'colliderImport' being tested against class 'PhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'PhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'ColliderImportFile_123' of type 'physicsGeneric': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Metadata for class 'colliderImport' being tested against class 'ImportedColliderFile' Metadata locally verified (existence requirements pass as predicted) for class 'ImportedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'ColliderImportFile_123' of type 'colliderImport': Unrecognized fileType 'colliderImport' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Metadata for class 'colliderImport' being tested against class 'DataSetFile' Metadata locally verified (existence requirements pass as predicted) for class 'DataSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'ColliderImportFile_123' of type 'DataSet': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Check the fileTypes for which this should NOT be LOCALLY VALID: Metadata for class 'colliderImport' being tested against class 'DerivedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedColliderFile': Invalid metadata specified for file 'ColliderImportFile_123' of type 'derivedCollider': missing required attribute 'parents' missing required attribute 'processId' Metadata for class 'colliderImport' being tested against class 'ImportedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedSimulatedFile': Invalid metadata specified for file 'ColliderImportFile_123' of type 'simulationImport': missing required attribute 'params' Metadata for class 'colliderImport' being tested against class 'DerivedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedSimulatedFile': Invalid metadata specified for file 'ColliderImportFile_123' of type 'derivedSimulation': missing required attribute 'params' missing required attribute 'parents' missing required attribute 'processId' Metadata for class 'colliderImport' being tested against class 'FileSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'FileSetFile': Invalid metadata specified for file 'ColliderImportFile_123' of type 'Fileset': missing required attribute 'parents' =========================================================================== =========================================================================== Testing DERIVED COLLIDER METADATA INCOMING METADATA DICTIONARY: CaseInsensitiveDictionary({ 'applicationFamily' : ApplicationFamily('appFamily', 'appName', 'appVersion'), 'crcType' : 'unknown crc type', 'crcValue' : 'unknown crc value', 'dataTier' : 'DataTierHere', 'eventCount' : 11, 'fileContentStatus' : 'unknown status', 'fileFormat' : 'unknown file format', 'fileId' : 0, 'fileName' : 'DerivedColliderFile_abc', 'fileSize' : '10g', 'fileType' : 'derivedCollider', 'firstEvent' : 10, 'group' : 'workGroupInCharge', 'highRun' : 5, 'lastEvent' : 20, 'lowRun' : 1, 'parents' : ['parentFile1', 'parentFile2'], 'processId' : 100, }) Check the fileTypes for which this should be VALID metadata: Metadata for class 'derivedCollider' being tested against class 'NonPhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'NonPhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Metadata for class 'derivedCollider' being tested against class 'PhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'PhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'physicsGeneric': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Metadata for class 'derivedCollider' being tested against class 'DerivedColliderFile' Metadata locally verified (existence requirements pass as predicted) for class 'DerivedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'derivedCollider': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Metadata for class 'derivedCollider' being tested against class 'DataSetFile' Metadata locally verified (existence requirements pass as predicted) for class 'DataSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'DataSet': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Metadata for class 'derivedCollider' being tested against class 'FileSetFile' Metadata locally verified (existence requirements pass as predicted) for class 'FileSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'Fileset': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Check the fileTypes for which this should NOT be LOCALLY VALID: Metadata for class 'derivedCollider' being tested against class 'ImportedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedColliderFile': Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'colliderImport': missing required attribute 'endTime' missing required attribute 'datastream' missing required attribute 'startTime' missing required attribute 'filePartition' Metadata for class 'derivedCollider' being tested against class 'ImportedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedSimulatedFile': Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'simulationImport': missing required attribute 'params' Metadata for class 'derivedCollider' being tested against class 'DerivedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedSimulatedFile': Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'derivedSimulation': missing required attribute 'params' =========================================================================== =========================================================================== Testing IMPORTED SIMULATED METADATA INCOMING METADATA DICTIONARY: CaseInsensitiveDictionary({ 'applicationFamily' : ApplicationFamily('appFamily', 'appName', 'appVersion'), 'crcType' : 'unknown crc type', 'crcValue' : 'unknown crc value', 'dataTier' : 'DataTierHere', 'eventCount' : 11, 'fileContentStatus' : 'unknown status', 'fileFormat' : 'unknown file format', 'fileId' : 0, 'fileName' : 'SimulatedImportFile_246', 'fileSize' : '10g', 'fileType' : 'simulationImport', 'firstEvent' : 10, 'group' : 'workGroupInCharge', 'highRun' : 5, 'lastEvent' : 20, 'lowRun' : 1, 'params' : CaseInsensitiveDictionary({ 'Global' : CaseInsensitiveDictionary({ 'global' : 'params', 'go' : 'here', }), 'Simulated' : CaseInsensitiveDictionary({ 'go' : 'here', 'other' : 'params', }), }), }) Check the fileTypes for which this should be VALID metadata: Metadata for class 'simulationImport' being tested against class 'NonPhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'NonPhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'SimulatedImportFile_246' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) Metadata for class 'simulationImport' being tested against class 'PhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'PhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'SimulatedImportFile_246' of type 'physicsGeneric': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) Metadata for class 'simulationImport' being tested against class 'ImportedSimulatedFile' Metadata locally verified (existence requirements pass as predicted) for class 'ImportedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'SimulatedImportFile_246' of type 'simulationImport': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) Metadata for class 'simulationImport' being tested against class 'DataSetFile' Metadata locally verified (existence requirements pass as predicted) for class 'DataSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'SimulatedImportFile_246' of type 'DataSet': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) Check the fileTypes for which this should NOT be LOCALLY VALID: Metadata for class 'simulationImport' being tested against class 'DerivedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedSimulatedFile': Invalid metadata specified for file 'SimulatedImportFile_246' of type 'derivedSimulation': missing required attribute 'parents' missing required attribute 'processId' Metadata for class 'simulationImport' being tested against class 'ImportedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedColliderFile': Invalid metadata specified for file 'SimulatedImportFile_246' of type 'colliderImport': missing required attribute 'endTime' missing required attribute 'datastream' missing required attribute 'startTime' missing required attribute 'filePartition' Metadata for class 'simulationImport' being tested against class 'DerivedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedColliderFile': Invalid metadata specified for file 'SimulatedImportFile_246' of type 'derivedCollider': missing required attribute 'parents' missing required attribute 'processId' Metadata for class 'simulationImport' being tested against class 'FileSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'FileSetFile': Invalid metadata specified for file 'SimulatedImportFile_246' of type 'Fileset': missing required attribute 'parents' =========================================================================== =========================================================================== Testing DERIVED SIMULATED METADATA INCOMING METADATA DICTIONARY: CaseInsensitiveDictionary({ 'applicationFamily' : ApplicationFamily('appFamily', 'appName', 'appVersion'), 'crcType' : 'unknown crc type', 'crcValue' : 'unknown crc value', 'dataTier' : 'DataTierHere', 'eventCount' : 11, 'fileContentStatus' : 'unknown status', 'fileFormat' : 'unknown file format', 'fileId' : 0, 'fileName' : 'SimulatedDerivedFile_beta', 'fileSize' : '10g', 'fileType' : 'derivedSimulation', 'firstEvent' : 10, 'group' : 'workGroupInCharge', 'highRun' : 5, 'lastEvent' : 20, 'lowRun' : 1, 'params' : CaseInsensitiveDictionary({ 'Global' : CaseInsensitiveDictionary({ 'global' : 'params', 'go' : 'here', }), 'Simulated' : CaseInsensitiveDictionary({ 'go' : 'here', 'other' : 'params', }), }), 'parents' : ['simFile1', 'simFile2'], 'processId' : 105, }) Check the fileTypes for which this should be VALID metadata: Metadata for class 'derivedSimulation' being tested against class 'NonPhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'NonPhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'SimulatedDerivedFile_beta' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 105 Undeclared ancestors: simFile1, simFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) Metadata for class 'derivedSimulation' being tested against class 'PhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'PhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'SimulatedDerivedFile_beta' of type 'physicsGeneric': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 105 Undeclared ancestors: simFile1, simFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) Metadata for class 'derivedSimulation' being tested against class 'DerivedSimulatedFile' Metadata locally verified (existence requirements pass as predicted) for class 'DerivedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'SimulatedDerivedFile_beta' of type 'derivedSimulation': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 105 Undeclared ancestors: simFile1, simFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) Metadata for class 'derivedSimulation' being tested against class 'ImportedSimulatedFile' Metadata locally verified (existence requirements pass as predicted) for class 'ImportedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'SimulatedDerivedFile_beta' of type 'simulationImport': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 105 Undeclared ancestors: simFile1, simFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) Metadata for class 'derivedSimulation' being tested against class 'DerivedColliderFile' Metadata locally verified (existence requirements pass as predicted) for class 'DerivedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'SimulatedDerivedFile_beta' of type 'derivedCollider': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 105 Undeclared ancestors: simFile1, simFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) Metadata for class 'derivedSimulation' being tested against class 'DataSetFile' Metadata locally verified (existence requirements pass as predicted) for class 'DataSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'SimulatedDerivedFile_beta' of type 'DataSet': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 105 Undeclared ancestors: simFile1, simFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) Metadata for class 'derivedSimulation' being tested against class 'FileSetFile' Metadata locally verified (existence requirements pass as predicted) for class 'FileSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'SimulatedDerivedFile_beta' of type 'Fileset': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 105 Undeclared ancestors: simFile1, simFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) Check the fileTypes for which this should NOT be LOCALLY VALID: Metadata for class 'derivedSimulation' being tested against class 'ImportedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedColliderFile': Invalid metadata specified for file 'SimulatedDerivedFile_beta' of type 'colliderImport': missing required attribute 'endTime' missing required attribute 'datastream' missing required attribute 'startTime' missing required attribute 'filePartition' =========================================================================== =========================================================================== Testing DATASET METADATA INCOMING METADATA DICTIONARY: CaseInsensitiveDictionary({ 'applicationFamily' : ApplicationFamily('appFamily', 'appName', 'appVersion'), 'crcType' : 'unknown crc type', 'crcValue' : 'unknown crc value', 'dataTier' : 'DataTierHere', 'fileContentStatus' : 'unknown status', 'fileFormat' : 'unknown file format', 'fileId' : 0, 'fileName' : 'CDF DataSet VirtualFileName here', 'fileSize' : '10g', 'fileType' : 'DataSet', 'group' : 'workGroupInCharge', }) Check the fileTypes for which this should be VALID metadata: Metadata for class 'DataSet' being tested against class 'NonPhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'NonPhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'CDF DataSet VirtualFileName here' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Metadata for class 'DataSet' being tested against class 'PhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'PhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'CDF DataSet VirtualFileName here' of type 'physicsGeneric': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Metadata for class 'DataSet' being tested against class 'DataSetFile' Metadata locally verified (existence requirements pass as predicted) for class 'DataSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'CDF DataSet VirtualFileName here' of type 'DataSet': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Check the fileTypes for which this should NOT be LOCALLY VALID: Metadata for class 'DataSet' being tested against class 'ImportedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedColliderFile': Invalid metadata specified for file 'CDF DataSet VirtualFileName here' of type 'colliderImport': missing required attribute 'endTime' missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'datastream' missing required attribute 'startTime' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'filePartition' missing required attribute 'lowRun' Metadata for class 'DataSet' being tested against class 'DerivedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedColliderFile': Invalid metadata specified for file 'CDF DataSet VirtualFileName here' of type 'derivedCollider': missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'lowRun' missing required attribute 'parents' missing required attribute 'processId' Metadata for class 'DataSet' being tested against class 'ImportedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedSimulatedFile': Invalid metadata specified for file 'CDF DataSet VirtualFileName here' of type 'simulationImport': missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'params' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'lowRun' Metadata for class 'DataSet' being tested against class 'DerivedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedSimulatedFile': Invalid metadata specified for file 'CDF DataSet VirtualFileName here' of type 'derivedSimulation': missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'params' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'lowRun' missing required attribute 'parents' missing required attribute 'processId' Metadata for class 'DataSet' being tested against class 'FileSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'FileSetFile': Invalid metadata specified for file 'CDF DataSet VirtualFileName here' of type 'Fileset': missing required attribute 'parents' =========================================================================== =========================================================================== Testing FILESET METADATA INCOMING METADATA DICTIONARY: CaseInsensitiveDictionary({ 'applicationFamily' : ApplicationFamily('appFamily', 'appName', 'appVersion'), 'crcType' : 'unknown crc type', 'crcValue' : 'unknown crc value', 'dataTier' : 'DataTierHere', 'fileContentStatus' : 'unknown status', 'fileFormat' : 'unknown file format', 'fileId' : 0, 'fileName' : 'CDF FileSet VirtualFileName here', 'fileSize' : '10g', 'fileType' : 'Fileset', 'group' : 'workGroupInCharge', 'parents' : ['datasetParentFile1'], }) Check the fileTypes for which this should be VALID metadata: Metadata for class 'Fileset' being tested against class 'NonPhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'NonPhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'CDF FileSet VirtualFileName here' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Undeclared ancestors: datasetParentFile1 Metadata for class 'Fileset' being tested against class 'PhysicsGenericFile' Metadata locally verified (existence requirements pass as predicted) for class 'PhysicsGenericFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'CDF FileSet VirtualFileName here' of type 'physicsGeneric': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Undeclared ancestors: datasetParentFile1 Metadata for class 'Fileset' being tested against class 'DataSetFile' Metadata locally verified (existence requirements pass as predicted) for class 'DataSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'CDF FileSet VirtualFileName here' of type 'DataSet': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Undeclared ancestors: datasetParentFile1 Metadata for class 'Fileset' being tested against class 'FileSetFile' Metadata locally verified (existence requirements pass as predicted) for class 'FileSetFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check validation... ... metadata is invalid (as could be expected), and here's str(ex.args): Invalid metadata specified for file 'CDF FileSet VirtualFileName here' of type 'Fileset': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Undeclared ancestors: datasetParentFile1 Check the fileTypes for which this should NOT be LOCALLY VALID: Metadata for class 'Fileset' being tested against class 'ImportedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedColliderFile': Invalid metadata specified for file 'CDF FileSet VirtualFileName here' of type 'colliderImport': missing required attribute 'endTime' missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'datastream' missing required attribute 'startTime' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'filePartition' missing required attribute 'lowRun' Metadata for class 'Fileset' being tested against class 'DerivedColliderFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedColliderFile': Invalid metadata specified for file 'CDF FileSet VirtualFileName here' of type 'derivedCollider': missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'lowRun' missing required attribute 'processId' Metadata for class 'Fileset' being tested against class 'ImportedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'ImportedSimulatedFile': Invalid metadata specified for file 'CDF FileSet VirtualFileName here' of type 'simulationImport': missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'params' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'lowRun' Metadata for class 'Fileset' being tested against class 'DerivedSimulatedFile' ... passthrough to dbServer and back to test marshalling/unmarshalling, make sure it's still the same file ... ... check local verification (NOT validation)... Metadata existence requirements fail as prediced for class 'DerivedSimulatedFile': Invalid metadata specified for file 'CDF FileSet VirtualFileName here' of type 'derivedSimulation': missing required attribute 'firstEvent' missing required attribute 'eventCount' missing required attribute 'params' missing required attribute 'highRun' missing required attribute 'lastEvent' missing required attribute 'lowRun' missing required attribute 'processId' =========================================================================== =========================================================================== NOW, the hardest part of all: faulty (rather than missing) metadata. testing faulty metadata for attribute 'endTime' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'endTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'endTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'endTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'endTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'endTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'endTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'endTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'endTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime =========================================================== testing faulty metadata for attribute 'firstEvent' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'firstEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'firstEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'firstEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'firstEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'firstEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'firstEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'firstEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'firstEvent': Input arg 'NotAnythingValid' cannot be converted to type long =========================================================== testing faulty metadata for attribute 'lumSumOnline' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOnline': Input arg 'NotAnythingValid' cannot be converted to type long ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOnline': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOnline': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOnline': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOnline': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOnline': Input arg 'NotAnythingValid' cannot be converted to type long ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOnline': Input arg 'NotAnythingValid' cannot be converted to type long ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOnline': Input arg 'NotAnythingValid' cannot be converted to type long =========================================================== testing faulty metadata for attribute 'crc' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'crc': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CRC.CRC ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'crc': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CRC.CRC ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'crc': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CRC.CRC ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'crc': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CRC.CRC ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'crc': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CRC.CRC ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'crc': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CRC.CRC ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'crc': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CRC.CRC ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'crc': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CRC.CRC =========================================================== testing faulty metadata for attribute 'fileType' ok NonPhysicsGenericFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok PhysicsGenericFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'physicsGeneric': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok ImportedSimulatedFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'simulationImport': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok DerivedSimulatedFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'derivedSimulation': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok ImportedColliderFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'colliderImport': Unrecognized fileType 'colliderImport' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok DerivedColliderFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'derivedCollider': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok DataSetFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'DataSet': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok FileSetFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'Fileset': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) =========================================================== testing faulty metadata for attribute 'eventCount' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'eventCount': Input arg 'NotAnythingValid' cannot be converted to type long ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'eventCount': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'eventCount': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'eventCount': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'eventCount': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'eventCount': Input arg 'NotAnythingValid' cannot be converted to type long ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'eventCount': Input arg 'NotAnythingValid' cannot be converted to type long ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'eventCount': Input arg 'NotAnythingValid' cannot be converted to type long =========================================================== testing faulty metadata for attribute 'datastream' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'datastream': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'datastream': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'datastream': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'datastream': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'datastream': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'datastream': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'datastream': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'datastream': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId =========================================================== testing faulty metadata for attribute 'group' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'group': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'group': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'group': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'group': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'group': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'group': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'group': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'group': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrId.NameOrId =========================================================== testing faulty metadata for attribute 'fileContentStatus' ok NonPhysicsGenericFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok PhysicsGenericFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'physicsGeneric': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok ImportedSimulatedFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'simulationImport': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok DerivedSimulatedFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'derivedSimulation': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok ImportedColliderFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'colliderImport': Unrecognized fileType 'colliderImport' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok DerivedColliderFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'derivedCollider': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok DataSetFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'DataSet': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok FileSetFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'Fileset': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) =========================================================== testing faulty metadata for attribute 'params' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'params': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CorbaCaseInsensitiveDictionary.CorbaCaseInsensitiveDictionary ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'params': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CorbaCaseInsensitiveDictionary.CorbaCaseInsensitiveDictionary ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'params': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CorbaCaseInsensitiveDictionary.CorbaCaseInsensitiveDictionary ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'params': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CorbaCaseInsensitiveDictionary.CorbaCaseInsensitiveDictionary ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'params': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CorbaCaseInsensitiveDictionary.CorbaCaseInsensitiveDictionary ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'params': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CorbaCaseInsensitiveDictionary.CorbaCaseInsensitiveDictionary ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'params': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CorbaCaseInsensitiveDictionary.CorbaCaseInsensitiveDictionary ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'params': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.CorbaCaseInsensitiveDictionary.CorbaCaseInsensitiveDictionary =========================================================== testing faulty metadata for attribute 'applicationFamily' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'applicationFamily': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.ApplicationFamily.ApplicationFamily ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'applicationFamily': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.ApplicationFamily.ApplicationFamily ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'applicationFamily': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.ApplicationFamily.ApplicationFamily ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'applicationFamily': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.ApplicationFamily.ApplicationFamily ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'applicationFamily': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.ApplicationFamily.ApplicationFamily ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'applicationFamily': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.ApplicationFamily.ApplicationFamily ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'applicationFamily': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.ApplicationFamily.ApplicationFamily ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'applicationFamily': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.ApplicationFamily.ApplicationFamily =========================================================== testing faulty metadata for attribute 'children' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'children': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'children': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'children': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'children': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'children': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'children': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'children': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'children': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList =========================================================== testing faulty metadata for attribute 'startTime' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'startTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'startTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'startTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'startTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'startTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'startTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'startTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'startTime': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamTime.SamTime =========================================================== testing faulty metadata for attribute 'fileSize' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileSize': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamSize.SamSize ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileSize': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamSize.SamSize ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileSize': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamSize.SamSize ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileSize': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamSize.SamSize ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileSize': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamSize.SamSize ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileSize': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamSize.SamSize ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileSize': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamSize.SamSize ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileSize': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.SamSize.SamSize =========================================================== testing faulty metadata for attribute 'highRun' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'highRun': Input arg 'NotAnythingValid' cannot be converted to type long ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'highRun': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'highRun': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'highRun': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'highRun': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'highRun': Input arg 'NotAnythingValid' cannot be converted to type long ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'highRun': Input arg 'NotAnythingValid' cannot be converted to type long ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'highRun': Input arg 'NotAnythingValid' cannot be converted to type long =========================================================== testing faulty metadata for attribute 'lastEvent' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lastEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lastEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lastEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lastEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lastEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lastEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lastEvent': Input arg 'NotAnythingValid' cannot be converted to type long ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lastEvent': Input arg 'NotAnythingValid' cannot be converted to type long =========================================================== testing faulty metadata for attribute 'fileFormat' ok NonPhysicsGenericFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok PhysicsGenericFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'physicsGeneric': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok ImportedSimulatedFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'simulationImport': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok DerivedSimulatedFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'derivedSimulation': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok ImportedColliderFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'colliderImport': Unrecognized fileType 'colliderImport' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok DerivedColliderFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'derivedCollider': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok DataSetFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'DataSet': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok FileSetFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'Fileset': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) =========================================================== testing faulty metadata for attribute 'dataTier' ok NonPhysicsGenericFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Where conditions were provided without any restricting values: dataTier Where conditions were provided without any restricting values: dataTier ok PhysicsGenericFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'physicsGeneric': missing required attribute 'dataTier' ok ImportedSimulatedFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'simulationImport': missing required attribute 'dataTier' ok DerivedSimulatedFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'derivedSimulation': missing required attribute 'dataTier' ok ImportedColliderFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'colliderImport': Unrecognized fileType 'colliderImport' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Where conditions were provided without any restricting values: dataTier Where conditions were provided without any restricting values: dataTier ok DerivedColliderFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'derivedCollider': missing required attribute 'dataTier' ok DataSetFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'DataSet': missing required attribute 'dataTier' ok FileSetFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file 'DerivedColliderFile_abc' of type 'Fileset': missing required attribute 'dataTier' =========================================================== testing faulty metadata for attribute 'fileId' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileId': Input arg 'NotAnythingValid' cannot be converted to type long ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileId': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileId': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileId': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileId': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileId': Input arg 'NotAnythingValid' cannot be converted to type long ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileId': Input arg 'NotAnythingValid' cannot be converted to type long ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'fileId': Input arg 'NotAnythingValid' cannot be converted to type long =========================================================== testing faulty metadata for attribute 'filePartition' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'filePartition': Input arg 'NotAnythingValid' cannot be converted to type long ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'filePartition': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'filePartition': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'filePartition': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'filePartition': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'filePartition': Input arg 'NotAnythingValid' cannot be converted to type long ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'filePartition': Input arg 'NotAnythingValid' cannot be converted to type long ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'filePartition': Input arg 'NotAnythingValid' cannot be converted to type long =========================================================== testing faulty metadata for attribute 'lowRun' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lowRun': Input arg 'NotAnythingValid' cannot be converted to type long ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lowRun': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lowRun': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lowRun': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lowRun': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lowRun': Input arg 'NotAnythingValid' cannot be converted to type long ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lowRun': Input arg 'NotAnythingValid' cannot be converted to type long ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lowRun': Input arg 'NotAnythingValid' cannot be converted to type long =========================================================== testing faulty metadata for attribute 'lumSumOffline' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOffline': Input arg 'NotAnythingValid' cannot be converted to type long ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOffline': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOffline': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOffline': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOffline': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOffline': Input arg 'NotAnythingValid' cannot be converted to type long ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOffline': Input arg 'NotAnythingValid' cannot be converted to type long ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'lumSumOffline': Input arg 'NotAnythingValid' cannot be converted to type long =========================================================== testing faulty metadata for attribute 'fileName' ok NonPhysicsGenericFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file '_UNKNOWN_FILE_NAME_' of type 'nonPhysicsGeneric': Unrecognized fileType 'nonPhysicsGeneric' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok PhysicsGenericFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file '_UNKNOWN_FILE_NAME_' of type 'physicsGeneric': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok ImportedSimulatedFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file '_UNKNOWN_FILE_NAME_' of type 'simulationImport': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok DerivedSimulatedFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file '_UNKNOWN_FILE_NAME_' of type 'derivedSimulation': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok ImportedColliderFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file '_UNKNOWN_FILE_NAME_' of type 'colliderImport': Unrecognized fileType 'colliderImport' Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok DerivedColliderFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file '_UNKNOWN_FILE_NAME_' of type 'derivedCollider': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok DataSetFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file '_UNKNOWN_FILE_NAME_' of type 'DataSet': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) ok FileSetFile: InvalidMetadata, could not verify metadata: Invalid metadata specified for file '_UNKNOWN_FILE_NAME_' of type 'Fileset': Unrecognized dataTier 'DataTierHere' Work group with name 'workGroupInCharge' not found. Physical datastream with name 'physical datastream name or id' not found. Application with family 'appFamily', applName 'appName', version 'appVersion' not found. Unrecognized ConsumerProcessId 100 Undeclared ancestors: parentFile1, parentFile2 Indeterminate 'params' validation: must be verified against dataTier (which appears to be invalid, see above) =========================================================== testing faulty metadata for attribute 'parents' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'parents': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'parents': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'parents': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'parents': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'parents': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'parents': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'parents': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'parents': Input arg 'NotAnythingValid' cannot be converted to type SamStruct.NameOrIdList.NameOrIdList =========================================================== testing faulty metadata for attribute 'processId' ok NonPhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'processId': Input arg 'NotAnythingValid' cannot be converted to type long ok PhysicsGenericFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'processId': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'processId': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedSimulatedFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'processId': Input arg 'NotAnythingValid' cannot be converted to type long ok ImportedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'processId': Input arg 'NotAnythingValid' cannot be converted to type long ok DerivedColliderFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'processId': Input arg 'NotAnythingValid' cannot be converted to type long ok DataSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'processId': Input arg 'NotAnythingValid' cannot be converted to type long ok FileSetFile: ArgumentError, could not create file: Invalid metadata specified for attribute 'processId': Input arg 'NotAnythingValid' cannot be converted to type long =========================================================== =========================================================================== All tests passed. Congratulations.