Home
last modified time | relevance | path

Searched refs:AddErrors (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db_stress_tool/
Dcf_consistency_stress.cc43 thread->stats.AddErrors(1); in TestPut()
66 thread->stats.AddErrors(1); in TestDelete()
96 thread->stats.AddErrors(1); in TestDeleteRange()
188 thread->stats.AddErrors(1); in TestGet()
197 thread->stats.AddErrors(1); in TestGet()
231 thread->stats.AddErrors(1); in TestMultiGet()
272 thread->stats.AddErrors(1); in TestPrefixScan()
Dbatched_ops_stress.cc52 thread->stats.AddErrors(1); in TestPut()
81 thread->stats.AddErrors(1); in TestDelete()
137 thread->stats.AddErrors(1); in TestGet()
203 thread->stats.AddErrors(1); in TestMultiGet()
329 thread->stats.AddErrors(1); in TestPrefixScan()
Dno_batched_ops_stress.cc157 thread->stats.AddErrors(1); in TestGet()
257 thread->stats.AddErrors(1); in TestMultiGet()
296 thread->stats.AddErrors(1); in TestPrefixScan()
Ddb_stress_stat.h164 void AddErrors(long n) { errors_ += n; } in AddErrors() function
Ddb_stress_test_base.cc983 thread->stats.AddErrors(1); in TestIterate()
1143 thread->stats.AddErrors(1); in VerifyIterator()
1589 thread->stats.AddErrors(1); in TestCompactRange()
1618 thread->stats.AddErrors(1); in GetRangeHash()