A library that provides an embeddable, persistent key-value store for fast storage.
2465 matches across 11 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | CMakeLists.txt | 1 | # Prerequisites for Windows: |
| LOW | CMakeLists.txt | 21 | # |
| LOW | options/options_helper.h | 1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved. |
| LOW | options/configurable_test.h | 1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved. |
| LOW | options/cf_options.h | 1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved. |
| LOW | options/cf_options.h | 301 | bool strict_max_successive_merges; |
| LOW | options/configurable_helper.h | 1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved. |
| LOW | options/configurable_helper.h | 21 | class ConfigurableHelper { |
| LOW | options/configurable_helper.h | 41 | // @return InvalidArgument If any of the values cannot be successfully |
| LOW | options/configurable_helper.h | 61 | // @return NotSupported If the option was found but no rule for converting |
| LOW | options/configurable_helper.h | 81 | // equivalent. |
| LOW | options/configurable_helper.h | 101 | // equivalent. |
| LOW | options/configurable_helper.h | 121 | // @param InvalidArgument If the name is valid for this object but |
| LOW | options/configurable_helper.h | 141 | // Internal method to list the option names for this object. |
| LOW | options/configurable_helper.h | 161 | |
| LOW | tools/trace_analyzer_tool.h | 1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved. |
| LOW | tools/regression_test.sh | 1 | #!/usr/bin/env bash |
| LOW | tools/regression_test.sh | 21 | # TEST_PATH=/my/output/dir COMMIT_ID=abcdef ./tools/regression_test.sh |
| LOW | tools/regression_test.sh | 41 | # exists |
| LOW | tools/regression_test.sh | 61 | # this feature only work for commits after 88acd93 or rocksdb version |
| LOW | tools/regression_test.sh | 81 | # HISTOGRAM: If 1, then the histogram feature on performance feature is on. |
| LOW | tools/tsan_suppressions.txt | 1 | # ThreadSanitizer suppressions for known third-party false positives. |
| LOW | tools/check_format_compatible.sh | 1 | #!/usr/bin/env bash |
| LOW | tools/run_leveldb.sh | 1 | #!/usr/bin/env bash |
| LOW | tools/run_leveldb.sh | 21 | # Were list-of-threads specified as "1 2 4" then the tests in steps 2, 3 and |
| LOW | tools/run_blob_bench.sh | 1 | #!/usr/bin/env bash |
| LOW | tools/analyze_txn_stress_test.sh | 1 | #!/bin/bash |
| LOW | tools/db_crashtest.py | 121 | # default_params < {blackbox,whitebox}_default_params < |
| LOW | tools/db_crashtest.py | 181 | "delpercent": 4, |
| LOW | tools/db_crashtest.py | 961 | # Remote file systems such as Warm Storage do not guarantee that writes from |
| LOW | tools/db_crashtest.py | 1101 | dest_params["inplace_update_support"] = 0 |
| LOW | tools/db_crashtest.py | 1141 | # filters are not compatible with the UDI wrapper layout. |
| LOW | tools/db_crashtest.py | 1181 | # inplace_update_support does not update sequence number. Our stress test recovery |
| LOW | tools/db_crashtest.py | 1421 | # 1. Reopen with WAL currently requires persisting WAL data before closing for reopen. |
| LOW | tools/run_flash_bench.sh | 1 | #!/usr/bin/env bash |
| LOW | tools/run_flash_bench.sh | 21 | # Test output is written to $OUTPUT_DIR, currently /tmp/output. The performance |
| LOW | tools/run_flash_bench.sh | 41 | # do range queries. |
| LOW | tools/simulated_hybrid_file_system.h | 1 | // Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. |
| LOW | tools/advisor/advisor/db_timeseries_parser.py | 61 | return |
| LOW | tools/advisor/advisor/db_stats_fetcher.py | 61 | else: |
| LOW | tools/advisor/advisor/db_options_parser.py | 341 | # Trigger for an OptionCondition object is of the form: |
| LOW | tools/advisor/advisor/rules.ini | 1 | # Copyright (c) 2011-present, Facebook, Inc. All rights reserved. |
| LOW | tools/block_cache_analyzer/block_cache_trace_analyzer.h | 1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved. |
| LOW | tools/block_cache_analyzer/block_cache_trace_analyzer.h | 161 | // a block, and aggregates the information by block type, sst file, and column |
| LOW | tools/block_cache_analyzer/block_cache_trace_analyzer.h | 181 | // Block Type UncompressionDict: Number of accesses: 2 |
| LOW | tools/block_cache_analyzer/block_cache_trace_analyzer.h | 201 | // Write the percentage of accesses break down by column family into a csv |
| LOW | tools/block_cache_analyzer/block_cache_trace_analyzer.h | 221 | // |
| LOW | tools/block_cache_analyzer/block_cache_trace_analyzer.h | 241 | // "time,label_1_access_per_second,label_2_access_per_second,...,label_N_access_per_second" |
| LOW | tools/block_cache_analyzer/block_cache_trace_analyzer.h | 261 | bool user_access_only) const; |
| LOW | tools/block_cache_analyzer/block_cache_trace_analyzer.h | 281 | // Write the reuse lifetime into a csv file saved in 'output_dir'. Reuse |
| LOW | tools/block_cache_analyzer/block_cache_pysim.sh | 1 | #!/usr/bin/env bash |
| LOW | tools/block_cache_analyzer/__init__.py | 1 | #!/usr/bin/env python3 |
| LOW | memory/memory_usage.h | 1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved. |
| LOW | memory/allocator.h | 1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved. |
| LOW | memory/jemalloc_nodump_allocator.h | 1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved. |
| LOW | memory/concurrent_arena.h | 1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved. |
| LOW | memory/concurrent_arena.h | 21 | #include "util/thread_local.h" |
| LOW | memory/arena.h | 1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved. |
| LOW | memory/arena.h | 41 | // page TLB first. If allocation fails, will fall back to normal case. |
| LOW | cache/typed_cache.h | 1 | // Copyright (c) Meta Platforms, Inc. and affiliates. |
| 2216 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/db_crashtest_test.py | 76 | def test_stress_cmd_env_defaults_tsan_suppressions(self): |
| LOW | tools/db_crashtest_test.py | 90 | def test_stress_cmd_env_preserves_tsan_options(self): |
| LOW | tools/db_crashtest_test.py | 98 | def test_get_ev_parent_dir_preserves_existing_contents(self): |
| LOW | tools/db_crashtest_test.py | 111 | def test_finalize_disables_test_batches_snapshots_when_disable_wal(self): |
| LOW | tools/db_crashtest_test.py | 123 | def test_finalize_disables_test_batches_snapshots_for_blob_direct_write(self): |
| LOW | tools/db_crashtest_test.py | 141 | def test_finalize_disables_sqfc_range_queries_with_range_conversion(self): |
| LOW | tools/db_crashtest_test.py | 158 | def test_strip_expected_sigterm_stderr_suppresses_only_known_lines(self): |
| LOW | tools/db_crashtest_test.py | 180 | def test_strip_expected_sigterm_stderr_suppresses_retryable_wait_cqe(self): |
| LOW | tools/db_crashtest_test.py | 201 | def test_strip_expected_sigterm_stderr_preserves_terminal_wait_cqe(self): |
| LOW | tools/db_crashtest_test.py | 215 | def test_strip_expected_sigterm_stderr_preserves_other_stderr(self): |
| LOW | tools/db_crashtest_test.py | 237 | def test_strip_expected_sigterm_stderr_requires_timeout_and_sigterm_marker(self): |
| LOW | tools/db_crashtest_test.py | 256 | def test_output_matches_no_space_catches_known_failure_strings(self): |
| LOW | tools/db_crashtest_test.py | 281 | def test_file_type_suffix_preserves_compound_suffixes(self): |
| LOW | tools/db_crashtest_test.py | 289 | def test_finalize_sanitizes_incompatible_flags_for_multi_db(self): |
| LOW | tools/db_crashtest_test.py | 305 | def test_finalize_preserves_flags_for_single_db(self): |
| LOW | tools/db_crashtest_test.py | 319 | def test_build_out_of_space_diagnostics_summarizes_directory_suffixes(self): |
| LOW | tools/run_clang_tidy.py | 128 | def parse_diff_for_changed_lines(diff_text): |
| LOW | tools/run_clang_tidy.py | 303 | def _format_diagnostic_counts(diagnostic_lines): |
| LOW | tools/run_clang_tidy.py | 369 | def write_github_step_summary(warning_lines, by_check, wall_time, repo_root): |
| LOW | tools/db_crashtest.py | 71 | def early_argument_parsing_before_main(): |
| LOW | tools/db_crashtest.py | 106 | def apply_random_seed_per_iteration(): |
| LOW | tools/db_crashtest.py | 575 | def setup_multiops_txn_key_spaces_file(): |
| LOW | tools/db_crashtest.py | 1905 | def build_out_of_space_diagnostics( |
| LOW | tools/db_crashtest.py | 1970 | def print_output_and_exit_on_error( |
| LOW | tools/db_crashtest.py | 1991 | def print_run_output_and_exit_on_error(args, finalized_params, stdout, stderr): |
| LOW | tools/db_crashtest.py | 2000 | def strip_expected_sigterm_stderr(stdout, stderr, hit_timeout): |
| LOW | tools/db_crashtest.py | 2051 | def print_and_cleanup_fault_injection_log(pid): |
| LOW | tools/advisor/advisor/db_timeseries_parser.py | 123 | def check_and_trigger_conditions(self, conditions): |
| LOW | tools/advisor/advisor/db_timeseries_parser.py | 167 | def handle_evaluate_expression(self, condition, statistics, entities): |
| LOW | tools/advisor/advisor/db_bench_runner.py | 140 | def _get_options_command_line_args_str(self, curr_options): |
| LOW | tools/advisor/advisor/db_bench_runner.py | 155 | def _setup_db_before_experiment(self, curr_options, db_path): |
| LOW | tools/advisor/advisor/db_bench_runner.py | 170 | def _build_experiment_command(self, curr_options, db_path): |
| LOW | tools/advisor/advisor/db_options_parser.py | 284 | def check_and_trigger_conditions(self, conditions): |
| LOW | tools/advisor/advisor/rule_parser.py | 117 | def get_trigger_column_families(self): |
| LOW | tools/advisor/advisor/db_log_parser.py | 27 | def check_and_trigger_conditions(self, conditions): |
| LOW | tools/advisor/advisor/db_log_parser.py | 99 | def trigger_conditions_for_log(self, conditions, log): |
| LOW | tools/advisor/advisor/db_log_parser.py | 113 | def check_and_trigger_conditions(self, conditions): |
| LOW | tools/advisor/test/test_rule_parser.py | 56 | def test_triggered_conditions(self): |
| LOW | tools/advisor/test/test_rule_parser.py | 112 | def test_condition_conjunctions(self): |
| LOW | tools/advisor/test/test_rule_parser.py | 162 | def test_rule_missing_suggestions(self): |
| LOW | tools/advisor/test/test_rule_parser.py | 167 | def test_rule_missing_conditions(self): |
| LOW | tools/advisor/test/test_rule_parser.py | 172 | def test_condition_missing_regex(self): |
| LOW | tools/advisor/test/test_rule_parser.py | 177 | def test_condition_missing_options(self): |
| LOW | tools/advisor/test/test_rule_parser.py | 182 | def test_condition_missing_expression(self): |
| LOW | tools/advisor/test/test_rule_parser.py | 187 | def test_suggestion_missing_option(self): |
| LOW | tools/advisor/test/test_rule_parser.py | 192 | def test_suggestion_missing_description(self): |
| LOW | tools/advisor/test/test_rule_parser.py | 202 | def test_condition_missing_source(self): |
| LOW | tools/advisor/test/test_rule_parser.py | 209 | def test_suggestion_missing_action(self): |
| LOW | tools/advisor/test/test_db_bench_runner.py | 34 | def test_get_info_log_file_name(self): |
| LOW | tools/advisor/test/test_db_bench_runner.py | 73 | def test_build_experiment_command(self): |
| LOW | tools/advisor/test/test_db_stats_fetcher.py | 34 | def test_check_and_trigger_conditions_bursty(self): |
| LOW | tools/advisor/test/test_db_stats_fetcher.py | 50 | def test_check_and_trigger_conditions_eval_agg(self): |
| LOW | tools/advisor/test/test_db_stats_fetcher.py | 74 | def test_check_and_trigger_conditions_eval(self): |
| LOW | tools/advisor/test/test_db_stats_fetcher.py | 99 | def test_unaccumulate_metrics(self): |
| LOW | tools/advisor/test/test_db_log_parser.py | 58 | def test_check_and_trigger_conditions(self): |
| LOW | tools/advisor/test/test_db_options_parser.py | 148 | def test_generate_options_config(self): |
| LOW | tools/advisor/test/test_db_options_parser.py | 154 | def test_check_and_trigger_conditions(self): |
| LOW | tools/block_cache_analyzer/block_cache_pysim.py | 380 | def write_miss_ratio_timeline( |
| LOW | tools/block_cache_analyzer/block_cache_pysim.py | 460 | def write_policy_ratio_timeline( |
| LOW | …lock_cache_analyzer/block_cache_trace_analyzer_plot.py | 93 | def plot_miss_stats_diff_lru_graphs( |
| 6 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/benchmark.sh | 749 | # doesn't output regular statistics then we'll just use the time command to |
| MEDIUM | tools/advisor/advisor/ini_parser.py | 27 | # A section header looks like: [Rule "my-new-rule"]. Essentially, |
| MEDIUM | util/ribbon_alg.h | 95 | // By contrast Bloom filters utilize an "AND" construction: a query only |
| MEDIUM | util/ribbon_alg.h | 889 | // effectively utilize any size space (multiple of CoeffRow) for minimizing |
| MEDIUM | include/rocksdb/merge_operator.h | 26 | // Essentially, a MergeOperator specifies the SEMANTICS of a merge, which only |
| MEDIUM | include/rocksdb/memory_allocator.h | 65 | // Generate memory allocator which allocates through Jemalloc and utilize |
| MEDIUM | include/rocksdb/options.h | 1740 | // competing with read and write operations during peak hours. Essentially, we |
| MEDIUM | include/rocksdb/compression_type.h | 289 | // Essentially specifies a minimum acceptable compression ratio. A block is |
| MEDIUM | include/rocksdb/experimental.h | 250 | // * Point queries can utilize essentially any kind of filter by extracting |
| MEDIUM | utilities/persistent_cache/persistent_cache_tier.h | 23 | // is a generic design and can leverage any storage medium -- disk/SSD/NVM/RAM. |
| MEDIUM | table/block_based/filter_policy_internal.h | 200 | // Essentially for testing only: configured millibits/key |
| MEDIUM | table/block_based/filter_policy_internal.h | 202 | // Essentially for testing only: legacy whole bits/key |
| MEDIUM | table/block_based/filter_policy_internal.h | 246 | // State for implementing optimize_filters_for_memory. Essentially, this |
| MEDIUM | db/c_test.c | 1941 | // Essentially a fingerprint of full Bloom schema, format_version=5 |
| MEDIUM | db/c_test.c | 1944 | // Essentially a fingerprint of Ribbon schema |
| MEDIUM | third-party/gtest-1.8.1/fused-src/gtest/gtest.h | 9648 | // This implementation is *not* meant to be as highly tuned or robust |
| MEDIUM | third-party/gtest-1.8.1/fused-src/gtest/gtest.h | 9721 | // In practice, this can be used to test functions that utilize the |
| MEDIUM | port/win/io_win.h | 304 | // we utilize the original buffer as an alignment buffer to write directly to |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | tools/regression_test.sh | 99 | #============================================================================== |
| MEDIUM | tools/regression_test.sh | 101 | #============================================================================== |
| MEDIUM | tools/regression_test.sh | 120 | #============================================================================== |
| MEDIUM | tools/run_clang_tidy.py | 515 | # ------------------------------------------------------------------ |
| MEDIUM | tools/run_clang_tidy.py | 517 | # ------------------------------------------------------------------ |
| MEDIUM | tools/run_clang_tidy.py | 534 | # ------------------------------------------------------------------ |
| MEDIUM | tools/run_clang_tidy.py | 536 | # ------------------------------------------------------------------ |
| MEDIUM | tools/run_clang_tidy.py | 554 | # ------------------------------------------------------------------ |
| MEDIUM | tools/run_clang_tidy.py | 556 | # ------------------------------------------------------------------ |
| MEDIUM | tools/run_clang_tidy.py | 600 | # ------------------------------------------------------------------ |
| MEDIUM | tools/run_clang_tidy.py | 602 | # ------------------------------------------------------------------ |
| MEDIUM | tools/run_clang_tidy.py | 608 | # ------------------------------------------------------------------ |
| MEDIUM | tools/run_clang_tidy.py | 610 | # ------------------------------------------------------------------ |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/benchmark_ci.py | 55 | |
| LOW | tools/run_clang_tidy.py | 156 | |
| LOW | tools/run_clang_tidy.py | 315 | |
| LOW | tools/run_clang_tidy.py | 435 | |
| LOW | tools/write_stress_runner.py | 25 | |
| LOW | tools/db_crashtest.py | 924 | |
| LOW | tools/db_crashtest.py | 2051 | |
| LOW | tools/db_crashtest.py | 2174 | |
| LOW | tools/advisor/advisor/db_timeseries_parser.py | 47 | |
| LOW | tools/advisor/advisor/db_timeseries_parser.py | 98 | |
| LOW | tools/advisor/advisor/db_timeseries_parser.py | 123 | |
| LOW | tools/advisor/advisor/db_timeseries_parser.py | 167 | |
| LOW | tools/advisor/advisor/db_bench_runner.py | 57 | |
| LOW | tools/advisor/advisor/db_config_optimizer.py | 19 | |
| LOW | tools/advisor/advisor/db_config_optimizer.py | 54 | |
| LOW | tools/advisor/advisor/db_stats_fetcher.py | 65 | |
| LOW | tools/advisor/advisor/db_stats_fetcher.py | 92 | |
| LOW | tools/advisor/advisor/db_stats_fetcher.py | 282 | |
| LOW | tools/advisor/advisor/db_options_parser.py | 83 | |
| LOW | tools/advisor/advisor/db_options_parser.py | 144 | |
| LOW | tools/advisor/advisor/db_options_parser.py | 197 | |
| LOW | tools/advisor/advisor/db_options_parser.py | 228 | |
| LOW | tools/advisor/advisor/db_options_parser.py | 266 | |
| LOW | tools/advisor/advisor/db_options_parser.py | 284 | |
| LOW | tools/advisor/advisor/rule_parser.py | 58 | |
| LOW | tools/advisor/advisor/rule_parser.py | 120 | |
| LOW | tools/advisor/advisor/rule_parser.py | 222 | |
| LOW | tools/advisor/advisor/rule_parser.py | 361 | |
| LOW | tools/advisor/advisor/rule_parser.py | 429 | |
| LOW | tools/advisor/advisor/db_log_parser.py | 113 | |
| LOW | tools/block_cache_analyzer/block_cache_pysim.py | 1537 | |
| LOW | tools/block_cache_analyzer/block_cache_pysim.py | 1666 | |
| LOW | tools/block_cache_analyzer/block_cache_pysim.py | 121 | |
| LOW | tools/block_cache_analyzer/block_cache_pysim.py | 163 | |
| LOW | tools/block_cache_analyzer/block_cache_pysim.py | 460 | |
| LOW | …lock_cache_analyzer/block_cache_trace_analyzer_plot.py | 51 | |
| LOW | …lock_cache_analyzer/block_cache_trace_analyzer_plot.py | 93 | |
| LOW | …lock_cache_analyzer/block_cache_trace_analyzer_plot.py | 210 | |
| LOW | …lock_cache_analyzer/block_cache_trace_analyzer_plot.py | 261 | |
| LOW | buckifier/buckify_rocksdb.py | 74 | |
| LOW | buckifier/buckify_rocksdb.py | 118 | |
| LOW | build_tools/benchmark_log_tool.py | 117 | |
| LOW | build_tools/amalgamate.py | 71 | |
| LOW | build_tools/getdeps_fallback_mirror.py | 87 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | tools/benchmark_ci.py | 94 | # Create a symlink to the db_bench executable |
| MEDIUM | tools/benchmark.sh | 784 | # Define a set of benchmarks. |
| MEDIUM | tools/advisor/advisor/rule_parser_example.py | 23 | # Create the Log STATS object |
| MEDIUM | tools/advisor/advisor/db_bench_runner.py | 212 | # Create the Log STATS object |
| MEDIUM | tools/advisor/advisor/db_bench_runner.py | 214 | # Create the PerfContext STATS object |
| MEDIUM | tools/advisor/advisor/db_bench_runner.py | 222 | # Create the ODS STATS object |
| MEDIUM | tools/advisor/advisor/db_config_optimizer.py | 70 | # Create the updated configuration from the rule's suggestions |
| MEDIUM | buckifier/targets_cfg.py | 8 | # This file is a Meta-specific integration for buck builds, so can |
| MEDIUM | buckifier/rocks_test_runner.sh | 3 | # Create a tmp directory for the test to use |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/ldb_test.py | 90 | except Exception: |
| LOW | tools/advisor/advisor/db_timeseries_parser.py | 184 | except Exception as e: |
| LOW | tools/advisor/advisor/db_timeseries_parser.py | 200 | except Exception as e: |
| MEDIUM | tools/advisor/advisor/db_bench_runner.py | 160 | print("Error: rmdir " + e.filename + " " + e.strerror) |
| LOW | tools/advisor/advisor/db_options_parser.py | 320 | except Exception as e: |
| LOW | tools/advisor/advisor/db_options_parser.py | 339 | except Exception as e: |
| LOW | buckifier/buckify_rocksdb.py | 310 | except Exception: |
| LOW | build_tools/getdeps_fallback_mirror.py | 46 | except Exception: |
| LOW | build_tools/getdeps_fallback_mirror.py | 57 | except Exception as ex: |
| LOW | build_tools/getdeps_fallback_mirror.py | 72 | except Exception: |
| LOW | build_tools/getdeps_fallback_mirror.py | 165 | except Exception as ex: |
| LOW | build_tools/getdeps_fallback_mirror.py | 222 | except Exception as ex: |
| MEDIUM | build_tools/getdeps_fallback_mirror.py | 69 | def file_size(path): |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/ldb_test.py | 11 | |
| LOW | tools/advisor/advisor/db_timeseries_parser.py | 9 | |
| LOW | tools/advisor/advisor/db_stats_fetcher.py | 11 | |
| LOW | tools/block_cache_analyzer/block_cache_pysim_test.py | 8 | |
| LOW | tools/block_cache_analyzer/block_cache_pysim_test.py | 8 | |
| LOW | tools/block_cache_analyzer/block_cache_pysim_test.py | 8 | |
| LOW | tools/block_cache_analyzer/block_cache_pysim_test.py | 8 | |
| LOW | buckifier/util.py | 7 | |
| LOW | buckifier/util.py | 9 | |
| LOW | buckifier/targets_builder.py | 4 | |
| LOW | buckifier/targets_builder.py | 6 | |
| LOW | buckifier/buckify_rocksdb.py | 5 | |
| LOW | buckifier/buckify_rocksdb.py | 7 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/generate_random_db.sh | 32 | # Check if deleterange command is supported by grepping ldb --help |
| LOW | tools/ldb_test.py | 855 | # Check if null characters doesn't infer with output format. |
| LOW | build_tools/format-diff.sh | 109 | # Check if this script has already been added to pre-commit hook. |
| LOW | build_tools/format-diff.sh | 172 | # Check if file is missing copyright |
| LOW | build_tools/check_progress.sh | 67 | # Check if failed (exitval != 0 or signal != 0) |
| LOW | build_tools/check_progress.sh | 102 | # Check if tests are running (LOG file exists) |
| LOW | build_tools/getdeps_fallback_mirror.py | 134 | # Check if already valid. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | tools/run_clang_tidy.py | 234 | " mkdir build && cd build && cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..\n" |
| HIGH | buckifier/util.py | 98 | running `cmd1 && cmd2 && cmd3` |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/analyze_txn_stress_test.sh | 3 | # Usage: |
| LOW | util/defer.h | 17 | // Usage example: |
| LOW | buckifier/buckify_rocksdb.py | 21 | # Usage: |
| LOW | .github/scripts/ccache-trim.sh | 4 | # Usage: |