erigon-pulse/tests
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
..
contracts post-rebase fixups 2020-05-20 15:26:22 +03:00
fuzzers [GC] uint256 rather than big.Int in Transaction (#614) 2020-06-04 08:43:08 +01:00
solidity tests/solidity: add contract to test every opcode (#19283) 2019-09-26 10:30:33 +02:00
testdata@b5eb9900ee eth, les: fix time sensitive unit tests (#20741) 2020-03-16 16:40:19 +03:00
.gitignore Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
block_test_util.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
block_test.go [WIP] Fix block tests that were failing due to CalcTrieRoots (#536) 2020-05-09 05:44:56 +01:00
difficulty_test_util.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
difficulty_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
gen_btheader.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
gen_difficultytest.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
gen_stenv.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
gen_sttransaction.go [GC] uint256 rather than big.Int in Transaction (#614) 2020-06-04 08:43:08 +01:00
gen_vmexec.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
init_test.go tests, signer: remove staticcheck warnings (#20364) 2019-12-03 13:55:17 +01:00
init.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
pruner_test.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
rlp_test_util.go green tests 2019-11-13 13:52:03 +03:00
rlp_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
state_test_util.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
state_test.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
statedb_chain_test.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
statedb_insert_chain_transaction_test.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
transaction_test_util.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
transaction_test.go green tests 2019-11-13 13:52:03 +03:00
vm_test_util.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
vm_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00