Lines Matching refs:file_path

146                         std::string file_path, bool full_content) {  in CheckFileContent()  argument
150 ASSERT_OK(fs->FileExists(file_path, fopts.io_options, nullptr)); in CheckFileContent()
152 ASSERT_OK(fs->NewSequentialFile(file_path, fopts, &file, nullptr)); in CheckFileContent()
154 LineFileReader lf_reader(std::move(file), file_path, in CheckFileContent()
211 std::string file_path; in TEST_F() local
224 file_path = output_path + "/test-get-0-accessed_key_stats.txt"; in TEST_F()
225 CheckFileContent(k_stats, file_path, true); in TEST_F()
229 file_path = output_path + "/test-get-0-accessed_key_count_distribution.txt"; in TEST_F()
230 CheckFileContent(k_dist, file_path, true); in TEST_F()
236 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
237 CheckFileContent(k_sequence, file_path, false); in TEST_F()
242 file_path = output_path + "/test-get-0-accessed_key_prefix_cut.txt"; in TEST_F()
243 CheckFileContent(k_prefix, file_path, true); in TEST_F()
247 file_path = output_path + "/test-get-0-time_series.txt"; in TEST_F()
248 CheckFileContent(k_series, file_path, false); in TEST_F()
252 file_path = output_path + "/test-get-0-whole_key_stats.txt"; in TEST_F()
253 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
258 file_path = output_path + "/test-get-0-whole_key_prefix_cut.txt"; in TEST_F()
259 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
263 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
264 CheckFileContent(all_qps, file_path, true); in TEST_F()
268 file_path = output_path + "/test-get-0-qps_stats.txt"; in TEST_F()
269 CheckFileContent(get_qps, file_path, true); in TEST_F()
274 file_path = output_path + "/test-get-0-accessed_top_k_qps_prefix_cut.txt"; in TEST_F()
275 CheckFileContent(top_qps, file_path, true); in TEST_F()
282 std::string file_path; in TEST_F() local
295 file_path = output_path + "/test-put-0-accessed_key_stats.txt"; in TEST_F()
296 CheckFileContent(k_stats, file_path, true); in TEST_F()
300 file_path = output_path + "/test-put-0-accessed_key_count_distribution.txt"; in TEST_F()
301 CheckFileContent(k_dist, file_path, true); in TEST_F()
307 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
308 CheckFileContent(k_sequence, file_path, false); in TEST_F()
312 file_path = output_path + "/test-put-0-accessed_key_prefix_cut.txt"; in TEST_F()
313 CheckFileContent(k_prefix, file_path, true); in TEST_F()
317 file_path = output_path + "/test-put-0-time_series.txt"; in TEST_F()
318 CheckFileContent(k_series, file_path, false); in TEST_F()
322 file_path = output_path + "/test-put-0-whole_key_stats.txt"; in TEST_F()
323 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
328 file_path = output_path + "/test-put-0-whole_key_prefix_cut.txt"; in TEST_F()
329 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
333 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
334 CheckFileContent(all_qps, file_path, true); in TEST_F()
338 file_path = output_path + "/test-put-0-qps_stats.txt"; in TEST_F()
339 CheckFileContent(get_qps, file_path, true); in TEST_F()
344 file_path = output_path + "/test-put-0-accessed_top_k_qps_prefix_cut.txt"; in TEST_F()
345 CheckFileContent(top_qps, file_path, true); in TEST_F()
350 file_path = output_path + "/test-put-0-accessed_value_size_distribution.txt"; in TEST_F()
351 CheckFileContent(value_dist, file_path, true); in TEST_F()
358 std::string file_path; in TEST_F() local
371 file_path = output_path + "/test-delete-0-accessed_key_stats.txt"; in TEST_F()
372 CheckFileContent(k_stats, file_path, true); in TEST_F()
376 file_path = in TEST_F()
378 CheckFileContent(k_dist, file_path, true); in TEST_F()
384 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
385 CheckFileContent(k_sequence, file_path, false); in TEST_F()
389 file_path = output_path + "/test-delete-0-accessed_key_prefix_cut.txt"; in TEST_F()
390 CheckFileContent(k_prefix, file_path, true); in TEST_F()
394 file_path = output_path + "/test-delete-0-time_series.txt"; in TEST_F()
395 CheckFileContent(k_series, file_path, false); in TEST_F()
399 file_path = output_path + "/test-delete-0-whole_key_stats.txt"; in TEST_F()
400 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
405 file_path = output_path + "/test-delete-0-whole_key_prefix_cut.txt"; in TEST_F()
406 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
410 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
411 CheckFileContent(all_qps, file_path, true); in TEST_F()
415 file_path = output_path + "/test-delete-0-qps_stats.txt"; in TEST_F()
416 CheckFileContent(get_qps, file_path, true); in TEST_F()
421 file_path = output_path + "/test-delete-0-accessed_top_k_qps_prefix_cut.txt"; in TEST_F()
422 CheckFileContent(top_qps, file_path, true); in TEST_F()
429 std::string file_path; in TEST_F() local
442 file_path = output_path + "/test-merge-0-accessed_key_stats.txt"; in TEST_F()
443 CheckFileContent(k_stats, file_path, true); in TEST_F()
447 file_path = output_path + "/test-merge-0-accessed_key_count_distribution.txt"; in TEST_F()
448 CheckFileContent(k_dist, file_path, true); in TEST_F()
454 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
455 CheckFileContent(k_sequence, file_path, false); in TEST_F()
459 file_path = output_path + "/test-merge-0-accessed_key_prefix_cut.txt"; in TEST_F()
460 CheckFileContent(k_prefix, file_path, true); in TEST_F()
464 file_path = output_path + "/test-merge-0-time_series.txt"; in TEST_F()
465 CheckFileContent(k_series, file_path, false); in TEST_F()
469 file_path = output_path + "/test-merge-0-whole_key_stats.txt"; in TEST_F()
470 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
475 file_path = output_path + "/test-merge-0-whole_key_prefix_cut.txt"; in TEST_F()
476 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
480 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
481 CheckFileContent(all_qps, file_path, true); in TEST_F()
485 file_path = output_path + "/test-merge-0-qps_stats.txt"; in TEST_F()
486 CheckFileContent(get_qps, file_path, true); in TEST_F()
491 file_path = output_path + "/test-merge-0-accessed_top_k_qps_prefix_cut.txt"; in TEST_F()
492 CheckFileContent(top_qps, file_path, true); in TEST_F()
497 file_path = in TEST_F()
499 CheckFileContent(value_dist, file_path, true); in TEST_F()
506 std::string file_path; in TEST_F() local
519 file_path = output_path + "/test-single_delete-0-accessed_key_stats.txt"; in TEST_F()
520 CheckFileContent(k_stats, file_path, true); in TEST_F()
524 file_path = in TEST_F()
526 CheckFileContent(k_dist, file_path, true); in TEST_F()
532 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
533 CheckFileContent(k_sequence, file_path, false); in TEST_F()
537 file_path = output_path + "/test-single_delete-0-accessed_key_prefix_cut.txt"; in TEST_F()
538 CheckFileContent(k_prefix, file_path, true); in TEST_F()
542 file_path = output_path + "/test-single_delete-0-time_series.txt"; in TEST_F()
543 CheckFileContent(k_series, file_path, false); in TEST_F()
547 file_path = output_path + "/test-single_delete-0-whole_key_stats.txt"; in TEST_F()
548 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
553 file_path = output_path + "/test-single_delete-0-whole_key_prefix_cut.txt"; in TEST_F()
554 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
558 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
559 CheckFileContent(all_qps, file_path, true); in TEST_F()
563 file_path = output_path + "/test-single_delete-0-qps_stats.txt"; in TEST_F()
564 CheckFileContent(get_qps, file_path, true); in TEST_F()
569 file_path = in TEST_F()
571 CheckFileContent(top_qps, file_path, true); in TEST_F()
578 std::string file_path; in TEST_F() local
591 file_path = output_path + "/test-range_delete-0-accessed_key_stats.txt"; in TEST_F()
592 CheckFileContent(k_stats, file_path, true); in TEST_F()
596 file_path = in TEST_F()
598 CheckFileContent(k_dist, file_path, true); in TEST_F()
604 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
605 CheckFileContent(k_sequence, file_path, false); in TEST_F()
610 file_path = output_path + "/test-range_delete-0-accessed_key_prefix_cut.txt"; in TEST_F()
611 CheckFileContent(k_prefix, file_path, true); in TEST_F()
615 file_path = output_path + "/test-range_delete-0-time_series.txt"; in TEST_F()
616 CheckFileContent(k_series, file_path, false); in TEST_F()
620 file_path = output_path + "/test-range_delete-0-whole_key_stats.txt"; in TEST_F()
621 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
626 file_path = output_path + "/test-range_delete-0-whole_key_prefix_cut.txt"; in TEST_F()
627 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
631 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
632 CheckFileContent(all_qps, file_path, true); in TEST_F()
636 file_path = output_path + "/test-range_delete-0-qps_stats.txt"; in TEST_F()
637 CheckFileContent(get_qps, file_path, true); in TEST_F()
643 file_path = in TEST_F()
645 CheckFileContent(top_qps, file_path, true); in TEST_F()
652 std::string file_path; in TEST_F() local
666 file_path = output_path + "/test-iterator_Seek-0-accessed_key_stats.txt"; in TEST_F()
667 CheckFileContent(k_stats, file_path, true); in TEST_F()
671 file_path = in TEST_F()
673 CheckFileContent(k_dist, file_path, true); in TEST_F()
679 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
680 CheckFileContent(k_sequence, file_path, false); in TEST_F()
684 file_path = output_path + "/test-iterator_Seek-0-accessed_key_prefix_cut.txt"; in TEST_F()
685 CheckFileContent(k_prefix, file_path, true); in TEST_F()
689 file_path = output_path + "/test-iterator_Seek-0-time_series.txt"; in TEST_F()
690 CheckFileContent(k_series, file_path, false); in TEST_F()
694 file_path = output_path + "/test-iterator_Seek-0-whole_key_stats.txt"; in TEST_F()
695 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
700 file_path = output_path + "/test-iterator_Seek-0-whole_key_prefix_cut.txt"; in TEST_F()
701 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
705 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
706 CheckFileContent(all_qps, file_path, true); in TEST_F()
710 file_path = output_path + "/test-iterator_Seek-0-qps_stats.txt"; in TEST_F()
711 CheckFileContent(get_qps, file_path, true); in TEST_F()
716 file_path = in TEST_F()
718 CheckFileContent(top_qps, file_path, true); in TEST_F()
723 file_path = in TEST_F()
725 CheckFileContent(k_stats, file_path, true); in TEST_F()
729 file_path = in TEST_F()
732 CheckFileContent(k_dist, file_path, true); in TEST_F()
736 file_path = in TEST_F()
738 CheckFileContent(k_prefix, file_path, true); in TEST_F()
742 file_path = output_path + "/test-iterator_SeekForPrev-0-time_series.txt"; in TEST_F()
743 CheckFileContent(k_series, file_path, false); in TEST_F()
747 file_path = output_path + "/test-iterator_SeekForPrev-0-whole_key_stats.txt"; in TEST_F()
748 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
752 file_path = in TEST_F()
754 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
758 file_path = output_path + "/test-iterator_SeekForPrev-0-qps_stats.txt"; in TEST_F()
759 CheckFileContent(get_qps, file_path, true); in TEST_F()
763 file_path = output_path + in TEST_F()
765 CheckFileContent(top_qps, file_path, true); in TEST_F()
772 std::string file_path; in TEST_F() local
787 file_path = output_path + "/test-multiget-0-accessed_key_stats.txt"; in TEST_F()
788 CheckFileContent(k_stats, file_path, true); in TEST_F()
793 file_path = in TEST_F()
795 CheckFileContent(k_dist, file_path, true); in TEST_F()
801 file_path = output_path + "/test-human_readable_trace.txt"; in TEST_F()
802 CheckFileContent(k_sequence, file_path, false); in TEST_F()
809 file_path = output_path + "/test-multiget-0-accessed_key_prefix_cut.txt"; in TEST_F()
810 CheckFileContent(k_prefix, file_path, true); in TEST_F()
816 file_path = output_path + "/test-multiget-0-time_series.txt"; in TEST_F()
817 CheckFileContent(k_series, file_path, false); in TEST_F()
821 file_path = output_path + "/test-multiget-0-whole_key_stats.txt"; in TEST_F()
822 CheckFileContent(k_whole_access, file_path, true); in TEST_F()
827 file_path = output_path + "/test-multiget-0-whole_key_prefix_cut.txt"; in TEST_F()
828 CheckFileContent(k_whole_prefix, file_path, true); in TEST_F()
833 file_path = output_path + "/test-qps_stats.txt"; in TEST_F()
834 CheckFileContent(all_qps, file_path, true); in TEST_F()
838 file_path = output_path + "/test-multiget-0-qps_stats.txt"; in TEST_F()
839 CheckFileContent(get_qps, file_path, true); in TEST_F()
846 file_path = in TEST_F()
848 CheckFileContent(top_qps, file_path, true); in TEST_F()