Skip to content

Conversation

@evanlucas
Copy link
Contributor

@evanlucasevanlucas commented Oct 20, 2016

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

This fixes one of the tests that has been failing on CI on freebsd for
a bit by removing an unnecessary timer.

Fixes: #7929

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Oct 20, 2016
@mscdexmscdex added the dgram Issues and PRs related to the dgram subsystem / UDP. label Oct 20, 2016
@Trott
Copy link
Member

LGTM, #9197 is basically the same fix, doesn't matter much which one lands, but one of them should. :-D

@evanlucas
Copy link
ContributorAuthor

@Trott I'm pretty sure they both need to land. Those are two different files (although pretty similar).

@Trott
Copy link
Member

@evanlucas Needless to say (but I'm going to say it anyway), you are correct!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: While we're in here anyway, maybe change this to assert.strictEqual()?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: assert.ifError()?

This fixes one of the tests that has been failing on CI on freebsd for a bit by removing an unnecessary timer. PR-URL: nodejs#9199Fixes: nodejs#7929 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
@evanlucas
Copy link
ContributorAuthor

Landed in 2a654e4. Thanks!

@evanlucasevanlucas merged commit 2a654e4 into nodejs:masterOct 25, 2016
evanlucas added a commit that referenced this pull request Nov 2, 2016
This fixes one of the tests that has been failing on CI on freebsd for a bit by removing an unnecessary timer. PR-URL: #9199Fixes: #7929 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
@evanlucasevanlucas mentioned this pull request Nov 3, 2016
MylesBorins pushed a commit that referenced this pull request Nov 18, 2016
This fixes one of the tests that has been failing on CI on freebsd for a bit by removing an unnecessary timer. PR-URL: #9199Fixes: #7929 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
MylesBorins pushed a commit that referenced this pull request Nov 19, 2016
This fixes one of the tests that has been failing on CI on freebsd for a bit by removing an unnecessary timer. PR-URL: #9199Fixes: #7929 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Nov 22, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dgramIssues and PRs related to the dgram subsystem / UDP.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate flaky test-dgram-send-callback-buffer on FreeBSD

8 participants

@evanlucas@Trott@santigimeno@lpinca@cjihrig@mscdex@MylesBorins@nodejs-github-bot