Skip to content

Commit

Permalink
chore: add comment for clarity (apache#10430)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek authored Nov 2, 2023
1 parent 27629a5 commit 1eaad27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/init-plugin-test-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ after() {
docker exec apisix_keycloak bash /tmp/kcadm_configure_cas.sh
docker exec apisix_keycloak bash /tmp/kcadm_configure_university.sh

# configure clickhouse
echo 'CREATE TABLE default.test (`host` String, `client_ip` String, `route_id` String, `service_id` String, `@timestamp` String, PRIMARY KEY(`@timestamp`)) ENGINE = MergeTree()' | curl 'http://localhost:8123/' --data-binary @-
echo 'CREATE TABLE default.test (`host` String, `client_ip` String, `route_id` String, `service_id` String, `@timestamp` String, PRIMARY KEY(`@timestamp`)) ENGINE = MergeTree()' | curl 'http://localhost:8124/' --data-binary @-
}
Expand Down

0 comments on commit 1eaad27

Please sign in to comment.