|
56 | 56 | @printf " make test-http-full Run full HTTP suite against an existing target\n" |
57 | 57 | @printf " make test-http-up-compose / test-http-down-compose\n" |
58 | 58 | @printf " make test-http-smoke-compose / test-http-full-compose\n" |
59 | | - @printf " make test-http-smoke-compose-{lite,qdrant-neo4j,qdrant-nebula} (per-shape shortcuts)\n" |
60 | | - @printf " make test-http-full-compose-{lite,qdrant-neo4j,qdrant-nebula} (provider-aware per-shape shortcuts)\n" |
| 59 | + @printf " make test-http-smoke-compose-{lite,qdrant-postgres,qdrant-neo4j,qdrant-nebula,pgvector-neo4j,pgvector-nebula} (per-shape shortcuts)\n" |
| 60 | + @printf " make test-http-full-compose-{lite,qdrant-postgres,qdrant-neo4j,qdrant-nebula,pgvector-neo4j,pgvector-nebula} (provider-aware per-shape shortcuts)\n" |
61 | 61 | @printf " make test-http-up-k8s / test-http-down-k8s\n" |
62 | 62 | @printf " make test-http-smoke-k8s / test-http-full-k8s\n" |
63 | 63 | @printf " make benchmark-graph-extraction Run manual OpenRouter KG extraction benchmark\n\n" |
@@ -216,8 +216,12 @@ static-check: |
216 | 216 | .PHONY: test-all test-unit test-integration test-e2e test-e2e-perf benchmark-graph-extraction \ |
217 | 217 | test-http-bootstrap test-http-smoke test-http-full \ |
218 | 218 | test-http-up-compose test-http-down-compose test-http-smoke-compose test-http-full-compose \ |
219 | | - test-http-smoke-compose-lite test-http-smoke-compose-qdrant-neo4j test-http-smoke-compose-qdrant-nebula \ |
220 | | - test-http-full-compose-lite test-http-full-compose-qdrant-neo4j test-http-full-compose-qdrant-nebula \ |
| 219 | + test-http-smoke-compose-lite test-http-smoke-compose-qdrant-postgres \ |
| 220 | + test-http-smoke-compose-qdrant-neo4j test-http-smoke-compose-qdrant-nebula \ |
| 221 | + test-http-smoke-compose-pgvector-neo4j test-http-smoke-compose-pgvector-nebula \ |
| 222 | + test-http-full-compose-lite test-http-full-compose-qdrant-postgres \ |
| 223 | + test-http-full-compose-qdrant-neo4j test-http-full-compose-qdrant-nebula \ |
| 224 | + test-http-full-compose-pgvector-neo4j test-http-full-compose-pgvector-nebula \ |
221 | 225 | test-http-up-k8s test-http-down-k8s test-http-smoke-k8s test-http-full-k8s |
222 | 226 | test-all: test-unit test-integration test-e2e |
223 | 227 |
|
@@ -311,21 +315,39 @@ test-http-full-compose: |
311 | 315 | test-http-smoke-compose-lite: |
312 | 316 | @SHAPE=lite ./tests/e2e_http/scripts/run_compose_smoke.sh |
313 | 317 |
|
| 318 | +test-http-smoke-compose-qdrant-postgres: |
| 319 | + @SHAPE=qdrant-postgres ./tests/e2e_http/scripts/run_compose_smoke.sh |
| 320 | + |
314 | 321 | test-http-smoke-compose-qdrant-neo4j: |
315 | 322 | @SHAPE=qdrant-neo4j ./tests/e2e_http/scripts/run_compose_smoke.sh |
316 | 323 |
|
317 | 324 | test-http-smoke-compose-qdrant-nebula: |
318 | 325 | @SHAPE=qdrant-nebula ./tests/e2e_http/scripts/run_compose_smoke.sh |
319 | 326 |
|
| 327 | +test-http-smoke-compose-pgvector-neo4j: |
| 328 | + @SHAPE=pgvector-neo4j ./tests/e2e_http/scripts/run_compose_smoke.sh |
| 329 | + |
| 330 | +test-http-smoke-compose-pgvector-nebula: |
| 331 | + @SHAPE=pgvector-nebula ./tests/e2e_http/scripts/run_compose_smoke.sh |
| 332 | + |
320 | 333 | test-http-full-compose-lite: |
321 | 334 | @SHAPE=lite ./tests/e2e_http/scripts/run_compose_full.sh |
322 | 335 |
|
| 336 | +test-http-full-compose-qdrant-postgres: |
| 337 | + @SHAPE=qdrant-postgres ./tests/e2e_http/scripts/run_compose_full.sh |
| 338 | + |
323 | 339 | test-http-full-compose-qdrant-neo4j: |
324 | 340 | @SHAPE=qdrant-neo4j ./tests/e2e_http/scripts/run_compose_full.sh |
325 | 341 |
|
326 | 342 | test-http-full-compose-qdrant-nebula: |
327 | 343 | @SHAPE=qdrant-nebula ./tests/e2e_http/scripts/run_compose_full.sh |
328 | 344 |
|
| 345 | +test-http-full-compose-pgvector-neo4j: |
| 346 | + @SHAPE=pgvector-neo4j ./tests/e2e_http/scripts/run_compose_full.sh |
| 347 | + |
| 348 | +test-http-full-compose-pgvector-nebula: |
| 349 | + @SHAPE=pgvector-nebula ./tests/e2e_http/scripts/run_compose_full.sh |
| 350 | + |
329 | 351 | test-http-up-k8s: |
330 | 352 | @./tests/e2e_http/runners/k8s/up.sh |
331 | 353 |
|
|
0 commit comments