[protobuf] A timeout in this test probably indicates a real bug.

2017-07-12 Thread Sara Quigley
Hi there, I was installing Protocol Buffers and it looks like during my "make check", the protobuf-test failed. /Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS FAIL: protobuf-test PASS: protobuf-lazy-descriptor-test PASS: protobuf-lite-test PASS:

Re: [protobuf] A timeout in this test probably indicates a real bug.

2017-07-12 Thread Sara Quigley
Okay thank you. Sara On Wed, Jul 12, 2017 at 1:52 PM, Feng Xiao wrote: > The failing test case is: CsharpBootstrapTest. > GeneratedCsharpDescriptorMatches > > This is an known issue. It happens when you use protobuf-cpp-3.3.0.tar.gz > which doesn't contain the C# source

Re: [protobuf] A timeout in this test probably indicates a real bug.

2017-07-12 Thread 'Feng Xiao' via Protocol Buffers
Can you attach the full log file? On Wed, Jul 12, 2017 at 1:27 PM, Sara Quigley wrote: > Hi there, > > I was installing Protocol Buffers and it looks like during my "make > check", the protobuf-test failed. > > /Applications/Xcode.app/Contents/Developer/usr/bin/make

Re: [protobuf] A timeout in this test probably indicates a real bug.

2017-07-12 Thread 'Feng Xiao' via Protocol Buffers
The failing test case is: CsharpBootstrapTest.GeneratedCsharpDescriptorMatches This is an known issue. It happens when you use protobuf-cpp-3.3.0.tar.gz which doesn't contain the C# source file for that test case to pass. We fixed the issue in master and you can safely ignore the test failure.