Test 21 INTEGRATION failure

Test 21 INTEGRATION failure

by Mladen Korunoski -
Number of replies: 1

Hi,

I have a question regarding the 

TestBinGossiper_File_Search_Duplicate_Elimination test. As I can see, the node the issues the search requests (node A) is actually the binary one. I am not sure if it handles duplicate requests properly because the test fails. If I instead have the node C as the binary, the test passes. 

Are the node initializations wrong?

Best,
Mladen
In reply to Mladen Korunoski

Re: Test 21 INTEGRATION failure

by Kirill Nikitin -

Hi,

The duplicate requests elimination should actually be exhibited in node B. So I think that you are trying to eliminate duplicate requests at the initiator nodes which is not supposed to happen (one should be able to send out as many search requests as one desires). It is the nodes that receive and relay requests that should eliminate.

Did I get your issue correctly or there is something else going on?

Kirill