[PHP] Show files-pull checkpoint lifecycle in tests - #575
Merged
Conversation
adamziel
force-pushed
the
codex/explain-files-pull-diff-checkpoint-tests
branch
from
August 13, 2026 19:06
3b2c3e7 to
47b99e9
Compare
adamziel
changed the base branch from
codex/make-identical-pull-intent
to
trunk
August 13, 2026 19:06
Contributor
Pull pipeline performance —
|
| Stage | PR | trunk | Δ | Status | Details |
|---|---|---|---|---|---|
playground-sqlite-db-pull |
10.09 s | 9.67 s | ⚪ +424 ms (+4.4%) | ✓ | condition=db-pull in PHP.wasm runtime=php.wasm 8.3 wp_mysql_parser=enabled mode=lexer native_lexer=verified native_token_stream=WP_MySQL_Native_Token_Stream native_token_count=18 native_parser=selected trunk: condition=db-pull in PHP.wasm runtime=php.wasm 8.3 wp_mysql_parser=enabled mode=lexer native_lexer=verified native_token_stream=WP_MySQL_Native_Token_Stream native_token_count=18 native_parser=selected |
playground-sqlite-db-apply |
3.69 s | 3.93 s | ⚪ -235 ms (-6.0%) | ✓ | condition=db-apply to SQLite in PHP.wasm runtime=php.wasm 8.3 wp_mysql_parser=enabled mode=parser native_lexer=verified native_token_stream=WP_MySQL_Native_Token_Stream native_token_count=18 native_parser=verified native_ast=WP_MySQL_Native_Parser_Node sqlite_driver_parser=verified trunk: condition=db-apply to SQLite in PHP.wasm runtime=php.wasm 8.3 wp_mysql_parser=enabled mode=parser native_lexer=verified native_token_stream=WP_MySQL_Native_Token_Stream native_token_count=18 native_parser=verified native_ast=WP_MySQL_Native_Parser_Node sqlite_driver_parser=verified |
| Total | 13.78 s | 13.59 s | ⚪ +189 ms (+1.4%) |
Numbers carry runner noise; treat single-run deltas as directional, not authoritative.
📈 Trunk performance history — commit-by-commit timeline.
adamziel
force-pushed
the
codex/explain-files-pull-diff-checkpoint-tests
branch
from
August 13, 2026 19:12
47b99e9 to
8671733
Compare
adamziel
force-pushed
the
codex/explain-files-pull-diff-checkpoint-tests
branch
from
August 13, 2026 19:18
8671733 to
76c9c8c
Compare
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.
Rewrites the files-pull diff checkpoint tests so the full lifecycle can be read from each test body.
Each test now shows the retained remote index, the next remote index, the interruption point, the resumed operation, and the files or paths observed afterward. Scenario setup and result reads no longer hide behind one-purpose helpers. The remaining helpers only create the client, encode or decode JSONL records, call the private diff method, load saved state, and remove temporary files.
The suite is renamed to
FilesPullDiffCheckpointTestbecause its main subject is the checkpoint shared by the index diff, fetch list, and pull WAL.Testing