Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix flaky test-cluster-dgram-2 #9791

Closed
wants to merge 1 commit into from

Commits on Nov 24, 2016

  1. test: fix flaky test-cluster-dgram-2

    There is no guarantee that a dgram packet will be received. The test is
    currently written to only send exactly as many dgram packets as required
    assuming they are all received. As a result, failures like this may
    occur (from CI):
    
    ```
    not ok 719 parallel/test-cluster-dgram-2
      ---
      duration_ms: 120.39
      severity: fail
      stack: |-
        timeout
    ```
    
    This change has the workers send packets continuously until disconnect.
    
    Ref: https://ci.nodejs.org/job/node-test-commit-arm/6044/nodes=armv7-ubuntu1404/console
    Trott committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    4620616 View commit details
    Browse the repository at this point in the history