databricks-cli/acceptance/telemetry/upload-succeeds/script

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

13 lines
333 B
Plaintext
Raw Normal View History

2025-03-02 14:27:45 +00:00
export DATABRICKS_CLI_TELEMETRY_PIDFILE=./telemetry.pid
export DATABRICKS_CLI_TELEMETRY_LOGFILE=./out.upload_process.txt
2025-02-24 14:26:31 +00:00
trace $CLI selftest send-telemetry
echo "waiting for telemetry process to finish"
# Wait for the child telemetry process to finish
2025-02-28 11:49:29 +00:00
wait_pid.py $(cat ./telemetry.pid)
2025-02-24 14:26:31 +00:00
# cleanup the pid file
2025-02-28 16:58:10 +00:00
rm ./telemetry.pid