-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.3.1 broke vinyl-fs test suite #296
Comments
2.3.0 is working fine? |
Probably not, we had 2.2.11 in our last successful run. |
If 2.3.0 have the same behavior, it might be nodejs/node#13850. |
Just tested with 2.3.0 and the tests fail, so it looks like that is the breaking version. We are seeing as a transitive issue from our through2 dependency. How can we go about fixing it? Or does it need to be solved here? |
Edit: |
Ahum, that was not interfering with through2 when I did run the tests. Why do you think that? I will have a look asap (probably tomorrow). Maybe we should add vinyl-fs to citgm, we could have caught this earlier. |
I'm attempting to apply your node patch to readable-stream so I can run our test suite with it incorporated. |
Last I heard, vinyl-fs was included in citgm but no one wanted to deal with making it run properly so they just flagged it as flakey... |
@mcollina your patch fixes our test failures. (I also want to note that Any idea how long this will take to get resolved? It's currently blocking the major release of vinyl-fs |
@nodejs/streams what do you think we should do? IMHO we can forward-port that fix, and then wait for core to release. |
Can you please link the reference to internal/errors? |
@mcollina https://github.com/mcollina/node/blob/057339df174a375e73dfd7cd4d9e391f7cdf6d5b/lib/_stream_transform.js#L67 (In your fork, since that's what I built) |
Oh, that is part of core, that's the code we will convert. Not sure how it got there, I'll get it fixed. |
Asap is whar we'll do. |
Thanks! |
heyyyy! it seems like node-core's got a fix coming on the next release (and that's within a week or so?); i am thinking we should just wait for that ✌️ |
It's really hard for me to find time to push towards our gulp4 (which requires this vinyl-fs major) release but I have some this week, so it would be really hard for me to wait until next week or later. |
@phated we have just released v2.3.2 with the fix. |
Thanks a ton @mcollina and team! |
I'm digging into this now but this is the only dependency that changed. Every now-failing test have to do with error handling, any thoughts off the top of your head?
The text was updated successfully, but these errors were encountered: