Revision 72d6e758b41162d1a0727873ee80fa262eb64656 authored by Islam AbdelRahman on 28 October 2015, 04:04:00 UTC, committed by Islam AbdelRahman on 28 October 2015, 04:04:00 UTC
Summary: It looks like WritableFileWriter::Append() was returning OK() even when there is an error

Test Plan: make check

Reviewers: sdong, yhchiang, anthony, rven, kradhakrishnan, igor

Reviewed By: igor

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D49569
1 parent d0a18c2
Raw File
appveyor.yml
version: 1.0.{build}
before_build:
- md %APPVEYOR_BUILD_FOLDER%\build
- cd %APPVEYOR_BUILD_FOLDER%\build
- cmake -G "Visual Studio 12 Win64" ..
- cd ..
build:
  project: build\rocksdb.sln
  parallel: true
  verbosity: minimal
test: off
back to top