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

playwright-community / playwright-go
78%
main: 79%

Build:
Build:
LAST BUILD BRANCH: roll/v1.61.1
DEFAULT BRANCH: main
Repo Added 26 Jan 2022 03:01PM UTC
Files 62
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

LAST BUILD ON BRANCH pr/event-handler-deadlock
branch: pr/event-handler-deadlock
CHANGE BRANCH
x
Reset
  • pr/event-handler-deadlock
  • add-logger-override-support
  • add-only-install-shell-option
  • align-with-upstream-client
  • chore/gitignore-claude
  • chore/update-github-actions
  • ci-fail
  • ci/concurrency-cancel-prs-only
  • dataRace
  • docs-cli-ver
  • docs/fix-readme-and-contributing
  • expose-redirected-navigation-request
  • feat/assemble-driver-from-npm-and-nodejs
  • feat/flakiness-io-reporter
  • fix-sizes-panic
  • fix-tests
  • fix/579-expect-download-mobile-test
  • fix/connection-deadlocks
  • fix/dispatcher-event-handler-deadlock
  • fix/evaluate-handle-element-panic
  • fix/event-emitter-lock-across-handlers
  • fix/handle-parsing-float
  • fix/locator-evaluate-attached-state
  • fix/remote-upload-flake
  • fix/request-header-shape
  • fix/response-null-structured-results
  • fix/set-input-files-default-timeout
  • fix/test_worker
  • fix/waiter_deadlock
  • fix/webkit-folder-upload-timeout-180s
  • main
  • misuse-matrix
  • mxschmitt/budapest
  • mxschmitt/columbus
  • mxschmitt/dallas-v2
  • mxschmitt/kyiv-v4
  • mxschmitt/macau-v1
  • mxschmitt/victoria-v1
  • patch-1
  • patch-2
  • patch-nilerror
  • pr/jsonpipe-deadlock
  • roll-v1.49.1
  • roll-v1.50
  • roll-v1.51
  • roll-v1.52
  • roll/v1.59.1
  • roll/v1.60.0
  • roll/v1.61.1
  • tidy-1.57
  • update-dependency

25 Jun 2026 04:21AM UTC coverage: 78.362% (-0.1%) from 78.501%
28146667280

Pull #603

github

mxschmitt
fix: guard against nil callback on unknown reply id in Dispatch

Dispatch ignored the loaded bool from callbacks.LoadAndDelete and
dereferenced cb.noReply directly. A reply whose id has no pending
callback (duplicate or unknown reply) would deref a nil
*protocolCallback and panic the dispatch goroutine. Upstream throws
"Cannot find command to respond"; guard and ignore the stray reply.

This becomes more reachable with the re-entrant pump, which runs
Dispatch from inside a blocking call made in an event handler.
Pull Request #603: fix: prevent deadlock when calling blocking methods inside event handlers

45 of 73 new or added lines in 3 files covered. (61.64%)

15 existing lines in 1 file now uncovered.

7978 of 10181 relevant lines covered (78.36%)

6858.32 hits per line

Relevant lines Covered
Build:
Build:
10181 RELEVANT LINES 7978 COVERED LINES
6858.32 HITS PER LINE
Source Files on pr/event-handler-deadlock
  • Tree
  • List 59
  • Changed 18
  • Source Changed 0
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28146667280 pr/event-handler-deadlock fix: guard against nil callback on unknown reply id in Dispatch Dispatch ignored the loaded bool from callbacks.LoadAndDelete and dereferenced cb.noReply directly. A reply whose id has no pending callback (duplicate or unknown reply) would deref ... Pull #603 25 Jun 2026 04:25AM UTC mxschmitt github
78.36
28146188057 pr/event-handler-deadlock fix: harden event-handler deadlock fix Follow-ups to the re-entrant pump in waitResult: - waitResult: on abort in the re-entrant branch, re-check pc.done before setting the close error, mirroring the blocking path. Prevents a delivered resul... Pull #603 25 Jun 2026 04:11AM UTC mxschmitt github
78.41
28143979381 pr/event-handler-deadlock fix: prevent deadlock when calling blocking methods inside event handlers Event handlers run synchronously on the single connection dispatch goroutine (connection.Dispatch -> channel.Emit). That goroutine is also the only one that delivers replie... Pull #603 25 Jun 2026 03:11AM UTC mxschmitt github
78.51
See All Builds (444)
  • Repo on GitHub
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