We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85563f0 commit e0bb598Copy full SHA for e0bb598
t/cli/test_status_api.sh
@@ -52,6 +52,8 @@ make run
52
curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:7085/status | grep 200 \
53
|| (echo "failed: status api didn't return 200"; exit 1)
54
55
+sleep 2
56
+
57
curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:7085/status/ready | grep 200 \
58
|| (echo "failed: status/ready api didn't return 200"; exit 1)
59
0 commit comments