Lines Matching refs:file_path

122                         std::string file_path, bool full_content) {  in CheckFileContent()  argument
123 ASSERT_OK(env_->FileExists(file_path)); in CheckFileContent()
125 ASSERT_OK(env_->NewSequentialFile(file_path, &f_ptr, env_options_)); in CheckFileContent()
135 SequentialFileReader sf_reader(std::move(file), file_path, in CheckFileContent()
190 std::string file_path; in TEST_F() local
199 file_path = output_path + "/test-get-0-accessed_key_stats.txt"; in TEST_F()
200 CheckFileContent(k_stats, file_path, true); in TEST_F()
204 file_path = output_path + "/test-get-0-accessed_key_count_distribution.txt"; in TEST_F()
205 CheckFileContent(k_dist, file_path, true); in TEST_F()
210 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
211 CheckFileContent(k_sequence, file_path, false); in TEST_F()
216 file_path = output_path + "/test-get-0-accessed_key_prefix_cut.txt"; in TEST_F()
217 CheckFileContent(k_prefix, file_path, true); in TEST_F()
221 file_path = output_path + "/test-get-0-time_series.txt"; in TEST_F()
222 CheckFileContent(k_series, file_path, false); in TEST_F()
226 file_path = output_path + "/test-get-0-whole_key_stats.txt"; in TEST_F()
227 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
232 file_path = output_path + "/test-get-0-whole_key_prefix_cut.txt"; in TEST_F()
233 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
237 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
238 CheckFileContent(all_qps, file_path, true); in TEST_F()
242 file_path = output_path + "/test-get-0-qps_stats.txt"; in TEST_F()
243 CheckFileContent(get_qps, file_path, true); in TEST_F()
248 file_path = output_path + "/test-get-0-accessed_top_k_qps_prefix_cut.txt"; in TEST_F()
249 CheckFileContent(top_qps, file_path, true); in TEST_F()
256 std::string file_path; in TEST_F() local
265 file_path = output_path + "/test-put-0-accessed_key_stats.txt"; in TEST_F()
266 CheckFileContent(k_stats, file_path, true); in TEST_F()
270 file_path = output_path + "/test-put-0-accessed_key_count_distribution.txt"; in TEST_F()
271 CheckFileContent(k_dist, file_path, true); in TEST_F()
276 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
277 CheckFileContent(k_sequence, file_path, false); in TEST_F()
281 file_path = output_path + "/test-put-0-accessed_key_prefix_cut.txt"; in TEST_F()
282 CheckFileContent(k_prefix, file_path, true); in TEST_F()
286 file_path = output_path + "/test-put-0-time_series.txt"; in TEST_F()
287 CheckFileContent(k_series, file_path, false); in TEST_F()
291 file_path = output_path + "/test-put-0-whole_key_stats.txt"; in TEST_F()
292 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
297 file_path = output_path + "/test-put-0-whole_key_prefix_cut.txt"; in TEST_F()
298 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
302 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
303 CheckFileContent(all_qps, file_path, true); in TEST_F()
307 file_path = output_path + "/test-put-0-qps_stats.txt"; in TEST_F()
308 CheckFileContent(get_qps, file_path, true); in TEST_F()
313 file_path = output_path + "/test-put-0-accessed_top_k_qps_prefix_cut.txt"; in TEST_F()
314 CheckFileContent(top_qps, file_path, true); in TEST_F()
319 file_path = output_path + "/test-put-0-accessed_value_size_distribution.txt"; in TEST_F()
320 CheckFileContent(value_dist, file_path, true); in TEST_F()
327 std::string file_path; in TEST_F() local
336 file_path = output_path + "/test-delete-0-accessed_key_stats.txt"; in TEST_F()
337 CheckFileContent(k_stats, file_path, true); in TEST_F()
341 file_path = in TEST_F()
343 CheckFileContent(k_dist, file_path, true); in TEST_F()
348 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
349 CheckFileContent(k_sequence, file_path, false); in TEST_F()
353 file_path = output_path + "/test-delete-0-accessed_key_prefix_cut.txt"; in TEST_F()
354 CheckFileContent(k_prefix, file_path, true); in TEST_F()
358 file_path = output_path + "/test-delete-0-time_series.txt"; in TEST_F()
359 CheckFileContent(k_series, file_path, false); in TEST_F()
363 file_path = output_path + "/test-delete-0-whole_key_stats.txt"; in TEST_F()
364 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
369 file_path = output_path + "/test-delete-0-whole_key_prefix_cut.txt"; in TEST_F()
370 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
374 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
375 CheckFileContent(all_qps, file_path, true); in TEST_F()
379 file_path = output_path + "/test-delete-0-qps_stats.txt"; in TEST_F()
380 CheckFileContent(get_qps, file_path, true); in TEST_F()
385 file_path = output_path + "/test-delete-0-accessed_top_k_qps_prefix_cut.txt"; in TEST_F()
386 CheckFileContent(top_qps, file_path, true); in TEST_F()
393 std::string file_path; in TEST_F() local
402 file_path = output_path + "/test-merge-0-accessed_key_stats.txt"; in TEST_F()
403 CheckFileContent(k_stats, file_path, true); in TEST_F()
407 file_path = output_path + "/test-merge-0-accessed_key_count_distribution.txt"; in TEST_F()
408 CheckFileContent(k_dist, file_path, true); in TEST_F()
413 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
414 CheckFileContent(k_sequence, file_path, false); in TEST_F()
418 file_path = output_path + "/test-merge-0-accessed_key_prefix_cut.txt"; in TEST_F()
419 CheckFileContent(k_prefix, file_path, true); in TEST_F()
423 file_path = output_path + "/test-merge-0-time_series.txt"; in TEST_F()
424 CheckFileContent(k_series, file_path, false); in TEST_F()
428 file_path = output_path + "/test-merge-0-whole_key_stats.txt"; in TEST_F()
429 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
434 file_path = output_path + "/test-merge-0-whole_key_prefix_cut.txt"; in TEST_F()
435 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
439 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
440 CheckFileContent(all_qps, file_path, true); in TEST_F()
444 file_path = output_path + "/test-merge-0-qps_stats.txt"; in TEST_F()
445 CheckFileContent(get_qps, file_path, true); in TEST_F()
450 file_path = output_path + "/test-merge-0-accessed_top_k_qps_prefix_cut.txt"; in TEST_F()
451 CheckFileContent(top_qps, file_path, true); in TEST_F()
456 file_path = in TEST_F()
458 CheckFileContent(value_dist, file_path, true); in TEST_F()
465 std::string file_path; in TEST_F() local
474 file_path = output_path + "/test-single_delete-0-accessed_key_stats.txt"; in TEST_F()
475 CheckFileContent(k_stats, file_path, true); in TEST_F()
479 file_path = in TEST_F()
481 CheckFileContent(k_dist, file_path, true); in TEST_F()
486 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
487 CheckFileContent(k_sequence, file_path, false); in TEST_F()
491 file_path = output_path + "/test-single_delete-0-accessed_key_prefix_cut.txt"; in TEST_F()
492 CheckFileContent(k_prefix, file_path, true); in TEST_F()
496 file_path = output_path + "/test-single_delete-0-time_series.txt"; in TEST_F()
497 CheckFileContent(k_series, file_path, false); in TEST_F()
501 file_path = output_path + "/test-single_delete-0-whole_key_stats.txt"; in TEST_F()
502 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
507 file_path = output_path + "/test-single_delete-0-whole_key_prefix_cut.txt"; in TEST_F()
508 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
512 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
513 CheckFileContent(all_qps, file_path, true); in TEST_F()
517 file_path = output_path + "/test-single_delete-0-qps_stats.txt"; in TEST_F()
518 CheckFileContent(get_qps, file_path, true); in TEST_F()
523 file_path = in TEST_F()
525 CheckFileContent(top_qps, file_path, true); in TEST_F()
532 std::string file_path; in TEST_F() local
541 file_path = output_path + "/test-range_delete-0-accessed_key_stats.txt"; in TEST_F()
542 CheckFileContent(k_stats, file_path, true); in TEST_F()
546 file_path = in TEST_F()
548 CheckFileContent(k_dist, file_path, true); in TEST_F()
553 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
554 CheckFileContent(k_sequence, file_path, false); in TEST_F()
559 file_path = output_path + "/test-range_delete-0-accessed_key_prefix_cut.txt"; in TEST_F()
560 CheckFileContent(k_prefix, file_path, true); in TEST_F()
564 file_path = output_path + "/test-range_delete-0-time_series.txt"; in TEST_F()
565 CheckFileContent(k_series, file_path, false); in TEST_F()
569 file_path = output_path + "/test-range_delete-0-whole_key_stats.txt"; in TEST_F()
570 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
575 file_path = output_path + "/test-range_delete-0-whole_key_prefix_cut.txt"; in TEST_F()
576 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
580 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
581 CheckFileContent(all_qps, file_path, true); in TEST_F()
585 file_path = output_path + "/test-range_delete-0-qps_stats.txt"; in TEST_F()
586 CheckFileContent(get_qps, file_path, true); in TEST_F()
592 file_path = in TEST_F()
594 CheckFileContent(top_qps, file_path, true); in TEST_F()
601 std::string file_path; in TEST_F() local
611 file_path = output_path + "/test-iterator_Seek-0-accessed_key_stats.txt"; in TEST_F()
612 CheckFileContent(k_stats, file_path, true); in TEST_F()
616 file_path = in TEST_F()
618 CheckFileContent(k_dist, file_path, true); in TEST_F()
623 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
624 CheckFileContent(k_sequence, file_path, false); in TEST_F()
628 file_path = output_path + "/test-iterator_Seek-0-accessed_key_prefix_cut.txt"; in TEST_F()
629 CheckFileContent(k_prefix, file_path, true); in TEST_F()
633 file_path = output_path + "/test-iterator_Seek-0-time_series.txt"; in TEST_F()
634 CheckFileContent(k_series, file_path, false); in TEST_F()
638 file_path = output_path + "/test-iterator_Seek-0-whole_key_stats.txt"; in TEST_F()
639 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
644 file_path = output_path + "/test-iterator_Seek-0-whole_key_prefix_cut.txt"; in TEST_F()
645 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
649 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
650 CheckFileContent(all_qps, file_path, true); in TEST_F()
654 file_path = output_path + "/test-iterator_Seek-0-qps_stats.txt"; in TEST_F()
655 CheckFileContent(get_qps, file_path, true); in TEST_F()
660 file_path = in TEST_F()
662 CheckFileContent(top_qps, file_path, true); in TEST_F()
667 file_path = in TEST_F()
669 CheckFileContent(k_stats, file_path, true); in TEST_F()
673 file_path = in TEST_F()
676 CheckFileContent(k_dist, file_path, true); in TEST_F()
680 file_path = in TEST_F()
682 CheckFileContent(k_prefix, file_path, true); in TEST_F()
686 file_path = output_path + "/test-iterator_SeekForPrev-0-time_series.txt"; in TEST_F()
687 CheckFileContent(k_series, file_path, false); in TEST_F()
691 file_path = output_path + "/test-iterator_SeekForPrev-0-whole_key_stats.txt"; in TEST_F()
692 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
696 file_path = in TEST_F()
698 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
702 file_path = output_path + "/test-iterator_SeekForPrev-0-qps_stats.txt"; in TEST_F()
703 CheckFileContent(get_qps, file_path, true); in TEST_F()
707 file_path = output_path + in TEST_F()
709 CheckFileContent(top_qps, file_path, true); in TEST_F()