Loom Core docs
Enterprise Smoke Suite
This smoke suite provides a fast pre-merge confidence check for enterprise-critical paths:
- gateway bearer auth path
- RBAC denial + stage audit attribution
- devbox backend execution path guards
Local
make ci-test-enterprise-smoke
CI
The GitLab pipeline runs test:enterprise-smoke, which executes:
bash scripts/ci/enterprise_smoke_suite.sh
Current Coverage Slice
The suite currently runs these deterministic tests:
internal/daemonTestHTTPIntegration_BearerTokenAuthTestHandleCall_RBACDenialEmitsAuditAndCostTestHandleCall_StageBoundaryAuditRegression
internal/devbox/backendTestDockerBuild_MonorepoContextPathPassedToCLITestBuild_MonorepoContextCompletesWithFakeK8s
cmd/mcp-devboxTestRegisterTools_RegistersExpectedToolsetTestBuildMounts_DockerMonorepoMountsWorkspaceRootTestActiveExecs
Triage Guidance
Map failures to the first failing stage:
- Auth:
TestHTTPIntegration_BearerTokenAuth - Policy/Audit: RBAC denial + stage audit regression tests
- Execution: devbox backend/manager smoke tests
For stage-specific failures, run the failing package test with -v and -run locally for focused debugging.