Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ChEMBL
C
ChEMBL
Main Web Interface
Elasticsearch Proxy API
Commits
ebfd02cb
Commit
ebfd02cb
authored
Feb 02, 2021
by
David Mendez
Browse files
Do not use delayed jobs cache on functional tests
parent
bec86caa
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
functional_tests/specific_tests/utils.py
functional_tests/specific_tests/utils.py
+2
-2
No files found.
functional_tests/specific_tests/utils.py
View file @
ebfd02cb
...
...
@@ -97,7 +97,7 @@ def submit_similarity_search_job(delayed_jobs_server_base_path):
'search_type'
:
'SIMILARITY'
,
'search_term'
:
'NCCc1ccc(O)c(O)c1'
,
'threshold'
:
40
,
'dl__ignore_cache'
:
Fals
e
'dl__ignore_cache'
:
Tru
e
}
print
(
'payload: '
,
payload
)
...
...
@@ -127,7 +127,7 @@ def submit_search_by_ids_job(delayed_jobs_server_base_path):
'to'
:
'CHEMBL_COMPOUNDS'
,
'separator'
:
','
,
'raw_items_ids'
:
'CHEMBL27193,CHEMBL4068896,CHEMBL332148,CHEMBL2431212,CHEMBL4303667'
,
'dl__ignore_cache'
:
Fals
e
'dl__ignore_cache'
:
Tru
e
}
print
(
'payload: '
,
payload
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment