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

infrawatch / sg-core / 20967263414
51%

Build:
DEFAULT BRANCH: master
Ran 13 Jan 2026 06:04PM UTC
Jobs 1
Files 18
Run time 1min
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

13 Jan 2026 06:03PM UTC coverage: 50.636% (+0.6%) from 50.027%
20967263414

push

github

web-flow
Fix long message handling with dynamic buffer growth (#158)

* Fix long message handling with dynamic buffer growth

The socket transport plugin used a fixed 64KB buffer size
which caused messages surpassing that size to be truncated

For UDP/Unix datagram sockets, this resulted in parsing errors
like "unexpected end of input"

This change allows the buffer to grow (up to a limit depending on the
protocol) to accommodate larger messages.

* Create helper functions for TCP connection handling

* Add helper sendUDPSocketMessage

* Update TestUnixSocketTransport large message test

This test verifies the dynamic buffer growth by sending
three messages

In each iteration the buffer grows from the initial size
of 65535 bytes to 3 times the initial size.

Also verifies the content of the received message

Closes: OSPRH-23826

40 of 46 new or added lines in 1 file covered. (86.96%)

6 existing lines in 1 file now uncovered.

956 of 1888 relevant lines covered (50.64%)

0.56 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
60.08
3.69% plugins/transport/socket/main.go

Uncovered Existing Lines

Lines Coverage ∆ File
6
60.08
3.69% plugins/transport/socket/main.go
Jobs
ID Job ID Ran Files Coverage
1 20967263414.1 13 Jan 2026 06:04PM UTC 18
50.64
GitHub Action Run
Source Files on build 20967263414
  • Tree
  • List 18
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 03b182c8 on github
  • Prev Build on master (#17729669544)
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