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

nats-io / nats-streaming-server / 2635
91%
main: 92%

Build:
Build:
LAST BUILD BRANCH: add-eol-note
DEFAULT BRANCH: main
Ran 11 Oct 2022 01:35AM UTC
Jobs 1
Files 24
Run time 1s
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

11 Oct 2022 01:35AM UTC coverage: 91.575%. First build
2635

push

travis-ci-com

kozlovic
[CHANGED] Reject channels with different case (Foo vs foo)

Due to the way channels are stored to persistent storage, the
first spelling of a channel caused that channel to be persisted
under that name.
If an application later publishes/subscribes to the same channel
but with a different case (say first "Foo" then "foo"), the
server would treat it as a new channel but would still store
data in the first "Foo" channel, causing message sequences to
be reset and inability to consume after a server restart.

From now on, the server will reject published messages or new
subscriptions if it detects that a similar channel already exists
with a different "case".

Resolves #1265

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>

12891 of 14077 relevant lines covered (91.57%)

60614.57 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2635.2 (GO111MODULE=on) 11 Oct 2022 01:35AM UTC 0
91.57
Travis Job 2635.2
Source Files on build 2635
  • Tree
  • List 24
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #2635
  • 497a6a03 on github
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

© 2025 Coveralls, Inc