summaryrefslogtreecommitdiff
path: root/tools/trace_analyzer_test.cc
AgeCommit message (Expand)Author
2023-12-01internal_repo_rocksdb (435146444452818992) (#12115)Andrew Kryczka
2023-10-24Skip subsequent trace writes after encountering trace write failure (#11996)Hui Xiao
2023-01-27Remove RocksDB LITE (#11147)sdong
2023-01-25Support PutEntity in trace analyzer (#11127)Andrew Kryczka
2022-10-25Run clang format against files under tools/ and db_stress_tool/ (#10868)sdong
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-05-24Support read rate-limiting in SequentialFileReader (#9973)Changyu Bi
2021-11-19Disable the QPS verification in test temporally (#9190)Zhichao Cao
2021-11-18Fix the analyzer test failure caused by inaccurate timing wait (#9181)Zhichao Cao
2021-08-24Simplify `TraceAnalyzer` (#8697)Merlin Mao
2021-07-22Analyze MultiGet in trace_analyzer (#8575)Zhichao Cao
2021-06-18Trace MultiGet Keys and CF_IDs to the trace file (#8421)Zhichao Cao
2021-06-01Fix cmake build failure with gflags (#8324)Jay Zhuang
2021-03-09Refactor: add LineFileReader and Status::MustCheck (#8026)Peter Dillinger
2021-02-20Fix for ASSERT_STATUS_CHECKED test failure (#7985)Akanksha Mahajan
2021-02-18Introduce a new trace file format (v 0.2) for better extension (#7977)Zhichao Cao
2021-01-28Remove Legacy and Custom FileWrapper classes from header files (#7851)mrambacher
2020-12-23No elide constructors (#7798)mrambacher
2020-10-01Add trace_analyzer_test to ASSERT_STATUS_CHECKED list (#7480)Zhichao Cao
2020-06-08decouple the dependency of trace_analyzer_test unit test (#6941)Zhichao Cao
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-02-07Allow readahead when reading option files. (#6372)sdong
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-09-16Divide file_reader_writer.h and .cc (#5803)sdong
2019-06-03Move util/trace_replay.* to trace_replay/ (#5376)Siying Dong
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-02-14Apply modernize-use-override (2nd iteration)Michael Liu
2018-08-23Add the unit test of Iterator to trace_analyzer_test (#4282)zhichao-cao
2018-08-23Add path to WritableFileWriter. (#4039)Yanqin Jin
2018-08-14Fix the build and test bugs in the Trace_analyzer (#4274)Zhichao Cao
2018-08-13RocksDB Trace Analyzer (#4091)Zhichao Cao