Skip to content
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

lookup: vinyl-fs flaky on WIN only #550

Closed
wants to merge 1 commit into from
Closed

Conversation

al-k21
Copy link
Contributor

@al-k21 al-k21 commented Feb 27, 2018

Refs: #537

Checklist
  • npm test passes
  • contribution guidelines followed here

@al-k21 al-k21 changed the title lookup: unskip vinil-fs lookup: vinil-fs flaky on WIN only Feb 27, 2018
targos

This comment was marked as off-topic.

mcollina

This comment was marked as off-topic.

@MylesBorins
Copy link
Contributor

s/vinil/vinyl

Do we have tests to prove it is no longer flaky?

@mcollina
Copy link
Member

If this is the problem we talked about @MylesBorins, it was solved in gulpjs/vinyl-fs#296.

@MylesBorins
Copy link
Contributor

MylesBorins commented Feb 27, 2018 via email

@targos
Copy link
Member

targos commented Feb 27, 2018

@al-k21 al-k21 changed the title lookup: vinil-fs flaky on WIN only lookup: vinyl-fs flaky on WIN only Feb 27, 2018
@al-k21
Copy link
Contributor Author

al-k21 commented Feb 27, 2018

Seems like it's still fails across all the platforms:

10:22:02 error:                     | 223 passing (25s)                                                                                                                                            
10:22:02 error:                     | 18 pending                                                                                                                                                   
10:22:02 error:                     | 1 failing                                                                                                                                                    
10:22:02 error:                     |                                                                                                                                                              
10:22:02 error:                     | 1) .dest() with custom owner calls fchown when the uid and/or gid are provided on the vinyl stat:                                                            
10:22:02 error:                     |                                                                                                                                                              
10:22:02 error:                     | Uncaught Error: Expected 0 to equal 1                                                                                                                        
10:22:02 error:                     | + expected - actual                                                                                                                                          
10:22:02 error:                     |                                                                                                                                                              
10:22:02 error:                     | -0                                                                                                                                                           
10:22:02 error:                     | +1                                                                                                                                                           
10:22:02 error:                     |                                                                                                                                                              
10:22:02 error:                     | at assert (node_modules/expect/lib/assert.js:29:9)                                                                                                           
10:22:02 error:                     | at Expectation.toEqual (node_modules/expect/lib/Expectation.js:81:30)                                                                                        
10:22:02 error:                     | at assert (test/dest-owner.js:49:38)                                                                                                                         
10:22:02 error:                     | at ConcatStream.<anonymous> (node_modules/concat-stream/index.js:36:43)                                                                                      
10:22:02 error:                     | at finishMaybe (node_modules/readable-stream/lib/_stream_writable.js:620:14)                                                                                 
10:22:02 error:                     | at endWritable (node_modules/readable-stream/lib/_stream_writable.js:628:3)                                                                                  
10:22:02 error:                     | at ConcatStream.Writable.end (node_modules/readable-stream/lib/_stream_writable.js:584:41)                                                                   
10:22:02 error:                     | at Pumpify.onend (node_modules/readable-stream/lib/_stream_readable.js:577:10)                                                                               
10:22:02 error:                     | at endReadableNT (node_modules/readable-stream/lib/_stream_readable.js:1000:12)                                                                              
10:22:02 error:                     | at _combinedTickCallback (internal/process/next_tick.js:80:11)                                                                                               
10:22:02 error:                     | at process._tickCallback (internal/process/next_tick.js:104:9)                                                                                               
10:22:02 error:                     |                                                                                                                                                              
10:22:02 error:                     |                                                                                                                                                              
10:22:02 error:                     |                                                                                                                                                              
10:22:02 error:                     |                                                                                                                                                              
10:22:02 error:                     | npm ERR! Test failed.  See above for more details.                                                                                                           
10:22:02 error: done                | The smoke test has failed.

This will be investigated in #537.
Added to the https://github.com/nodejs/citgm/projects/1.
Closing for now, feel free to reopen.

@al-k21 al-k21 closed this Feb 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants