Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 21 of 21) sorted by relevance

/rocksdb-6.9/java/src/test/java/org/rocksdb/
DRocksDBExceptionTest.java13 import static org.junit.Assert.fail;
26 fail(); in exception()
41 fail(); in exceptionWithStatusCode()
56 fail(); in exceptionNoMsgWithStatusCode()
72 fail(); in exceptionWithStatusCodeSubCode()
88 fail(); in exceptionNoMsgWithStatusCodeSubCode()
103 fail(); in exceptionWithStatusCodeState()
DOptimisticTransactionTest.java16 import static org.assertj.core.api.Assertions.fail;
53 fail("Expected an exception for put after getForUpdate from conflicting" + in getForUpdate_cf_conflict()
90 fail("Expected an exception for put after getForUpdate from conflicting" + in getForUpdate_conflict()
137 fail("Expected an exception for put after getForUpdate from conflicting" + in multiGetForUpdate_cf_conflict()
181 fail("Expected an exception for put after getForUpdate from conflicting" + in multiGetForUpdate_conflict()
269 fail("Optimistic transactions cannot be named."); in name()
DTransactionTest.java16 import static org.assertj.core.api.Assertions.fail;
49 fail("Expected an exception for put after getForUpdate from conflicting" + in getForUpdate_cf_conflict()
82 fail("Expected an exception for put after getForUpdate from conflicting" + in getForUpdate_conflict()
124 fail("Expected an exception for put after getForUpdate from conflicting" + in multiGetForUpdate_cf_conflict()
163 fail("Expected an exception for put after getForUpdate from conflicting" + in multiGetForUpdate_conflict()
DSstFileReaderTest.java10 import static org.junit.Assert.fail;
89 fail("Unsupported op type"); in newSstFile()
DSstFileWriterTest.java9 import static org.junit.Assert.fail;
118 fail("Unsupported op type"); in newSstFile()
DRocksDBTest.java16 import static org.junit.Assert.fail;
53 fail("Should have thrown an exception when opening the same db twice"); in openWhenOpen()
DAbstractTransactionTest.java19 import static org.assertj.core.api.Assertions.fail;
/rocksdb-6.9/
Dappveyor.yml32 …- curl --fail --silent --show-error --output snappy-1.1.7.zip --location https://github.com/google…
42 …- curl --fail --silent --show-error --output lz4-1.8.3.zip --location https://github.com/lz4/lz4/a…
50 …- curl --fail --silent --show-error --output zstd-1.4.0.zip --location https://github.com/facebook…
D.travis.yml179 …mkdir cmake-dist && curl --silent --fail --show-error --location "${CMAKE_DIST_URL}" | tar -C cmak…
DHISTORY.md348 * Fix with pipelined write, write leaders's callback failure lead to the whole write group fail.
455 * Posix Env's NewRandomRWFile() will fail if the file doesn't exist.
500 …tual method. This is to prevent user who implement the Iterator interface fail to implement SeekFo…
653 * Added ReadOptions::max_skippable_internal_keys to set a threshold to fail a request as incomplete…
790 …t option to NewLRUCache. If the flag is set to true, insert to cache will fail if no enough capaci…
909 * DB:Open() will fail if the compression specified in Options is not linked with the binary. If you…
/rocksdb-6.9/java/
DMakefile291 …(MVN_LOCAL)/junit/junit/4.12/junit-4.12.jar $(JAVA_TEST_LIBDIR) || curl --fail --insecure --output…
292 …est/hamcrest-core/1.3/hamcrest-core-1.3.jar $(JAVA_TEST_LIBDIR) || curl --fail --insecure --output…
293 …mockito-all/1.10.19/mockito-all-1.10.19.jar $(JAVA_TEST_LIBDIR) || curl --fail --insecure --output…
294 …VN_LOCAL)/cglib/cglib/2.2.2/cglib-2.2.2.jar $(JAVA_TEST_LIBDIR) || curl --fail --insecure --output…
295 …j/assertj-core/1.7.1/assertj-core-1.7.1.jar $(JAVA_TEST_LIBDIR) || curl --fail --insecure --output…
/rocksdb-6.9/.circleci/
Dconfig.yml34 …curl --fail --silent --show-error --output cmake-3.16.4-win64-x64.zip --location https://github.co…
37 …curl --fail --silent --show-error --output snappy-1.1.7.zip --location https://github.com/google/s…
/rocksdb-6.9/docs/_posts/
D2017-05-26-rocksdb-5-4-5-released.markdown10 * Added ReadOptions::max_skippable_internal_keys to set a threshold to fail a request as incomplete…
30 * Fix huge fallocate calls fail and make XFS unhappy.
D2016-07-26-rocksdb-4-8-released.markdown41 …t option to NewLRUCache. If the flag is set to true, insert to cache will fail if no enough capaci…
/rocksdb-6.9/utilities/backupable/
Dbackupable_db_test.cc262 void SetDeleteFileFailure(bool fail) { in SetDeleteFileFailure() argument
264 fail_delete_files_ = fail; in SetDeleteFileFailure()
276 void SetGetChildrenFailure(bool fail) { get_children_failure_ = fail; } in SetGetChildrenFailure() argument
315 void SetCreateDirIfMissingFailure(bool fail) { in SetCreateDirIfMissingFailure() argument
316 create_dir_if_missing_failure_ = fail; in SetCreateDirIfMissingFailure()
325 void SetNewDirectoryFailure(bool fail) { new_directory_failure_ = fail; } in SetNewDirectoryFailure() argument
/rocksdb-6.9/CMakeFiles/Export/7a006447cadce6044e9a8143a913fd66/
DRocksDBTargets.cmake18 # Protect against multiple inclusion, which would fail when already imported targets are added once…
/rocksdb-6.9/java/src/test/java/org/rocksdb/util/
DBytewiseComparatorTest.java253 fail("Should not be able to generate random outside range 1..2"); in doRandomIterationTest()
/rocksdb-6.9/tools/
Dldb_test.py83 self.fail(
Dsst_dump_tool.cc554 if (iss.fail()) { in Run()
/rocksdb-6.9/docs/
DLICENSE-DOCUMENTATION310 Similar Rights licensed here. However, if You fail to comply with
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h9104 #define GTEST_TEST_THROW_(statement, expected_exception, fail) \
9128 fail(gtest_msg.value)
9130 #define GTEST_TEST_NO_THROW_(statement, fail) \
9141 fail("Expected: " #statement " doesn't throw an exception.\n" \
9144 #define GTEST_TEST_ANY_THROW_(statement, fail) \
9159 fail("Expected: " #statement " throws an exception.\n" \
9172 fail(::testing::internal::GetBoolAssertionFailureMessage(\
9175 #define GTEST_TEST_NO_FATAL_FAILURE_(statement, fail) \
9185 fail("Expected: " #statement " doesn't generate new fatal " \
9445 # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
[all …]