Skip to content

Commit

Permalink
Don't run object store upload tests w/celery
Browse files Browse the repository at this point in the history
If run that way the irods tests seem to hold on to threads.
  • Loading branch information
mvdbeek committed Apr 26, 2022
1 parent 18e5a1e commit 72f67d5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,10 @@ class BaseObjectstoreUploadTest(UploadTestDatatypeDataTestCase):

@classmethod
def handle_galaxy_config_kwds(cls, config):
super().handle_galaxy_config_kwds(config)
temp_directory = cls._test_driver.mkdtemp()
cls.object_stores_parent = temp_directory
cls.object_store_config_path = os.path.join(temp_directory, "object_store_conf.xml")
config["metadata_strategy"] = "celery_extended"
config["metadata_strategy"] = "extended"
config["outpus_to_working_dir"] = True
config["retry_metadata_internally"] = False
config["object_store_store_by"] = "uuid"
Expand Down

0 comments on commit 72f67d5

Please sign in to comment.