Skip to content

Commit

Permalink
update conddb dump unitTest
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobrivio committed Jul 18, 2022
1 parent 4803016 commit 21ce70e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CondCore/Utilities/test/test_conddb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ conddb diffGlobalTagsAtRun -R 120X_mcRun3_2021_realistic_v1 -T 120X_mcRun3_2021_
echo -ne '\n\n'

echo "===========> testing conddb dump"
conddb dump 4b97f78682aac6254bbcba54cedbde468202bf5b || die 'failed comparing metadata with reference' $?
conddb dump 4b97f78682aac6254bbcba54cedbde468202bf5b || die 'failed conddb dump payload' $?
conddb dump SiPixelQuality_phase1_2021_v1 || die 'failed conddb dump tag' $?
conddb dump Test_CMSSW_IB_unitTest_v1 || die 'failed conddb dump gt' $?
echo -ne '\n\n'

#conddb showFCSR || die 'failed conddb showFCSR' $? # the FCSR is not always a real run...

0 comments on commit 21ce70e

Please sign in to comment.