Extra replay tests: error and two messages at a time (first is answered, second is not).

git-svn-id: file:///svn/unbound/trunk@93 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-02-13 15:58:39 +00:00
parent 5e4b3dab44
commit fec4a4efba
3 changed files with 92 additions and 6 deletions
+5 -6
View File
@@ -665,12 +665,11 @@ pending_udp_query(struct outside_network* outnet, ldns_buffer* packet,
log_info("testbound: do STEP %d %s", runtime->now->time_step,
repevt_string(runtime->now->evt_type));
advance_moment(runtime);
} else {
log_info("testbound: created fake pending");
/* add to list */
pend->next = runtime->pending_list;
runtime->pending_list = pend;
}
}
log_info("testbound: created fake pending");
/* add to list */
pend->next = runtime->pending_list;
runtime->pending_list = pend;
}
/*********** End of Dummy routines ***********/