Project

General

Profile

Bug #3692

Updated by Junxiao Shi over 7 years ago

Two [[IntegrationTests]] scenarios are failing because of improper Nack handling. 

 [CS freshness test](https://gerrit.named-data.net/gitweb?p=NFD/integration-tests.git;a=blob;f=test_cs_freshness/README.md;h=cd5d3b18096a1f07172dd45bdf053defc93aa026;hb=7112c89358ed9efcf493eb1e02b6e256dd515c8e) step 8 expresses an Interest that should not be satisfied by CS when no producer is running, and "Fail if this Interest is answered".   
 The design should be "Fail if this Interest is answered with Data", and the implementation should permit either a timeout or a Nack. 

 [localhop test](https://gerrit.named-data.net/gitweb?p=NFD/integration-tests.git;a=blob;f=test_localhop/README.md;h=7328c4a19f1dbe83e5eb28d73d02db3afe2642a6;hb=7112c89358ed9efcf493eb1e02b6e256dd515c8e) is correctly designed, but the implementation expects no answer in one of the steps, and a Nack-NoRoute is received. 
 The implementation should be fixed to match the design.

Back