[codex] Consolidate OData query-plane reads#285
Merged
Conversation
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.
Summary
odata::query_plane_readValidation
cargo fmt --all -- --checkcargo check -p temper-server -p temper-store-postgres -p temper-store-tursocargo clippy -p temper-server -p temper-store-postgres -p temper-store-turso --all-targets --features observe -- -D warningscargo clippy --workspace -- -D warningscargo test --locked -p temper-server --test odata_read -- --nocapturecargo test --locked -p temper-server odata::read_support -- --nocapturecargo test --locked -p temper-server odata::query_plane_read -- --nocapturecargo test -p temper-store-postgres query_field_index_page_orders_and_limits_inside_postgres -- --nocapturecargo test -p temper-server --features observe projection_replay_parity_endpoint_reports_clean_bounded_scope -- --nocapturebash scripts/readability-ratchet.sh check .ci/readability-baseline.envgit diff --checkbash scripts/check-determinism.shreported the existing repository-wide 25 pattern findings; diff scan found no new unsuppressed nondeterministic patterns in changed filestemper serve --no-observe --storage turso --app live-query=reference-apps/ecommerce/specs --port 3107with isolated local DB; verified/tdata, POST/tdata/Orders, filtered$select/$count, ordered$top, and/observe/metrics(temper_indexed_entities{entity_type="Order"} 2)cargo test --workspace --exclude temper-actor-runtime --exclude temper-agentsKnown local validation caveat
cargo test --workspacewas attempted and failed only in Testcontainers/Postgres-backed suites because the local Docker socket timed out creating containers:-p temper-actor-runtime --test integration:Client(CreateContainer(RequestTimeoutError)-p temper-agents --test agent_chain:failed to start Postgres container: Client(CreateContainer(RequestTimeoutError))--no-verifyafter the non-Docker workspace suite and all targeted query-plane gates passed.Notes
main; this branch was created from latestorigin/main(0661ba7a).$select. Native page pushdown should only return through this planner once row-auth compatibility is proven.