-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Description
In galaxyproject/tools-iuc#1963 I tried to use symbolic links in the test-data directory which led to:
Traceback (most recent call last):
File "/tmp/tmpH13feS/galaxy-dev/test/functional/test_toolbox.py", line 88, in test_tool
self.do_it(tool_version=tool_version, test_index=test_index)
File "/tmp/tmpH13feS/galaxy-dev/test/functional/test_toolbox.py", line 41, in do_it
verify_tool(tool_id, self.galaxy_interactor, resource_parameters=resource_parameters, test_index=test_index, tool_version=tool_version, register_job_data=register_job_data)
File "/tmp/tmpH13feS/galaxy-dev/lib/galaxy/tools/verify/interactor.py", line 653, in verify_tool
stage_data_in_history(galaxy_interactor, tool_id, testdef.test_data(), test_history)
File "/tmp/tmpH13feS/galaxy-dev/lib/galaxy/tools/verify/interactor.py", line 59, in stage_data_in_history
upload_wait = galaxy_interactor.stage_data_async(test_data, history, tool_id)
File "/tmp/tmpH13feS/galaxy-dev/lib/galaxy/tools/verify/interactor.py", line 267, in stage_data_async
file_name = self.test_data_path(tool_id, fname)
File "/tmp/tmpH13feS/galaxy-dev/lib/galaxy/tools/verify/interactor.py", line 232, in test_data_path
assert response.status_code == 200
AssertionError
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels