briandunn / flatware

A parallel test runner for RSpec and Cucumber with pretty output
MIT License
256 stars 35 forks source link

Interrupted system call (Flatware::Error) #51

Closed jhottenstein closed 4 years ago

jhottenstein commented 4 years ago

Every time that I run flatware rspec, I get one failure from lib/flatware/sink.rb:42 - Interrupted system call (Flatware::Error)

I think this started when I upgraded to ruby 2.6 but that may be a coincidence.

Output from a single file run: flatware-scrubbed-single.log

$ bin/flatware clear
$ bin/flatware rspec spec/controllers/admin_controller_spec.rb --log &> flatware-single.log
$ ps aux|grep flatware
jhottenstein     83888   0.2  1.2  5130812 204036 s000  S     2:06PM   0:11.29 flatware worker 6
jhottenstein     83899   0.0  0.0  4268056    812 s000  S+    2:07PM   0:00.00 grep flatware

Output from multiple file run: flatware-scrubbed.log

$ bin/flatware clear
$ bin/flatware rspec spec/controllers/ --log &> flatware.log` 

(I removed the specific filenames and example names; please let me know if you need them)

jhottenstein commented 4 years ago

This seems related to the travis failures in #44