erigon-pulse/cmd/geth
Alex Sharov f0bc2b2146
Run tests on lmdb and badger (#624)
* lmdb tests

* trigger ci

* fix tests

* disable parallelism

* disable parallelism

* cleanup resources

* cleanup resources

* reduce concurency

* try run tests on bolt

* try run tests on bolt

* fix downloader test

* run bolt tests

* rely on interface instead of exact instance

* Rename AbstractKV to KV

* don't use separator for badger

* don't initialize badger cursor - because it not used here

* fix linter

* try reduce badger compactors

* compat with master

* try lmdb

* try lmdb

* try lmdb

* reduce badger's MaxTableSize, reduce badger's minGoMaxProc for inMem option

* allow to close closed db

* release

* release

* ideal batch size for badger

* ideal batch size for badger
2020-06-05 10:25:33 +01:00
..
testdata cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
accountcmd_test.go post-rebase fixups 2020-05-20 15:26:22 +03:00
accountcmd.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
chaincmd.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
config.go cmd, core: remove override muir glacier and override istanbul (#20942) 2020-05-20 15:26:22 +03:00
consolecmd_test.go console, internal/jsre: use github.com/dop251/goja (#20470) 2020-02-27 17:20:36 +03:00
consolecmd.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
dao_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
genesis_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
main.go [Issue 552] Disable debug protocol by default (#588) 2020-05-28 18:58:08 +01:00
misccmd.go cmd/geth: remove network id from version cmd 2019-12-03 14:00:47 +01:00
retesteth_copypaste.go [GC] uint256 rather than big.Int in Transaction (#614) 2020-06-04 08:43:08 +01:00
retesteth.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
run_test.go linting 2019-11-05 22:51:11 +01:00
usage.go [Issue 552] Disable debug protocol by default (#588) 2020-05-28 18:58:08 +01:00