MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST_F

Function TEST_F

tensorflow/core/lib/io/table_test.cc:432–439  ·  view source on GitHub ↗

Test empty table/block.

Source from the content-addressed store, hash-verified

430
431// Test empty table/block.
432TEST_F(Harness, Empty) {
433 for (int i = 0; i < kNumTestArgs; i++) {
434 Init(kTestArgList[i]);
435 random::PhiloxRandom philox(testing::RandomSeed() + 1, 17);
436 random::SimplePhilox rnd(&philox);
437 Test(&rnd);
438 }
439}
440
441// Special test for a block with no restart entries. The C++ leveldb
442// code never generates such blocks, but the Java version of leveldb

Callers

nothing calls this directly

Calls 11

RandomSeedFunction · 0.85
RandomKeyFunction · 0.85
SkewedMethod · 0.80
RandomStringFunction · 0.70
InitFunction · 0.50
TestFunction · 0.50
AddFunction · 0.50
NewIteratorMethod · 0.45
SeekToFirstMethod · 0.45
ValidMethod · 0.45
SeekMethod · 0.45

Tested by

no test coverage detected