Uh oh!
There was an error while loading. Please reload this page.
test: linting for buffer-free-callback test - #3230
Closed
Trott wants to merge 1 commit into
Closed
Conversation
Test added in d1f2404 does not pass linting rule added in 3de353b. Fixed in this commit. `common` module required in all tests except those that intentionally leak variables. Fixes: nodejs#3229
Trott
commented
Oct 7, 2015
MemberAuthor
Trott
commented
Oct 7, 2015
MemberAuthor
/cc @indutny This minor change to your test look good to you? |
Fishrock123
commented
Oct 7, 2015
Contributor
LGTM |
indutny
commented
Oct 7, 2015
Member
@Trott I didn't see any errors when committing it. Are you sure that it is required for addons? |
Trott
commented
Oct 7, 2015
MemberAuthor
@indutny Yes, I'm postive. |
indutny
commented
Oct 7, 2015
Member
Ok, LGTM then. |
indutny
commented
Oct 7, 2015
Member
Shouldn't it go to other addons too? |
Trott
commented
Oct 7, 2015
MemberAuthor
Yes, all the previously existing addon tests that didn't use |
Trott
commented
Oct 7, 2015
MemberAuthor
Because this change is so small and CI will fail until it lands, I'm going to go ahead and land it right away. |
Trott added a commit
that referenced
this pull request
Oct 7, 2015
Test added in d1f2404 does not pass linting rule added in 3de353b. Fixed in this commit. `common` module required in all tests except those that intentionally leak variables. PR-URL: #3230Fixes: #3229 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Trott
commented
Oct 7, 2015
MemberAuthor
Landed in 6f63a4a |
Trott added a commit
that referenced
this pull request
Oct 8, 2015
Test added in d1f2404 does not pass linting rule added in 3de353b. Fixed in this commit. `common` module required in all tests except those that intentionally leak variables. PR-URL: #3230Fixes: #3229 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test added in d1f2404 does not pass linting rule added in 3de353b.
Fixed in this commit.
commonmodule required in all tests exceptthose that intentionally leak variables.
Fixes: #3229