Files
brent.edwards ccf06b25f3 fix(tests): update resource_dag.robot SQLite pool and cycle detection types
Replaced direct create_engine usage with StaticPool-based connection
in resource_dag.robot to prevent SQLite connection sharing issues in
tests. Updated cycle detection test to use distinct resource types
(git-checkout and fs-directory) instead of the same type for both
resources, improving test coverage of cross-type cycle detection.

Split from PR #1204 per reviewer request for atomic commits.

ISSUES CLOSED: #1226
2026-04-03 02:05:57 +00:00
..