natefinch / npipe

A Windows named pipe implementation written in pure Go.
MIT License
297 stars 73 forks source link

Test failed #23

Open techtonik opened 7 years ago

techtonik commented 7 years ago

I noticed that AppVeyor test are red. What happened?

natefinch commented 7 years ago

hmm.. that's actually a test for a PR. I'm not sure why it's showing up as the main status for the project. I'll have to look into making sure the main status only accounts for tests that run on committed code.

techtonik commented 7 years ago

https://ci.appveyor.com/project/natefinch/npipe/build/2.0.39 is a failing test for c1b8fa8 - latest from v2.

techtonik commented 7 years ago

https://ci.appveyor.com/project/natefinch/npipe/build/2.0.40 is still failing. Without -race on local x86 Vista it works ok.

natefinch commented 7 years ago

I'll take a look today