Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2014-02-19 Thread ibmsorcerer
Tom,  Any update on this issue? From: Bruce Hoenig To: Tom Rondeau-2 [via GnuRadio] Sent: Monday, January 6, 2014 1:22 PM Subject: Re: make test failure at qa_constellation_receiver Tom, I believe that I'm running the version that comes with SuSE 11 and

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2014-01-10 Thread Tom Rondeau
On Mon, Jan 6, 2014 at 4:23 PM, ibmsorcerer wrote: > Tom, > I believe that I'm running the version that comes with SuSE 11 and updated > to SP3. v 1.36.0-12.3.1. I'm using it, because I thought that the easy > installation of many of the necessary libraries/tools might make it > convenient and ea

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2014-01-06 Thread ibmsorcerer
Tom, I believe that I'm running the version that comes with SuSE 11 and updated to SP3. v 1.36.0-12.3.1. I'm using it, because I thought that the easy installation of many of the necessary libraries/tools might make it convenient and easier to build gnu-radio. All of the others worked fine, aft

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2014-01-06 Thread Tom Rondeau
On Sat, Jan 4, 2014 at 9:27 PM, ibmsorcerer wrote: > I built gnuradio 3.7.2.1 from scratch on a SuSE Linux Enterprise Server 11 > with SP3 running as a VM. > > I ran into this problem with the constellation_receiver test. > > bruce@gnuradio:~/gnuradio-3.7.2.1/build> ctest -V -R constellation_recei

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2014-01-04 Thread ibmsorcerer
I built gnuradio 3.7.2.1 from scratch on a SuSE Linux Enterprise Server 11 with SP3 running as a VM. I ran into this problem with the constellation_receiver test. bruce@gnuradio:~/gnuradio-3.7.2.1/build> ctest -V -R constellation_receiver UpdateCTestConfiguration from :/home/bruce/gnuradio-3.

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2013-08-23 Thread Curt Karnstedt
After running some of the python scripts were listed in error message in the tracebacks, I ran the test again, and it passed. It's like either some dependency or library got built or loaded after I was fooling around. Test the theory, I rebuilt everything from scratch in a separate directory. Ho

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2013-08-23 Thread Tom Rondeau
On Thu, Aug 22, 2013 at 7:09 PM, Curt Karnstedt wrote: > Here are the results. I get a segfault, same as the last time after I fixed > the ownership. > > [curt@localhost build]$ ctest -V -R qa_constellation_receiver > UpdateCTestConfiguration from > :/home/curt/Downloads/gnuradio-3.7.0/build/Dar

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2013-08-22 Thread Curt Karnstedt
Here are the results. I get a segfault, same as the last time after I fixed the ownership. [curt@localhost build]$ ctest -V -R qa_constellation_receiver UpdateCTestConfiguration from :/home/curt/Downloads/gnuradio-3.7.0/build/DartConfiguration.tcl Start processing tests UpdateCTestConfiguration

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2013-08-22 Thread Curt Karnstedt
Yes, thanks. Somehow some of the files in the source had root ownership. I changed ownership, re-built, and then got a different error message. So I am starting the build from scratch again. Will let you know. On Thu, Aug 22, 2013 at 4:35 PM, Martin Braun (CEL) wrote: > On Thu, Aug 22, 2013

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2013-08-22 Thread Martin Braun (CEL)
On Thu, Aug 22, 2013 at 04:10:47PM -0500, Curt Karnstedt wrote: > 143/172 Testing qa_constellation_receiver > Test command: /bin/sh /home/curt/Downloads/gnuradio-3.7.0/build/gr-digital/ > python/digital/qa_constellation_receiver_test.sh > Test timeout computed to be: 9.99988e+06 > Traceback (mo

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2013-08-22 Thread Curt Karnstedt
[curt@localhost build]$ ctest -V -R qa_constellation_receiver UpdateCTestConfiguration from :/home/curt/Downloads/gnuradio-3.7.0/build/DartConfiguration.tcl Start processing tests UpdateCTestConfiguration from :/home/curt/Downloads/gnuradio-3.7.0/build/DartConfiguration.tcl Test project /home/cur

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2013-08-22 Thread Johnathan Corgan
On Thu, Aug 22, 2013 at 7:27 AM, Curt Karnstedt wrote: > > I'm building gnuradio (version 3.7.0) for the first time, and the > qa_constellation receiver test failed. I am building in a CentOS 6.4 > 64-bit > virtual machine, running on an Lenovo Y500. What can I do to help debug? > Try: $ ctes

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2013-08-22 Thread Curt Karnstedt
I'm building gnuradio (version 3.7.0) for the first time, and the qa_constellation receiver test failed. I am building in a CentOS 6.4 64-bit virtual machine, running on an Lenovo Y500. What can I do to help debug? I 171/172 Test #171: qa_fcd ... Passed0.16 sec

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2012-04-15 Thread Alick Zhao
On Sat, 14 Apr 2012 22:13:50 -0700, Ben Reynwar wrote: > It appears that each test case is being run twice. I think once to > generate the xml output, and once to generate output for stdout and > tell you whether it failed. The random number generator isn't being > reseeded at the start of each

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2012-04-15 Thread Tom Rondeau
On Sun, Apr 15, 2012 at 1:13 AM, Ben Reynwar wrote: > It appears that each test case is being run twice.  I think once to > generate the xml output, and once to generate output for stdout and > tell you whether it failed.  The random number generator isn't being > reseeded at the start of each tes

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2012-04-14 Thread Johnathan Corgan
On Sat, Apr 14, 2012 at 22:13, Ben Reynwar wrote: > I've > attached a patch that make each test use it's own random number > generating object which seems a tidier way to do this, and makes the > tests repeatable. This will have to wait until morning, but I'll get this on maint and master. John

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2012-04-14 Thread Ben Reynwar
It appears that each test case is being run twice. I think once to generate the xml output, and once to generate output for stdout and tell you whether it failed. The random number generator isn't being reseeded at the start of each test so they can produce different results, so you can sometimes

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2012-04-14 Thread Alick Zhao
On Sat, 14 Apr 2012 13:40:35 +0200, Martin Braun wrote: > On Sat, Apr 14, 2012 at 05:20:13PM +0800, Alick Zhao wrote: >> Yes the bug still occurs. >> >> I just wrote a simple script to ran the test for 50 times on T60 with >> Ubuntu, GNU Radio 3.5.3 equipped, before and after FREQUENCY_OFFSET set >

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2012-04-14 Thread Johnathan Corgan
On Sat, Apr 14, 2012 at 04:40, Martin Braun wrote: > I'll post a patch on patch-gnuradio--this eliminates the > problem on my machine, for some reason. If it does the same for you, > this might actually be the solution. This was applied on 3.5.3 maint and 3.6.0git master. Johnathan ___

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2012-04-14 Thread Martin Braun
On Sat, Apr 14, 2012 at 05:20:13PM +0800, Alick Zhao wrote: > Yes the bug still occurs. > > I just wrote a simple script to ran the test for 50 times on T60 with > Ubuntu, GNU Radio 3.5.3 equipped, before and after FREQUENCY_OFFSET set > to 0. All failed the test. (n_pass is 0/50 in both sets) Eve

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2012-04-14 Thread Alick Zhao
On Fri, 13 Apr 2012 13:20:01 -0700, Ben Reynwar wrote: > 2012/4/12 Alick Zhao : >> Hi all, >> >> Recently I have upgraded my gnuradio build to v3.5.3 on several >> computers, and I find that on two machines with Ubuntu 11.10, make test >> will fail the test qa_constellation_receiver while on the ot

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2012-04-13 Thread Ben Reynwar
2012/4/12 Alick Zhao : > Hi all, > > Recently I have upgraded my gnuradio build to v3.5.3 on several > computers, and I find that on two machines with Ubuntu 11.10, make test > will fail the test qa_constellation_receiver while on the other two with > Fedora 16 all tests are passed. > > To investig

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2012-04-13 Thread Martin Braun
On Fri, Apr 13, 2012 at 08:41:41AM -0700, Ben Reynwar wrote: > Weird. This test is probabilistic (not ideal really) but the chance > of it failing due to chance should be very small. If it's > consistently failing on one machine but not another then there's > something fishy going on, and lowerin

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2012-04-13 Thread Tom Rondeau
On Fri, Apr 13, 2012 at 11:41 AM, Ben Reynwar wrote: > 2012/4/12 Alick Zhao : >> Hi all, >> >> Recently I have upgraded my gnuradio build to v3.5.3 on several >> computers, and I find that on two machines with Ubuntu 11.10, make test >> will fail the test qa_constellation_receiver while on the oth

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2012-04-13 Thread Ben Reynwar
2012/4/12 Alick Zhao : > Hi all, > > Recently I have upgraded my gnuradio build to v3.5.3 on several > computers, and I find that on two machines with Ubuntu 11.10, make test > will fail the test qa_constellation_receiver while on the other two with > Fedora 16 all tests are passed. > > To investig