sandialabs / gr-fhss_utils

Bursty modem utilities
GNU General Public License v3.0
67 stars 27 forks source link

gr-fhss_utils fails test #5

Closed cinaeds closed 3 years ago

cinaeds commented 3 years ago

gr-fhss_utils/build/python# ./qa_cf_estimate_test.sh DEPRECATED: Using filename with gr_unittest does no longer have any effect. gr::log :INFO: message_emitter0 - Message emitter sent 1 messages gr::log :INFO: message_emitter0 - ��:�:sent messages free(): double free detected in tcache 2 Aborted

gnuradio-config-info -v 3.8.2.0

git rev-parse maint-3.8 "42c8527069c14c1bd971f5c722cec116f6e4b694"

jacobgilbert-snl commented 3 years ago

I can't reproduce this, here is what I get:

jacob@ubuntu:/opt/gnuradio/src/gr-fhss_utils/build$ ctest -V -R cf
UpdateCTestConfiguration  from :/opt/gnuradio/src/gr-fhss_utils/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/opt/gnuradio/src/gr-fhss_utils/build/DartConfiguration.tcl
Test project /opt/gnuradio/src/gr-fhss_utils/build
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
    Start 1: qa_cf_estimate

1: Test command: /usr/bin/sh "/opt/gnuradio/src/gr-fhss_utils/build/python/qa_cf_estimate_test.sh"
1: Test timeout computed to be: 10000000
1: ...
1: ----------------------------------------------------------------------
1: Ran 3 tests in 0.107s
1: 
1: OK
1: DEPRECATED: Using filename with gr_unittest does no longer have any effect.
1: gr::log :INFO: message_emitter0 - Message emitter sent 1 messages
1: gr::log :INFO: message_emitter0 - Message emitter sent 1 messages
1: gr::log :INFO: message_emitter0 - Message emitter sent 1 messages
1/1 Test #1: qa_cf_estimate ...................   Passed    0.40 sec

The following tests passed:
    qa_cf_estimate

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   0.40 sec

Which version of GR are you using?

cinaeds commented 3 years ago

Hi - I'm running gnuradio 3.8.2.0.

I tried to compile a pull on gr-pdu-utils yesterday morning but the compile failed.

I did a pull later on gr-pdu_utils and it compiled - and it passed all the tests.

And  then gr-fhss_utils passed all it's tests too.

Everything is hunky dory.  Thank you!

-- Cinaed

On 12/31/20 10:39 AM, Jacob Gilbert wrote:

I can't reproduce this, here is what I get:

jacob@ubuntu:/opt/gnuradio/src/gr-fhss_utils/build$ ctest -V -R cf UpdateCTestConfiguration from :/opt/gnuradio/src/gr-fhss_utils/build/DartConfiguration.tcl UpdateCTestConfiguration from :/opt/gnuradio/src/gr-fhss_utils/build/DartConfiguration.tcl Test project /opt/gnuradio/src/gr-fhss_utils/build Constructing a list of tests Done constructing a list of tests Updatingtest listfor fixtures Added 0 tests to meet fixture requirements Checkingtest dependency graph... Checkingtest dependency graph end test 1 Start 1: qa_cf_estimate

1: Test command: /usr/bin/sh"/opt/gnuradio/src/gr-fhss_utils/build/python/qa_cf_estimate_test.sh" 1: Test timeout computed to be: 10000000 1: ... 1: ---------------------------------------------------------------------- 1: Ran 3 testsin 0.107s 1: 1: OK 1: DEPRECATED: Using filename with gr_unittest does no longer have any effect. 1: gr::log :INFO: message_emitter0 - Message emitter sent 1 messages 1: gr::log :INFO: message_emitter0 - Message emitter sent 1 messages 1: gr::log :INFO: message_emitter0 - Message emitter sent 1 messages 1/1 Test#1: qa_cf_estimate ................... Passed 0.40 sec

The following tests passed: qa_cf_estimate

100% tests passed, 0 tests failed out of 1

Total Testtime (real) = 0.40 sec

Which version of GR are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sandialabs/gr-fhss_utils/issues/5#issuecomment-753024059, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKKX2OSIPKQ6KUK5LSYKGLSXTANFANCNFSM4UMQV7TA.

jacobgilbert-snl commented 3 years ago

Alright, glad it got cleared up!