Bug 223

Summary: Regression using other than mercurial traces no longer works
Product: ns-3 Reporter: Craig Dowell <craigdo>
Component: build systemAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: blocker CC: gjcarneiro
Priority: P1    
Version: pre-release   
Hardware: All   
OS: All   

Description Craig Dowell 2008-06-17 22:07:03 UTC
Somewhen along the line, the regression tests that use traces from the www.nsnam.org/releases directory stopped working.  Wscript gives python error (urllib not imported), transfers bits but uses wrong names.

Its completely busted now.
Comment 1 Gustavo J. A. M. Carneiro 2008-06-18 13:05:06 UTC
just missing import; should be fixed now.
Comment 2 Craig Dowell 2008-06-18 15:40:48 UTC
The import urllib was a minor detail.  There were larger issues about getting the names correct when pulling traces from the web.

It's all sorted out now, so I'll just leave it closed.  

Now, the VERSION file is used to drive all of the building of tarballs (including traces) and it is used when downloading from the web and from mercurial.  You will now see ns-3-dev-ref-traces in your regression directory when you're working with mercurial and ns-3-dev.  You will now see ns-3.1-RC1-ref-traces when you're working with released versions in either mercurial or web.

Web regressions now actually work.
Comment 3 Gustavo J. A. M. Carneiro 2008-06-19 05:39:27 UTC
It _did_ work correctly for me after adding the missing import.  And without a way to reproduce the problem, I had to close the bug.