Commit Graph
12 Commits
Author SHA1 Message Date
jack 05b57c878f Preserve early Noise ciphertext across reconnects 2026-07-25 20:40:35 +02:00
jack 7c8ef3be2a Stabilize synchronous Noise restart tests 2026-07-25 20:39:44 +02:00
jack 74f0c96ac0 Fix ordinary Noise handshake races 2026-07-25 20:39:44 +02:00
jack fb07d73d5c Fix cached Noise reconnects atomically 2026-07-25 20:39:44 +02:00
jack 856ff98245 Fix private media Noise round-trip fixture 2026-07-25 20:39:29 +02:00
jackandjack 4ba895e4ce Bind capability state to Noise generations 2026-07-25 20:39:29 +02:00
jackandjack 8a3097fd41 Authenticate private media capabilities in Noise 2026-07-25 20:39:29 +02:00
jackandjack 3f18768112 Encrypt private media before fragmentation 2026-07-25 20:39:06 +02:00
jackandjack 84e79f7641 Bind Noise sessions to claimed peer identities 2026-07-25 20:38:58 +02:00
97bc3f53bc Raise positive waitUntil timeouts to 5s for loaded CI runners (#1340)
NoiseCoverageTests' session-callback test failed on the first CI run
that actually executed it (every run since it landed had hung and been
killed before completion): onSessionEstablished fires via
DispatchQueue.global().async, and the test waited only 0.5s — fine on
a dev machine, too tight on a loaded CI runner saturated by parallel
test workers.

Raise every positive-wait timeout from 0.5s to 5s (matching
TestConstants.defaultTimeout) across the suites that poll for async
callbacks. waitUntil returns as soon as the condition holds, so
passing runs are unaffected; only genuine failures wait longer. The
two negative waits in BLEServiceCoreTests ("expect nothing arrives")
deliberately keep their short windows.

Co-authored-by: jack <jackjackbits@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 10:08:42 +02:00
IslamandGitHub 4cfcefcda6 BitFoundation module to centralize shared components (#1089)
* Run local packages’ tests as well on CI

* BitFoundation module to centralize shared components
2026-04-14 14:10:03 -05:00
7e86d2061f Expand coverage for transport, chat, and media flows (#1056)
* Expand coverage for transport, chat, and media flows

* Stabilize transport and media coverage tests

---------

Co-authored-by: jack <jackjackbits@users.noreply.github.com>
2026-03-12 16:20:19 -10:00