FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: fix flaky test by removing timer by evanlucas · Pull Request #9199 · nodejs/node · GitHub

/ node Public

test: fix flaky test by removing timer - #9199

Merged
evanlucas merged 1 commit into
nodejs:masterfrom
evanlucas:flakytest
Oct 25, 2016
Merged

test: fix flaky test by removing timer#9199
evanlucas merged 1 commit into
nodejs:masterfrom
evanlucas:flakytest

Conversation

evanlucas commented Oct 20, 2016
edited
Loading

Copy link
Copy Markdown
Contributor
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-bot added the test Issues and PRs related to the tests. label Oct 20, 2016
mscdex added the dgram Issues and PRs related to the dgram subsystem / UDP. label Oct 20, 2016

Trott commented Oct 20, 2016

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Contributor Author

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

Trott commented Oct 20, 2016

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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#9199
Fixes: nodejs#7929
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
evanlucas closed this Oct 25, 2016
evanlucas deleted the flakytest branch October 25, 2016 13:20

Copy link
Copy Markdown
Contributor Author

Landed in 2a654e4. Thanks!

evanlucas merged commit 2a654e4 into nodejs:master Oct 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: #9199
Fixes: #7929
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
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: #9199
Fixes: #7929
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
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: #9199
Fixes: #7929
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
MylesBorins mentioned this pull request Nov 22, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dgram Issues and PRs related to the dgram subsystem / UDP. test Issues 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


Back | FazBrowse Home | New Git URL