unrip/test
philipp ea0a7cbb4c
All checks were successful
deploy / deploy (push) Successful in 32s
Fix bootstrap image preservation and ingest websocket close recursion
Proof: npm test; npm run operator-dashboard:build; node --test test/near-intents-ws.test.mjs; bash -n scripts/deploy/bootstrap.sh; PYTHONPATH=. python3 test/bootstrap_script_static_test.py; PYTHONPATH=. python3 test/render_release_manifest_test.py; PYTHONPATH=. python3 test/repo_deployments_test.py; PYTHONPATH=. python3 test/ntfy_manifest_test.py; kubectl kustomize deploy/k8s/base.

Assumptions: bootstrap should preserve an existing deployed release image when refreshing app secrets; websocket close/error events may be reentrant in the Node runtime.

Still fake: Notification emissions are limited to credited deposits, completed withdrawals, and completed trades with durable inventory movement; generic alert notification policy remains disabled.
2026-04-16 14:28:54 +02:00
..
alert-engine.test.mjs Implement runtime health sentinel and angry dashboard 2026-04-08 19:35:07 +02:00
alert-notifier.test.mjs Implement runtime health sentinel and angry dashboard 2026-04-08 19:35:07 +02:00
armed-state-store.test.mjs Persist armed state across rollout 2026-04-03 20:08:10 +02:00
bootstrap_script_static_test.py Fix bootstrap image preservation and ingest websocket close recursion 2026-04-16 14:28:54 +02:00
executor-state-store.test.mjs Link quote outcomes to settled inventory 2026-04-10 11:24:22 +02:00
funding-observations.test.mjs Add pre-credit funding visibility and durable alerts 2026-04-03 17:50:39 +02:00
intent-request-outcomes.test.mjs Prevent own request self-matching 2026-04-12 19:02:21 +02:00
intent-requests.test.mjs Prevent own request self-matching 2026-04-12 19:02:21 +02:00
inventory-and-history.test.mjs Implement funded NEAR Intents trade loop 2026-04-02 10:01:15 +02:00
json-state-store.test.mjs Fix shared state persistence 2026-04-02 10:13:25 +02:00
legacy-schema-compat.test.mjs Fix live ops regressions 2026-04-02 10:07:54 +02:00
liquidity-state.test.mjs Add pre-credit funding visibility and durable alerts 2026-04-03 17:50:39 +02:00
liquidity-withdrawals.test.mjs Add configured withdrawal defaults 2026-04-02 12:38:19 +02:00
near-intents-ws.test.mjs Fix bootstrap image preservation and ingest websocket close recursion 2026-04-16 14:28:54 +02:00
notification-client.test.mjs Notify on durable fund and trade outcomes 2026-04-16 14:23:29 +02:00
notification-layer.test.mjs Notify on durable fund and trade outcomes 2026-04-16 14:23:29 +02:00
ntfy_manifest_test.py Notify on durable fund and trade outcomes 2026-04-16 14:23:29 +02:00
operator-dashboard-app-static.test.mjs Keep dashboard control failures contained 2026-04-12 19:11:40 +02:00
operator-dashboard-ui-static.test.mjs Tick service freshness age in dashboard 2026-04-15 17:08:20 +02:00
operator-dashboard.test.mjs Stream quote lifecycle rows to dashboard 2026-04-15 17:04:21 +02:00
ops-sentinel-static.test.mjs Fix ops sentinel runtime guard import 2026-04-10 15:37:40 +02:00
portfolio-metrics.test.mjs Link quote outcomes to settled inventory 2026-04-10 11:24:22 +02:00
postgres-intent-requests.test.mjs Let request controls outlive quote waits 2026-04-12 19:22:24 +02:00
quote-outcomes.test.mjs Expire submitted quotes using latest inventory snapshot 2026-04-10 15:31:11 +02:00
render_release_manifest_test.py Wire push deployment for all services 2026-04-08 21:47:51 +02:00
repo_deployments_test.py Make repo deployment list authoritative 2026-04-08 22:33:59 +02:00
runtime-health.test.mjs Disable automatic executor containment 2026-04-09 23:42:22 +02:00
signing.test.mjs Implement NEAR Intents request creation flow 2026-04-12 18:43:40 +02:00
solver-relay-ws.test.mjs Fix solver relay websocket recovery 2026-04-12 11:57:14 +02:00
strategy-threshold-config.test.mjs Lower approved strategy edge threshold to 0.49 2026-04-12 17:17:45 +02:00
strategy.test.mjs Implement funded NEAR Intents trade loop 2026-04-02 10:01:15 +02:00
submission-copy.test.mjs Stop calling submissions trades in dashboard 2026-04-09 01:13:14 +02:00
trade-executor-static.test.mjs Prevent own request self-matching 2026-04-12 19:02:21 +02:00