https://github.com/facebook/rocksdb
Revision 557748ff7b020f0cdef913c6cc84ad7c2aa45f60 authored by Islam AbdelRahman on 29 July 2016, 18:02:03 UTC, committed by Islam AbdelRahman on 29 July 2016, 18:02:03 UTC
Summary:
db_stress test is now failing because of this scenario
- run db_stress with merge_operator enabled (now we have a db with merge operands)
- run db_stress with merge_operator disabled (now when we fail to open the db)

the solution is to pass the merge_operator to the DB even if we are not going to do any merge operations

Test Plan: Check the failure

Reviewers: andrewkr, yiwu, sdong

Reviewed By: sdong

Subscribers: andrewkr, dhruba

Differential Revision: https://reviews.facebook.net/D61311
1 parent 811ee21
History
Tip revision: 557748ff7b020f0cdef913c6cc84ad7c2aa45f60 authored by Islam AbdelRahman on 29 July 2016, 18:02:03 UTC
Fix db_stress failure (pass merge_operator even if not used)
Tip revision: 557748f
File Mode Size
arcanist_util
build_tools
coverage
db
doc
examples
hdfs
include
java
memtable
port
table
third-party
tools
util
utilities
.arcconfig -rw-r--r-- 564 bytes
.clang-format -rw-r--r-- 138 bytes
.gitignore -rw-r--r-- 654 bytes
.travis.yml -rw-r--r-- 1.8 KB
AUTHORS -rw-r--r-- 247 bytes
CMakeLists.txt -rw-r--r-- 17.8 KB
CONTRIBUTING.md -rw-r--r-- 733 bytes
DEFAULT_OPTIONS_HISTORY.md -rw-r--r-- 1.1 KB
DUMP_FORMAT.md -rw-r--r-- 763 bytes
HISTORY.md -rw-r--r-- 34.7 KB
INSTALL.md -rw-r--r-- 3.9 KB
LANGUAGE-BINDINGS.md -rw-r--r-- 646 bytes
LICENSE -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 46.9 KB
PATENTS -rw-r--r-- 1.9 KB
README.md -rw-r--r-- 1.4 KB
ROCKSDB_LITE.md -rw-r--r-- 1.0 KB
USERS.md -rw-r--r-- 4.3 KB
Vagrantfile -rw-r--r-- 862 bytes
WINDOWS_PORT.md -rw-r--r-- 12.5 KB
appveyor.yml -rw-r--r-- 524 bytes
src.mk -rw-r--r-- 22.2 KB
thirdparty.inc -rw-r--r-- 7.8 KB

README.md

back to top