Commit Graph

138 Commits

Author SHA1 Message Date
Joseph Doherty
91627ecefb feat(batch34): implement and verify group C cluster consumer features 2026-02-28 23:40:41 -05:00
Joseph Doherty
9a42b93b4b feat(batch34): implement and verify group B cluster consumer features 2026-02-28 23:37:15 -05:00
Joseph Doherty
295d6458aa feat(batch34): implement and verify group A cluster consumer features 2026-02-28 23:30:07 -05:00
Joseph Doherty
f5c27e5ec1 feat(batch33): merge js-cluster-streams 2026-02-28 23:14:30 -05:00
Joseph Doherty
2f2581b335 batch33 task7 port wave T3 raft tests 2026-02-28 23:07:26 -05:00
Joseph Doherty
cbc6ff7144 batch33 task6 port wave T2 raft tests 2026-02-28 23:05:22 -05:00
Joseph Doherty
0bdccc839c batch33 task5 port wave T1 mapped tests 2026-02-28 23:02:03 -05:00
Joseph Doherty
9ef04cc28a batch33 task4 implement group C cluster stream features 2026-02-28 22:58:12 -05:00
Joseph Doherty
fee37d88bf batch33 task3 implement group B cluster stream features 2026-02-28 22:54:06 -05:00
Joseph Doherty
d6efba6f8a batch33 task2 implement group A cluster stream features 2026-02-28 22:47:53 -05:00
Joseph Doherty
bbf3e8128a feat(batch28): merge jetstream-api 2026-02-28 22:41:44 -05:00
Joseph Doherty
28115ae79c test(batch28): port jetstream api object-shape and delayed-response tests 2026-02-28 22:37:09 -05:00
Joseph Doherty
34bc4e1137 Add batch 32 JS cluster meta backlog test mappings 2026-02-28 22:30:41 -05:00
Joseph Doherty
583867bc1d feat(batch26): merge websocket 2026-02-28 21:57:21 -05:00
Joseph Doherty
becd3c92b0 test(batch26): port cross-module websocket-dependent tests 2026-02-28 21:53:55 -05:00
Joseph Doherty
59a69f82d0 test(batch26): port websocket functional tests 2026-02-28 21:49:41 -05:00
Joseph Doherty
28f2a075fd feat(batch27): merge jetstream-core 2026-02-28 21:46:00 -05:00
Joseph Doherty
3653345a37 feat(batch26): implement websocket frame/core feature group A 2026-02-28 21:45:05 -05:00
Joseph Doherty
b28134ffe8 test(batch27): port jetstream engine heavy test wave 2026-02-28 21:41:56 -05:00
Joseph Doherty
941eaa62a6 test(batch27): port wave-b filestore-consumer-concurrency tests 2026-02-28 21:32:47 -05:00
Joseph Doherty
5159b930f0 test(batch27): port wave-a cross-module jetstream tests 2026-02-28 21:25:14 -05:00
Joseph Doherty
3501320c6e test(batch23): port and verify mapped route tests 2026-02-28 21:24:18 -05:00
Joseph Doherty
acf51bf480 feat(batch23): implement route subscription propagation and creation helpers 2026-02-28 21:16:01 -05:00
Joseph Doherty
c1734609a1 feat(batch31): merge raft-part-2 2026-02-28 20:56:08 -05:00
Joseph Doherty
57be6da558 batch31: verify raft test wave t2 statuses 2026-02-28 20:49:05 -05:00
Joseph Doherty
14e79f33ee batch31: implement raft group A catchup foundations 2026-02-28 20:41:21 -05:00
Joseph Doherty
5dbab2daa7 feat(batch19): merge accounts-core 2026-02-28 20:39:43 -05:00
Joseph Doherty
8d00012ba8 test(batch19): port accounts core mapped tests 2026-02-28 20:28:13 -05:00
Joseph Doherty
ac9934480f test(batch30): add direct raft node impl backlog tests 2026-02-28 20:23:42 -05:00
Joseph Doherty
8bc4dfa58c feat(batch30): implement raft group-c run loop behaviors 2026-02-28 20:17:45 -05:00
Joseph Doherty
ed1b62d6a3 feat(batch30): implement raft group-b snapshot helpers 2026-02-28 20:09:24 -05:00
Joseph Doherty
492030bd4b feat(batch30): implement raft group-a server integration 2026-02-28 20:06:17 -05:00
Joseph Doherty
b432fbd73f feat(batch17): merge client-core-second-half 2026-02-28 19:54:15 -05:00
Joseph Doherty
50f6b69fda feat(batch19): implement account latency and import-cycle methods 2026-02-28 19:53:59 -05:00
Joseph Doherty
89a6479458 test(batch17): resolve tracked tests with pass evidence or explicit deferrals 2026-02-28 19:45:46 -05:00
Joseph Doherty
4974339b52 feat(batch17): port lifecycle, tls, and rate-limited logging features 2026-02-28 19:32:59 -05:00
Joseph Doherty
eb05308b5a test(batch18): port behavioral batch-18 tests 2026-02-28 19:29:19 -05:00
Joseph Doherty
108d06dd57 feat(batch18): implement group-b server core helpers 2026-02-28 19:24:25 -05:00
Joseph Doherty
8d5964efff feat(batch17): port inbound, header, and service-import client features 2026-02-28 19:18:37 -05:00
Joseph Doherty
f8d384711d feat(batch18): implement group-a server core helpers 2026-02-28 19:17:53 -05:00
Joseph Doherty
1baba5ac0e feat(batch17): port subscription and delivery client core features 2026-02-28 19:12:58 -05:00
Joseph Doherty
1849780369 test(batch16): resolve route slow-consumer recover status with evidence 2026-02-28 19:01:57 -05:00
Joseph Doherty
a0b0b45f5e feat(batch16): port outbound and parser-facing client core features 2026-02-28 18:58:52 -05:00
Joseph Doherty
46ea749ad0 feat(batch16): port client helper and permission core features 2026-02-28 18:53:59 -05:00
Joseph Doherty
0cc5d89199 fix(tests): replace flaky sleep with retry loop in SubscriptionIndexTests
Use a 2-second deadline retry loop instead of fixed Thread.Sleep(200)
for async cache sweep verification, mirroring the Go test pattern.
2026-02-28 18:44:05 -05:00
Joseph Doherty
cfddfc9084 feat(batch15): complete group 6 msgblock/consumerfilestore 2026-02-28 18:34:28 -05:00
Joseph Doherty
43d914bf83 feat(batch15): complete group 4 msgblock/consumerfilestore 2026-02-28 18:03:56 -05:00
Joseph Doherty
ced3e7e9b8 feat(batch15): complete group 3 msgblock/consumerfilestore 2026-02-28 17:45:04 -05:00
Joseph Doherty
fd0170b22c feat(batch15): complete group 2 msgblock/consumerfilestore 2026-02-28 17:10:41 -05:00
Joseph Doherty
f36bc3111b feat(batch15): complete group 1 msgblock/consumerfilestore 2026-02-28 17:03:31 -05:00