Lines Matching refs:TEST_P
275 TEST_P(LogTest, Empty) { ASSERT_EQ("EOF", Read()); } in TEST_P() function
277 TEST_P(LogTest, ReadWrite) { in TEST_P() function
290 TEST_P(LogTest, ManyBlocks) { in TEST_P() function
300 TEST_P(LogTest, Fragmentation) { in TEST_P() function
310 TEST_P(LogTest, MarginalTrailer) { in TEST_P() function
325 TEST_P(LogTest, MarginalTrailer2) { in TEST_P() function
340 TEST_P(LogTest, ShortTrailer) { in TEST_P() function
354 TEST_P(LogTest, AlignedEof) { in TEST_P() function
364 TEST_P(LogTest, RandomRead) { in TEST_P() function
379 TEST_P(LogTest, ReadError) { in TEST_P() function
387 TEST_P(LogTest, BadRecordType) { in TEST_P() function
397 TEST_P(LogTest, TruncatedTrailingRecordIsIgnored) { in TEST_P() function
406 TEST_P(LogTest, TruncatedTrailingRecordIsNotIgnored) { in TEST_P() function
420 TEST_P(LogTest, BadLength) { in TEST_P() function
443 TEST_P(LogTest, BadLengthAtEndIsIgnored) { in TEST_P() function
457 TEST_P(LogTest, BadLengthAtEndIsNotIgnored) { in TEST_P() function
471 TEST_P(LogTest, ChecksumMismatch) { in TEST_P() function
485 TEST_P(LogTest, UnexpectedMiddleType) { in TEST_P() function
496 TEST_P(LogTest, UnexpectedLastType) { in TEST_P() function
507 TEST_P(LogTest, UnexpectedFullType) { in TEST_P() function
520 TEST_P(LogTest, UnexpectedFirstType) { in TEST_P() function
533 TEST_P(LogTest, MissingLastIsIgnored) { in TEST_P() function
542 TEST_P(LogTest, MissingLastIsNotIgnored) { in TEST_P() function
556 TEST_P(LogTest, PartialLastIsIgnored) { in TEST_P() function
565 TEST_P(LogTest, PartialLastIsNotIgnored) { in TEST_P() function
581 TEST_P(LogTest, ErrorJoinsRecords) { in TEST_P() function
609 TEST_P(LogTest, ClearEofSingleBlock) { in TEST_P() function
626 TEST_P(LogTest, ClearEofMultiBlock) { in TEST_P() function
645 TEST_P(LogTest, ClearEofError) { in TEST_P() function
663 TEST_P(LogTest, ClearEofError2) { in TEST_P() function
677 TEST_P(LogTest, Recycle) { in TEST_P() function
809 TEST_P(RetriableLogTest, TailLog_PartialHeader) { in TEST_P() function
852 TEST_P(RetriableLogTest, TailLog_FullHeader) { in TEST_P() function
895 TEST_P(RetriableLogTest, NonBlockingReadFullRecord) { in TEST_P() function