Skip to content

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

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.
@TrottTrott added the test Issues and PRs related to the tests. label Jul 12, 2016
Comment threadtest/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.

matching?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

matching?

Whoops, yes, fixed.

@cjihrig

Copy link
Copy Markdown
Contributor

LGTM with a question.

@mscdex

Copy link
Copy Markdown
Contributor

LGTM

@Trott

Copy link
Copy Markdown
MemberAuthor

@Trott

Trott commented Jul 15, 2016

Copy link
Copy Markdown
MemberAuthor

Landed in d11f4759dc0651

@TrottTrott closed this Jul 15, 2016
@cjihrig

Copy link
Copy Markdown
Contributor

The commit appears to be missing metadata.

@Trott

Copy link
Copy Markdown
MemberAuthor

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

Copy link
Copy Markdown
MemberAuthor

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>
@evanlucasevanlucas mentioned this pull request Jul 18, 2016
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>
@MylesBorinsMylesBorins mentioned this pull request Oct 26, 2016
@Trott
Trott deleted the tick-tock branch January 13, 2022 22:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Trott@cjihrig@mscdex@MylesBorins