Skip to content

test: expand extension smoke tests#11

Merged
h0lybyte merged 1 commit intodevelopfrom
feat/vector-smoketest
Feb 12, 2026
Merged

test: expand extension smoke tests#11
h0lybyte merged 1 commit intodevelopfrom
feat/vector-smoketest

Conversation

@h0lybyte
Copy link
Member

Summary

  • Expand CI smoke tests from basic CREATE EXTENSION to functional queries
  • Use ON_ERROR_STOP=1 so any query failure immediately fails the step

Extension Tests

Extension Test
pgvector Insert 3D vectors, run distance search with <-> operator
kilobase Call kilobase_info() to verify runtime
vchord Bulk insert 100 vectors, verify row count

Test plan

  • CI pipeline passes with expanded smoke tests

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.
@h0lybyte h0lybyte merged commit e3ab647 into develop Feb 12, 2026
1 check passed
@h0lybyte h0lybyte deleted the feat/vector-smoketest branch February 13, 2026 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant