Revision 2f0585fb970e75947200292475dd236def5363bd authored by Abhishek Kona on 14 December 2012, 21:21:53 UTC, committed by Abhishek Kona on 17 December 2012, 18:25:26 UTC
Summary:
C tests would fail sometimes as DestroyDB would return a Failure Status
message when deleting an archival directory which was not created
(WAL_ttl_seconds = 0).

Fix: Ignore the Status returned on Deleting Archival Directory.

Test Plan: * make check

Reviewers: dhruba, emayanke

Reviewed By: dhruba

CC: leveldb

Differential Revision: https://reviews.facebook.net/D7395
1 parent 3d9ff0e
Raw File
.arcconfig
{
  "project_id" : "leveldb",
  "conduit_uri" : "https://reviews.facebook.net/",
  "copyright_holder" : "",
  "load" : [
    "linters/src/"
  ],
  "lint_engine" : "FacebookFbcodeLintEngine", 
  "lint.engine.single.linter" : "FbcodeCppLinter" 
}
back to top