-
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
Convert NjettinessAdder to edm::stream #11577
Conversation
@cmsbuild please test |
The tests are being triggered in jenkins. |
A new Pull Request was created by @lgray (Lindsey Gray) for CMSSW_7_6_X. Convert NjettinessAdder to edm::stream It involves the following packages: RecoJets/JetProducers @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
The jenkins tests job failed, please try again. |
@cmsbuild please test |
Is the fastjet contrib piece used in this code thread safe? On 9/30/15 10:51 AM, cmsbuild wrote:
|
The follow up is in the link in the PR description. It's in the IBs since some time. |
The tests are being triggered in jenkins. |
-1 Tested at: 793cdb8 /bin/sh: -c: line 0: `if [ "X" == "Xyes" ] ; then /bin/echo "Package "RecoJets/JetProducers": Skipping test test-large-voronoi-area"; else /bin/echo "Package "RecoJets/JetProducers": Running test test-large-voronoi-area" && [ -d tmp/slc6_amd64_gcc493/src/RecoJets/JetProducers/test/test-large-voronoi-area ] || /bin/mkdir -p tmp/slc6_amd64_gcc493/src/RecoJets/JetProducers/test/test-large-voronoi-area && /bin/rm -f tmp/slc6_amd64_gcc493/src/RecoJets/JetProducers/test/test-large-voronoi-area/testing.log; /bin/touch tmp/slc6_amd64_gcc493/src/RecoJets/JetProducers/test/test-large-voronoi-area/testing.log && /bin/echo " " >> tmp/slc6_amd64_gcc493/src/RecoJets/JetProducers/test/test-large-voronoi-area/testing.log && /bin/echo "===== Test "test-large-voronoi-area" ====" >> tmp/slc6_amd64_gcc493/src/RecoJets/JetProducers/test/test-large-voronoi-area/testing.log && export PATH=/tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-09-29-2300/test/slc6_amd64_gcc493:/tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-09-29-2300/src/RecoJets/JetProducers/test:/tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-09-29-2300/bin/slc6_amd64_gcc493:/tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-09-29-2300/external/slc6_amd64_gcc493/bin:/afs/cern.ch/cms/sw/ReleaseCandidates/vol0/slc6_amd64_gcc493/cms/cmssw/CMSSW_7_6_X_2015-09-29-2300/bin/slc6_amd64_gcc493:/afs/cern.ch/cms/sw/ReleaseCandidates/vol0/slc6_amd64_gcc493/cms/cmssw/CMSSW_7_6_X_2015-09-29-2300/external/slc6_amd64_gcc493/bin:/afs/cern.ch/cms/sw/ReleaseCandidates/vol0/slc6_amd64_gcc493/external/llvm/3.6-kpegke2/bin:/afs/cern.ch/cms/sw/ReleaseCandidates/vol0/slc6_amd64_gcc493/external/gcc/4.9.3/bin:/tmp/cmsbuild/workspace/ib-any-integration/cms-git-tools:/afs/cern.ch/cms/caf/scripts:/afs/cern.ch/cms/common:/afs/cern.ch/cms/bin:/afs/cern.ch/group/zh/bin:/afs/cern.ch/user/c/cmsbuild/scripts:/afs/cern.ch/cms/caf/scripts:/cvmfs/cms.cern.ch/common:/cvmfs/cms.cern.ch/bin:/usr/sue/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin && timeout 3600 ((test-large-voronoi-area ) >> tmp/slc6_amd64_gcc493/src/RecoJets/JetProducers/test/test-large-voronoi-area/testing.log 2>&1 || (/bin/echo "" && /bin/echo "---> test test-large-voronoi-area had ERRORS") >> tmp/slc6_amd64_gcc493/src/RecoJets/JetProducers/test/test-large-voronoi-area/testing.log) && /bin/echo " " >> tmp/slc6_amd64_gcc493/src/RecoJets/JetProducers/test/test-large-voronoi-area/testing.log && /bin/echo "^^^^ End Test test-large-voronoi-area ^^^^" >> tmp/slc6_amd64_gcc493/src/RecoJets/JetProducers/test/test-large-voronoi-area/testing.log && /bin/cat tmp/slc6_amd64_gcc493/src/RecoJets/JetProducers/test/test-large-voronoi-area/testing.log && /bin/cat tmp/slc6_amd64_gcc493/src/RecoJets/JetProducers/test/test-large-voronoi-area/testing.log >> /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-09-29-2300/logs/slc6_amd64_gcc493/testing.log; fi' you can see the results of the tests here: |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Convert NjettinessAdder to edm::stream
Move NjettinessAdder to edm::stream since the underlying external is fixed by cms-sw/cmsdist#1745.
Purely technical.