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

romshark / plugger / 22292951767

Builds Branch Commit Type Ran Committer Via Coverage
22292951767 main fix: Wait for run() before cmd.Wait() in Close Close called cmd.Wait() while run() could still be reading from the stdout pipe. Go docs explicitly say: Wait will close the pipe after seeing the command exit. It is thus incorrect to call Wait bef... push 23 Feb 2026 04:30AM UTC romshark github
49.1
22292776068 main fix: Close pending channels on ctx cancel Host.run only closed pending channels on the EOF path. When returning via ctx.Done, callers in Call with a different context would block forever on their channel. push 23 Feb 2026 04:20AM UTC romshark github
48.16
22292727757 main fix: Add omitempty to envelope Cancel and ID push 23 Feb 2026 04:18AM UTC romshark github
47.78
22292561383 main test: Remove redundant temp dir cleanup t.TempDir already registers cleanup automatically. push 23 Feb 2026 04:08AM UTC romshark github
47.78
22292518072 main test: Register log listener before Call The log listener was registered after Call returned. If plugin stderr writes arrived before AddReader, they would go only to t.Log and the channel read would block forever. Register the listener before Call... push 23 Feb 2026 04:06AM UTC romshark github
47.78
22292440830 main fix: Unblock Call on RunPlugin failure When RunPlugin failed early (bad path, spawn error, cmd.Start error), wgRun.Done was never called. Any concurrent Call blocked forever on wgRun.Wait, and Close couldn't unblock it either. push 23 Feb 2026 04:01AM UTC romshark github
47.78
22292375445 main fix: Move WithCancel from dispatch to Run push 23 Feb 2026 03:58AM UTC romshark github
47.39
22292130593 main fix: Sync host encoder access Reuse h.mu to serialize concurrent to encoder. push 23 Feb 2026 03:44AM UTC romshark github
46.35
22292083060 main fix: Sync encoder access Concurrent dispatch goroutines were calling enc.Encode without synchronization. push 23 Feb 2026 03:41AM UTC romshark github
46.35
22292030178 main fix: Update Go version in test push 23 Feb 2026 03:38AM UTC romshark github
47.39
16455824094 main ci: upgrade Go to v1.24.5 push 22 Jul 2025 09:23PM UTC romshark github
47.39
15238863632 main docs: Place file name correctly push 25 May 2025 02:28PM UTC romshark github
47.39
15238853610 main docs: Improve README push 25 May 2025 02:27PM UTC romshark github
47.39
15238643890 main docs: Add link to bash script example push 25 May 2025 02:02PM UTC romshark github
47.39
15238607775 main docs: Fix formatting in README Go example push 25 May 2025 01:57PM UTC romshark github
47.39
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
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