Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test Case Failure]: tests/unit/llms/OpenAIAudioTTS_unit_test.py #699

Closed
3rd-Son opened this issue Oct 22, 2024 · 0 comments
Closed

[Test Case Failure]: tests/unit/llms/OpenAIAudioTTS_unit_test.py #699

3rd-Son opened this issue Oct 22, 2024 · 0 comments

Comments

@3rd-Son
Copy link
Collaborator

3rd-Son commented Oct 22, 2024

Test Case

tests/unit/llms/OpenAIAudioTTS_unit_test.py

Pytest Logs

FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_predict[tts-1] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_predict[tts-1-hd] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_apredict[tts-1] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_apredict[tts-1-hd] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_batch[tts-1] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_batch[tts-1-hd] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_abatch[tts-1] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudioTTS_unit_test.py::test_abatch[tts-1-hd] - RuntimeError: Text-to-Speech synthesis failed: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_audio_transcription[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_audio_translation[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_stream[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_apredict[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_astream[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_batch[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'
FAILED tests/unit/llms/OpenAIAudio_unit_test.py::test_abatch[whisper-1] - FileNotFoundError: [Errno 2] No such file or directory: 'pkgs/***/tests/static/test.mp3'

Root Cause

No such file or directory: 'pkgs/***/tests/static/test_tts.mp3'

Potential Solutions

check if the file exists and if the path is well inputed in the test file

Additional Context (optional)

No response

Type of Test Case

Unit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant