Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 25 of 39) sorted by relevance

12

/rocksdb-6.9/tools/advisor/test/
Dtest_rule_parser.py173 with self.assertRaisesRegex(ValueError, regex):
178 with self.assertRaisesRegex(ValueError, regex):
182 regex = '.*provide regex for log condition.*'
183 with self.assertRaisesRegex(ValueError, regex):
187 regex = '.*options missing in condition.*'
188 with self.assertRaisesRegex(ValueError, regex):
192 regex = '.*expression missing in condition.*'
197 regex = '.*provide option or description.*'
202 regex = '.*provide option or description.*'
214 regex = '.*provide source for condition.*'
[all …]
/rocksdb-6.9/tools/advisor/test/input_files/
Drules_err1.ini7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key
40 conditions=missing-regex
42 [Condition "missing-regex"]
44 regex= key
Dtest_rules.ini19 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key
23 regex=Stalling writes because we have \d+ level-0 files key
27 regex=Stopping writes because we have \d+ level-0 files key
31 regex=Stalling writes because of estimated pending compaction bytes \d+ key
Dtriggered_rules.ini7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key
15 regex=Stalling writes because we have \d+ level-0 files key
23 regex=Stopping writes because we have \d+ level-0 files key
31 regex=Stalling writes because of estimated pending compaction bytes \d+ key
Drules_err4.ini7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key
Drules_err3.ini7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key
Drules_err2.ini7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc10077 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init()
10146 if (regex == NULL) { in ValidateRegex()
10161 if (regex[i] == '\0') { in ValidateRegex()
10241 if (*regex == '$') in MatchRegexAtHead()
10247 ++regex; in MatchRegexAtHead()
10248 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
10253 escaped, regex[0], regex[1], regex + 2, str); in MatchRegexAtHead()
10275 if (*regex == '^') in MatchRegexAnywhere()
10307 if (regex != NULL) { in Init()
10324 if (*regex != '^') in Init()
[all …]
Dgtest.h2500 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT
2504 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT
2508 RE(const char* regex) { Init(regex); } // NOLINT
2543 void Init(const char* regex);
9675 # define ASSERT_DEATH(statement, regex) \
9680 # define EXPECT_DEATH(statement, regex) \
9756 GTEST_EXECUTE_STATEMENT_(statement, regex)
9764 EXPECT_DEATH(statement, regex)
9767 ASSERT_DEATH(statement, regex)
9827 EXPECT_DEATH(statement, regex)
[all …]
/rocksdb-6.9/tools/
Dldb_test.py450 regex = num + ":" + num + "\[" + subpat + ".." + subpat + "\]"
451 expected_pattern = re.compile(regex)
485 regex = ".*Sst file format:.*"
486 expected_pattern = re.compile(regex)
505 regex = "^Sequence,Count,ByteSize,Physical Offset,Key\(s\).*"
506 expected_pattern = re.compile(regex)
/rocksdb-6.9/tools/advisor/advisor/
Drules.ini35 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff… key
43 regex=Stalling writes because we have \d+ level-0 files key
51 regex=Stopping writes because we have \d+ level-0 files key
59 regex=Stalling writes because of estimated pending compaction bytes \d+ key
Drule_parser.py325 self.regex = value
329 if not self.regex:
334 log_cond_str += (" regex: " + self.regex)
Ddb_log_parser.py99 if re.search(cond.regex, log.get_message(), re.IGNORECASE):
/rocksdb-6.9/tools/advisor/
DREADME.md61 'regex' is found in the Rocksdb LOG files. As of now the Rules Engine
80 LogCondition: stall-too-many-memtables regex: Stopping writes because we have \d+ immutable memtabl…
/rocksdb-6.9/include/rocksdb/utilities/
Dobject_registry.h61 std::regex pattern_; // The pattern for this entry
/rocksdb-6.9/docs/_posts/
D2018-08-01-rocksdb-tuning-advisor.markdown49 LogCondition: stall-too-many-memtables regex: Stopping writes because we have \d+ immutable memtabl…
/rocksdb-6.9/CMakeFiles/
DCMakeConfigureLog.yaml171 …link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|c…
172 linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)]
321 …link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|c…
322 linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)]
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/
Dobject_registry.cc.o.d137 /usr/include/c++/v1/regex /usr/include/c++/v1/__locale \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/
Dobject_registry.cc.o.d137 /usr/include/c++/v1/regex /usr/include/c++/v1/__locale \
/rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/cassandra/
Dformat.cc.o.d266 /usr/include/unistd.h /usr/include/sys/unistd.h /usr/include/regex.h \
Dmerge_operator.cc.o.d263 /usr/include/unistd.h /usr/include/sys/unistd.h /usr/include/regex.h \
Dcassandra_compaction_filter.cc.o.d265 /usr/include/unistd.h /usr/include/sys/unistd.h /usr/include/regex.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/cassandra/
Dformat.cc.o.d266 /usr/include/unistd.h /usr/include/sys/unistd.h /usr/include/regex.h \
Dmerge_operator.cc.o.d263 /usr/include/unistd.h /usr/include/sys/unistd.h /usr/include/regex.h \
/rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/env/
Dfile_system.cc.o.d288 /usr/include/c++/v1/regex /usr/include/c++/v1/deque

12