databricks-cli/acceptance/telemetry/dummy-without-server/script

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
300 B
Plaintext
Raw Normal View History

2025-02-04 14:34:25 +00:00
export DATABRICKS_CLI_TELEMETRY_PID_FILE=./telemetry.pid
2025-02-03 03:18:38 +00:00
# This test ensures that the main CLI command does not error even if
# telemetry upload fails.
trace $CLI telemetry dummy
2025-02-04 14:34:25 +00:00
# Wait for the child telemetry process to finish
trace wait_file ./telemetry.pid
trace wait_pid $(cat ./telemetry.pid)