From 5cc7d5e2cbb62b2d0497d20b03bd0b61878bd003 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 30 Sep 2009 11:02:15 +0000 Subject: [PATCH] SE-133 YeastX - clean service.properties for integration tests SVN: 12789 --- .../etc/service.properties | 29 ------------------- 1 file changed, 29 deletions(-) diff --git a/integration-tests/templates/datastore_server_yeastx/etc/service.properties b/integration-tests/templates/datastore_server_yeastx/etc/service.properties index 7490b15f2e9..78fa9d31e8c 100644 --- a/integration-tests/templates/datastore_server_yeastx/etc/service.properties +++ b/integration-tests/templates/datastore_server_yeastx/etc/service.properties @@ -67,35 +67,6 @@ reprocess-faulty-datasets = true # ------------------------ -processing-plugins = eicml-dropbox-processor, fiaml-dropbox-processor - -eicml-dropbox-processor.label = Generate eicML datasets -eicml-dropbox-processor.dataset-types = MZXML -eicml-dropbox-processor.class = ch.systemsx.cisd.yeastx.etl.DropboxProcessingPluginYeastX -eicml-dropbox-processor.dropbox-dir = ${root}/dropbox-eicml -# how many times should it be retried when making copy of items fails -eicml-dropbox-processor.copy-max-retries = 5 -# interval time in seconds between two copy retries -eicml-dropbox-processor.copy-failure-interval = 120 - -fiaml-dropbox-processor.label = Generate fiaML datasets -fiaml-dropbox-processor.dataset-types = MZXML -fiaml-dropbox-processor.class = ch.systemsx.cisd.yeastx.etl.DropboxProcessingPluginYeastX -fiaml-dropbox-processor.dropbox-dir = ${root}/dropbox-fiaml -fiaml-dropbox-processor.copy-max-retries = 5 -fiaml-dropbox-processor.copy-failure-interval = 120 - -# ------------------------ - -maintenance-plugins=dataset-deletion-synchronizer - -# Maintenance task deleting from metabol database data sets which have been deleted from openbis -dataset-deletion-synchronizer.class = ch.systemsx.cisd.yeastx.etl.MetabolDatabaseUpdater -# how often the synchronization should happen in seconds: every day -dataset-deletion-synchronizer.interval = 60 - -# ------------------------ - inputs=main-thread, eicml-uploader, fiaml-uploader, quantml-uploader # Globally used separator character which separates entities in a data set file name -- GitLab