alexa / avs-device-sdk

An SDK for commercial device makers to integrate Alexa directly into connected products.
https://developer.amazon.com/alexa/alexa-voice-service
Apache License 2.0
1.26k stars 604 forks source link

DirectiveSequencerTest.test_handleBlockingThenImmediatelyThenNonBockingOnSameDialogId and SpeechSynthesizerTest.test_mediaPlayerAlwaysFailToStop are failing intermittently #1397

Closed AdityaGovardhan closed 5 years ago

AdityaGovardhan commented 5 years ago

IMPORTANT: Before you create an issue, please take a look at our Issue Reporting Guide.

Briefly summarize your issue:

I am trying to run AVS SDK on a Raspberry Pi 3 B+ board. However DirectiveSequencerTest.test_handleBlockingThenImmediatelyThenNonBockingOnSameDialogId and SpeechSynthesizerTest.test_mediaPlayerAlwaysFailToStop are failing intermittently

What is the expected behavior?

All unit test cases should pass

What behavior are you observing?

DirectiveSequencerTest.test_handleBlockingThenImmediatelyThenNonBockingOnSameDialogId and SpeechSynthesizerTest.test_mediaPlayerAlwaysFailToStop are failing intermittently

Provide the steps to reproduce the issue, if applicable:

Inside sdk-build folder: Built using these commands:

$ cmake /home/pi/sdk-folder/sdk-source/avs-device-sdk \
-DSENSORY_KEY_WORD_DETECTOR=ON \
-DSENSORY_KEY_WORD_DETECTOR_LIB_PATH=/home/pi/sdk-folder/third-party/alexa-rpi/lib/libsnsr.a \
-DSENSORY_KEY_WORD_DETECTOR_INCLUDE_DIR=/home/pi/sdk-folder/third-party/alexa-rpi/include \
-DGSTREAMER_MEDIA_PLAYER=ON \
-DPORTAUDIO=ON \
-DPORTAUDIO_LIB_PATH=/home/pi/sdk-folder/third-party/portaudio/lib/.libs/libportaudio.a \
-DPORTAUDIO_INCLUDE_DIR=/home/pi/sdk-folder/third-party/portaudio/include \
-DGTEST_LIBRARY=/home/pi/sdk-folder/sdk-source/avs-device-sdk/ThirdParty/googletest-release-1.8.0/googletest \
-DGTEST_INCLUDE_DIR=/home/pi/sdk-folder/sdk-source/avs-device-sdk/ThirdParty/googletest-release-1.8.0/googletest/include \
-DGTEST_MAIN_LIBRARY=/home/pi/sdk-folder/sdk-source/avs-device-sdk/ThirdParty/googletest-release-1.8.0/googletest/src

$ make all

And tested using this command: $ make test

Tell us about your environment:

What version of the AVS Device SDK are you using?

  <1.13.0>

Tell us what hardware you're using:

Tell us about your OS (Type & version):

kjkh commented 5 years ago

Hi @AdityaGovardhan,

Can you run the tests individually and copy and paste the output of the failures?

kclchan commented 5 years ago

I am closing this issue due to inactivity. Please feel free to re-open it if it has been closed in error.