• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nats-io / nats-server / 14723518791 / 1
82%
main: 82%

Build:
DEFAULT BRANCH: main
Ran 29 Apr 2025 05:40AM UTC
Files 58
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Apr 2025 04:26PM UTC coverage: 85.625% (-0.1%) from 85.731%
14723518791.1

push

github

web-flow
[FIXED] Consistent filtered consumer state reporting (#6835)

Consumer state reporting would be incorrect for filtered consumers. For
example:
- 2 messages in the stream, one matches your filter subject
- you fetch 2 messages, but only get one because that matches your
filter
- you now ack that message at sequence 1
- after acking, your delivered and ack floor state should mention
sequence 1

However, currently this is incorrect and reports sequence 2 for both.

We must always use our stored state, even if not replicated. The leader
uses a running total, and although that can be relied upon for
delivering new messages, it does not always report correct data when
used for info requests.

Signed-off-by: Maurice van Veen <github@mauricevanveen.com>

69806 of 81525 relevant lines covered (85.63%)

342596.66 hits per line

Source Files on job 14723518791.1
  • Tree
  • List 58
  • Changed 19
  • Source Changed 1
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14723518791
  • 93f015fb on github
  • Prev Job for on main (#14700442650.1)
  • Next Job for on main (#14746884352.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc