-
Notifications
You must be signed in to change notification settings - Fork 273
Description
I've got error while using command "make test" under the directory mvfst/_build/build/ . Part of tests get passed, but some not . And Finally, I get an error :
Errors while running CTest
make: *** [test] 错误 8
============My environments like this:=======
Centos7.5, gcc7.3.0, cmake3.10.0
============Detail information for test results===
Running tests...
Test project /home/h3c/zhao/mvfst/_build/build
Start 1: QuicTransportTest.WriteDataWithProbing
1/1129 Test #1: QuicTransportTest.WriteDataWithProbing ......................................***Failed 0.03 sec
Start 2: QuicTransportTest.NotAppLimitedWithLoss
2/1129 Test #2: QuicTransportTest.NotAppLimitedWithLoss .....................................***Failed 0.01 sec
Start 3: QuicTransportTest.NotAppLimitedWithNoWritableBytes
3/1129 Test #3: QuicTransportTest.NotAppLimitedWithNoWritableBytes ..........................***Failed 0.01 sec
...
1127 - StreamStateFunctionsTests.ResetOffsetGreaterThanStreamFlowControl (Failed)
1128 - StreamStateFunctionsTests.ResetOffsetGreaterThanConnFlowControl (Failed)
1129 - StreamStateFunctionsTests.ResetAfterReadingAllBytesTillFin (Failed)
Errors while running CTest
make: *** [test] 错误 8
======================================
And I have output the whole logs in the make_test.log
make_test.log
===========Anyone can help ? Thanks so much .=====