]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Support custom Env in db_sst_test and external_sst_file_basic_test (#8888)
authoranand76 <anand76@devvm4702.ftw0.facebook.com>
Thu, 9 Sep 2021 04:20:38 +0000 (21:20 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 9 Sep 2021 04:21:49 +0000 (21:21 -0700)
commiteea566864e63f90887ec8f5373200ae2a542fa25
tree80eb12d45fe1355ad632bfc15ba749932a21771b
parent45175ca2e1b25aa43927424af4e36693e7359564
Support custom Env in db_sst_test and external_sst_file_basic_test (#8888)

Summary:
Support custom Env in these tests. Some custom Envs do not support reopening a file for write, either normal mode or Random RW mode. Added some additional checks in external_sst_file_basic_test to accommodate those Envs.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/8888

Reviewed By: riversand963

Differential Revision: D30824481

Pulled By: anand1976

fbshipit-source-id: c3ac7a628e6df29e94f42e370e679934a4f77eac
db/db_sst_test.cc
db/external_sst_file_basic_test.cc
db/external_sst_file_ingestion_job.cc