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
872c1446
Commit
872c1446
authored
4 years ago
by
litaolemo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a10a5a40
mr/develop/xiaohongshu
litao
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
es_locust_answer.py
locust_test/es_locust_answer.py
+4
-2
No files found.
locust_test/es_locust_answer.py
View file @
872c1446
...
@@ -462,8 +462,10 @@ class QuickstartUser(FastHttpUser):
...
@@ -462,8 +462,10 @@ class QuickstartUser(FastHttpUser):
# }
# }
with
self
.
client
.
post
(
'/gm-dbmw-answer-read/_search'
,
json
=
data
,
verify
=
False
,
with
self
.
client
.
post
(
'/gm-dbmw-answer-read/_search'
,
json
=
data
,
verify
=
False
,
auth
=
tuple
(
auth
.
split
(
':'
,
1
)),
timeout
=
1
)
as
response
:
auth
=
tuple
(
auth
.
split
(
':'
,
1
)),
timeout
=
1
)
as
response
:
if
response
.
status_code
!=
200
:
# if response.status_code != 200:
raise
RescheduleTask
()
# raise RescheduleTask()
if
"Failed"
in
response
.
text
:
response
.
failure
(
"Got wrong response"
)
# response = requests.post('http://172.16.52.25/gm-dbmw-service-read/_search', json=query, verify=False,auth=("elastic","elastic:gengmei!@#"))
# response = requests.post('http://172.16.52.25/gm-dbmw-service-read/_search', json=query, verify=False,auth=("elastic","elastic:gengmei!@#"))
# print(response.text)
# print(response.text)
...
...
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