[GH-ISSUE #79] TestRun/fails_when_the_widget_doesn't_draw seems to be racy #57

Closed
opened 2026-03-03 16:21:59 +03:00 by kerem · 1 comment
Owner

Originally created by @mum4k on GitHub (Jan 19, 2019).
Original GitHub issue: https://github.com/mum4k/termdash/issues/79

Originally assigned to: @mum4k on GitHub.

Details:

$ go test -race ./...
--- FAIL: TestRun (0.90s)
--- FAIL: TestRun/fails_when_the_widget_doesn't_draw (0.01s)
termdash_test.go:357: Run => unexpected error: , wantErr: true

Originally created by @mum4k on GitHub (Jan 19, 2019). Original GitHub issue: https://github.com/mum4k/termdash/issues/79 Originally assigned to: @mum4k on GitHub. Details: $ go test -race ./... --- FAIL: TestRun (0.90s) --- FAIL: TestRun/fails_when_the_widget_doesn't_draw (0.01s) termdash_test.go:357: Run => unexpected error: <nil>, wantErr: true
kerem 2026-03-03 16:21:59 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@mum4k commented on GitHub (Jan 27, 2019):

Not a race, but a flake, Run didn't have enough time to finish processing the error from the widget.

<!-- gh-comment-id:457886871 --> @mum4k commented on GitHub (Jan 27, 2019): Not a race, but a flake, Run didn't have enough time to finish processing the error from the widget.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#57
No description provided.