MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / is_known_error

Function is_known_error

test/sqlsmith/mzcompose.py:60–64  ·  view source on GitHub ↗
(e: str)

Source from the content-addressed store, hash-verified

58
59
60def is_known_error(e: str) -> bool:
61 for known_error in known_errors:
62 if known_error in e:
63 return True
64 return False
65
66
67def run_sqlsmith(c: Composition, cmd: str, aggregate: dict[str, Any]) -> None:

Callers 1

workflow_defaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected