You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(e2e): improve search_path handling for connection pooling
- Set search_path at engine level via connect_args (handles pooling)
- Use temp engine for schema creation before setting search_path
- Add note about pytest-xdist incompatibility
- Remove redundant SET search_path from session fixture
Addresses Copilot review feedback.
0 commit comments