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

Eyevinn / moqtransport / 33498320743
77%

Build:
DEFAULT BRANCH: main
Ran 01 Sep 2026 10:37AM UTC
Jobs 1
Files 71
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

01 Sep 2026 10:36AM UTC coverage: 76.405% (+0.1%) from 76.293%
33498320743

push

github

tobbee
tests: run the session suite under testing/synctest

The in-memory stream pipe blocked its readers on a sync.Cond, which
synctest does not treat as durable blocking, so no session-level test
could run in a bubble. Readers now block on a signal channel instead --
the same pattern moqlivemock's testconn uses, ported back to where it
came from -- and every memConn-based test runs inside synctest.Test.

That buys three things. Fake time: the tests that wait for real timers
are instant and exact, which makes the timer paths testable at all --
TestPublishDoneGraceTimeout pins that a PUBLISH_DONE promising a data
stream that never finishes ends delivery after exactly publishDoneGrace
(now a const again; nothing needs to override it), and
TestTrackAliasWaitStopsUnknownStream pins that a data stream for an
unknown alias is held for exactly trackAliasWait and then stopped.
Per-test goroutine hygiene: a bubble panics if a test exits with
goroutines still blocked, complementing the package-level goleak check.
And synctest.Wait as a deterministic settling point instead of sleeps.

4064 of 5319 relevant lines covered (76.41%)

44.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33498320743.1 01 Sep 2026 10:37AM UTC 71
76.41
GitHub Action Run
Source Files on build 33498320743
  • Tree
  • List 71
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0ed89ae9 on github
  • Prev Build on main (#33490535064)
  • Next Build on main (#33603486013)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc