Back to build
Raw log | Switch to full mode | Login

Flags: --gtest_random_seed = 1555786855 [==========] Running 62 tests from 7 test cases. [----------] Global test environment set-up. [----------] 13 tests from BlockDeviceTest [ RUN ] BlockDeviceTest.TrivialLifetime [ OK ] BlockDeviceTest.TrivialLifetime (4 ms) [ RUN ] BlockDeviceTest.DdkLifetime [ OK ] BlockDeviceTest.DdkLifetime (2 ms) [ RUN ] BlockDeviceTest.GetSize [ OK ] BlockDeviceTest.GetSize (1 ms) [ RUN ] BlockDeviceTest.GetName [ OK ] BlockDeviceTest.GetName (2 ms) [ RUN ] BlockDeviceTest.GetType [ OK ] BlockDeviceTest.GetType (2 ms) [ RUN ] BlockDeviceTest.Query [ OK ] BlockDeviceTest.Query (2 ms) [ RUN ] BlockDeviceTest.QueueOne [ OK ] BlockDeviceTest.QueueOne (3 ms) [ RUN ] BlockDeviceTest.ReadWrite [ OK ] BlockDeviceTest.ReadWrite (2 ms) [ RUN ] BlockDeviceTest.Trim [ OK ] BlockDeviceTest.Trim (0 ms) [ RUN ] BlockDeviceTest.Flush [ OK ] BlockDeviceTest.Flush (0 ms) [ RUN ] BlockDeviceTest.QueueMultiple [ OK ] BlockDeviceTest.QueueMultiple (9 ms) [ RUN ] BlockDeviceTest.Format [ OK ] BlockDeviceTest.Format (0 ms) [ RUN ] BlockDeviceTest.Suspend [ OK ] BlockDeviceTest.Suspend (0 ms) [----------] 13 tests from BlockDeviceTest (57 ms total) [----------] 10 tests from DriverTest [ RUN ] DriverTest.TrivialLifetime [ OK ] DriverTest.TrivialLifetime (0 ms) [ RUN ] DriverTest.ReadWrite [ OK ] DriverTest.ReadWrite (14 ms) [ RUN ] DriverTest.IsEmpty [ OK ] DriverTest.IsEmpty (11 ms) [ RUN ] DriverTest.Erase [ OK ] DriverTest.Erase (10 ms) [ RUN ] DriverTest.IsBadBlock [ OK ] DriverTest.IsBadBlock (10 ms) [ RUN ] DriverTest.CreateVolume [ OK ] DriverTest.CreateVolume (13 ms) [ RUN ] DriverTest.CreateVolumeReadOnly [ OK ] DriverTest.CreateVolumeReadOnly (10 ms) [ RUN ] DriverTest.ReAttach [ OK ] DriverTest.ReAttach (12 ms) [ RUN ] DriverTest.WriteBadBlock [ OK ] DriverTest.WriteBadBlock (15 ms) [ RUN ] DriverTest.ReadUnsafeEcc [ OK ] DriverTest.ReadUnsafeEcc (23 ms) [----------] 10 tests from DriverTest (122 ms total) [----------] 12 tests from FtlTest [ RUN ] FtlTest.TrivialLifetime FTL: total blocks: 283, free blocks: 283 [ OK ] FtlTest.TrivialLifetime (704 ms) [ RUN ] FtlTest.TrivialFlush FTL: total blocks: 283, free blocks: 283 [ OK ] FtlTest.TrivialFlush (664 ms) [ RUN ] FtlTest.Unmount FTL: total blocks: 283, free blocks: 283 [ OK ] FtlTest.Unmount (697 ms) [ RUN ] FtlTest.Mount FTL: total blocks: 283, free blocks: 283 FTL: total blocks: 283, free blocks: 283 [ OK ] FtlTest.Mount (658 ms) [ RUN ] FtlTest.ReadWrite FTL: total blocks: 283, free blocks: 283 [ OK ] FtlTest.ReadWrite (701 ms) [ RUN ] FtlTest.ReAttach FTL: total blocks: 283, free blocks: 283 FTL: total blocks: 283, free blocks: 283 FTL: total blocks: 283, free blocks: 281 [ OK ] FtlTest.ReAttach (683 ms) [ RUN ] FtlTest.Format FTL: total blocks: 283, free blocks: 283 BLOCK STATS: 283 blocks, 64 pages per block, curr free blocks = 283 B = 0-282 - FREE BLOCKS [ OK ] FtlTest.Format (690 ms) [ RUN ] FtlTest.Trim FTL: total blocks: 283, free blocks: 283 [ OK ] FtlTest.Trim (697 ms) [ RUN ] FtlTest.GarbageCollect FTL: total blocks: 7, free blocks: 7 [ OK ] FtlTest.GarbageCollect (13 ms) [ RUN ] FtlTest.Stats FTL: total blocks: 283, free blocks: 283 [ OK ] FtlTest.Stats (709 ms) [ RUN ] FtlTest.SinglePass FTL: total blocks: 283, free blocks: 283 FTL: total blocks: 283, free blocks: 283 FTL: total blocks: 283, free blocks: 5 [ OK ] FtlTest.SinglePass (2156 ms) [ RUN ] FtlTest.MultiplePass FTL: total blocks: 283, free blocks: 283 FTL: total blocks: 283, free blocks: 283 FTL: total blocks: 283, free blocks: 5 FTL: total blocks: 283, free blocks: 4 FTL: total blocks: 283, free blocks: 4 FTL: total blocks: 283, free blocks: 4 FTL: total blocks: 283, free blocks: 5 FTL: total blocks: 283, free blocks: 4 FTL: total blocks: 283, free blocks: 4 FTL: total blocks: 283, free blocks: 4 FTL: total blocks: 283, free blocks: 4 FTL: total blocks: 283, free blocks: 4 FTL: total blocks: 283, free blocks: 4 [ OK ] FtlTest.MultiplePass (18099 ms) [----------] 12 tests from FtlTest (27161 ms total) [----------] 5 tests from FtlExtendTest [ RUN ] FtlExtendTest.ExtendVolume FTL: total blocks: 133, free blocks: 133 FTL: total blocks: 133, free blocks: 133 FTL: total blocks: 133, free blocks: 4 FTL: total blocks: 283, free blocks: 149 FTL: total blocks: 283, free blocks: 147 FTL: total blocks: 283, free blocks: 5 [ OK ] FtlExtendTest.ExtendVolume (3053 ms) [ RUN ] FtlExtendTest.ReduceReservedBlocks FTL: total blocks: 283, free blocks: 283 FTL: total blocks: 283, free blocks: 283 FTL: total blocks: 283, free blocks: 4 FTL: total blocks: 291, free blocks: 9 FTL: total blocks: 291, free blocks: 5 FTL: total blocks: 291, free blocks: 4 [ OK ] FtlExtendTest.ReduceReservedBlocks (5125 ms) [ RUN ] FtlExtendTest.ReduceReservedBlocksFailure FTL: total blocks: 283, free blocks: 283 FTL: total blocks: 283, free blocks: 283 FTL: total blocks: 283, free blocks: 5 [ OK ] FtlExtendTest.ReduceReservedBlocksFailure (2132 ms) [ RUN ] FtlExtendTest.ReduceReservedBlocksTooSmall FTL: total blocks: 283, free blocks: 283 [ OK ] FtlExtendTest.ReduceReservedBlocksTooSmall (666 ms) [ RUN ] FtlExtendTest.ReduceReservedBlocksInvalidLocation FTL: total blocks: 283, free blocks: 283 [ OK ] FtlExtendTest.ReduceReservedBlocksInvalidLocation (694 ms) [----------] 5 tests from FtlExtendTest (12636 ms total) [----------] 12 tests from NandDriverTest [ RUN ] NandDriverTest.TrivialLifetime [ OK ] NandDriverTest.TrivialLifetime (0 ms) [ RUN ] NandDriverTest.Init [ OK ] NandDriverTest.Init (0 ms) [ RUN ] NandDriverTest.InitFailure [ OK ] NandDriverTest.InitFailure (0 ms) [ RUN ] NandDriverTest.Read [ OK ] NandDriverTest.Read (1 ms) [ RUN ] NandDriverTest.ReadFailure [ OK ] NandDriverTest.ReadFailure (0 ms) [ RUN ] NandDriverTest.ReadEccUnsafe [ OK ] NandDriverTest.ReadEccUnsafe (0 ms) [ RUN ] NandDriverTest.ReadEccFailure [ OK ] NandDriverTest.ReadEccFailure (0 ms) [ RUN ] NandDriverTest.Write [ OK ] NandDriverTest.Write (1 ms) [ RUN ] NandDriverTest.WriteFailure [ OK ] NandDriverTest.WriteFailure (0 ms) [ RUN ] NandDriverTest.Erase [ OK ] NandDriverTest.Erase (0 ms) [ RUN ] NandDriverTest.EraseFailure [ OK ] NandDriverTest.EraseFailure (0 ms) [ RUN ] NandDriverTest.IsBadBlock [ OK ] NandDriverTest.IsBadBlock (0 ms) [----------] 12 tests from NandDriverTest (9 ms total) [----------] 5 tests from NandOperationTest [ RUN ] NandOperationTest.TrivialLifetime [ OK ] NandOperationTest.TrivialLifetime (0 ms) [ RUN ] NandOperationTest.SetDataVmo [ OK ] NandOperationTest.SetDataVmo (0 ms) [ RUN ] NandOperationTest.SetOobVmo [ OK ] NandOperationTest.SetOobVmo (0 ms) [ RUN ] NandOperationTest.ExecuteSuccess [ OK ] NandOperationTest.ExecuteSuccess (0 ms) [ RUN ] NandOperationTest.ExecuteFailure [ OK ] NandOperationTest.ExecuteFailure (0 ms) [----------] 5 tests from NandOperationTest (2 ms total) [----------] 5 tests from OobDoublerTest [ RUN ] OobDoublerTest.TrivialLifetime [ OK ] OobDoublerTest.TrivialLifetime (0 ms) [ RUN ] OobDoublerTest.QueryDisabled [ OK ] OobDoublerTest.QueryDisabled (0 ms) [ RUN ] OobDoublerTest.QueryEnabled [ OK ] OobDoublerTest.QueryEnabled (0 ms) [ RUN ] OobDoublerTest.QueueDisabled [ OK ] OobDoublerTest.QueueDisabled (0 ms) [ RUN ] OobDoublerTest.QueueEnabled [ OK ] OobDoublerTest.QueueEnabled (0 ms) [----------] 5 tests from OobDoublerTest (5 ms total) [----------] Global test environment tear-down. [==========] 62 tests from 7 test cases ran (39997 ms total). [ PASSED ] 62 tests