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

ska-sa / spead2 / 5388517528
75%
master: 79%

Build:
Build:
LAST BUILD BRANCH: bump-urllib3
DEFAULT BRANCH: master
Ran 27 Jun 2023 10:18AM UTC
Jobs 1
Files 82
Run time 2s
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

pending completion
5388517528

push

github

bmerry
Fix a bug with unwanted sharing of stats between stream_config

Copying a stream_config would leave them pointing at the same
vector<stream_stat_config>, with correctness consequences if either copy
later adds more statistics. This happens as part of
chunk_stream::adjust_config.

This could also lead to race conditions if a config was modified after
constructing a stream with it, since it would affect and stream_stats
instances that it shared with.

The type has been changed to shared_ptr<const vector<...>>
throughout to prevent modifying shared data. This makes add_stat much
less efficient (it copies the vector every time) but that is not on the
critical path.

5368 of 7177 relevant lines covered (74.79%)

52662.27 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5388517528.1 27 Jun 2023 10:18AM UTC 0
74.79
GitHub Action Run
Source Files on build 5388517528
Detailed source file information is not available for this build.
  • Back to Repo
  • a62fef28 on github
  • Prev Build on chunk_stream_group (#5378649930)
  • Next Build on chunk_stream_group (#5398558904)
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