mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
consensus/ethash: add issue link to the new test
This commit is contained in:
parent
ca57aa1670
commit
9ec4620b8c
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ func TestTestMode(t *testing.T) {
|
|||
}
|
||||
|
||||
// This test checks that cache lru logic doesn't crash under load.
|
||||
// It reproduces https://github.com/ethereum/go-ethereum/issues/14943
|
||||
func TestCacheFileEvict(t *testing.T) {
|
||||
tmpdir, err := ioutil.TempDir("", "ethash-test")
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue