test: regression gate against zvec v0.6.0 (closes #175) - #189
Merged
Conversation
- Full .phpt suite verified with -n: 174 passed, 0 failed, 2 expected XFAILs (VECTOR_FP64, upstream-blocked), 1 expected SKIP (RaBitQ, Linux x86_64 only) - Retested all 12 legacy tests/bug_*.php against v0.6.0: all pass - bug_0005/bug_0006 statuses updated: no issues observed on v0.6.0 (bug_0005 now also fails on unexpected DDL errors) - test_buffer_retry.phpt SKIPIF now loads src/ZVec.php before the method_exists() check, so the test actually runs (was always skipped) - test_installer_platform.php accepts the macOS label prefix on Darwin, matching its .phpt counterpart - Docs: document the -n requirement (legacy pre-installed zvec extension shadows FFI classes, #188) and the run-tests.php legacy-file deletion hazard (#187) in AGENTS.md, README.md, docs/workflow.md - CHANGELOG entry added; .pi-subagents/ gitignored
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Closes #175
Regression gate for the zvec v0.6.0 migration: full test suite + retest of all bug repro scripts against upstream v0.6.0, plus test-infrastructure fixes so the suite reliably passes and is reproducible.
Changes
-n): 174 passed, 0 failed, 2 expected XFAILs (VECTOR_FP64, upstream-blocked feat: add VECTOR_FP64 (double-precision) vector support #31/VECTOR_FP64 Support (Blocked - Upstream Issue) #6), 1 expected SKIP (RaBitQ — Linux x86_64 only)tests/bug_*.phpretested against v0.6.0: pass (covers upstream fixes #415, #485, #541 scenarios)bug_0005_cleanup_after_failed_ops.php/bug_0006_rocksdb_lock.php: status Investigation in progress → No issue observed on v0.6.0;bug_0005now fails the test on unexpected DDL errors (previously only printed)test_buffer_retry.phpt: SKIPIF loadedsrc/ZVec.phpbefore themethod_exists()check → always skipped; fixed, test now runs and passestest_installer_platform.php: accepts themacOSlabel prefix on Darwin, matching its already-fixed.phptcounterpart-nrequirement documented (legacy pre-installed zvec extension shadows FFI classes — tests: pre-installed zvec PHP extension (v0.4.10) shadows FFI classes — suite must run with -n #188) andrun-tests.phplegacy-file deletion hazard (tests: running run-tests.php deletes legacy tracked .php test files that share a basename with .phpt #187) in AGENTS.md, README.md, docs/workflow.md.pi-subagents/gitignoredTesting
php run-tests.php -n tests/: 0 failed)bug_*.php+ 30/31 legacytest_*.phppass (2 known platform/upstream excludes)test_dbs/empty)Code Review