v0.3.3-pre.009
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- file: docs/validation/020-V0_3_3_STORE_POSTGRES_RAW_TRANSACTION.md -->
|
||||
<!-- version: 13 -->
|
||||
<!-- version: 14 -->
|
||||
|
||||
# Validation `0.3.3` — Store/PostgreSQL RawTransaction vertical slice
|
||||
|
||||
@@ -622,11 +622,24 @@ cap 500/1000 dans Store pagination
|
||||
- `--no-default-features` : PASS ;
|
||||
- V000/V001 inchangées ;
|
||||
- premier gate opérateur : fonctionnellement PASS mais deux warnings Clippy `extra_unused_type_parameters` dans les helpers de preuve de traits ;
|
||||
- `pre.008-fix.001` matérialise `T` via `PhantomData<T>` dans ces deux helpers sans modifier les bounds, la production ni les migrations ; gate opérateur complet à rejouer.
|
||||
- `pre.008-fix.001` matérialise `T` via `PhantomData<T>` dans ces deux helpers sans modifier les bounds, la production ni les migrations ; gate opérateur complet PASS le 2026-08-30.
|
||||
|
||||
### `pre.009`
|
||||
|
||||
- PostgreSQL live opt-in complet.
|
||||
- test `postgres_raw_transaction_live` dédié et `#[ignore]` : MATÉRIALISÉ ;
|
||||
- base dédiée obligatoire, refus de toute table KSP préexistante, URI lue sur `stdin` sans echo : PASS statique ;
|
||||
- bootstrap V000/V001 + réouverture + wrong-network : COUVERT par le test, exécution réelle À FOURNIR ;
|
||||
- réparation additive index avec `schema_autoupdate` off/on : COUVERTE par le test, exécution réelle À FOURNIR ;
|
||||
- canonical+observation atomique + exact reads : COUVERT ;
|
||||
- identical/divergent concurrent inserts : COUVERT en tâches `tokio::spawn` ;
|
||||
- observation idempotence/divergence + rollback canonical sur conflit observation : COUVERT ;
|
||||
- pagination multi-page/ties ASC-DESC + replay cursor autre direction/range : COUVERT ;
|
||||
- archive/purge/tombstone/normal-skip/ForceRehydrate compatible-divergent/Compacted : COUVERT ;
|
||||
- races archive et purge : COUVERT en tâches concurrentes ;
|
||||
- cancellation : verrou observation PostgreSQL + acquisition bloquée + `abort()` + canonical absent après rollback : COUVERT ;
|
||||
- réouverture finale : COUVERTE ;
|
||||
- gate Cargo standard : NON EXÉCUTÉ dans l'environnement de génération ;
|
||||
- test PostgreSQL réel `--ignored` : À EXÉCUTER côté opérateur.
|
||||
|
||||
### `pre.010`
|
||||
|
||||
@@ -648,7 +661,7 @@ cap 500/1000 dans Store pagination
|
||||
|
||||
- publication stable.
|
||||
|
||||
## 22. Gate courant `pre.008-fix.001`
|
||||
## 22. Gate courant `pre.009`
|
||||
|
||||
```bash
|
||||
cargo fmt --all
|
||||
|
||||
Reference in New Issue
Block a user