MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / fuma-runtime.test.ts

File fuma-runtime.test.ts

packages/core/sdk/src/fuma-runtime.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Regression for the "StorageError: Failed query: …" reports in production.
2// One root cause fanned out into a report per table and WHERE-clause because
3// `fumaFailureFromCause` copied the driver's error text verbatim into
4// `StorageError.message`: drizzle's `DrizzleQueryError` message is

Callers

nothing calls this directly

Calls 7

fumaFailureFromCauseFunction · 0.90
isStorageFailureFunction · 0.90
fumaEffectFunction · 0.90
drizzleQueryErrorFunction · 0.85
postgresConnectionErrorFunction · 0.85
expectNoDriverTextInFunction · 0.85
postgresServerErrorFunction · 0.85

Tested by

no test coverage detected