voidmodifyStorageClassNbCopies(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,constuint64_tnbCopies)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyTapeComment(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,constcta::optional<std::string>&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyTapeEncryptionKeyName(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,conststd::string&encryptionKeyName)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyTapeState(conststd::string&vid,constcommon::dataStructures::Tape::State&state,constcta::optional<std::string>&stateReason,conststd::string&stateModifiedBy)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyTapeState(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,constcommon::dataStructures::Tape::State&state,constcta::optional<std::string>&stateReason)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyTapeMediaType(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,conststd::string&mediaType)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyTapeVendor(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,conststd::string&vendor)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyTapeLogicalLibraryName(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,conststd::string&logicalLibraryName)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
...
...
@@ -150,7 +150,7 @@ public:
voidreclaimTape(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,cta::log::LogContext&lc)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcheckTapeForLabel(conststd::string&vid)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
uint64_tgetNbFilesOnTape(conststd::string&vid)constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidsetTapeDisabled(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,constbooldisabledValue)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidsetTapeDisabled(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,conststd::string&reason)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidsetTapeFull(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,constboolfullValue)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidsetTapeDirty(conststd::string&vid)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidsetTapeReadOnly(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,constboolreadOnlyValue)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
--precondition-sql-check expectedResult:"3.1" SELECT CONCAT(CONCAT(CAST(SCHEMA_VERSION_MAJOR as VARCHAR(10)),'.'), CAST(SCHEMA_VERSION_MINOR AS VARCHAR(10))) AS CATALOGUE_VERSION FROM CTA_CATALOGUE;
--precondition-sql-check expectedResult:"3.1" SELECT CONCAT(CONCAT(CAST(SCHEMA_VERSION_MAJOR as VARCHAR(10)),'.'), CAST(SCHEMA_VERSION_MINOR AS VARCHAR(10))) AS CATALOGUE_VERSION FROM CTA_CATALOGUE;