-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add test code for JetMETCorrections/Type1MET #2625
add test code for JetMETCorrections/Type1MET #2625
Conversation
A new Pull Request was created by @TaiSakuma (Tai Sakuma) for CMSSW_7_1_X. add test code for JetMETCorrections/Type1MET It involves the following packages: JetMETCorrections/Type1MET @nclopezo, @vadler, @cmsbuild, @Degano, @monttj can you please review it and eventually sign? Thanks. |
@vadler, i'm trying to implement integration tests in a similar way as in PhysicsTools/PatAlgos. The input files used in PhysicsTools/PatAlgos are present at only a couple of specific sites. Is there a way to specify input files such that test files are (almost) always found at many different sites? |
@TaiSakuma : The input files are RelVals, which are available, where integration tests are run (CERN and FNAL). If the tests run on LXPLUS, they are fine. |
@vadler, I don't think that it is always true that the tests run at CERN or FNAL. I encountered one occasion where it ran at a site other than CERN or FNAL. This test #2526 (comment) failed because it ran at one of the INFN sites which didn't have input files. Unfortunately, the test results seem to have been deleted. So I cannot show you. |
@TaiSakuma : The INFN site was most likely |
This happens when the files are not found at CERN (for whatever reason) On 14 Mar 2014, at 9:26, Volker Adler wrote:
|
@TaiSakuma : Both versions of `` in https://github.com/cms-sw/cmssw/pull/2625/files#diff-1 run fine for me (the third of course not; please remove it from the PR). I guess, the tests once failed due to a temporary file access issue. So, go ahead and uncomment... :-) |
+1 |
JetMETCorrections/Type1MET -- add test code for JetMETCorrections/Type1MET
However, all tests are commented out for now; no tests will run with
scram b runtests
.I will enable them sometime in the future.