Build 060.26: complete Integration and Regression

This commit is contained in:
2026-07-31 14:14:30 +03:00
parent 60bec1eaf9
commit cb8acfe5fe
24 changed files with 4732 additions and 45 deletions

View File

@@ -8,8 +8,8 @@
| Статус | Active |
| Версия | 2.0 |
| Дата актуализации | 2026-07-31 |
| Текущий завершённый Build | 060.25 |
| Следующий Build | 060.26 |
| Текущий завершённый Build | 060.26 |
| Следующий Build | 060.27 |
---
@@ -44,26 +44,25 @@ Market Data Acquisition
Trades Feed / Time & Sales
Build 060.25Production Runtime Integration
Build 060.26Integration and Regression
Completed
```
060.25.0060.25.8 приняты. Trade Stream:
060.26.0060.26.6 приняты. Trade Stream:
- подключён к application bootstrap через отдельный feature flag;
- владеет WebSocket lifecycle;
- восстанавливает подписки и пропущенные Trades;
- сохраняет порядок Recovery → buffered Live;
- использует transport Ping/Pong liveness;
- детерминированно останавливает и ожидает owned tasks;
- прошёл 445 целевых тестов и полную регрессию из 1869 тестов.
- проверен через настоящие локальные WebSocket и HTTP соединения;
- прошёл reconnect, recovery, fault и cancellation scenarios;
- прошёл fixed stress, 120-секундный и 900-секундный soak;
- проверен через opt-in Dzengi live scenario;
- использует единый rollover-aware контракт signed 32-bit Trade ID;
- завершил полную offline-регрессию из 1930 тестов.
Подробности:
```text
docs/migrations/build_060_25_architecture.md
docs/migrations/build_060_25.md
docs/migrations/build_060_26_architecture.md
docs/migrations/build_060_26.md
```
---
@@ -82,12 +81,11 @@ docs/migrations/build_060_25.md
| 060.23 | Trade Stream Acquisition Integration | Completed |
| 060.24 | Runtime Recovery Architecture | Completed |
| 060.25 | Production Runtime Integration | Completed |
| 060.26 | Integration and Regression | Completed |
## Следующие Build
## Build 060.26 — Integration and Regression
### Build 060.26 — Integration and Regression
**Статус:** Next
**Статус:** Completed
Назначение:
@@ -102,6 +100,8 @@ docs/migrations/build_060_25.md
Build не должен превращать сетевые сценарии в обязательную часть
обычного unit suite.
## Следующие Build
### Build 060.27 — Persistent Market Data Storage
**Статус:** Planned
@@ -1730,6 +1730,6 @@ read-only архитектурного анализа. Старый ориент
Актуальная контрольная точка:
```text
Завершён: Build 060.25Production Runtime Integration
Следующий: Build 060.26Integration and Regression
Завершён: Build 060.26Integration and Regression
Следующий: Build 060.27Persistent Market Data Storage
```