DashboardsentryBYK's Sentry dev-VM workflow

BYK's Sentry dev-VM workflow

Category: preference
Confidence: 1.00
ID: 019db729-9aa9-7341-81d7-5598941519b5
Project ID: 702228c8-56bc-4694-8d5a-174ac2f29105
Cross-project: No
Recalled in other projects: 0
Source session: (none)
Created: 2026-07-30 15:46:04
Updated: 2026-07-30 15:46:04

Content

BYK's Sentry dev-VM workflow: Provision a fresh Coder VM via coder create --copy-parameters-from <existing>. SSH via coder config-ssh then ssh <name>.coder. Rsync modified files to /workspace/sentry, run tests with .venv/bin/pytest -svv --reuse-db. Pre-commit not preinstalled — pip install pre-commit into .venv first. Tear down with coder delete. Implementation + test authoring happens locally; verification on VM. Memcache not running on Coder VMs: cache.add() returns False silently on port 11211, causing lock acquisition failures — check result before entering critical section.

Move to: