We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug VDMS keeps in an infinite loop when it doesn't receive a valid response from the udf_server or udf_local servers
To Reproduce Steps to reproduce the behavior:
./run_tests.sh -n VideoTest.UDFWriteWithMetadata
You could test the same issue with other test cases related to UDF:
./run_tests.sh -n CLIENT_CPP.add_image_dynamic_metadata
Verify the log file called "tests/tests_udf_log.log" displays an error message related to the invalid module name "blahblah"
Verify the test called "VideoTest.UDFWriteWithMetadata" never ends and VDMS hangs.
Expected behavior
The text was updated successfully, but these errors were encountered:
rv355
No branches or pull requests
Describe the bug
VDMS keeps in an infinite loop when it doesn't receive a valid response from the udf_server or udf_local servers
To Reproduce
Steps to reproduce the behavior:
For example add the line "import blahblah" in the first line of the file.
You could test the same issue with other test cases related to UDF:
Verify the log file called "tests/tests_udf_log.log" displays an error message related to the invalid module name "blahblah"
Verify the test called "VideoTest.UDFWriteWithMetadata" never ends and VDMS hangs.
Expected behavior
The text was updated successfully, but these errors were encountered: