rocksdb/memtable
Jay Zhuang 5d3aefb682 Migrate to docker for CI run (#10496)
Summary:
Moved linux builds to using docker to avoid CI instability caused by dependency installation site down.
Added the `Dockerfile` which is used to build the image.
The build time is also significantly reduced, because no dependencies installation and with using 2xlarge+ instance for slow build (like tsan test).
Also fixed a few issues detected while building this:
* `DestoryDB()` Status not checked for a few tests
* nullptr might be used in `inlineskiplist.cc`

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

Test Plan: CI

Reviewed By: ajkr

Differential Revision: D38554200

Pulled By: jay-zhuang

fbshipit-source-id: 16e8fb2bf07b9c84bb27fb18421c4d54f2f248fd
2022-08-10 17:34:38 -07:00
..
alloc_tracker.cc
hash_linklist_rep.cc Fix a bug in hash linked list (#10401) 2022-07-25 11:33:28 -07:00
hash_skiplist_rep.cc Make MemTableRepFactory into a Customizable class (#8419) 2021-09-08 07:46:44 -07:00
inlineskiplist.h Migrate to docker for CI run (#10496) 2022-08-10 17:34:38 -07:00
inlineskiplist_test.cc Replace most typedef with using= (#8751) 2021-09-07 11:31:59 -07:00
memtablerep_bench.cc Make MemTableRepFactory into a Customizable class (#8419) 2021-09-08 07:46:44 -07:00
skiplist.h
skiplist_test.cc Replace most typedef with using= (#8751) 2021-09-07 11:31:59 -07:00
skiplistrep.cc Remove own ToString() (#9955) 2022-05-06 13:03:58 -07:00
stl_wrappers.h
vectorrep.cc Remove using namespace (#9369) 2022-01-12 09:31:12 -08:00
write_buffer_manager.cc Rewrite memory-charging feature's option API (#9926) 2022-05-17 15:01:51 -07:00
write_buffer_manager_test.cc Migrate to docker for CI run (#10496) 2022-08-10 17:34:38 -07:00