Skip to content

test/goprint.go is flakey #5281

@lexprfuncall

Description

@lexprfuncall
The purpose of this test is to "Test that println can be the target of a go
statement".  It does so by forking a go routine that calls println and sleeps for a
millisecond waiting for output. 

The assumption that the output can be completed in a millisecond or less is an
optimistic one.  When the machine running the test is sufficiently loaded completing the
output might take substantially more than a millisecond.

Raising the timeout might make this test less flakey.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions