From 9ec4620b8c3e446f1c3ff9bdab40a1a74ebba54f Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 15 Jan 2018 14:00:25 +0100 Subject: [PATCH] consensus/ethash: add issue link to the new test --- consensus/ethash/ethash_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/consensus/ethash/ethash_test.go b/consensus/ethash/ethash_test.go index e5a45fc6e2..31116da437 100644 --- a/consensus/ethash/ethash_test.go +++ b/consensus/ethash/ethash_test.go @@ -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 {