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

Eyevinn / moqtransport / 33491134836
76%
main: 77%

Build:
Build:
LAST BUILD BRANCH: rendezvous-timeout
DEFAULT BRANCH: main
Ran 01 Sep 2026 09:15AM 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 09:13AM UTC coverage: 76.405% (+0.1%) from 76.293%
33491134836

Pull #24

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.
Pull Request #24: tests: run the session suite under testing/synctest

4064 of 5319 relevant lines covered (76.41%)

44.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33491134836.1 01 Sep 2026 09:15AM UTC 71
76.41
GitHub Action Run
Source Files on build 33491134836
  • Tree
  • List 71
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #24
  • PR Base - main (#33490535064)
  • 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