fix_: flaky TestSimulationBloomFilter (#5822)

This commit is contained in:
Igor Sirotin 2024-09-11 17:14:35 +01:00 committed by GitHub
parent 4816769506
commit 09ee23a3d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -102,6 +102,12 @@ var masterPow = 0.00000001
var round = 1
func TestSimulationBloomFilter(t *testing.T) {
result = TestData{}
nodes = [NumNodes]*TestNode{}
masterBloomFilter = []byte{}
masterPow = 0.00000001
round = 1
// create a chain of waku nodes,
// installs the filters with shared (predefined) parameters
initializeBloomFilterMode(t)