| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | RocksDBExceptionTest.java | 13 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()
|
| D | OptimisticTransactionTest.java | 16 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()
|
| D | TransactionTest.java | 16 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()
|
| D | SstFileReaderTest.java | 10 import static org.junit.Assert.fail; 89 fail("Unsupported op type"); in newSstFile()
|
| D | SstFileWriterTest.java | 9 import static org.junit.Assert.fail; 118 fail("Unsupported op type"); in newSstFile()
|
| D | RocksDBTest.java | 16 import static org.junit.Assert.fail; 53 fail("Should have thrown an exception when opening the same db twice"); in openWhenOpen()
|
| D | AbstractTransactionTest.java | 19 import static org.assertj.core.api.Assertions.fail;
|
| /rocksdb-6.9/ |
| D | appveyor.yml | 32 …- 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.yml | 179 …mkdir cmake-dist && curl --silent --fail --show-error --location "${CMAKE_DIST_URL}" | tar -C cmak…
|
| D | HISTORY.md | 348 * 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/ |
| D | Makefile | 291 …(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/ |
| D | config.yml | 34 …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/ |
| D | 2017-05-26-rocksdb-5-4-5-released.markdown | 10 * 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.
|
| D | 2016-07-26-rocksdb-4-8-released.markdown | 41 …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/ |
| D | backupable_db_test.cc | 262 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/ |
| D | RocksDBTargets.cmake | 18 # Protect against multiple inclusion, which would fail when already imported targets are added once…
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/util/ |
| D | BytewiseComparatorTest.java | 253 fail("Should not be able to generate random outside range 1..2"); in doRandomIterationTest()
|
| /rocksdb-6.9/tools/ |
| D | ldb_test.py | 83 self.fail(
|
| D | sst_dump_tool.cc | 554 if (iss.fail()) { in Run()
|
| /rocksdb-6.9/docs/ |
| D | LICENSE-DOCUMENTATION | 310 Similar Rights licensed here. However, if You fail to comply with
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest.h | 9104 #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 …]
|