1. rocksdb upgrade to 6.3.6
2. optimize the build scripts
3. fix build errors
4. add env variable for blobstore unit test
5. update git ignore file to ignore build and test result
6. modify open files limit for unit test
Signed-off-by: yuxiaobo <yuxiaobo@oppo.com>
Signed-off-by: slasher <shenjie1@oppo.com>
Signed-off-by: Victor1319 <834863182@qq.com>
As of Go 1.16, os.ReadDir is a more efficient and correct choice than
ioutil.ReadDir, so we are making the updates.
Signed-off-by: Shuoran Liu <shuoranliu@gmail.com>
This commit contains the following changes:
1. Updated the version of the ltp program and use case on the basis to
20210121.
2. On top of the foundation, the dependencies required for the s3
compatibility test are added, so that the efficiency of each CI
execution test can be improved.
Signed-off-by: Mofei Zhang <mofei2816@gmail.com>
This commit changes the ci process from docker pull to docker build
since docker hub limits the image pulling rate. Also change the base
image from golang:1.12 to golang:1.15
Signed-off-by: Shuoran Liu <shuoranliu@gmail.com>