[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] failed tests



>  When I do a validate after installing the latest release of ns,I get some
>failed tests in webcache..

I have started to get failed tests in webcache also, just in the
last few days.  The problems that I am having have to do with the
ordering of packets in the trace file, and they go away, for me,
if I make with "./configure --enable-gcc --enable-debug" instead
of "./configure --enable-gcc".  So for the moment I am doing that,
until I find some time to look into it further.  

(I was actually hoping that someone else on the VINT project would
run across the same problem, and would fix it first...)

- Sally


% diff test-output-webcache/Mcast-PBtr.test test-output-webcache/Mcast-PBtr
335,338c335,338
< + 22.1 8 2 tcp 40 ------- 2 8.1 2.1 44 59
< - 22.1 8 2 tcp 40 ------- 2 8.1 2.1 44 59
< + 22.1 2 12 tcp 40 ------- 3 2.2 6.2 44 60
< - 22.1 2 12 tcp 40 ------- 3 2.2 6.2 44 60
---
> + 22.1 2 12 tcp 40 ------- 3 2.2 6.2 44 59
> - 22.1 2 12 tcp 40 ------- 3 2.2 6.2 44 59
> + 22.1 8 2 tcp 40 ------- 2 8.1 2.1 44 60
> - 22.1 8 2 tcp 40 ------- 2 8.1 2.1 44 60
...