Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /Utilities/StorageFactory/test/BuildFile.xml is written in an unsupported language. File is not indexed.

0001 <use name="Utilities/StorageFactory"/>
0002 <use name="FWCore/ParameterSet"/>
0003 <bin file="t0Repack.cpp" name="test_StorageFactory_t0Repack">
0004   <flags NO_TESTRUN="1"/>
0005 </bin>
0006 
0007 <bin file="randomread.cpp" name="test_StorageFactory_randomread">
0008   <flags NO_TESTRUN="1"/>
0009 </bin>
0010 
0011 <bin file="any.cpp" name="test_StorageFactory_Any">
0012   <flags NO_TESTRUN="1"/>
0013 </bin>
0014 
0015 <bin file="local.cpp" name="test_StorageFactory_Local">
0016 </bin>
0017 
0018 <bin file="local2.cpp" name="test_StorageFactory_Local2">
0019 </bin>
0020 
0021 <bin file="local3.cpp" name="test_StorageFactory_Local3">
0022 </bin>
0023 
0024 <bin file="ftp.cpp" name="test_StorageFactory_Ftp">
0025   <flags NO_TESTRUN="1"/>
0026 </bin>
0027 
0028 <bin file="ftp2.cpp" name="test_StorageFactory_Ftp2">
0029   <flags NO_TESTRUN="1"/>
0030 </bin>
0031 
0032 <bin file="mkstemp.cpp" name="test_StorageFactory_Mkstemp">
0033 </bin>
0034 
0035 <test name="TestStatisticsSenderService" command="test_file_statistics_sender.sh"/>
0036 <!--
0037 We do not currently run the threadsafe test, as the StorageFactoryMaker is not thread-safe
0038 (the underlying PluginManager can be called from multiple threads, but itself is not
0039 thread safe.)
0040 It's not that hard guard accesses to the PluginManager, but per Chris Jones, we want
0041 to wait until the framework decides on a threading model to implement a fix.
0042 file="threadsafe.cpp" name="test_StorageFactory_threadsafe"
0043 -->
0044 
0045 <test name="test_StorageFactory_StorageProxies" command="test_storageproxies.sh"/>
0046 
0047 <test name="test_StorageFactory_edmStorageTrace" command="python3 ${LOCALTOP}/src/Utilities/StorageFactory/scripts/edmStorageTrace.py --test"/>