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 1ff07ef commit cfab047Copy full SHA for cfab047
README.md
@@ -124,8 +124,8 @@ var_dump($kv_list);
124
125
More will be added as time goes on!
126
127
-## TODO
+## Tests
128
129
-- Tests
130
-- Parity with GO lib
131
-- Code cleanup
+The testing suite is still in it's infancy, however it is being tested directly against an actual Consul agent.
+They will be back-filled as time allows. Future plans are to set up a simple cluster to provide a more real-world
+testing scenario.
tests/run_consul.sh
@@ -7,6 +7,6 @@ PID=$!
7
echo "consul pid: ${PID}"
8
9
echo ${PID} > consul.pid
10
-echo "sleeping for 5 seconds to give consul time to set up..."
11
-sleep 5
+echo "sleeping for 10 seconds to give consul time to set up..."
+sleep 10
12
0 commit comments