Commit 9ef66a3a authored by litaolemo's avatar litaolemo

update

parent 7f16eae7
......@@ -397,7 +397,7 @@ query_Str_list = list(query_list.keys())
import random
print(random.choice(query_Str_list))
from locust.exception import RescheduleTask
class QuickstartUser(HttpUser):
@task
......@@ -462,6 +462,8 @@ class QuickstartUser(HttpUser):
}
response = self.client.post('/gm-dbmw-answer-read/_search', json=data,verify=False,
auth=tuple(auth.split(':', 1)),timeout=1)
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!@#"))
# print(response.text)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment