提交 d572e036 编写于 作者: D Daming 提交者: wu-sheng

make SolrJ-testcases stable (#3627)

上级 353c1ba2
......@@ -72,7 +72,10 @@ export agent_opts="-javaagent:${SCENARIO_HOME}/agent/skywalking-agent.jar
-Dskywalking.logging.dir=/usr/local/skywalking/scenario/logs
-Xms256m -Xmx256m ${agent_opts}"
exec /var/run/${SCENARIO_NAME}/${SCENARIO_START_SCRIPT} 1>/dev/null &
healthCheck ${SCENARIO_HEALTH_CHECK_URL}
for HEALTH_CHECK_URL in ${SCENARIO_HEALTH_CHECK_URL};
do
healthCheck $HEALTH_CHECK_URL
done
echo "To visit entry service"
curl -s ${SCENARIO_ENTRY_SERVICE}
......
......@@ -15,7 +15,7 @@
type: jvm
entryService: http://localhost:8080/solrj-scenario/case/solrj
healthCheck: http://localhost:8080/solrj-scenario/case/healthcheck
healthCheck: "http://solr-server:8983/solr/mycore/select http://localhost:8080/solrj-scenario/case/healthcheck"
startScript: ./bin/startup.sh
framework: solrj
environment:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册