diff --git a/tests/sync/sync.go b/tests/sync/sync.go index 5a8e56ed..8d60c993 100644 --- a/tests/sync/sync.go +++ b/tests/sync/sync.go @@ -138,7 +138,7 @@ func makeRocksDB(parser bchain.BlockChainParser, m *common.Metrics, is *common.I return nil, nil, err } - d, err := db.NewRocksDB(p, 100000, parser, m) + d, err := db.NewRocksDB(p, 1<<17, 1<<14, parser, m) if err != nil { return nil, nil, err } diff --git a/tests/tests.json b/tests/tests.json index 5abe6990..9f67d440 100644 --- a/tests/tests.json +++ b/tests/tests.json @@ -1,16 +1,15 @@ { "bcash": { "rpc": ["GetBlock", "GetBlockHash", "GetTransaction", "GetTransactionForMempool", "MempoolSync", - "EstimateSmartFee", "EstimateFee", "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"] + "EstimateFee", "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"] }, "bcash_testnet": { "rpc": ["GetBlock", "GetBlockHash", "GetTransaction", "GetTransactionForMempool", "MempoolSync", - "EstimateSmartFee", "EstimateFee", "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"] + "EstimateFee", "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"] }, "bitcoin": { "rpc": ["GetBlock", "GetBlockHash", "GetTransaction", "GetTransactionForMempool", "MempoolSync", - "EstimateSmartFee", "EstimateFee", "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"], - "sync": ["ConnectBlocksParallel"] + "EstimateSmartFee", "EstimateFee", "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"] }, "bitcoin_testnet": { "rpc": ["GetBlock", "GetBlockHash", "GetTransaction", "GetTransactionForMempool", "MempoolSync",