dashboard / erock/pico / chore(pubsub): add more tests #105 rss

open · opened on 2026-01-25T17:03:08Z by erock
Help
checkout latest patchset:
ssh pr.pico.sh print pr-105 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print ps-X | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 105
add review to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add --review 105
accept PR:
ssh pr.pico.sh pr accept 105
close PR:
ssh pr.pico.sh pr close 105
Timeline Patchsets
erock created pr with ps-191 on 2026-01-25T17:03:08Z
erock added ps-192 (range-diff) on 2026-01-27T04:11:48Z
1: 603ca6e = 1: 603ca6e chore(pubsub): add more tests
2: 501c042 ! 2: 17e00b2 feat(pubsub): round robin
erock added ps-193 (range-diff) on 2026-01-29T01:03:33Z
1: 603ca6e = 1: 603ca6e chore(pubsub): add more tests
2: 17e00b2 = 2: 17e00b2 feat(pubsub): round robin
-: ------- > 3: e3136bd fix(pubsub): check for eof before processing and skip empty byte reads
-: ------- > 4: 9a6d19e fix: rr
-: ------- > 5: 5b3f3a1 fix: sending 0 byte read
erock added ps-195 (range-diff) on 2026-02-01T17:16:43Z
1: 603ca6e = 1: 603ca6e chore(pubsub): add more tests
2: 17e00b2 = 2: 17e00b2 feat(pubsub): round robin
3: e3136bd = 3: e3136bd fix(pubsub): check for eof before processing and skip empty byte reads
4: 9a6d19e = 4: 9a6d19e fix: rr
5: 5b3f3a1 = 5: 5b3f3a1 fix: sending 0 byte read
-: ------- > 6: 4fff471 refactor: fixes
-: ------- > 7: d0dfc85 chore: SetDispatch on Broker