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

test: improve error message in test-tick-processor by Trott · Pull Request #7693 · nodejs/node · GitHub

/ node Public

test: improve error message in test-tick-processor - #7693

Closed
Trott wants to merge 2 commits into
nodejs:masterfrom
Trott:tick-tock
Closed

test: improve error message in test-tick-processor#7693
Trott wants to merge 2 commits into
nodejs:masterfrom
Trott:tick-tock

Conversation

Trott commented Jul 12, 2016

Copy link
Copy Markdown
Member
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Provide additional information about values that indicate test failed.

Provide additional information about values that indicate test failed.
Trott added the test Issues and PRs related to the tests. label Jul 12, 2016
Comment thread test/parallel/test-tick-processor.js Outdated
' --prof-process --call-graph-size=10 ' + log,
{encoding: 'utf8'});
assert(pattern.test(out));
assert(pattern.test(out), `${pattern} not matchint ${out}`);

Copy link
Copy Markdown
Contributor

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

matching?

Copy link
Copy Markdown
Member Author

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

matching?

Whoops, yes, fixed.

cjihrig commented Jul 12, 2016

Copy link
Copy Markdown
Contributor

LGTM with a question.

mscdex commented Jul 13, 2016

Copy link
Copy Markdown
Contributor

LGTM

Trott commented Jul 13, 2016

Copy link
Copy Markdown
Member Author

Trott commented Jul 15, 2016
edited
Loading

Copy link
Copy Markdown
Member Author

Landed in d11f475 9dc0651

Trott closed this Jul 15, 2016

cjihrig commented Jul 15, 2016

Copy link
Copy Markdown
Contributor

The commit appears to be missing metadata.

Trott commented Jul 15, 2016

Copy link
Copy Markdown
Member Author

Unfortunately, yes. Hopping on IRC to figure best thing to do about it, if anything...

Trott added a commit to Trott/io.js that referenced this pull request Jul 15, 2016
Provide additional information about values that indicate test failed.

PR-URL: nodejs#7693
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>

Trott commented Jul 15, 2016

Copy link
Copy Markdown
Member Author

Re-landed in 9dc0651 and force pushed. :-|

evanlucas pushed a commit that referenced this pull request Jul 18, 2016
Provide additional information about values that indicate test failed.

PR-URL: #7693
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
evanlucas pushed a commit that referenced this pull request Jul 20, 2016
Provide additional information about values that indicate test failed.

PR-URL: #7693
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
MylesBorins pushed a commit that referenced this pull request Oct 10, 2016
Provide additional information about values that indicate test failed.

PR-URL: #7693
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
MylesBorins pushed a commit that referenced this pull request Oct 10, 2016
Provide additional information about values that indicate test failed.

PR-URL: #7693
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
Provide additional information about values that indicate test failed.

PR-URL: #7693
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
Provide additional information about values that indicate test failed.

PR-URL: #7693
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
MylesBorins mentioned this pull request Oct 26, 2016
Trott deleted the tick-tock branch January 13, 2022 22:43
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

test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL