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
test: expand extension smoke tests with functional queries
Add actual data operations for each KBVE extension beyond CREATE:
- pgvector: insert vectors, test distance search
- kilobase: call kilobase_info()
- vchord: create table, bulk insert, verify row count
Use ON_ERROR_STOP=1 to fail fast on any query error.
docker exec pg-test-17 psql -U supabase_admin -h localhost -d postgres -c "SELECT extname, extversion FROM pg_extension WHERE extname IN ('vector', 'kilobase', 'vchord') ORDER BY extname;"
0 commit comments