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

infrawatch / sg-core / 21288090631
47%
master: 47%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v5.2.4
DEFAULT BRANCH: master
Ran 23 Jan 2026 01:40PM UTC
Jobs 1
Files 39
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

23 Jan 2026 01:38PM UTC coverage: 46.898% (-3.1%) from 49.973%
21288090631

push

github

web-flow
STF 1.5.7 release ops (#162)

* Pin Ceilometer to stable/2024.2 (#154)

Even though we are pinning to the stable/2024.2
when cloning Devstack, we are pulling Ceilometer
requirements from the master branch and this is
generating dependencies conflict.

Explicitily set stable/2024.2 branch when cloning
Ceilometer to fix this.

Closes-Bug: OSPRH-19908

* Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (#153)

---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
  dependency-version: 3.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victoria Martinez de la Cruz <victoria@redhat.com>

* Protect the expiryProc list with a mutex (#155)

The container/list data structure used in expiry.go is not safe for concurrent use.
See https://github.com/golang/go/issues/25105

Serialize the access to the shared list to avoid having check() on empty lists.

Closes-Bug: OSPRH-18979

* Fix long message handling with dynamic buffer growth (#158)

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

* Update to golang 1.24.11 (#159)

* Fix non-constant format string in call

Go 1.24.11 has stricter checking for format strings
in printf-style functions to prevent format string... (continued)

58 of 66 new or added lines in 2 files covered. (87.88%)

2 existing lines in 1 file now uncovered.

1323 of 2821 relevant lines covered (46.9%)

0.52 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
8
82.95
26.56% plugins/transport/socket/main.go

Uncovered Existing Lines

Lines Coverage ∆ File
2
82.95
26.56% plugins/transport/socket/main.go
Jobs
ID Job ID Ran Files Coverage
1 21288090631.1 23 Jan 2026 01:40PM UTC 39
46.9
GitHub Action Run
Source Files on build 21288090631
  • Tree
  • List 39
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3b4e5c4a on github
  • Prev Build on stable-1.5 (#14124881948)
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