Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
crawler
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
backend
crawler
Commits
a10a5a40
Commit
a10a5a40
authored
4 years ago
by
litaolemo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
4c9f59dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
es_locust_answer.py
locust_test/es_locust_answer.py
+5
-5
No files found.
locust_test/es_locust_answer.py
View file @
a10a5a40
...
...
@@ -457,11 +457,11 @@ class QuickstartUser(FastHttpUser):
"highlight_query"
:
{
"bool"
:
{
"must"
:
{
"terms"
:
{
"keynote_sentence"
:
[
query
]}}}}}},
"fragment_size"
:
10000
,
"pre_tags"
:
[
"<ems>"
],
"post_tags"
:
[
"</ems>"
]},
"_source"
:
{
"include"
:
[
"id"
,
"question_id"
,
"keynote_sentence"
,
"highlight"
]}}
heasers
=
{
"Content-Type"
:
"application/x-www-form-urlencoded"
}
response
=
self
.
client
.
post
(
'/gm-dbmw-answer-read/_search'
,
json
=
data
,
verify
=
False
,
auth
=
tuple
(
auth
.
split
(
':'
,
1
)),
timeout
=
1
)
#
heasers = {
#
"Content-Type": "application/x-www-form-urlencoded"
#
}
with
self
.
client
.
post
(
'/gm-dbmw-answer-read/_search'
,
json
=
data
,
verify
=
False
,
auth
=
tuple
(
auth
.
split
(
':'
,
1
)),
timeout
=
1
)
as
response
:
if
response
.
status_code
!=
200
:
raise
RescheduleTask
()
# response = requests.post('http://172.16.52.25/gm-dbmw-service-read/_search', json=query, verify=False,auth=("elastic","elastic:gengmei!@#"))
...
...
This diff is collapsed.
Click to expand it.
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